[vlmc-devel] commit: GraphicsItems: Splitting common GraphicsItem part in a new class. ( 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:16:57 2010 +0200| [e945a3f6166b5c20dbafb250313b310c0210a390] | committer: Hugo Beauzée-Luyssen
GraphicsItems: Splitting common GraphicsItem part in a new class.
This intend to ease the development of a new GraphicsEffectItem.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=e945a3f6166b5c20dbafb250313b310c0210a390
---
src/CMakeLists.txt | 2 +
src/Gui/timeline/AbstractGraphicsItem.cpp | 218 ++++++++++++++++++++++++
src/Gui/timeline/AbstractGraphicsItem.h | 144 ++++++++++++++++
src/Gui/timeline/AbstractGraphicsMediaItem.cpp | 196 ++++------------------
src/Gui/timeline/AbstractGraphicsMediaItem.h | 113 +-----------
src/Gui/timeline/TracksView.cpp | 12 +-
src/Workflow/ClipHelper.h | 4 +
7 files changed, 413 insertions(+), 276 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commitdiff;h=e945a3f6166b5c20dbafb250313b310c0210a390
More information about the Vlmc-devel
mailing list