[vlmc-devel] commit: Refactored MediaListView (Hugo Beauzee-Luyssen )
git at videolan.org
git at videolan.org
Wed Mar 10 14:52:53 CET 2010
vlmc | branch: master | Hugo Beauzee-Luyssen <beauze.h at gmail.com> | Sun Mar 7 23:07:33 2010 +0100| [19b725130eb7fab224a12460a39c286e31cd9046] | committer: Hugo Beauzee-Luyssen
Refactored MediaListView
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=19b725130eb7fab224a12460a39c286e31cd9046
---
src/CMakeLists.txt | 2 +
src/Gui/MainWindow.cpp | 5 +-
src/Gui/import/ImportController.cpp | 110 +++++-----------
src/Gui/import/ImportController.h | 12 +-
src/Gui/library/MediaCellView.cpp | 2 +-
src/Gui/library/MediaLibraryWidget.cpp | 7 +-
src/Gui/library/MediaLibraryWidget.h | 2 +-
src/Gui/library/MediaListViewController.cpp | 26 +++--
src/Gui/library/MediaListViewController.h | 15 ++-
src/Library/Library.cpp | 127 +-------------------
src/Library/Library.h | 104 +---------------
src/Library/MediaContainer.cpp | 180 +++++++++++++++++++++++++++
src/Library/MediaContainer.h | 139 +++++++++++++++++++++
src/Renderer/ClipRenderer.cpp | 7 +-
src/Renderer/ClipRenderer.h | 4 +-
src/Renderer/GenericRenderer.h | 2 +-
16 files changed, 409 insertions(+), 335 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commitdiff;h=19b725130eb7fab224a12460a39c286e31cd9046
More information about the Vlmc-devel
mailing list