[vlmc-devel] Workspace: Simplify & refactor.

Hugo Beauzée-Luyssen git at videolan.org
Sat Mar 29 01:03:39 CET 2014


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sun Mar 23 19:26:49 2014 +0200| [33e051ec5d16fa412950fcb159da2b65ebafb37f] | committer: Hugo Beauzée-Luyssen

Workspace: Simplify & refactor.

Workspace & Projects are now based on the assumption that there cannot
be a project without workspace, and editing is not possible without an
opened project.
This is not yet ensured by the GUI.

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

 src/Gui/media/ClipMetadataDisplayer.cpp   |   13 ------
 src/Gui/media/ClipMetadataDisplayer.h     |    1 -
 src/Gui/media/ui/ClipMetadataDisplayer.ui |   26 ++----------
 src/Gui/project/GuiProjectManager.cpp     |   31 --------------
 src/Gui/project/GuiProjectManager.h       |    1 -
 src/Library/Library.cpp                   |   12 ++----
 src/Library/Library.h                     |    6 +--
 src/Main/Project.cpp                      |    4 +-
 src/Media/Clip.cpp                        |   10 +++--
 src/Media/Media.cpp                       |   25 +----------
 src/Media/Media.h                         |    5 ---
 src/Project/Workspace.cpp                 |   65 +++++++++++++----------------
 src/Project/Workspace.h                   |   12 +++---
 13 files changed, 54 insertions(+), 157 deletions(-)

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


More information about the Vlmc-devel mailing list