[vlmc-devel] commit: Adding a ClipMetadataDisplayer to display.... metadata. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Fri May 14 18:51:28 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Fri May 14 17:04:32 2010 +0200| [474885facc8abc9bdd7ab5acb1db329965ef4fc5] | committer: Hugo Beauzée-Luyssen 

Adding a ClipMetadataDisplayer to display.... metadata.

This intend to avoid duplicated code between the ClipProperty widget and
the ImportController.
Second step will be to adjust what's displayed, depending on the file
type. IE: Displaying FPS for an audio file is silly.

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

 src/CMakeLists.txt                        |    4 +
 src/Gui/ClipProperty.cpp                  |   42 ++++------
 src/Gui/media/ClipMetadataDisplayer.cpp   |   64 +++++++++++++
 src/Gui/media/ClipMetadataDisplayer.h     |   51 +++++++++++
 src/Gui/media/ui/ClipMetadataDisplayer.ui |  138 +++++++++++++++++++++++++++++
 src/Gui/ui/ClipProperty.ui                |  137 ++++-------------------------
 src/Renderer/WorkflowRenderer.cpp         |    4 +-
 src/Workflow/ImageClipWorkflow.cpp        |    6 +-
 8 files changed, 296 insertions(+), 150 deletions(-)

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


More information about the Vlmc-devel mailing list