|
|
b6fb135398
|
change error notification at subsystem shutdown to use just a string*
(this allows to memoize the error message and call the termination
handler outside the catch block)
|
2009-01-10 16:15:17 +01:00 |
|
|
|
3da9586824
|
Rewrite the GuiNotification service to operate in sync with bringing up the GUI
|
2009-01-10 15:29:11 +01:00 |
|
|
|
4ffa60161b
|
Integration with InstanceHandle
|
2009-01-07 12:26:44 +01:00 |
|
|
|
635b9441f4
|
WIP rewrite the existing solution for the GuiNotification facade
using this new approach (not functional yet, because laci of
automatic integration with InstanceHandle.
|
2009-01-06 06:40:44 +01:00 |
|
|
|
24fe4bcb70
|
separate and hide away implementation part into common/interfaceproxy.cpp
|
2009-01-06 06:18:13 +01:00 |
|
|
|
8a40075ee8
|
WIP expand on this draft to build a prospective solution
|
2009-01-06 06:09:46 +01:00 |
|
|
|
8d4bc62fbe
|
WIP start drafting a better InterfaceProxy handling
|
2009-01-04 15:21:04 +01:00 |
|
|
|
edb01ec8c6
|
Integration: Thread/sync, GUI-Plugin invoked in separate thread
|
2009-01-03 16:05:04 +01:00 |
|
|
|
683e1dabe1
|
cleanup, add further testcase (starting prerequisite subsystems)
SubsystemRunner considered finished.
|
2009-01-03 13:32:24 +01:00 |
|
|
|
f90238dba4
|
chased two bugs...
|
2009-01-03 04:29:59 +01:00 |
|
|
|
8c892846e1
|
renaming etc...
|
2008-12-31 05:05:34 +01:00 |
|
|
|
5114d09156
|
fix after merge/rebase
|
2008-12-30 08:35:26 +01:00 |
|
|
|
71aa88df62
|
add some error checking
makes the dummy Gui plugin "work" again, but now with enabled locking.
|
2008-12-30 08:19:33 +01:00 |
|
|
|
75bdc877dc
|
reconsider synchronisation and switch some parts to instance based locks.
|
2008-12-30 08:19:32 +01:00 |
|
|
|
93c4a282cc
|
Merge object monitor locking
|
2008-12-27 01:04:20 +01:00 |
|
|
|
e921b1658c
|
error.hpp belongs to src/lib
|
2008-12-27 00:53:35 +01:00 |
|
|
|
cbbc298fe9
|
kill some warnings
|
2008-12-26 23:17:51 +01:00 |
|
|
|
36704a856e
|
basic wait/notify impl added, waiting-test pass
|
2008-12-23 04:27:11 +01:00 |
|
|
|
2b8cd00ab5
|
yet another renaming. call it "Sync"...
|
2008-12-22 17:00:15 +01:00 |
|
|
|
6031ac2465
|
FIX after rebase
|
2008-12-22 05:02:52 +01:00 |
|
Christian Thaeter
|
4fb8f5b69d
|
Makefile.am makeover, add CFLAGS and CXXFLAGS everywhere
|
2008-12-22 02:24:19 +01:00 |
|
Christian Thaeter
|
4699efcb5d
|
Some Makefile.am cosmetics
|
2008-12-18 20:23:46 +01:00 |
|
|
|
e32194b810
|
Autotools fixes (make the tests compile)
|
2008-12-18 10:48:50 +01:00 |
|
|
|
fb72d20812
|
Autotools fixes
|
2008-12-18 10:33:37 +01:00 |
|
|
|
6d66476383
|
move config, interfaces and pluginsystem to liblumieracommon
|
2008-12-18 08:54:33 +01:00 |
|
|
|
7bde9aa538
|
start refactoring: liblumieracommon.so (application core services)
|
2008-12-18 08:12:40 +01:00 |
|
|
|
99c2a5da25
|
purge old common dir
|
2008-12-18 07:50:37 +01:00 |
|
|
|
e8d76cd022
|
rename error.cpp to exception.cpp and fix remaining problems
|
2008-12-18 04:51:58 +01:00 |
|
Christian Thaeter
|
3654473b75
|
WIP: Merge common into lib
* breaks lumigui linking
* test non functional yet
* tools cant not be linked because of cross dependency problems
|
2008-12-17 17:53:32 +01:00 |
|
Christian Thaeter
|
9a1a1890e2
|
post rebase fixes
tests are still broken and will be fixed for the shared lib transistion
|
2008-12-16 19:54:48 +01:00 |
|
|
|
feebc502e5
|
implementation of GuiStarterPlugin
|
2008-12-15 13:36:41 +01:00 |
|
|
|
f0fd9dd1ae
|
fix a potential segfault in the Lumiera exception base class
|
2008-12-15 13:36:41 +01:00 |
|
|
|
20c719d89c
|
add bool() to InstanceHandle, performing an validity check
|
2008-12-15 13:36:41 +01:00 |
|
|
|
e8639b8319
|
WIP work out further how to handle start/stop of layer separation interfaces
|
2008-12-15 13:36:41 +01:00 |
|
|
|
8c501a3d7c
|
first rough draft implementation of calling through a layer separation interface
|
2008-12-15 13:36:41 +01:00 |
|
|
|
cc88a62caf
|
Cleanup, no need to place the unexpected handler installation into everything.
Sufficient to do it just "sometime" before main()
|
2008-12-15 13:36:40 +01:00 |
|
|
|
cc871fcaec
|
comments, typos....
|
2008-12-15 13:36:40 +01:00 |
|
|
|
3693a5fa3d
|
draft outline for main()
|
2008-12-15 13:33:05 +01:00 |
|
|
|
98005b10ae
|
factor out placeholder for a (planned) Symbol datatype
|
2008-12-15 13:33:05 +01:00 |
|
|
|
b14d711146
|
refactor Appconfig, split off lifecycle interface
|
2008-12-15 13:33:05 +01:00 |
|
|
|
3f6f1218fc
|
some typos
|
2008-12-15 13:33:04 +01:00 |
|
|
|
c567c57a58
|
reorganise NoBug global definitions and startup
|
2008-12-15 13:33:04 +01:00 |
|
|
|
628be502e5
|
reordered some files to use the new include and lumiera directories
|
2008-12-15 13:33:04 +01:00 |
|
Joel Holdsworth
|
5eb43b7c18
|
Tidied observable-list.hpp somewhat
|
2008-12-10 17:28:50 +00:00 |
|
Joel Holdsworth
|
bbc55e6324
|
Added the definition of an observable_list class
|
2008-12-06 23:46:01 +00:00 |
|
Joel Holdsworth
|
b2ffa116f5
|
Modified MAX to play nice with GLib's MAX
|
2008-12-06 14:47:00 +00:00 |
|
|
|
f19cdc1ad6
|
automake fixes
|
2008-11-06 04:25:33 +01:00 |
|
|
|
74164e890e
|
finished the outline
|
2008-10-20 03:13:02 +02:00 |
|
|
|
1b6df94aab
|
documentation (drawing)
|
2008-10-18 04:15:07 +02:00 |
|
|
|
1bce7d4c38
|
define the next steps by test
|
2008-10-06 07:26:43 +02:00 |
|