- 27 Jun, 2010 1 commit
-
-
Hugo Beauzée-Luyssen authored
Now, adding a media set the project in an unclean state, which avoid beeing able to close without saving when a media has been loaded without saving the project afterward.
-
- 07 Jun, 2010 1 commit
-
-
Rohit Yadav authored
Fix forward declaration of QXMLStreamReader, breaks on Mac OS; see a discussion here: http://lists.trolltech.com/qt-interest/2008-07/thread00798-0.htmlSigned-off-by:
Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
- 14 May, 2010 1 commit
-
-
Hugo Beauzée-Luyssen authored
Fixed other warnings
-
- 13 Apr, 2010 1 commit
-
-
Hugo Beauzée-Luyssen authored
It actually delete the removed clip. This is mainly used as a SLOT, therefore, returning something was stupid.
-
- 16 Mar, 2010 3 commits
-
-
Hugo Beauzee-Luyssen authored
Consistancy: when a clip is removed, use a QUuid. When another action occured on a clip, use its pointer.
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
A media that fail to load is automatically removed from the view (as it's removed from the media container.) Fixes #4
-
- 13 Mar, 2010 1 commit
-
-
Hugo Beauzee-Luyssen authored
This also fix a typo/bug when checking if a clip has already been loaded.
-
- 12 Mar, 2010 3 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
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.
-
- 10 Mar, 2010 5 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
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.
-
Hugo Beauzee-Luyssen authored
Media aren't meant to be used anywhere, except when rendering. Clip can now have subclips, we avoid using uuid when using Clip* is possible. Correcting remaining crap in MediaListViewController and co. View handle as many things as possible, but do not touch data. ImportController doesn't have to do anything with deleting media. That's the MediaContainer's job. Probably many other things...
-
Hugo Beauzee-Luyssen authored
-
- 07 Mar, 2010 2 commits
-
-
Hugo Beauzee-Luyssen authored
We don't need this anymore as Clip aren't stored in the Library.
-
Hugo Beauzee-Luyssen authored
-
- 06 Mar, 2010 2 commits
-
-
Hugo Beauzee-Luyssen authored
This was just some kind of wrapper to the Media::addClip method
-
Hugo Beauzee-Luyssen authored
-
- 19 Feb, 2010 6 commits
-
-
Hugo Beauzee-Luyssen authored
QDirModel will soon be outdated, QFileSystemModel is faster, uses its own thread, and check for filesystem changes by itself. Also: Removing useless attributes from Library
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
Removed endless ping-pong between library and import when a media is imported.
-
Hugo Beauzee-Luyssen authored
Removed temporary medias from the library
-
- 24 Jan, 2010 1 commit
-
-
Ludovic Fauvet authored
- Extends to 2010. - Use VideoLAN as new legal entity.
-
- 22 Jan, 2010 1 commit
-
-
Hugo Beauzee-Luyssen authored
-
- 21 Jan, 2010 3 commits
-
-
Clement CHAVANCE authored
-
Hugo Beauzee-Luyssen authored
-
Geoffroy Lacarriere authored
-
- 14 Jan, 2010 3 commits
-
-
Geoffroy Lacarriere authored
There is a const baseClip on each media that correspond to the full media lenth.
-
Clement CHAVANCE authored
-
Geoffroy Lacarriere authored
All the medias are managed by the library now.
-
- 08 Jan, 2010 2 commits
-
-
Christophe Courtaut authored
-
Christophe Courtaut authored
-
- 30 Dec, 2009 1 commit
-
-
Clement CHAVANCE authored
-
- 29 Dec, 2009 1 commit
-
-
Ludovic Fauvet authored
-
- 12 Dec, 2009 1 commit
-
-
Geoffroy Lacarriere authored
Securing delete media by using removeMedia method that delete the media when at the end of metadata computing
-
- 09 Dec, 2009 1 commit
-
-
Hugo Beauzee-Luyssen authored
-