LUMIERA.clone/src
Ichthyostega 6b32d1f37d fix inconsistency in conception of HierarchyOrientationIndicator
while it's still not really clear how we'll use this helper
and if we need it at all -- some weeks ago I changed its
semantics to be strictly based on the delta to a reference level.

Now this means, we could go below level zero, but this doesn't
make any sense in the context of navigating a tree. Actually,
our test case triggered this situation, which caused the
reference level to wrap around, since it is stored in an
unsigned variable.

Thus I'll add a precondition to keep the level positive,
and I'll change the test to comply.
2015-09-25 03:57:29 +02:00
..
backend clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
common prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
gui prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
include clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
lib fix inconsistency in conception of HierarchyOrientationIndicator 2015-09-25 03:57:29 +02:00
lumiera release prep: remove defunct autotools buildsystem 2013-10-29 03:47:50 +01:00
plugin Merge: change building to create modules 2008-12-20 02:15:33 +01:00
proc prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
tool clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
.gitignore
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
doxygen.dox DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
SConscript enable special unit-tests to link against the gui 2014-10-18 04:27:07 +02:00