]> git.sesse.net Git - kdenlive/log
kdenlive
13 years agoAdding Till to the authors list, reorder to put active contributors on the top.
Jean-Baptiste Mardelle [Mon, 6 Sep 2010 22:19:43 +0000 (22:19 +0000)]
Adding Till to the authors list, reorder to put active contributors on the top.

svn path=/trunk/kdenlive/; revision=4855

13 years agoFix vertical drag on timeline ruler setting illegal zoom level
Till Theato [Mon, 6 Sep 2010 20:51:24 +0000 (20:51 +0000)]
Fix vertical drag on timeline ruler setting illegal zoom level

svn path=/trunk/kdenlive/; revision=4854

13 years agoFix timeline corruption when pressing and releasing ctrl during a group resize.
Till Theato [Mon, 6 Sep 2010 18:35:43 +0000 (18:35 +0000)]
Fix timeline corruption when pressing and releasing ctrl during a group resize.
Doing so resulted in mixing resizing a group and resizing one item of the group.

svn path=/trunk/kdenlive/; revision=4853

13 years agoMake title widget smaller on startup
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 23:15:30 +0000 (23:15 +0000)]
Make title widget smaller on startup

svn path=/trunk/kdenlive/; revision=4852

13 years agoFix issues with on monitor effects:
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 22:26:05 +0000 (22:26 +0000)]
Fix issues with on monitor effects:
* wrong values if frame size != display width
* zoom in not working

svn path=/trunk/kdenlive/; revision=4851

13 years agoDraw handles in the monitor scene when we are on a keyframe, helps to see when we...
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 20:08:11 +0000 (20:08 +0000)]
Draw handles in the monitor scene when we are on a keyframe, helps to see when we are able to edit or not

svn path=/trunk/kdenlive/; revision=4850

13 years agoVectorscope: Fixed 75% points for YPbPr
Simon A. Eugster [Sun, 5 Sep 2010 20:05:00 +0000 (20:05 +0000)]
Vectorscope: Fixed 75% points for YPbPr

svn path=/trunk/kdenlive/; revision=4849

13 years agoFix pan and zoom effect sometimes not properly updated when resizing a group
Till Theato [Sun, 5 Sep 2010 19:46:29 +0000 (19:46 +0000)]
Fix pan and zoom effect sometimes not properly updated when resizing a group

svn path=/trunk/kdenlive/; revision=4848

13 years agoCleanup dragging from effects list, fixes crash:
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 18:09:47 +0000 (18:09 +0000)]
Cleanup dragging from effects list, fixes crash:
http://kdenlive.org/mantis/view.php?id=1800

svn path=/trunk/kdenlive/; revision=4847

13 years agoVectorscope:
Simon A. Eugster [Sun, 5 Sep 2010 14:38:09 +0000 (14:38 +0000)]
Vectorscope:
* Added support for YPbPr (or YCbCr) via context menu. Was YUV only before.
* Background can be set to YPbPr as well.

svn path=/trunk/kdenlive/; revision=4846

13 years agoWaveform: Skip rows instead of columns when realtime enabled. Avoids horizontal gaps.
Simon A. Eugster [Sun, 5 Sep 2010 13:33:24 +0000 (13:33 +0000)]
Waveform: Skip rows instead of columns when realtime enabled. Avoids horizontal gaps.

svn path=/trunk/kdenlive/; revision=4845

13 years agoImmediatly update scope when auto-refresh is enabled
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 13:28:09 +0000 (13:28 +0000)]
Immediatly update scope when auto-refresh is enabled

svn path=/trunk/kdenlive/; revision=4844

13 years agoFix monitor scene update when editing a keyframe at the very beginning of the clip
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 13:17:39 +0000 (13:17 +0000)]
Fix monitor scene update when editing a keyframe at the very beginning of the clip

svn path=/trunk/kdenlive/; revision=4843

13 years agoWaveform changes:
Simon A. Eugster [Sun, 5 Sep 2010 13:11:04 +0000 (13:11 +0000)]
Waveform changes:
* Paint mode green is using a logarithmic scale now, seems very useful.
* As in the  RGB Parade: Gathering data first and painting afterwards. Leads to a much smoother parade, especially for the Green paint mode. Fixes bug that the scope disappeared when too small.
* Slight speedup

svn path=/trunk/kdenlive/; revision=4842

