[vlmc-devel] commit: Clarification: MediaListViewController is now MediaListView. ( Hugo Beauzee-Luyssen )

git at videolan.org git at videolan.org
Wed Mar 10 22:24:38 CET 2010


vlmc | branch: master | Hugo Beauzee-Luyssen <beauze.h at gmail.com> | Wed Mar 10 20:44:40 2010 +0100| [5ac08f73655a1b0744e63fef1bb8b91343820401] | committer: Hugo Beauzee-Luyssen 

Clarification: MediaListViewController is now MediaListView.

As it is a view, it doesn't interact directly with the MediaContainer,
but emit signals, and watches for MediaContainer changes to update
itself, thus (mostly) stopping this permanent mvc pattern rape.

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

 src/CMakeLists.txt                                 |    4 +-
 src/Gui/import/ImportController.cpp                |   16 +++++-----
 src/Gui/import/ImportController.h                  |    5 +--
 src/Gui/library/MediaLibraryWidget.cpp             |    4 +-
 ...diaListViewController.cpp => MediaListView.cpp} |   23 ++++++++-------
 .../{MediaListViewController.h => MediaListView.h} |   17 ++++++-----
 src/Library/MediaContainer.cpp                     |   30 +++++++------------
 src/Library/MediaContainer.h                       |    1 +
 8 files changed, 47 insertions(+), 53 deletions(-)

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


More information about the Vlmc-devel mailing list