Stefan Kangas
|
5c4992310e
|
several style fixes, underscore to camel case
|
2011-01-14 16:57:34 +01:00 |
|
Stefan Kangas
|
7500732976
|
Move Clips for ClipTracks to the GUI model.
|
2011-01-14 16:57:33 +01:00 |
|
Stefan Kangas
|
3f4c7a5e46
|
Spelling and style fixes
|
2011-01-14 16:57:33 +01:00 |
|
Stefan Kangas
|
aed9193cfa
|
Move clip name and duration to GUI model.
|
2011-01-14 16:57:33 +01:00 |
|
|
|
3f1b7651e9
|
GPL header whitespace
|
2010-12-17 23:28:49 +01:00 |
|
Joel Holdsworth
|
5bfdf73f7d
|
Replaced gavl_time_ts with lumiera::Times
|
2009-08-30 16:26:27 +01:00 |
|
Joel Holdsworth
|
1ce8a626eb
|
Resolved some Gtk container warnings
|
2009-04-14 21:40:58 +01:00 |
|
Joel Holdsworth
|
8b3b6a263f
|
Fixed destruction bug
|
2009-04-13 16:42:58 +01:00 |
|
Joel Holdsworth
|
390354ea8a
|
Added support for no-state mode to TimelineWidget
|
2009-03-28 18:24:53 +00:00 |
|
Joel Holdsworth
|
7766a223eb
|
Finished TimelineState work
|
2009-03-28 18:24:53 +00:00 |
|
Joel Holdsworth
|
249380fed0
|
Factored the state out of the timeline widget
|
2009-03-23 22:22:14 +00:00 |
|
Joel Holdsworth
|
ec78f73ca9
|
Timeline scroll is updated as the layout changes
|
2009-01-24 14:41:32 +00:00 |
|
Joel Holdsworth
|
69253909e3
|
Initial drop code added
|
2009-01-21 23:48:56 +00:00 |
|
Joel Holdsworth
|
7a939e5d87
|
Added header dragging scroll slide animation
|
2009-01-17 11:09:44 +00:00 |
|
Joel Holdsworth
|
dbc36cf727
|
Reorganised set_parent in header container
|
2009-01-10 10:50:44 +00:00 |
|
Joel Holdsworth
|
06f2abb6fa
|
Transitioned TimelineWidget to use on_layout_changed
|
2009-01-09 20:02:09 +00:00 |
|
Joel Holdsworth
|
22c9e8b082
|
Merge branch 'master' of git.lumiera.org:/git/LUMIERA into gui
|
2009-01-05 17:59:23 +00:00 |
|
Christian Thaeter
|
9749178a06
|
Add some missing semicolons, the upcoming NoBug will be picky about that
|
2009-01-05 08:33:15 +01:00 |
|
Joel Holdsworth
|
cd94bf9765
|
Transitioned TimelineBody and timeline tools to having reference to
TimelineWidget not pointers
|
2009-01-02 16:32:40 +00:00 |
|
Joel Holdsworth
|
6bfef606a0
|
Transition TimelineRuler to have a reference to TimelineWidget not a
pointer
|
2009-01-02 16:21:52 +00:00 |
|
Joel Holdsworth
|
bf0cfc295e
|
Transitioned TimelineHeaderContainer to having a reference to
TimelineWidget, not a pointer
|
2009-01-02 16:15:42 +00:00 |
|
Joel Holdsworth
|
643e1c9be1
|
Fixed an undefined constant
|
2009-01-02 15:26:12 +00:00 |
|
Joel Holdsworth
|
1c685a2d61
|
Added a new layout update infrastructure
|
2009-01-02 13:03:00 +00:00 |
|
Joel Holdsworth
|
e3a7b896d0
|
Removed debug g_message calls
|
2009-01-02 00:45:20 +00:00 |
|
Joel Holdsworth
|
afb5b7298f
|
WIP: Applying new layout system
|
2009-01-01 18:43:46 +00:00 |
|
Joel Holdsworth
|
8d092d3b85
|
Added TimelineLayoutHelper::clone_tree_from_sequence
|
2008-12-31 17:05:32 +00:00 |
|
Joel Holdsworth
|
4af80c78d8
|
Reimplemented nested track deleting so it work correctly
|
2008-12-30 21:50:18 +00:00 |
|
Joel Holdsworth
|
8cb48a7298
|
Squished a whole load of warnings
|
2008-12-30 12:35:58 +00:00 |
|
Joel Holdsworth
|
b4ce796c94
|
Added track name setting
|
2008-12-27 22:02:18 +00:00 |
|
Joel Holdsworth
|
33afd58b8e
|
Converted all ASSERTs to REQUIREs
|
2008-12-26 18:58:29 +00:00 |
|
Joel Holdsworth
|
992cd4d77b
|
Added remove track feature
|
2008-12-20 14:31:11 +00:00 |
|
Joel Holdsworth
|
3dd30c848d
|
Added a const
|
2008-12-20 11:51:54 +00:00 |
|
Joel Holdsworth
|
aafa600422
|
Modified trackMap to map shared_ptr<model::Track> not model::Track*
|
2008-12-20 11:45:23 +00:00 |
|
Joel Holdsworth
|
35cfe48dfc
|
Added a context menu with an "Add Track" command
|
2008-12-17 00:03:30 +00:00 |
|
Joel Holdsworth
|
fdb75fdd2a
|
Corrected some problems that emerged on the build server
|
2008-12-13 13:57:19 +00:00 |
|
Joel Holdsworth
|
d61daa0b2f
|
Misc tidy-ups
|
2008-12-10 18:09:01 +00:00 |
|
Joel Holdsworth
|
7c1046e162
|
Unified Sequence and Track together as TrackBase
|
2008-12-10 18:04:02 +00:00 |
|
Joel Holdsworth
|
528d02931a
|
Converted timeline::Track* to boost::shared_ptr<timeline::Track>
|
2008-12-08 22:30:54 +00:00 |
|
Joel Holdsworth
|
b8e5900067
|
Corrected a bug in create_timeline_tracks_from_branch
|
2008-12-06 19:26:46 +00:00 |
|
Joel Holdsworth
|
418bd87419
|
Made use of util::contains to reduce the volume of boilerplate
|
2008-12-06 14:52:59 +00:00 |
|
Joel Holdsworth
|
619c5b0769
|
Corrected an ENSURE condition
|
2008-12-06 14:48:52 +00:00 |
|
Joel Holdsworth
|
d75261ea23
|
Corrected some REQUIRE(model_track != NULL) to REQUIRE(model_track)
|
2008-12-06 14:36:29 +00:00 |
|
Joel Holdsworth
|
19c97fd52a
|
Replaced model::Track* with boost::shared_ptr<Track>
|
2008-12-06 14:08:03 +00:00 |
|
Joel Holdsworth
|
da3d14da72
|
Replaced Sequence* with boost::shared_ptr<Sequence>
|
2008-12-05 20:17:56 +00:00 |
|
Joel Holdsworth
|
e1f752f55d
|
Tidied up create_timeline_tracks
|
2008-11-29 17:02:27 +00:00 |
|
Joel Holdsworth
|
7a86c08ec8
|
Added some documentation
|
2008-11-29 16:40:50 +00:00 |
|
Joel Holdsworth
|
ed37bed4c6
|
Fixed a memory leak
|
2008-11-29 16:33:24 +00:00 |
|
Joel Holdsworth
|
0ef3917553
|
Added an error condition for unknown track types
|
2008-11-29 16:30:45 +00:00 |
|
Joel Holdsworth
|
4f4234b62c
|
Made the timeline view model driven
|
2008-11-29 16:13:58 +00:00 |
|
Joel Holdsworth
|
34e67cd01e
|
Made TrackPadding insert between tracks, rather than shortening tracks
|
2008-11-22 12:33:58 +00:00 |
|