13 years agoDo not start playback when clicking on the edge of the monitor scene (visible when...
Till Theato [Sun, 5 Sep 2010 13:09:50 +0000 (13:09 +0000)]
Do not start playback when clicking on the edge of the monitor scene (visible when editing effects on the monitor)

svn path=/trunk/kdenlive/; revision=4841

13 years agoOn-monitor effects:
Till Theato [Sun, 5 Sep 2010 12:55:53 +0000 (12:55 +0000)]
On-monitor effects:
- Allow to add keyframe by double-click on monitor
- Lower background update period to 100ms

svn path=/trunk/kdenlive/; revision=4840

13 years agoCorrectly update scope when changing paint mode
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 12:55:08 +0000 (12:55 +0000)]
Correctly update scope when changing paint mode

svn path=/trunk/kdenlive/; revision=4839

13 years ago- Properly handle pan and zoom effect during cut
Till Theato [Sun, 5 Sep 2010 12:16:55 +0000 (12:16 +0000)]
- Properly handle pan and zoom effect during cut
- Improve handling of pan and zoom effect during resize

svn path=/trunk/kdenlive/; revision=4838

13 years agoRGB Parade > 10x speedup.
Simon A. Eugster [Sun, 5 Sep 2010 11:43:27 +0000 (11:43 +0000)]
RGB Parade > 10x speedup.
Instead of directly reading and painting on the QImage I'm now storing the data in an uint array and painting afterwards with setPixel. This is ways faster and also more accurate.
Bug that RGB Parade disappeared when it was too small (rounding lead to a color value of 0 always) has been fixed as well.

svn path=/trunk/kdenlive/; revision=4837

13 years agoInitial Italian translation for 7.8
Salvatore Brigaglia [Sun, 5 Sep 2010 08:25:00 +0000 (08:25 +0000)]
Initial Italian translation for 7.8

svn path=/trunk/kdenlive/; revision=4836

13 years agoProperly update Pan & Zoom when resizing clip from start
Till Theato [Sat, 4 Sep 2010 22:33:31 +0000 (22:33 +0000)]
Properly update Pan & Zoom when resizing clip from start

svn path=/trunk/kdenlive/; revision=4835

13 years agoupdated Spanish translation
Gabriel Gazzan [Sat, 4 Sep 2010 21:05:56 +0000 (21:05 +0000)]
updated Spanish translation

svn path=/trunk/kdenlive/; revision=4834

13 years agoFix hang on exit somewhere strange inside Qt on OS X.
Dan Dennedy [Sat, 4 Sep 2010 05:28:48 +0000 (05:28 +0000)]
Fix hang on exit somewhere strange inside Qt on OS X.

This fixes it on OS X, and stil works for me on Linux. Note that
explicitly deleting the window object on Linux causes a crash. By
setting a breakpoint in ~MainWindow, I see that before this change, on
OS X, the dtor is not called. Meanwhile, something in the GUI is likely
still using Qt during/after app.exit() (it was hanging in QtColor, but
the backtrace did not lead back to Kdenlive source). Howevever, on
Linux, without explicitly deleting the window object, the debugger still
stops on the breakpoint inside the dtor! Might this be dependent on Qt
version?

svn path=/trunk/kdenlive/; revision=4833

13 years agoFix older titles size changed on loading:
Jean-Baptiste Mardelle [Fri, 3 Sep 2010 23:51:28 +0000 (23:51 +0000)]
Fix older titles size changed on loading:
http://kdenlive.org/mantis/view.php?id=1137

svn path=/trunk/kdenlive/; revision=4832

13 years agoFix timeline tabs appearing when canceling opening of a doc
Jean-Baptiste Mardelle [Fri, 3 Sep 2010 23:49:46 +0000 (23:49 +0000)]
Fix timeline tabs appearing when canceling opening of a doc

svn path=/trunk/kdenlive/; revision=4831

13 years agosmall fixes for scopes updates
Jean-Baptiste Mardelle [Fri, 3 Sep 2010 22:41:50 +0000 (22:41 +0000)]
small fixes for scopes updates

svn path=/trunk/kdenlive/; revision=4830

13 years agoUpdate Sox Reverb effect for parameter changes but do not install reverb
Dan Dennedy [Fri, 3 Sep 2010 20:52:45 +0000 (20:52 +0000)]
Update Sox Reverb effect for parameter changes but do not install reverb
and pitch shift because they do not work. Sox man page says reverb adds
a delay and increases the length of the audio, which explains why it
does not work with MLT today (each frame's audio is processed
individually). Not deleting these yet, however, in case we get them
working sometime in the next year.

