[vlmc-devel] commit: Relocating TrackType to Types.h, in the Workflow namespace. ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Sun Aug 22 22:54:20 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sun Aug 22 16:53:27 2010 +0200| [219da3e03ee00278a68f52446f98fc41b9153991] | committer: Hugo Beauzée-Luyssen
Relocating TrackType to Types.h, in the Workflow namespace.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=219da3e03ee00278a68f52446f98fc41b9153991
---
src/Commands/Commands.cpp | 10 ++--
src/Commands/Commands.h | 21 +++---
src/Gui/MainWindow.cpp | 2 +-
src/Gui/timeline/AbstractGraphicsMediaItem.h | 2 +-
src/Gui/timeline/GraphicsAudioItem.cpp | 4 +-
src/Gui/timeline/GraphicsAudioItem.h | 2 +-
src/Gui/timeline/GraphicsMovieItem.cpp | 4 +-
src/Gui/timeline/GraphicsMovieItem.h | 2 +-
src/Gui/timeline/GraphicsTrack.cpp | 4 +-
src/Gui/timeline/GraphicsTrack.h | 6 +-
src/Gui/timeline/Timeline.cpp | 18 +++---
src/Gui/timeline/Timeline.h | 6 +-
src/Gui/timeline/TracksView.cpp | 62 +++++++++---------
src/Gui/timeline/TracksView.h | 8 +-
src/Gui/widgets/TrackControls.cpp | 12 ++--
src/Renderer/WorkflowRenderer.cpp | 10 ++--
src/Workflow/MainWorkflow.cpp | 92 +++++++++++++-------------
src/Workflow/MainWorkflow.h | 80 ++++++++++------------
src/Workflow/TrackHandler.cpp | 2 +-
src/Workflow/TrackHandler.h | 4 +-
src/Workflow/TrackWorkflow.cpp | 10 ++--
src/Workflow/TrackWorkflow.h | 5 +-
src/Workflow/Types.h | 10 +++
23 files changed, 190 insertions(+), 186 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commitdiff;h=219da3e03ee00278a68f52446f98fc41b9153991
More information about the Vlmc-devel
mailing list