]> git.sesse.net Git - kdenlive/log
kdenlive
13 years agoRGB Parade added.
Simon A. Eugster [Wed, 21 Jul 2010 18:54:19 +0000 (18:54 +0000)]
RGB Parade added.
Testwidget removed, not necessary anymore.

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

13 years agoRepaint vectorscope when the mouse leaves it (don't draw circle anymore)
Simon A. Eugster [Wed, 21 Jul 2010 14:32:22 +0000 (14:32 +0000)]
Repaint vectorscope when the mouse leaves it (don't draw circle anymore)

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

13 years agoAllow cutting groups using the razor tool
Till Theato [Wed, 21 Jul 2010 12:10:59 +0000 (12:10 +0000)]
Allow cutting groups using the razor tool

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

13 years agoCutting groups:
Till Theato [Wed, 21 Jul 2010 11:43:48 +0000 (11:43 +0000)]
Cutting groups:
- do not create a cut command if the selected group is not under the timline cursor
- append transitions that would have to be cut to group 1 for now

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

13 years agoAllow cutting selections containing groups (some cases still need to be fixed)
Till Theato [Wed, 21 Jul 2010 10:28:24 +0000 (10:28 +0000)]
Allow cutting selections containing groups (some cases still need to be fixed)

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

13 years agoVectorscope changes:
Simon A. Eugster [Tue, 20 Jul 2010 20:48:29 +0000 (20:48 +0000)]
Vectorscope changes:
* 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

13 years agoAllow cutting groups
Till Theato [Tue, 20 Jul 2010 20:37:28 +0000 (20:37 +0000)]
Allow cutting groups

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

13 years agoAbstractScopeWidget changes:
Simon A. Eugster [Tue, 20 Jul 2010 16:36:31 +0000 (16:36 +0000)]
AbstractScopeWidget changes:
* Support for realtime updates
* Semaphores explained, comments added

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

13 years agoDisplay Jpeg exif data in clip properties metadata
Jean-Baptiste Mardelle [Tue, 20 Jul 2010 13:25:13 +0000 (13:25 +0000)]
Display Jpeg exif data in clip properties metadata

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

13 years agosmall project tree cleanup (drag & drop)
Jean-Baptiste Mardelle [Tue, 20 Jul 2010 07:25:11 +0000 (07:25 +0000)]
small project tree cleanup (drag & drop)

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

13 years agoFix scrolling while dragging clips in project tree:
Jean-Baptiste Mardelle [Mon, 19 Jul 2010 23:26:01 +0000 (23:26 +0000)]
Fix scrolling while dragging clips in project tree:
http://www.kdenlive.org/mantis/view.php?id=1700

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

13 years agoEmit monitor position when switching between clips for use in vectorscope
Jean-Baptiste Mardelle [Mon, 19 Jul 2010 22:11:35 +0000 (22:11 +0000)]
Emit monitor position when switching between clips for use in vectorscope

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

13 years agoAbstractColorItem: disconnecting slots correctly to avoid multiple slots on one signal.
Simon A. Eugster [Mon, 19 Jul 2010 21:30:17 +0000 (21:30 +0000)]
AbstractColorItem: disconnecting slots correctly to avoid multiple slots on one signal.

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

13 years agoAbstract Scope Widget extended.
Simon A. Eugster [Mon, 19 Jul 2010 20:50:42 +0000 (20:50 +0000)]
Abstract Scope Widget extended.
* Auto-Refreshing added
* More doc added
Waveform .ui file
* Color palette removed (is inherited from the superclass)

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

13 years agoAbstract scope class AbstractScopeWidget added.
Simon A. Eugster [Mon, 19 Jul 2010 17:59:39 +0000 (17:59 +0000)]
Abstract scope class AbstractScopeWidget added.
* 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

13 years agoResize from start applies to all items in a group:
Till Theato [Sun, 18 Jul 2010 20:36:30 +0000 (20:36 +0000)]
Resize from start applies to all items in a group:
http://www.kdenlive.org/mantis/view.php?id=1582

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

13 years agoFix resizing a item from start caused the item to move if it was in a group which...
Till Theato [Sun, 18 Jul 2010 19:27:18 +0000 (19:27 +0000)]
Fix resizing a item from start caused the item to move if it was in a group which had been moved (still has to be fixed for undo)

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

13 years agoWaveform monitor added.
Simon A. Eugster [Sun, 18 Jul 2010 16:49:20 +0000 (16:49 +0000)]
Waveform monitor added.
Vectorscope only calculated when visible (\!QWidget::visibleRange.isEmpty()).

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

13 years agoFix group not being updated after undoing resize
Till Theato [Sun, 18 Jul 2010 14:28:57 +0000 (14:28 +0000)]
Fix group not being updated after undoing resize

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

13 years agoFix crash when hovering transitions
Till Theato [Sun, 18 Jul 2010 13:02:36 +0000 (13:02 +0000)]
Fix crash when hovering transitions

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

13 years agoAlso show duration of group or selection the clip under the mouse is in in status...
Till Theato [Sun, 18 Jul 2010 11:39:37 +0000 (11:39 +0000)]
Also show duration of group or selection the clip under the mouse is in in status bar:
http://www.kdenlive.org/mantis/view.php?id=1576

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

13 years agoEmpty CMakeLists.txt added to remove cmake warning
Simon A. Eugster [Sun, 18 Jul 2010 10:38:39 +0000 (10:38 +0000)]
Empty CMakeLists.txt added to remove cmake warning

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

13 years agoVectorscope: Fix CPU burst when widget size not known yet
Simon A. Eugster [Sat, 17 Jul 2010 21:40:19 +0000 (21:40 +0000)]
Vectorscope: Fix CPU burst when widget size not known yet

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

13 years agoShow position and duration of clip under mouse in status bar:
Till Theato [Sat, 17 Jul 2010 21:17:39 +0000 (21:17 +0000)]
Show position and duration of clip under mouse in status bar:
http://www.kdenlive.org/mantis/view.php?id=1576

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

13 years agoColor Tools
Simon A. Eugster [Sat, 17 Jul 2010 20:55:55 +0000 (20:55 +0000)]
Color Tools
* YPbPr wheel added
* Slightly faster if exporting full YUV plane (not filling with transparent color anymore at the beginning)
Vectorscope
* YPbPr added as option for background export
* Box Layout improved, scales now

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

13 years agoFix Qt 4.5 compile:
Till Theato [Sat, 17 Jul 2010 20:36:59 +0000 (20:36 +0000)]
Fix Qt 4.5 compile:
http://kdenlive.org/mantis/view.php?id=1695

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

13 years agoTry to fix rebuild of group during resize not cared of in undo history (does not...
Till Theato [Sat, 17 Jul 2010 20:24:31 +0000 (20:24 +0000)]
Try to fix rebuild of group during resize not cared of in undo history (does not work always yet)

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

13 years agofix Qt 4.5 compile
Till Theato [Sat, 17 Jul 2010 18:18:58 +0000 (18:18 +0000)]
fix Qt 4.5 compile

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

13 years agoVectorscope change: Show angle on mouse hover
Simon A. Eugster [Sat, 17 Jul 2010 14:28:49 +0000 (14:28 +0000)]
Vectorscope change: Show angle on mouse hover

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

13 years agoColorplane export changes:
Simon A. Eugster [Sat, 17 Jul 2010 14:01:51 +0000 (14:01 +0000)]
Colorplane export changes:
* YUV plane with Y varying can be exported (ratio U:V fixed)
* RGB plane with two components on one and one component on other axis can be exported
  Usage: e.g. for Curves widget, to visualize color changes
Vectorscope changes:
* Realtime factor shown
* Pixel brightness relative to image size for Green (still needs to be tweaked)

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

13 years agoVectorscope changes:
Simon A. Eugster [Fri, 16 Jul 2010 21:53:16 +0000 (21:53 +0000)]
Vectorscope changes:
* Evil Deadlock removed
* Realtime option added. Dynamically changes number of scanned pixels to maintain fixed frame rate.
* Green2 paint mode updated

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

13 years agoVectorscope changes:
Simon A. Eugster [Fri, 16 Jul 2010 17:27:57 +0000 (17:27 +0000)]
Vectorscope changes:
* Background (YUV plane, modified YUV plane) can be exported
* Axis can be turned on/off
* 75% Polygon (R-Mg-B-Cy-G-Yl-R) can be turned on
General changes:
* YUV color tool moved to own class for re-use

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

13 years agoResize all items in a group at once (from end only for now; dragging from start will...
Till Theato [Fri, 16 Jul 2010 15:40:44 +0000 (15:40 +0000)]
Resize all items in a group at once (from end only for now; dragging from start will follow soon):
http://kdenlive.org/mantis/view.php?id=1582

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

13 years agoFix changing in/out points not setting the document modified:
Till Theato [Fri, 16 Jul 2010 08:55:38 +0000 (08:55 +0000)]
Fix changing in/out points not setting the document modified:
http://kdenlive.org/mantis/view.php?id=1693

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

13 years agoVectorscope changes:
Simon A. Eugster [Thu, 15 Jul 2010 20:14:23 +0000 (20:14 +0000)]
Vectorscope changes:
* Background color wheel can be switched on (YUV and modified YUV)
* Added black as paint mode
* Added YUV as paint mode
* Made default paint mode depend on selected background
* Colors for circle around mouse improved
* Labels for Widget added, layout adjusted

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

13 years agoSlideshow widget larger by default
Simon A. Eugster [Thu, 15 Jul 2010 07:21:02 +0000 (07:21 +0000)]
Slideshow widget larger by default

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

13 years agoVectorscope changes:
Simon A. Eugster [Wed, 14 Jul 2010 19:09:16 +0000 (19:09 +0000)]
Vectorscope changes:
* Updated when resized
* Updated when controls change (e.g. paint mode)
* 1.4x zoom (scaling) works now

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

13 years agoAuto-Refresh for Vectorscope added.
Simon A. Eugster [Wed, 14 Jul 2010 15:00:22 +0000 (15:00 +0000)]
Auto-Refresh for Vectorscope added.
The vectorscope data is calculated in a different thread to avoid jerky monitors.

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

13 years agoAdd separators to the timeline context clip menu (patch by skangas: http://kdenlive...
Till Theato [Wed, 14 Jul 2010 09:58:51 +0000 (09:58 +0000)]
Add separators to the timeline context clip menu (patch by skangas: http://kdenlive.org/mantis/view.php?id=1680)

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

13 years agoImprove save confirmation message, mentioning name of the current project (based...
Till Theato [Wed, 14 Jul 2010 09:39:58 +0000 (09:39 +0000)]
Improve save confirmation message, mentioning name of the current project (based on patch from skangas: http://kdenlive.org/mantis/view.php?id=1679)

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

13 years agopt_BR lang updated
Marcelo Soares Souza [Tue, 13 Jul 2010 18:36:06 +0000 (18:36 +0000)]
pt_BR lang updated

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

13 years ago* Vectorscopes notified of active monitor
Simon A. Eugster [Tue, 13 Jul 2010 15:35:10 +0000 (15:35 +0000)]
* Vectorscopes notified of active monitor
* Vectorscope draws circle around center on mouse over

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

13 years agoMore ideas
Simon A. Eugster [Mon, 12 Jul 2010 22:04:55 +0000 (22:04 +0000)]
More ideas

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

13 years ago* Vectorscope added
Simon A. Eugster [Mon, 12 Jul 2010 22:04:38 +0000 (22:04 +0000)]
* Vectorscope added
* Widgets grouped for more room for the monitors

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

13 years agokdenlive.pot update. Ukrainian translation update.
Yuri Chornoivan [Mon, 12 Jul 2010 18:32:10 +0000 (18:32 +0000)]
kdenlive.pot update. Ukrainian translation update.

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

13 years ago- Fix build on armel.
Alberto Villa [Thu, 8 Jul 2010 17:45:21 +0000 (17:45 +0000)]
- Fix build on armel.

Submitted by: Patrick Matthaei <pmatthaei@debian.org>

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

13 years agoIdeas and comments added
Simon A. Eugster [Wed, 7 Jul 2010 19:09:15 +0000 (19:09 +0000)]
Ideas and comments added

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

13 years agoMore ideas, page borders larger
Simon A. Eugster [Wed, 7 Jul 2010 14:57:38 +0000 (14:57 +0000)]
More ideas, page borders larger

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

13 years agoMore ideas added
Simon A. Eugster [Wed, 7 Jul 2010 09:17:54 +0000 (09:17 +0000)]
More ideas added

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

13 years agoMindmap for structuring ideas
Simon A. Eugster [Wed, 7 Jul 2010 08:58:13 +0000 (08:58 +0000)]
Mindmap for structuring ideas

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

13 years ago- Avoid a compilation warning and reindent.
Alberto Villa [Tue, 6 Jul 2010 09:51:54 +0000 (09:51 +0000)]
- Avoid a compilation warning and reindent.

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

13 years ago- Avoid loading the same plugin twice when there is more than one installation.
Alberto Villa [Tue, 6 Jul 2010 03:10:18 +0000 (03:10 +0000)]
- Avoid loading the same plugin twice when there is more than one installation.

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

13 years agoUpdate positions in keyframe widget immediately when frame timecode setting changes
Till Theato [Thu, 1 Jul 2010 22:10:15 +0000 (22:10 +0000)]
Update positions in keyframe widget immediately when frame timecode setting changes

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

13 years agoFor now use previous and next keyframe as border when moving keyframe in timeline...
Till Theato [Thu, 1 Jul 2010 21:49:12 +0000 (21:49 +0000)]
For now use previous and next keyframe as border when moving keyframe in timeline (prevents keyframe corruption)

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

13 years agocleanup (code readability)
Till Theato [Thu, 1 Jul 2010 15:43:19 +0000 (15:43 +0000)]
cleanup (code readability)

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

13 years agocleanup keyframewidget (remove code duplications)
Till Theato [Thu, 1 Jul 2010 15:39:20 +0000 (15:39 +0000)]
cleanup keyframewidget (remove code duplications)

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

13 years agoFix effects folders closed when adding / removing an effect:
Jean-Baptiste Mardelle [Wed, 30 Jun 2010 14:42:17 +0000 (14:42 +0000)]
Fix effects folders closed when adding / removing an effect:
http://www.kdenlive.org:80/mantis/view.php?id=1676

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

13 years agoEffect Stack: Use a separate row for the search line
Till Theato [Tue, 29 Jun 2010 20:40:19 +0000 (20:40 +0000)]
Effect Stack: Use a separate row for the search line

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

13 years agoAlso show icons in track selection for transitions
Till Theato [Tue, 29 Jun 2010 15:12:15 +0000 (15:12 +0000)]
Also show icons in track selection for transitions

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

13 years agoShow the track type in add track dialog through icons in the track list
Till Theato [Tue, 29 Jun 2010 14:58:06 +0000 (14:58 +0000)]
Show the track type in add track dialog through icons in the track list

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

13 years agoCleanup track header widget and fix crash when bringing context menu while editing...
Jean-Baptiste Mardelle [Tue, 29 Jun 2010 13:30:12 +0000 (13:30 +0000)]
Cleanup track header widget and fix crash when bringing context menu while editing a track name

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

13 years agoCleanup insert/delete track dialog GUI
Till Theato [Tue, 29 Jun 2010 12:53:10 +0000 (12:53 +0000)]
Cleanup insert/delete track dialog GUI

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

13 years agoUse Config Tracks Command for renaming tracks to make it appear in the undo history
Till Theato [Tue, 29 Jun 2010 11:58:39 +0000 (11:58 +0000)]
Use Config Tracks Command for renaming tracks to make it appear in the undo history

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

13 years agokdenlive.pot update. Ukrainian translation update.
Yuri Chornoivan [Tue, 29 Jun 2010 05:52:50 +0000 (05:52 +0000)]
kdenlive.pot update. Ukrainian translation update.

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

13 years agofix Qt 4.5 compile again
Jean-Baptiste Mardelle [Mon, 28 Jun 2010 17:30:51 +0000 (17:30 +0000)]
fix Qt 4.5 compile again

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

13 years agoFix Qt 4.5 compilation:
Jean-Baptiste Mardelle [Mon, 28 Jun 2010 16:30:13 +0000 (16:30 +0000)]
Fix Qt 4.5 compilation:
http://www.kdenlive.org/mantis/view.php?id=1673

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

13 years agoOnly show statusbar info messages for a few seconds, then clear the status bar
Jean-Baptiste Mardelle [Mon, 28 Jun 2010 16:10:36 +0000 (16:10 +0000)]
Only show statusbar info messages for a few seconds, then clear the status bar

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

13 years agoShow statusbar tooltip when mouse is over a clip allowing an action (keyframe, add...
Jean-Baptiste Mardelle [Mon, 28 Jun 2010 16:09:14 +0000 (16:09 +0000)]
Show statusbar tooltip when mouse is over a clip allowing an action (keyframe, add transition, add fade):
http://www.kdenlive.org/mantis/view.php?id=1663

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

13 years agoRemember last selected effect when adding / removing a custom effect
Jean-Baptiste Mardelle [Mon, 28 Jun 2010 15:43:26 +0000 (15:43 +0000)]
Remember last selected effect when adding / removing a custom effect
http://www.kdenlive.org/mantis/view.php?id=1676

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

13 years agoFix deletion of effect in effect list:
Jean-Baptiste Mardelle [Mon, 28 Jun 2010 08:57:26 +0000 (08:57 +0000)]
Fix deletion of effect in effect list:
http://www.kdenlive.org/mantis/view.php?id=1669

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

13 years agoFix crash when dragging keyframe ouside clip on left / right border:
Jean-Baptiste Mardelle [Mon, 28 Jun 2010 08:30:33 +0000 (08:30 +0000)]
Fix crash when dragging keyframe ouside clip on left / right border:
http://www.kdenlive.org/mantis/view.php?id=1663

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

13 years agoFix scaling options in render dialog being activated/deactived inappropriately
Till Theato [Mon, 28 Jun 2010 07:00:16 +0000 (07:00 +0000)]
Fix scaling options in render dialog being activated/deactived inappropriately

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

13 years agoUse lineEdit instead of a label in the header of the selected track to rename it...
Till Theato [Sun, 27 Jun 2010 21:47:32 +0000 (21:47 +0000)]
Use lineEdit instead of a label in the header of the selected track to rename it without a dialog

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

13 years agoFix compilation on Qt 4.5:
Jean-Baptiste Mardelle [Sun, 27 Jun 2010 17:08:30 +0000 (17:08 +0000)]
Fix compilation on Qt 4.5:
http://www.kdenlive.org:80/mantis/view.php?id=1673

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

13 years agoAllow to preserve aspect ratio in render dialog resize option:
Jean-Baptiste Mardelle [Fri, 25 Jun 2010 14:51:35 +0000 (14:51 +0000)]
Allow to preserve aspect ratio in render dialog resize option:
http://www.kdenlive.org/mantis/view.php?id=1671

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

13 years agoFix in / out points for effects with some images (negative in points). at some point...
Jean-Baptiste Mardelle [Tue, 22 Jun 2010 21:13:54 +0000 (21:13 +0000)]
Fix in / out points for effects with some images (negative in points). at some point, should be fixed correctly (no more negative in points)

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

13 years agoFix timeline corruption when resizing images from the start point
Jean-Baptiste Mardelle [Tue, 22 Jun 2010 20:52:59 +0000 (20:52 +0000)]
Fix timeline corruption when resizing images from the start point

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

13 years agoremove testing debug info
Jean-Baptiste Mardelle [Tue, 22 Jun 2010 20:51:31 +0000 (20:51 +0000)]
remove testing debug info

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

13 years agoimplement region transition (still needs MLT patch for composite properties)
Jean-Baptiste Mardelle [Mon, 21 Jun 2010 07:32:58 +0000 (07:32 +0000)]
implement region transition (still needs MLT patch for composite properties)

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

13 years agoDo not allow using the duration dialog for an item in a group (sometimes caused a...
Till Theato [Sun, 20 Jun 2010 22:09:53 +0000 (22:09 +0000)]
Do not allow using the duration dialog for an item in a group (sometimes caused a crash)

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

13 years agoFix possible clip corruption due to insufficient checking in duration dialog
Till Theato [Sun, 20 Jun 2010 21:41:44 +0000 (21:41 +0000)]
Fix possible clip corruption due to insufficient checking in duration dialog

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

13 years agoUse TimecodeDisplay in duration dialog
Till Theato [Sun, 20 Jun 2010 21:13:24 +0000 (21:13 +0000)]
Use TimecodeDisplay in duration dialog

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

13 years agoUse same codebase caring for updating keyframes, attached transitions, ... when resiz...
Till Theato [Sun, 20 Jun 2010 19:26:36 +0000 (19:26 +0000)]
Use same codebase caring for updating keyframes, attached transitions, ... when resizing a clip using either resize by drag or the actions "set in/out point".
This should fix some timeline corruptions.

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

13 years agoRemove some code duplications in CustomTrackView
Till Theato [Sun, 20 Jun 2010 13:07:13 +0000 (13:07 +0000)]
Remove some code duplications in CustomTrackView

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

13 years ago- Add text/plain to the mimetypes list
Till Theato [Sun, 20 Jun 2010 09:00:37 +0000 (09:00 +0000)]
- Add text/plain to the mimetypes list
- cleanup

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

13 years agoAdd some Android render profiles.
Dan Dennedy [Sun, 20 Jun 2010 02:03:51 +0000 (02:03 +0000)]
Add some Android render profiles.

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

13 years agoAdd iPod Classic and tweak iPhone render profiles.
Dan Dennedy [Sun, 20 Jun 2010 00:21:11 +0000 (00:21 +0000)]
Add iPod Classic and tweak iPhone render profiles.

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

13 years agoCommit changes to projectlist (missing from my last commit)
Jean-Baptiste Mardelle [Sat, 19 Jun 2010 19:55:18 +0000 (19:55 +0000)]
Commit changes to projectlist (missing from my last commit)

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

13 years agoColor clip dialog:
Till Theato [Sat, 19 Jun 2010 18:46:56 +0000 (18:46 +0000)]
Color clip dialog:
 - Restore color, which was selected the last time
 - Use TimecodeDisplay (but always display as HH:MM:SS:FF)
 - Use KColorCombo (drop down with a set of colors and a dialog to choose custom colors)

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

13 years ago- Fix handling of effects with multiple keyframable parameters during resize
Till Theato [Sat, 19 Jun 2010 17:24:44 +0000 (17:24 +0000)]
- Fix handling of effects with multiple keyframable parameters during resize
- Fix compile

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

13 years agoFix handling of effects with multiple keyframable parameters during cut:
Till Theato [Sat, 19 Jun 2010 06:53:37 +0000 (06:53 +0000)]
Fix handling of effects with multiple keyframable parameters during cut:
http://kdenlive.org/mantis/view.php?id=1658

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

13 years agoFix pan_scan effect & first steps for effect region
Jean-Baptiste Mardelle [Sat, 19 Jun 2010 03:53:54 +0000 (03:53 +0000)]
Fix pan_scan effect & first steps for effect region

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

13 years agoFix broken resizing of clip start
Jean-Baptiste Mardelle [Fri, 18 Jun 2010 22:25:56 +0000 (22:25 +0000)]
Fix broken resizing of clip start

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

13 years agoAdd render profiles for iPhone and WebM.
Dan Dennedy [Fri, 18 Jun 2010 06:53:41 +0000 (06:53 +0000)]
Add render profiles for iPhone and WebM.

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

13 years agoThe mirror and repeat options do not work with Kdenlive's usage of MLT
Dan Dennedy [Fri, 18 Jun 2010 03:23:08 +0000 (03:23 +0000)]
The mirror and repeat options do not work with Kdenlive's usage of MLT
affine transition.

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

13 years agoPrefer the better quality Vorbis encoder, libvorbis, over the native.
Dan Dennedy [Fri, 18 Jun 2010 03:21:29 +0000 (03:21 +0000)]
Prefer the better quality Vorbis encoder, libvorbis, over the native.

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

13 years ago- Fix auto expand behaviour when searching the effectlist (1)
Till Theato [Wed, 16 Jun 2010 13:46:59 +0000 (13:46 +0000)]
- Fix auto expand behaviour when searching the effectlist (1)
- Improve focus in effectlist
(1): http://kdenlive.org/mantis/view.php?id=1660

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

13 years ago- Remove ugly fix, which prevented infinite loop in obscure when size (opacity in...
Till Theato [Tue, 15 Jun 2010 19:39:03 +0000 (19:39 +0000)]
- Remove ugly fix, which prevented infinite loop in obscure when size (opacity in kdenlive) was zero. (was fixed in MLT git)
- cleanup spacer dialog

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

13 years agoUse TimecodeDisplay in marker dialog
Till Theato [Tue, 15 Jun 2010 16:21:54 +0000 (16:21 +0000)]
Use TimecodeDisplay in marker dialog

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

13 years agoUpdated Chinese translation
Markus Slopianka [Tue, 15 Jun 2010 14:54:14 +0000 (14:54 +0000)]
Updated Chinese translation

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