• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mosra / magnum-extras / 165
20%
master: 24%

Build:
Build:
LAST BUILD BRANCH: ui
DEFAULT BRANCH: master
Ran 08 May 2017 05:48PM UTC
Jobs 1
Files 38
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
165

push

travis-ci

mosra
Ui: fix plane hierarchy issues.

This involved basically a full rework of the plane hierarchy code.
Singly-linked list was not enough to handle all corner cases and linear
traversal would be needed in order to fix them. The AbstractPlane
instances are now also Containers::LinkedListItem instances and the
AbstractUserInterface is storing them in Containers::LinkedList. The
list handles everything now:

 * Stores references to all the planes in the UI (was handled by a
   std::vector before).
 * Maintains an ordered list of visible and invisible planes. First are
   the invisible, then the visible, the active plane receiving user
   input is the last, if it's not hidden.
 * Maintains proper order of the planes -- activating a plane moves it
   to the back of the list, hiding puts it to the front, so it never
   happens anymore that a plane receiving user input is not drawn on
   top.

263 of 1109 relevant lines covered (23.72%)

4.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 165.1 (TARGET=desktop) 08 May 2017 05:48PM UTC 0
23.72
Travis Job 165.1
Source Files on build 165
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #165
  • 4051be0d on github
  • Prev Build on next (#154)
  • Next Build on next (#166)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc