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

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

Build:
Build:
LAST BUILD BRANCH: ui
DEFAULT BRANCH: master
Ran 08 May 2017 05:48PM UTC
Files 38
Run time 2s
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

08 May 2017 05:45PM UTC coverage: 23.715% (+6.8%) from 16.957%
TARGET=desktop

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

Source Files on job 165.1 (TARGET=desktop)
  • Tree
  • List 0
  • Changed 10
  • Source Changed 6
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 165
  • Travis Job 165.1
  • 4051be0d on github
  • Prev Job for TARGET=desktop on next (#154.1)
  • Next Job for TARGET=desktop on next (#166.1)
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