[vlmc-devel] Rework snapshot & metadata updates.

Hugo Beauzée-Luyssen git at videolan.org
Mon Feb 24 20:09:39 CET 2014


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Feb 24 02:00:15 2014 +0200| [0ce15dbdb611fa51d0076410520baaf4b6cf05d5] | committer: Hugo Beauzée-Luyssen

Rework snapshot & metadata updates.

Do not emit the signal from outside of the class
Remove GUIMedia class

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

 src/Backend/ISource.h               |    1 +
 src/Backend/VLC/VLCSource.cpp       |    9 ++++++
 src/Backend/VLC/VLCSource.h         |    1 +
 src/CMakeLists.txt                  |    1 -
 src/Gui/import/ImportController.cpp |    1 -
 src/Gui/library/MediaCellView.cpp   |   11 ++++---
 src/Gui/library/MediaCellView.h     |    2 +-
 src/Gui/media/GuiMedia.cpp          |   58 -----------------------------------
 src/Gui/media/GuiMedia.h            |   57 ----------------------------------
 src/Library/Library.cpp             |    1 -
 src/Media/Media.cpp                 |   55 +++++++++++++++++++++++----------
 src/Media/Media.h                   |   26 ++++++++--------
 src/Metadata/MetaDataManager.cpp    |    3 +-
 13 files changed, 70 insertions(+), 156 deletions(-)

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


More information about the Vlmc-devel mailing list