- 13 Mar, 2010 6 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
This also fix a typo/bug when checking if a clip has already been loaded.
-
Hugo Beauzee-Luyssen authored
-
- 12 Mar, 2010 8 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
This also fix a potential bug when using max end
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
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.
-
- 11 Mar, 2010 10 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
- 10 Mar, 2010 16 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
Fixed some slots name at the same time.
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
The import button is to be added when required.
-
Hugo Beauzee-Luyssen authored
Also removed old library widget ui file.
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
When previous button is clicked, the current view is directly deleted, which avoid doing it in every ListViewController implementation
-
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
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
The constness difference was breaking renderers inheritance
-