LUMIERA.clone/src/gui
Christian Thaeter b8336879f7 autoconf/automake cleanup
* refactor configure.ac to have distinct sections to configure each
   subsystem.
 * Dedicated LUMIERA_<subsys>_CFLAGS|_LIBS vars
 * Fix Makefile.am's to use them, remove unnecessary dependencies

Stray dependencies to be refacored:
 * tests/Makefile.am has dependencies on proc and backend
  - should be moved to tests/library/Makefile.am etc anyways
 * tests/lib/Makefile.am has dependency on GUI left


 * src/tool/Makefile.am links GUI stuff generally, thats ok

 * one threading test is broken, we don't care, merging new threadpool in
   next.
2010-01-17 15:48:30 +01:00
..
controller refactor the dummy player facade to be in namespace lumiera 2009-02-09 01:42:28 +01:00
dialogs Fix some more format warnings 2009-09-05 19:11:17 +02:00
model Added synchronisation between multiple views of the track title 2009-01-31 23:45:32 +00:00
output Fix some more format warnings 2009-09-05 19:11:17 +02:00
panels Fix: we should include gdl headers in accordance to pkg-config 2009-04-20 03:05:28 +02:00
util Implemented util::rects_overlap and documented util 2009-03-16 22:14:22 +00:00
widgets Replaced gavl_time_ts with lumiera::Times 2009-08-30 16:26:27 +01:00
workspace Removed the toolbar 2009-06-26 11:14:01 +01:00
display-interface-proxy.hpp refactor interfaceproxy.cpp to rather include the definitions 2009-02-09 01:21:01 +01:00
display-service.cpp keep the display handles within a separate header 2009-02-09 05:43:55 +01:00
display-service.hpp cleanup and comment 2009-02-09 02:40:57 +01:00
gtk-lumiera.cpp Retired lumigui from scons and removed GUI main 2009-02-04 17:06:07 +00:00
gtk-lumiera.hpp Replaced gavl_time_ts with lumiera::Times 2009-08-30 16:26:27 +01:00
guifacade.hpp improve error handling when starting the GUI thread 2009-01-17 14:31:40 +01:00
guistart.cpp Set up gui::DisplayService as one of the facade interfaces provided by the GUI 2009-02-08 02:02:03 +01:00
lumiera_ui.rc WIP: Restructured track headers for more refined drag support 2009-01-14 23:20:43 +00:00
Makefile.am autoconf/automake cleanup 2010-01-17 15:48:30 +01:00
notification-interface-proxy.hpp refactor interfaceproxy.cpp to rather include the definitions 2009-02-09 01:21:01 +01:00
notification-service.cpp WIP continue with the skeleton of a DisplayService within the GUI 2009-02-01 00:43:21 +01:00
notification-service.hpp comment, rename guinotification-facade 2009-02-01 00:02:50 +01:00
window-manager.cpp fix to circumvent a problem with Iconinfo::operator bool() not being const 2009-02-01 19:56:49 +01:00
window-manager.hpp Removed stupid WindowManager singleton 2009-01-31 21:17:05 +00:00