[vlmc-devel] commit: ProjectManager: Clips and Media are now saved. ( Hugo Beauzee-Luyssen )

git at videolan.org git at videolan.org
Fri Mar 12 15:09:37 CET 2010


vlmc | branch: master | Hugo Beauzee-Luyssen <beauze.h at gmail.com> | Fri Mar 12 14:58:07 2010 +0100| [8b09f593463aa0f3d021d1bbcc5750d8d0bebee6] | committer: Hugo Beauzee-Luyssen 

ProjectManager: Clips and Media are now saved.

Nothing else is saved, as we now use a QXmlStreamWriter. The file format
has changed.
Using forward declaration for class Media as soon as possible.

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

 src/Gui/ClipProperty.cpp                       |    9 +++---
 src/Gui/import/TagWidget.cpp                   |    5 ++-
 src/Gui/library/MediaCellView.cpp              |    4 +-
 src/Gui/timeline/AbstractGraphicsMediaItem.cpp |    1 +
 src/Gui/timeline/GraphicsAudioItem.cpp         |    9 +++---
 src/Gui/timeline/GraphicsMovieItem.cpp         |    2 +
 src/Gui/timeline/TracksView.cpp                |    3 +-
 src/Library/Library.cpp                        |   27 +++++++++++++++++---
 src/Library/Library.h                          |    7 ++---
 src/Library/MediaContainer.cpp                 |    7 +++++
 src/Library/MediaContainer.h                   |   11 ++++++++
 src/Media/Clip.cpp                             |   32 +++++++++++++++++++++++-
 src/Media/Clip.h                               |    8 +++--
 src/Media/Media.cpp                            |   16 +++++++++--
 src/Media/Media.h                              |    4 +++
 src/Project/ProjectManager.cpp                 |   26 +++++++++----------
 src/Workflow/ClipWorkflow.cpp                  |    7 +++--
 src/Workflow/ImageClipWorkflow.cpp             |    1 +
 18 files changed, 134 insertions(+), 45 deletions(-)

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


More information about the Vlmc-devel mailing list