- 08 Aug, 2009 1 commit
-
-
Hugo Beauzee-Luyssen authored
Basic start for medias's metatags. They're stored in the media, and displayed in the media property dialog
-
- 07 Aug, 2009 1 commit
-
-
Hugo Beauzee-Luyssen authored
Cleaned MetaDataManager/Worker code, removed renderWidget, avoiding to permanent warning.
-
- 03 Aug, 2009 3 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Ludovic Fauvet authored
This reverts commit b99c1c6e. There's a blocker which needs to be fixed first.
-
- 01 Aug, 2009 1 commit
-
-
Ludovic Fauvet authored
-
- 27 Jul, 2009 5 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
- 26 Jul, 2009 2 commits
-
-
Hugo Beauzee-Luyssen authored
Added LibVLCpp::MediaPlayer destructor, avoiding event crashes Fixed potential memory leaks Removed junk code, corrected minor typo
-
Hugo Beauzee-Luyssen authored
-
- 25 Jul, 2009 5 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
- 24 Jul, 2009 6 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
Pause can be toggled until every single ClipWorkflow of every single TrackWorkflow has been paused.
-
Hugo Beauzee-Luyssen authored
This reverts commit df19117a.
-
- 23 Jul, 2009 10 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
This reverts commit c076f2b7.
-
Hugo Beauzee-Luyssen authored
This reverts commit c277adec.
-
Hugo Beauzee-Luyssen authored
This reverts commit 27b832c3, reversing changes made to c277adec.
-
Hugo Beauzee-Luyssen authored
Conflicts: src/Workflow/ClipWorkflow.cpp src/Workflow/MainWorkflow.cpp src/Workflow/TrackWorkflow.cpp src/renderer/WorkflowRenderer.cpp
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
This reverts commit e7b6d21a.
-
Hugo Beauzee-Luyssen authored
This reverts commit 37a0076e.
-
- 22 Jul, 2009 1 commit
-
-
Hugo Beauzee-Luyssen authored
Pausing is now using a event stack
-
- 21 Jul, 2009 1 commit
-
-
Hugo Beauzee-Luyssen authored
-
- 20 Jul, 2009 2 commits
-
-
Hugo Beauzee-Luyssen authored
-
Hugo Beauzee-Luyssen authored
I finally renamed a method starting by m_, this was pissing me off for weeks :) This solves the random crash due to letting Qt delete the main workflow. MainWorkflow is a QObject, but it's not Qt's job to decide when to delete it, since it used by at least 2 widgets which are deleted in an arbitrary order...
-
- 18 Jul, 2009 2 commits
-
-
Hugo Beauzee-Luyssen authored
This fixes issue #30.
-
Hugo Beauzee-Luyssen authored
Performance are really improved, ie previewing is as fast as watching a video in VLC
-