[vlmc-devel] commit: Removing ClipListViewController as they are useless. ( 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 20:17:06 2010 +0100| [4c9a1b4e15207456a99d06e5b9e004032a19fcbd] | committer: Hugo Beauzee-Luyssen 

Removing ClipListViewController as they are useless.

Trying to use Clip* and Clip's UUID everywhere in the code.
This commit breaks a few things.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=4c9a1b4e15207456a99d06e5b9e004032a19fcbd
---

 src/CMakeLists.txt                          |    2 -
 src/Gui/MainWindow.cpp                      |    7 +-
 src/Gui/import/ImportController.cpp         |    5 +-
 src/Gui/library/ClipListViewController.cpp  |  112 ---------------------------
 src/Gui/library/ClipListViewController.h    |   59 --------------
 src/Gui/library/MediaLibraryWidget.cpp      |   11 +--
 src/Gui/library/MediaLibraryWidget.h        |   15 ++--
 src/Gui/library/MediaListViewController.cpp |   34 ++------
 src/Gui/library/MediaListViewController.h   |   19 ++---
 src/Renderer/ClipRenderer.cpp               |   20 +----
 src/Renderer/ClipRenderer.h                 |    7 +-
 src/Renderer/GenericRenderer.h              |   14 ----
 12 files changed, 39 insertions(+), 266 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commitdiff;h=4c9a1b4e15207456a99d06e5b9e004032a19fcbd


More information about the Vlmc-devel mailing list