LUMIERA.clone/tests
Ichthyostega 2e4cd56f4f Relative-Hook: rectify the design
Partially as a leftover from the way more ambitious initial design,
we ended up with CanvasHook as an elaboration/specialisation of the
ViewHook abstraction. However, as it stands, this design is tilted,
since CanvasHook is not just an elaboration, but rather a variation
of the same basic idea.

And this is now more like a building pattern and less of a generic
framework, it seems adequate to separate these two variations completely,
even if this incurs a small amount of code duplication.


Actually this refactoring is necessary to resolve a bug, where
we ended up with the same Clip widgets attached two times to the
same Canvas control, one time through the ViewHook baseclass,
and a second time by the ctor of the "derived" CanvasHook
2021-01-30 13:29:50 +01:00
..
basics C++17: some related clean-up 2020-02-21 23:55:09 +01:00
core Project: update and clean-up Doxygen configuration 2021-01-24 19:35:45 +01:00
include
library Project: update and clean-up Doxygen configuration 2021-01-24 19:35:45 +01:00
operation
plugin
stage Relative-Hook: rectify the design 2021-01-30 13:29:50 +01:00
tool
vault C++17: some related clean-up 2020-02-21 23:55:09 +01:00
00helloworld.tests
00support.tests EventLog: verify and complete the TestEventLog_test 2018-09-19 02:52:38 +02:00
00test.tests
10errorhandling.tests
10exception.tests Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00
11list.tests
11locking.tests
11luid.tests
11mpool.tests
11priqueue.tests
11safeclib.tests
11slist.tests
11time.tests
12metaprogramming.tests Reorganise some tests 2018-03-31 17:12:45 +02:00
15library.tests Diff-Listener: finished and unit test pass (closes: #1206) 2019-12-15 21:40:09 +01:00
20config_lowlevel.tests
20filedescriptor.tests
20filehandle.tests
20threads.tests
22config_highlevel.tests
25fundamental.tests MERGE: upgrade to Debian/Buster and to C++17 2020-02-22 02:16:25 +01:00
30backend-file.tests
30backend-scheduler.tests
30backend-threadpool.tests
30interfaces.tests
30mmap.tests
30resourcecollector.tests
31fileheader.tests
31plugin.tests
40core.tests Global-Layer-Renaming: adapt lots of documentation 2018-11-15 21:13:52 +01:00
41asset.tests Assets: investigating the unclear distinction between asset::Struct and asset::Meta (#1156) 2018-09-14 21:06:12 +02:00
42query.tests Global-Layer-Renaming: adapt lots of documentation 2018-11-15 21:13:52 +01:00
43session.tests Timeline: start implementing some bits of the drawing code 2019-07-14 17:53:21 +02:00
44builder.tests
45controller.tests Global-Layer-Renaming: adapt lots of documentation 2018-11-15 21:13:52 +01:00
46engine.tests
47playout.tests
48proc-operate.tests Global-Layer-Renaming: adapt lots of documentation 2018-11-15 21:13:52 +01:00
51-gui-model.tests ClipDisplay: basic implementation of ViewHook helper 2019-11-08 20:49:37 +01:00
52-gui-control.tests Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
80-regression.tests
DIR_INFO
SConscript Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
test.conf
test.sh
testrunner.cpp