Christian Thaeter
8d59d601a8
Add protocol of the 2nd developer meeting to the wiki
...
Conflicts:
wiki/index.html
2008-05-13 20:33:44 +02:00
Christian Thaeter
4b07cd6f85
Some more notes for the compatibility wiki
2008-05-13 20:00:43 +02:00
Christian Thaeter
8b299e7493
add a compatibility/dependecy/style wiki
...
Conflicts:
wiki/compatibility.html
wiki/index.html
2008-05-13 20:00:34 +02:00
Joel Holdsworth
ed2146dae0
Added the icon which will be used for the video viewer panel's caption
2008-05-13 17:33:18 +01:00
Joel Holdsworth
f72dab3257
Added support for video via a GDK fallback
2008-05-12 13:02:14 +01:00
85b0029166
WIP: how to get at the actual wrapper (here Placement) from within BuilderTool.
...
Nasty problem ... draft solution using boost::variant. To be reconsidered later...
2008-05-11 15:44:24 +02:00
Joel Holdsworth
67413c7c17
Made a temporary fix for the crash-on-undock bug
2008-05-08 23:34:28 +01:00
Joel Holdsworth
b8c94df12a
Further XVideo tidy ups
2008-05-08 23:09:04 +01:00
Joel Holdsworth
f1fdfdf94a
Added XVideo code
2008-05-08 20:56:55 +01:00
Joel Holdsworth
130da1ec77
Layed the foundation of a
2008-05-05 22:21:58 +01:00
Joel Holdsworth
03bc0cd276
Relocated gui into the src folder
2008-05-02 17:26:50 +01:00
Joel Holdsworth
af6714ef0b
Merge branch 'master' of git://git.lumiera.org/LUMIERA into work
2008-05-01 23:07:38 +01:00
03047e6d17
WIP maybe a solution for getting the correct wrapper within Builder Tools.
...
works, but problem is: you need to know the exact type of the wrapper, e.g. Placement<Clip> or shared_ptr<Media>
2008-04-26 05:38:19 +02:00
d9e6adfe02
make Placement<MObject> implement the interface Buildable.
...
WIP: works, but isnt what I intended. Rather need a specialisation to be able to define functions
treat (Placement<TY>) based on the concrete TY....
2008-04-23 05:48:45 +02:00
aea5ed323a
refactor to use the customized lumiera::P<Type> instead of shared_ptr<Type>
2008-04-23 04:16:45 +02:00
Joel Holdsworth
19a97878ce
Added the base of a preferences dialog
2008-04-21 22:59:35 +01:00
Joel Holdsworth
7beaa3366d
Added menu items which will eventually toggle panels on and off
2008-04-21 22:28:34 +01:00
Joel Holdsworth
786ff5743f
Added basic theme support
2008-04-19 23:16:27 +01:00
Joel Holdsworth
b020607065
Renamed some classes to be less ambiguous between namespaces
2008-04-19 20:47:53 +01:00
Joel Holdsworth
b8fd3885f4
Added the base of a timeline widget
2008-04-19 20:31:27 +01:00
Joel Holdsworth
82a000662b
Added the data model of a project
2008-04-19 19:15:59 +01:00
Joel Holdsworth
f360ead450
Converted some _Hs to _HPPs in header gates
2008-04-19 18:21:20 +01:00
Joel Holdsworth
82daa28f3a
Made some changes to make the gui work better with debian etch
2008-04-18 21:35:10 +01:00
Joel Holdsworth
3fc585de25
Reduced required gdl version number
2008-04-18 20:09:14 +01:00
Joel Holdsworth
b042349936
Improved code for buttons
2008-04-17 18:06:00 +01:00
Joel Holdsworth
a3bd7c35fa
Added 2 frames to the render dialog
2008-04-16 22:59:46 +01:00
Joel Holdsworth
e59d3b6e35
Excised glade, and recreated Render dialog in C++
2008-04-16 22:50:01 +01:00
Joel Holdsworth
aa55800572
Modified menus to remove dummy example code, and add real file items
2008-04-16 19:48:54 +01:00
Joel Holdsworth
7f487ed3ec
Added a Help>About about dialog
2008-04-16 18:24:11 +01:00
Joel Holdsworth
c7255625ec
Restructured dialogs a bit. Dialogs are now centred on the main window
...
when shown
2008-04-15 23:36:15 +01:00
Joel Holdsworth
8691db8671
Added basic playback controls to the viewer panel
2008-04-14 23:23:29 +01:00
Joel Holdsworth
26fb2497e6
Modified toolbar style from default to icons only
2008-04-14 22:57:13 +01:00
Joel Holdsworth
368f3595b4
Renamed mainwindow.* -> main-window.*, and added the base of video
...
viewer widget
2008-04-14 22:51:59 +01:00
Joel Holdsworth
1c91e56fc5
Corrected the version check for gdl >= v0.7.6
2008-04-14 21:10:56 +01:00
3e8996005e
start using the new lifecycle hooks. remove global nobugcfg.h
...
Now using proc/lumiera.hpp and proc/nobugcfg.hpp (i.e. only for the proc-Layer). Using ON_BASIC_INIT to
pull up NoBug automatically and for installing the unknown-exception handler. Add calls for
ON_GLOBAL_INIT and ON_GLOBAL_SHUTDOWN hooks to main() and to the testrunner
2008-04-14 05:15:16 +02:00
85189d3f4c
extend Appconfig class to provide Lifecycle callback hooks
...
esp. for automatic triggering the initialisation of very basic struff (like NoBug...)
2008-04-13 23:54:39 +02:00
ce72947d0c
brought proc layer introductory pages up-to-date
2008-04-13 03:39:18 +02:00
Joel Holdsworth
584a33408b
Added GDL docking framework, and some placeholder panels
2008-04-12 21:15:07 +01:00
Joel Holdsworth
4698998d43
Added a placeholder for the Render dialog, and restructured application
...
and namespaces
2008-04-12 17:46:32 +01:00
e91fc65a2b
supplemented some info to the wikis
2008-04-12 06:59:24 +02:00
024e3c4dbc
change build to link in separate libs, also split test executable.
...
now building liblumiback.a liblumiproc.a liblumi.a
build a separate test-common executable (for everything in src/common)
include a precompiled header for assets.
2008-04-12 04:55:18 +02:00
c29b6bdd9a
fix include for testsuite
...
(note I did a partial merge and didn't take any of the new sourcefiles,
so probably this is already fixed on cehtehs branch backend)
2008-04-12 03:09:28 +02:00
f7bfe50bc9
Merge branch 'builder'
2008-04-12 02:12:41 +02:00
a03e3c5e73
Merge from backend: wikis, admin-scrits, test.sh
...
(dont merge any srcfiles)
2008-04-12 02:07:16 +02:00
Joel Holdsworth
6498aef338
Removed some build files which should not be present
2008-04-12 00:23:12 +01:00
Christian Thaeter
15bab21da8
Merged the timestuff removal, done by simeon
...
(cherry picked from commit bc5a301d01ac323bafcc434e33f6043678749f14)
2008-04-12 01:12:18 +02:00
Joel Holdsworth
bd0e634a27
Reformatted code to comply with project format guidlines, and added some documentation
2008-04-11 22:04:39 +01:00
Joel Holdsworth
6f5c701c57
Created workscape namespace
2008-04-11 20:28:15 +01:00
97821a0fa2
Design: clarified various details regarding Track handling
2008-04-11 06:24:27 +02:00
Joel Holdsworth
912b4993fc
Created empty UI window
2008-04-10 15:36:21 +01:00