Joel Holdsworth
|
e2992c62ef
|
Documented model::GroupTrack
|
2009-01-24 12:31:03 +00:00 |
|
Joel Holdsworth
|
f0c7d85a1f
|
Documented model::Sequence
|
2009-01-24 12:30:07 +00:00 |
|
Joel Holdsworth
|
2f12e5b239
|
Reorganized test code
|
2009-01-24 12:26:50 +00:00 |
|
Joel Holdsworth
|
c0d0081677
|
Documented model::ParentTrack
|
2009-01-24 12:25:02 +00:00 |
|
Joel Holdsworth
|
e7481afc3d
|
Renamed remove_child_track -> remove_descendant_track
|
2009-01-24 12:23:18 +00:00 |
|
Joel Holdsworth
|
41f394a57b
|
Excised ObservableList::to_list
|
2009-01-24 12:18:12 +00:00 |
|
Joel Holdsworth
|
53297cccd6
|
Tidied and documented Track::find_parent
|
2009-01-24 12:02:09 +00:00 |
|
Joel Holdsworth
|
c88aec9c03
|
Added some documentation to model::Track
|
2009-01-24 11:45:47 +00:00 |
|
Joel Holdsworth
|
9879aef3dd
|
Tidied and documented TimelineLayoutHelper
|
2009-01-24 10:58:54 +00:00 |
|
Joel Holdsworth
|
1908ff08a0
|
Removed extraneous TimelineLayoutHelper::draggingTrack member
|
2009-01-24 10:37:04 +00:00 |
|
Joel Holdsworth
|
e15adf1afb
|
Reorganized attempt_drop_* functions
|
2009-01-24 10:15:58 +00:00 |
|
|
|
58512e8a34
|
First version working again. Thread handling is not stable and stop hangs though
|
2009-01-23 20:23:24 +01:00 |
|
|
|
48a632434a
|
switch from Glib::Mutex to an object monitor (using LumieraMutex)
|
2009-01-23 19:57:12 +01:00 |
|
|
|
6c3492396c
|
Refactoring: switch gui::PlaybackController to use the player service
|
2009-01-23 04:15:58 +01:00 |
|
|
|
791b09142a
|
Refactoring: extract test image generation code into a separate class
|
2009-01-23 03:05:21 +01:00 |
|
|
|
49a865fa57
|
merge latest GUI additions (and fixes from master) for colaboration on the Player mockup
this branch still corresponds to joel/gui
|
2009-01-22 23:26:08 +01:00 |
|
|
|
7150ab9ee9
|
add implementation of PlayProcess logic
|
2009-01-22 23:16:46 +01:00 |
|
|
|
3dae60f559
|
add missing stubs to make it pass the compiler
|
2009-01-22 17:29:17 +01:00 |
|
Joel Holdsworth
|
69253909e3
|
Initial drop code added
|
2009-01-21 23:48:56 +00:00 |
|
Joel Holdsworth
|
f18c039074
|
Replaced an errant Glib::ustring with std::string
|
2009-01-21 22:18:55 +00:00 |
|
Joel Holdsworth
|
5eadcfb56a
|
Added boost and std namespaces to model/track.cpp
|
2009-01-21 22:15:50 +00:00 |
|
Joel Holdsworth
|
355da88630
|
Added a dragging cursor
|
2009-01-21 18:40:13 +00:00 |
|
Joel Holdsworth
|
cb13f5f74c
|
Merge branch 'master' of git.lumiera.org:/git/LUMIERA into gui
|
2009-01-21 18:21:08 +00:00 |
|
Joel Holdsworth
|
1472a2ebe4
|
Improved track drop code
|
2009-01-21 18:20:11 +00:00 |
|
|
|
974e83676a
|
Further ClassLock refactoring; added linkonce assertion check
|
2009-01-21 13:04:28 +01:00 |
|
|
|
801f070a7d
|
Fix for broken logic of the ClassLock (showed up on Ubuntu Hardy)
this was nice copy-n-paster error, of course the implementation
namespace was never intended to be anonymous.
|
2009-01-21 12:19:02 +01:00 |
|
Joel Holdsworth
|
78e0f9bbe6
|
WIP: Gave dragging a more immediate feeling
|
2009-01-21 00:20:33 +00:00 |
|
Joel Holdsworth
|
d209e0e2f2
|
Made drop targets more sensible
|
2009-01-20 23:31:40 +00:00 |
|
Joel Holdsworth
|
d42bc4ea90
|
Fixed a bug in tree
|
2009-01-20 23:17:40 +00:00 |
|
Joel Holdsworth
|
b0f56c070d
|
WIP: Initial commit of prototype real drop hit test code
|
2009-01-20 21:39:33 +00:00 |
|
|
|
962921d375
|
WIP (still doesnt compile...) add impl of the forwarding proxy...
|
2009-01-20 12:41:21 +01:00 |
|
|
|
5ee6d375c0
|
SCons: fix the compatibility switch; the new code path should also be used for scons 0.97
|
2009-01-20 02:38:13 +01:00 |
|
Joel Holdsworth
|
6d8f598312
|
Fixed a bug when SCons.__version__ == "0.97.0d20071203"
|
2009-01-19 19:33:13 +00:00 |
|
Joel Holdsworth
|
f6e28febdb
|
Removed static App* constants in GtkLumiera - replaced with static
functions
|
2009-01-19 19:25:06 +00:00 |
|
Joel Holdsworth
|
977cbf9e64
|
Fixed track drag raise behaviour
|
2009-01-19 18:14:52 +00:00 |
|
|
|
60d41ea017
|
WIP (unfinished, doesn't compile) flesh out some impl details
|
2009-01-19 12:43:28 +01:00 |
|
|
|
29b9887faa
|
first draft of a Dummy-Player service
|
2009-01-19 11:38:20 +01:00 |
|
|
|
198d6bde73
|
better make GuiNotification an experimental interface (Version=0)
|
2009-01-19 02:21:41 +01:00 |
|
Joel Holdsworth
|
1be33426e4
|
Reduced the hack level in the test card
|
2009-01-18 23:26:41 +00:00 |
|
|
|
810e531508
|
perpare a test (which of course currently fails)....
|
2009-01-18 22:14:56 +01:00 |
|
|
|
c6bc14375c
|
write a draft how I'd like to deal with joining threads.
|
2009-01-18 22:14:56 +01:00 |
|
|
|
2679156a9c
|
Thread-wrapper: improve comments, push action down into private function
|
2009-01-18 22:14:56 +01:00 |
|
|
|
63565ebd97
|
merge latest work from Joel for colaboration on the Player mockup, adjusting build-dependencies
|
2009-01-18 22:13:17 +01:00 |
|
Joel Holdsworth
|
20b2cb1ee5
|
Implemented a funky test card generator
|
2009-01-18 17:41:55 +00:00 |
|
Joel Holdsworth
|
b0db84ec14
|
Implemented intial playback controller thread
|
2009-01-18 16:17:39 +00:00 |
|
Joel Holdsworth
|
9197aa2ddf
|
WIP: PlaybackController can now push frames to the Viewer
|
2009-01-17 17:37:06 +00:00 |
|
Joel Holdsworth
|
ebe91793c5
|
WIP: Corrected some compile problems
|
2009-01-17 16:53:01 +00:00 |
|
Joel Holdsworth
|
bbbda188e2
|
Merge branch 'master' of git.lumiera.org:/git/LUMIERA into gui
|
2009-01-17 16:34:19 +00:00 |
|
Joel Holdsworth
|
d3f94730b5
|
Removed a spurious include
|
2009-01-17 16:17:42 +00:00 |
|
Joel Holdsworth
|
d166238922
|
Added the new controller classes
|
2009-01-17 16:12:11 +00:00 |
|