- 07 Dec, 2014 1 commit
-
-
Laurent Montel authored
-
- 21 Jul, 2014 1 commit
-
-
Vincent PINON authored
-
- 07 Jul, 2014 2 commits
-
-
Vincent PINON authored
git grep -l '\<int[0-9]\+_t\>' | grep -v kiss_fft \ | xargs sed -i 's/\<int\([0-9]\+\)_t\>/qint\1/'
-
Vincent PINON authored
git grep -l '\(+\|<<\) "\(\\\?.\)"' \ | xargs sed -i "s/\(+\|<<\) \"\(\\\\\\?.\)\"/\1 '\2'/g"
-
- 30 Apr, 2014 1 commit
-
-
Till Theato authored
Conflicts: src/core.cpp src/jogaction.cpp src/monitor/monitor.cpp src/monitor/monitormanager.cpp src/monitor/recmonitor.cpp src/projectlist.cpp
-
- 11 Dec, 2013 1 commit
-
-
Laurent Montel authored
-
- 29 May, 2013 1 commit
-
-
Laurent Montel authored
-
- 20 May, 2013 1 commit
-
-
Laurent Montel authored
-
- 15 May, 2013 1 commit
-
-
Laurent Montel authored
-
- 06 Mar, 2012 2 commits
-
-
Jean-Baptiste Mardelle authored
-
Jean-Baptiste Mardelle authored
-
- 08 Nov, 2011 1 commit
-
-
Alberto Villa authored
src/CMakeLists.txt gets splitted in several files; #include's are now relative to src/ (or, when in one of its direct sub directories, on it).
-
- 09 Dec, 2010 1 commit
-
-
Simon Eugster authored
* Audio Spectrum now shows frequency and volume at the mouse position * Moved the peak-preserving linear interpolation to an own function (re-use) * Grid in the Spectrogram can be disabled * Increased accuracy of volume value at the mouse position in the Spectogram svn path=/trunk/kdenlive/; revision=5155
-
- 08 Dec, 2010 1 commit
-
-
Simon Eugster authored
* Debug messages improved * New pen added * Abstract Audio Scope: Debugging switch added * Abstract Audio Scope: Keep track of number of new data such that the renderer function knows whether it is called due to new data or simply because the view or parameters have changed svn path=/trunk/kdenlive/; revision=5152
-
- 05 Dec, 2010 1 commit
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=5136
-
- 04 Dec, 2010 1 commit
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=5133
-
- 03 Dec, 2010 2 commits
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=5130
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=5129
-
- 25 Nov, 2010 1 commit
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=5118
-
- 24 Nov, 2010 1 commit
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=5116
-
- 22 Nov, 2010 1 commit
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=5108
-
- 05 Sep, 2010 2 commits
-
-
Jean-Baptiste Mardelle authored
svn path=/trunk/kdenlive/; revision=4844
-
Jean-Baptiste Mardelle authored
svn path=/trunk/kdenlive/; revision=4839
-
- 03 Sep, 2010 2 commits
-
-
Jean-Baptiste Mardelle authored
svn path=/trunk/kdenlive/; revision=4830
-
Jean-Baptiste Mardelle authored
svn path=/trunk/kdenlive/; revision=4826
-
- 31 Aug, 2010 2 commits
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=4796
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=4794
-
- 16 Aug, 2010 1 commit
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=4726
-
- 13 Aug, 2010 1 commit
-
-
Simon Eugster authored
* Fixed: Tested wrong variable to < 1 allowed an acceleration factor of 0, causing an nearly infinite loop. svn path=/trunk/kdenlive/; revision=4714
-
- 09 Aug, 2010 1 commit
-
-
Dan Dennedy authored
handler instead of requesting it from the producer with possibly an undesirable seek as a side effect. svn path=/trunk/kdenlive/; revision=4691
-
- 24 Jul, 2010 1 commit
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=4641
-
- 23 Jul, 2010 1 commit
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=4635
-
- 22 Jul, 2010 2 commits
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=4623
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=4622
-
- 20 Jul, 2010 2 commits
-
-
Simon Eugster authored
* Magnification = Gain can now be changed with a slider in 0.1 steps up to 4x * Vectorscope generator extracted to separate (re-usable) class * Inherits from AbstractScopeWidget, which means - Lots of duplicate code removed - Realtime bug that led to crash fixed (I hope) * Checks whether events have been connected successfully with Q_ASSERT * Delete members in the destructor * .ui file: Palette removed, unnecessary grid layout removed as well AbstractScopeWidget changes: * Processing HUD and Background as well now. * Re-render when auto refresh is selected * Don't recalculate if the scope is hidden behind another widget * Slot added to force the update of a certain layer * Update scope when risen to top of a widget stack * Realtime acceleration factor can now be calculated by the implementing widget * Acceleration factor is protected instead of private now so that they can be accessed by other render tasks (hud displays scope factor e.g.) WaveformGenerator changes: * Using subclassing instead of direct #includes in the .h file («good style» :P) svn path=/trunk/kdenlive/; revision=4611
-
Simon Eugster authored
* Support for realtime updates * Semaphores explained, comments added svn path=/trunk/kdenlive/; revision=4609
-
- 19 Jul, 2010 3 commits
-
-
Simon Eugster authored
svn path=/trunk/kdenlive/; revision=4604
-
Simon Eugster authored
* Auto-Refreshing added * More doc added Waveform .ui file * Color palette removed (is inherited from the superclass) svn path=/trunk/kdenlive/; revision=4603
-
Simon Eugster authored
* Scopes (Waveform, Vectorscope, Parades, etc.) can inherit from AbstractScopeWidget * Takes care of widget appearance (like colors) * Manages multi-threading * Will manage realtime updates and other things that make sense Waveform is already inheriting from AbstractScopeWidget. svn path=/trunk/kdenlive/; revision=4602
-