[vlmc-devel] commit: TracksView: Trying to reduce the usage of ClipHelpers ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Sun Sep 5 23:00:24 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sun Sep 5 22:58:54 2010 +0200| [b62c2856905fb53a9f98a2c2101e995aa59d51ba] | committer: Hugo Beauzée-Luyssen
TracksView: Trying to reduce the usage of ClipHelpers
AS the TracksView will soon handle non clip GraphicsItems.
More methods have been moved from the AbstractGraphicsMovieItem class to the
AbstractGraphicsItem class.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=b62c2856905fb53a9f98a2c2101e995aa59d51ba
---
src/Gui/timeline/AbstractGraphicsItem.cpp | 28 ++++++++++++-
src/Gui/timeline/AbstractGraphicsItem.h | 33 +++++++++++++--
src/Gui/timeline/AbstractGraphicsMediaItem.cpp | 29 +------------
src/Gui/timeline/AbstractGraphicsMediaItem.h | 19 ---------
src/Gui/timeline/GraphicsAudioItem.cpp | 2 +-
src/Gui/timeline/GraphicsAudioItem.h | 2 +-
src/Gui/timeline/GraphicsMovieItem.cpp | 2 +-
src/Gui/timeline/GraphicsMovieItem.h | 2 +-
src/Gui/timeline/TracksView.cpp | 52 ++++++++++++------------
src/Gui/timeline/TracksView.h | 6 +-
src/Workflow/TrackWorkflow.cpp | 2 +-
src/Workflow/TrackWorkflow.h | 2 +-
12 files changed, 93 insertions(+), 86 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commitdiff;h=b62c2856905fb53a9f98a2c2101e995aa59d51ba
More information about the Vlmc-devel
mailing list