svn path=/trunk/kdenlive/; revision=4829

13 years agoFix Sox Flanger effect.
Dan Dennedy [Fri, 3 Sep 2010 18:43:05 +0000 (18:43 +0000)]
Fix Sox Flanger effect.

The parameters changed, and according to the sox changelog, this could
have occurred as long ago as Feb 2007 when v13.0.0 was released!

svn path=/trunk/kdenlive/; revision=4828

13 years agoFix compilation warning in my animationToGeometry().
Dan Dennedy [Fri, 3 Sep 2010 17:31:45 +0000 (17:31 +0000)]
Fix compilation warning in my animationToGeometry().

svn path=/trunk/kdenlive/; revision=4827

13 years agoSpeedup: only convert displayed frame to QImage if necessary (for on monitor scene...
Jean-Baptiste Mardelle [Fri, 3 Sep 2010 16:59:31 +0000 (16:59 +0000)]
Speedup: only convert displayed frame to QImage if necessary (for on monitor scene or scopes)

svn path=/trunk/kdenlive/; revision=4826

13 years agoGeometry widget:
Till Theato [Fri, 3 Sep 2010 16:22:34 +0000 (16:22 +0000)]
Geometry widget:
- Sync timlines when activating syncing
- Larger keyframe items in timeline

svn path=/trunk/kdenlive/; revision=4825

13 years agoFix keyframe move in geometry widgets
Till Theato [Fri, 3 Sep 2010 14:46:32 +0000 (14:46 +0000)]
Fix keyframe move in geometry widgets

svn path=/trunk/kdenlive/; revision=4824

13 years agoDo not allow to change x position of first point in curve widget, as this is not...
Till Theato [Fri, 3 Sep 2010 14:26:37 +0000 (14:26 +0000)]
Do not allow to change x position of first point in curve widget, as this is not possible in frei0r.curves:
http://kdenlive.org/mantis/view.php?id=1792

svn path=/trunk/kdenlive/; revision=4823

13 years agoScale background for curve widget to make it less bright.
Till Theato [Fri, 3 Sep 2010 13:25:10 +0000 (13:25 +0000)]
Scale background for curve widget to make it less bright.

svn path=/trunk/kdenlive/; revision=4822

13 years agoRGB Plane export fixed for scale < 1
Simon A. Eugster [Fri, 3 Sep 2010 08:35:25 +0000 (08:35 +0000)]
RGB Plane export fixed for scale < 1
http://www.kdenlive.org/mantis/view.php?id=1793

svn path=/trunk/kdenlive/; revision=4821

13 years agoFix issue with fade out and fade to black effects, might solve:
Jean-Baptiste Mardelle [Fri, 3 Sep 2010 08:32:05 +0000 (08:32 +0000)]
Fix issue with fade out and fade to black effects, might solve:
http://www.kdenlive.org/mantis/view.php?id=1587

svn path=/trunk/kdenlive/; revision=4820

13 years agoCroatian translation updated.
Simon A. Eugster [Fri, 3 Sep 2010 07:52:15 +0000 (07:52 +0000)]
Croatian translation updated.
Submitted by Davor Buday.

svn path=/trunk/kdenlive/; revision=4819

13 years agoFixed Compile warning «Warning: name layoutWidget is already used» by assigning uniqu...
Simon A. Eugster [Fri, 3 Sep 2010 07:51:53 +0000 (07:51 +0000)]
Fixed Compile warning «Warning: name layoutWidget is already used» by assigning unique name to widget tag.
See also http://bugreports.qt.nokia.com/browse/QTBUG-7245

svn path=/trunk/kdenlive/; revision=4818

13 years agoAnother compile warning fixed
Simon A. Eugster [Fri, 3 Sep 2010 07:51:35 +0000 (07:51 +0000)]
Another compile warning fixed

svn path=/trunk/kdenlive/; revision=4817

13 years agocompile warning «isn't a valid widget» fixed.
Simon A. Eugster [Fri, 3 Sep 2010 07:51:13 +0000 (07:51 +0000)]
compile warning «isn't a valid widget» fixed.
zorder tags should only contain widgets. See also: http://bugreports.qt.nokia.com/browse/QTBUG-10981

svn path=/trunk/kdenlive/; revision=4816

13 years agonew icon for track effetc
Jean-Baptiste Mardelle [Fri, 3 Sep 2010 07:33:26 +0000 (07:33 +0000)]
new icon for track effetc

svn path=/trunk/kdenlive/; revision=4815

13 years agoShow icon on track header if track has effects applied
Jean-Baptiste Mardelle [Fri, 3 Sep 2010 07:32:27 +0000 (07:32 +0000)]
Show icon on track header if track has effects applied

svn path=/trunk/kdenlive/; revision=4814

13 years agoVibro is no longer available since SoX v14.1.0.
Dan Dennedy [Fri, 3 Sep 2010 04:20:11 +0000 (04:20 +0000)]
Vibro is no longer available since SoX v14.1.0.

svn path=/trunk/kdenlive/; revision=4813

13 years agoFix track locking via "config tracks" dialog not working properly:
Till Theato [Thu, 2 Sep 2010 18:02:53 +0000 (18:02 +0000)]
Fix track locking via "config tracks" dialog not working properly:
http://kdenlive.org/mantis/view.php?id=1795

svn path=/trunk/kdenlive/; revision=4812

13 years agomindmap/authors update
Simon A. Eugster [Thu, 2 Sep 2010 17:38:22 +0000 (17:38 +0000)]
mindmap/authors update

svn path=/trunk/kdenlive/; revision=4811

13 years agoRGB Parade: Don't draw axis by default (mouse can measure value now)
Simon A. Eugster [Thu, 2 Sep 2010 16:41:01 +0000 (16:41 +0000)]
RGB Parade: Don't draw axis by default (mouse can measure value now)

svn path=/trunk/kdenlive/; revision=4810

13 years agoWaveform:
Simon A. Eugster [Thu, 2 Sep 2010 16:19:18 +0000 (16:19 +0000)]
Waveform:
* Display the x position of the source clip

svn path=/trunk/kdenlive/; revision=4809

13 years agokdenlive.pot update. Ukrainian translation update.
Yuri Chornoivan [Thu, 2 Sep 2010 10:22:55 +0000 (10:22 +0000)]
kdenlive.pot update. Ukrainian translation update.

svn path=/trunk/kdenlive/; revision=4808

13 years agoUpdated czech translation
Jan Drábek [Thu, 2 Sep 2010 09:28:16 +0000 (09:28 +0000)]
Updated czech translation

svn path=/trunk/kdenlive/; revision=4807

13 years agoFix wrong max length for fade effects
Jean-Baptiste Mardelle [Wed, 1 Sep 2010 22:46:39 +0000 (22:46 +0000)]
Fix wrong max length for fade effects

svn path=/trunk/kdenlive/; revision=4806

13 years agoFix another problem with changing the duration of a clip with a pan and zoom effect
Till Theato [Wed, 1 Sep 2010 16:20:34 +0000 (16:20 +0000)]
Fix another problem with changing the duration of a clip with a pan and zoom effect

svn path=/trunk/kdenlive/; revision=4805

13 years agoWaveform and RGB Parade:
Simon A. Eugster [Wed, 1 Sep 2010 15:56:22 +0000 (15:56 +0000)]
Waveform and RGB Parade:
* Make value stick to the line drawn through the mouse position

svn path=/trunk/kdenlive/; revision=4804

13 years agoFix frame size changed in pan & zoom effect when changing clip duration
Till Theato [Wed, 1 Sep 2010 15:05:51 +0000 (15:05 +0000)]
Fix frame size changed in pan & zoom effect when changing clip duration

svn path=/trunk/kdenlive/; revision=4803

13 years agoFix "paste clip" not working when using edit menu:
Till Theato [Wed, 1 Sep 2010 06:16:44 +0000 (06:16 +0000)]
Fix "paste clip" not working when using edit menu:
http://kdenlive.org/mantis/view.php?id=1784

svn path=/trunk/kdenlive/; revision=4802

13 years agoFix enable/disable all effects checkbox
Till Theato [Tue, 31 Aug 2010 20:09:43 +0000 (20:09 +0000)]
Fix enable/disable all effects checkbox

svn path=/trunk/kdenlive/; revision=4801

13 years agoMake on-monitor effect editing work with track effects
Till Theato [Tue, 31 Aug 2010 18:52:06 +0000 (18:52 +0000)]
Make on-monitor effect editing work with track effects

svn path=/trunk/kdenlive/; revision=4800

13 years ago- Fix some problems with undoing resizing a clip containing a pan & zoom effect
Till Theato [Tue, 31 Aug 2010 18:19:15 +0000 (18:19 +0000)]
- Fix some problems with undoing resizing a clip containing a pan & zoom effect
- Fix keeping sync of geometry widget timeline and project timeline

svn path=/trunk/kdenlive/; revision=4799

13 years agoRGB Parade changes:
Simon A. Eugster [Tue, 31 Aug 2010 14:58:16 +0000 (14:58 +0000)]
RGB Parade changes:
* Added a line through the mouse position to display the value
* Neutral paint mode White added
* Paint mode RGB2 removed, looked bad

svn path=/trunk/kdenlive/; revision=4798

13 years agoWaveform changes:
Simon A. Eugster [Tue, 31 Aug 2010 13:28:32 +0000 (13:28 +0000)]
Waveform changes:
* Support for Rec.709 (activated by default)
* New paint mode: White (color neutral)

svn path=/trunk/kdenlive/; revision=4797

13 years agoAbstract Scopes: Mouse tracking ability moved to ASW to reduce duplicated code
Simon A. Eugster [Tue, 31 Aug 2010 13:08:43 +0000 (13:08 +0000)]
Abstract Scopes: Mouse tracking ability moved to ASW to reduce duplicated code

svn path=/trunk/kdenlive/; revision=4796

13 years agoWaveform: Added line through the mouse for measuring the value
Simon A. Eugster [Tue, 31 Aug 2010 12:39:40 +0000 (12:39 +0000)]
Waveform: Added line through the mouse for measuring the value

svn path=/trunk/kdenlive/; revision=4795

13 years agoAbstract scopes: Moved pens to ASW so other widgets can use them
Simon A. Eugster [Tue, 31 Aug 2010 12:39:21 +0000 (12:39 +0000)]
Abstract scopes: Moved pens to ASW so other widgets can use them

svn path=/trunk/kdenlive/; revision=4794

13 years agoCleanup
Simon A. Eugster [Tue, 31 Aug 2010 12:38:56 +0000 (12:38 +0000)]
Cleanup

svn path=/trunk/kdenlive/; revision=4793

13 years agoNew effect category: Enhancement
Simon A. Eugster [Tue, 31 Aug 2010 09:22:48 +0000 (09:22 +0000)]
New effect category: Enhancement

svn path=/trunk/kdenlive/; revision=4792

13 years agoAdd animation feature to Slideshow Clip.
Dan Dennedy [Tue, 31 Aug 2010 07:44:51 +0000 (07:44 +0000)]
Add animation feature to Slideshow Clip.

svn path=/trunk/kdenlive/; revision=4791

13 years agoFix effects corruption when editing keyframe effects:
Jean-Baptiste Mardelle [Tue, 31 Aug 2010 06:21:13 +0000 (06:21 +0000)]
Fix effects corruption when editing keyframe effects:
http://kdenlive.org/mantis/view.php?id=1773

svn path=/trunk/kdenlive/; revision=4790

13 years agoSeveral effect fixes (mostly track effect issues)
Jean-Baptiste Mardelle [Mon, 30 Aug 2010 23:41:26 +0000 (23:41 +0000)]
Several effect fixes (mostly track effect issues)

svn path=/trunk/kdenlive/; revision=4789

13 years agoeffect stack: small ui fixes
Jean-Baptiste Mardelle [Mon, 30 Aug 2010 22:22:19 +0000 (22:22 +0000)]
effect stack: small ui fixes

svn path=/trunk/kdenlive/; revision=4788

13 years agoFix effect stack disconnected from clip after adding effect on a clip just dropped...
Jean-Baptiste Mardelle [Mon, 30 Aug 2010 22:14:24 +0000 (22:14 +0000)]
Fix effect stack disconnected from clip after adding effect on a clip just dropped in timeline

svn path=/trunk/kdenlive/; revision=4787

13 years agoHistogram: Fixed max display
Simon A. Eugster [Mon, 30 Aug 2010 22:01:01 +0000 (22:01 +0000)]
Histogram: Fixed max display

svn path=/trunk/kdenlive/; revision=4786

13 years agoFix effects + transitions with geometry parameter behaving strange after resize becau...
Till Theato [Mon, 30 Aug 2010 21:39:47 +0000 (21:39 +0000)]
Fix effects + transitions with geometry parameter behaving strange after resize because a keyframe became invisible but was not deleted

svn path=/trunk/kdenlive/; revision=4785

13 years agoTooltips added correctly
Simon A. Eugster [Mon, 30 Aug 2010 20:32:04 +0000 (20:32 +0000)]
Tooltips added correctly

svn path=/trunk/kdenlive/; revision=4784

13 years agoHistogram changes:
Simon A. Eugster [Mon, 30 Aug 2010 20:27:08 +0000 (20:27 +0000)]
Histogram changes:
* Support for Rec. 601 AND 709. Default to Rec. 709 (as recommendation for digital video).
* Added a «sum» display, simply summing up R/G/B values.

svn path=/trunk/kdenlive/; revision=4783

13 years agoHistogram: Fixed random value of 256th index. Missed one int with std::fill.
Simon A. Eugster [Mon, 30 Aug 2010 16:06:15 +0000 (16:06 +0000)]
Histogram: Fixed random value of 256th index. Missed one int with std::fill.

svn path=/trunk/kdenlive/; revision=4782

13 years agoAdd center-crop option to slideshow clip.
Dan Dennedy [Mon, 30 Aug 2010 03:32:46 +0000 (03:32 +0000)]
Add center-crop option to slideshow clip.

svn path=/trunk/kdenlive/; revision=4781

13 years agoAdd center balance parameter to crop effect.
Dan Dennedy [Sun, 29 Aug 2010 19:02:31 +0000 (19:02 +0000)]
Add center balance parameter to crop effect.

svn path=/trunk/kdenlive/; revision=4780

13 years agoFix clips losing effects after undoing group move
Till Theato [Sun, 29 Aug 2010 09:56:59 +0000 (09:56 +0000)]
Fix clips losing effects after undoing group move

svn path=/trunk/kdenlive/; revision=4779

13 years agoFix pan & zoom effect getting corrupted after group move:
Till Theato [Sun, 29 Aug 2010 09:48:26 +0000 (09:48 +0000)]
Fix pan & zoom effect getting corrupted after group move:
http://kdenlive.org/mantis/view.php?id=1776

svn path=/trunk/kdenlive/; revision=4778

13 years agoremove region stuff
Jean-Baptiste Mardelle [Sat, 28 Aug 2010 22:24:49 +0000 (22:24 +0000)]
remove region stuff

svn path=/trunk/kdenlive/; revision=4777

13 years agoDo not show error message that effect could not be applied when the target clip is...
Till Theato [Sat, 28 Aug 2010 20:05:33 +0000 (20:05 +0000)]
Do not show error message that effect could not be applied when the target clip is part of a group, as the user probably knows what he does then and the message is annoying when working with the split audio feature

svn path=/trunk/kdenlive/; revision=4776

13 years agoFix effect attribute "type" being ignored if value is != "audio"
Till Theato [Sat, 28 Aug 2010 19:35:48 +0000 (19:35 +0000)]
Fix effect attribute "type" being ignored if value is != "audio"

svn path=/trunk/kdenlive/; revision=4775

13 years agoFix monitor scene not showing up when switching between effects in effect stack
Till Theato [Sat, 28 Aug 2010 19:24:08 +0000 (19:24 +0000)]
Fix monitor scene not showing up when switching between effects in effect stack

svn path=/trunk/kdenlive/; revision=4774

13 years agoKeep selected items selected after finishing a move involving multiple groups
Till Theato [Sat, 28 Aug 2010 18:47:34 +0000 (18:47 +0000)]
Keep selected items selected after finishing a move involving multiple groups

svn path=/trunk/kdenlive/; revision=4773

13 years agoFix bugs when cutting more than one group
Till Theato [Sat, 28 Aug 2010 14:32:38 +0000 (14:32 +0000)]
Fix bugs when cutting more than one group

svn path=/trunk/kdenlive/; revision=4772

13 years ago- Make sure rebuildGroup does not group all selected items (Fixes some bugs with...
Till Theato [Sat, 28 Aug 2010 14:11:06 +0000 (14:11 +0000)]
- Make sure rebuildGroup does not group all selected items (Fixes some bugs with undoing group actions)
- Fix undo of selection move with more than one group

svn path=/trunk/kdenlive/; revision=4771

13 years agosmall fix for effect tracks
Jean-Baptiste Mardelle [Sat, 28 Aug 2010 10:43:57 +0000 (10:43 +0000)]
small fix for effect tracks

svn path=/trunk/kdenlive/; revision=4770

13 years agoFix audio thumbs for placeholder clips:
Jean-Baptiste Mardelle [Sat, 28 Aug 2010 09:44:25 +0000 (09:44 +0000)]
Fix audio thumbs for placeholder clips:
http://www.kdenlive.org/mantis/view.php?id=1779

svn path=/trunk/kdenlive/; revision=4769

13 years agoFix endless loop when opening project with unknown effect
Jean-Baptiste Mardelle [Sat, 28 Aug 2010 09:36:06 +0000 (09:36 +0000)]
Fix endless loop when opening project with unknown effect

svn path=/trunk/kdenlive/; revision=4768

13 years agoActivate antialiasing in curve widget
Till Theato [Fri, 27 Aug 2010 21:24:18 +0000 (21:24 +0000)]
Activate antialiasing in curve widget

svn path=/trunk/kdenlive/; revision=4767

13 years agoWhen closing Kdenlive without it being visible (for example via right click on panel...
Till Theato [Fri, 27 Aug 2010 18:59:06 +0000 (18:59 +0000)]
When closing Kdenlive without it being visible (for example via right click on panel), raise the window so one can answer the "save changes" dialog

svn path=/trunk/kdenlive/; revision=4766

13 years ago- Use gradient background for luma in curve widget
Till Theato [Fri, 27 Aug 2010 15:33:35 +0000 (15:33 +0000)]
- Use gradient background for luma in curve widget
- Make curve widget use more space

svn path=/trunk/kdenlive/; revision=4765

13 years agoPrevent crash with corrupted keyframe effect
Jean-Baptiste Mardelle [Fri, 27 Aug 2010 15:18:19 +0000 (15:18 +0000)]
Prevent crash with corrupted keyframe effect

svn path=/trunk/kdenlive/; revision=4764

13 years agoFix effects with only one keyframe
Jean-Baptiste Mardelle [Fri, 27 Aug 2010 14:57:58 +0000 (14:57 +0000)]
Fix effects with only one keyframe

svn path=/trunk/kdenlive/; revision=4763

13 years agoEnsure keyframe list widget is not too small to be used
Jean-Baptiste Mardelle [Fri, 27 Aug 2010 14:15:15 +0000 (14:15 +0000)]
Ensure keyframe list widget is not too small to be used

svn path=/trunk/kdenlive/; revision=4762

13 years agoupdate ui version to solve possible conflicts and crashes on startup
Jean-Baptiste Mardelle [Fri, 27 Aug 2010 05:10:46 +0000 (05:10 +0000)]
update ui version to solve possible conflicts and crashes on startup

svn path=/trunk/kdenlive/; revision=4761

13 years agoSo not show histogram by default
Jean-Baptiste Mardelle [Fri, 27 Aug 2010 04:57:58 +0000 (04:57 +0000)]
So not show histogram by default

svn path=/trunk/kdenlive/; revision=4760

13 years agoFix timeline corruption when resizing color or title clips:
Jean-Baptiste Mardelle [Fri, 27 Aug 2010 04:32:29 +0000 (04:32 +0000)]
Fix timeline corruption when resizing color or title clips:
http://www.kdenlive.org/mantis/view.php?id=1767

svn path=/trunk/kdenlive/; revision=4759

13 years agoChanged interlaced description to use frames per second (60i → 30i).
Simon A. Eugster [Thu, 26 Aug 2010 12:34:34 +0000 (12:34 +0000)]
Changed interlaced description to use frames per second (60i → 30i).
See http://sourceforge.net/mailarchive/message.php?msg_name=4C59C1A2.3070907%40gmail.com

svn path=/trunk/kdenlive/; revision=4758

13 years agolittle cleanup
Till Theato [Wed, 25 Aug 2010 05:44:23 +0000 (05:44 +0000)]
little cleanup

svn path=/trunk/kdenlive/; revision=4757

13 years agoUpdate Spanish translation (submitted by Gabriel Gazzán)
Till Theato [Wed, 25 Aug 2010 05:11:23 +0000 (05:11 +0000)]
Update Spanish translation (submitted by Gabriel Gazzán)

svn path=/trunk/kdenlive/; revision=4756