]> git.sesse.net Git - kdenlive/log
kdenlive
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

13 years agokdenlive.pot update. Ukrainian translation update.
Yuri Chornoivan [Mon, 14 Jun 2010 19:04:25 +0000 (19:04 +0000)]
kdenlive.pot update. Ukrainian translation update.

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

13 years ago- Fix "all tracks" in insert space dialog not working
Till Theato [Sun, 13 Jun 2010 18:51:09 +0000 (18:51 +0000)]
- Fix "all tracks" in insert space dialog not working
- Do not show insert space command in undo stack if no item was moved

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

13 years agokeyframable geometry for pan_zoom effect
Jean-Baptiste Mardelle [Sun, 13 Jun 2010 14:03:29 +0000 (14:03 +0000)]
keyframable geometry for pan_zoom effect

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

13 years agoFix "geometry" parameter for effects
Jean-Baptiste Mardelle [Sun, 13 Jun 2010 14:02:38 +0000 (14:02 +0000)]
Fix "geometry" parameter for effects

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

13 years agoAdd categories for the effect actions, so they do not mess up the configure shortcuts...
Till Theato [Sun, 13 Jun 2010 12:46:24 +0000 (12:46 +0000)]
Add categories for the effect actions, so they do not mess up the configure shortcuts dialog.
Also made preparations for using an extra collection, but the custom dialog connected to the standard action "keybindings" simply won't show up.

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

13 years agoInsert Space Dialog:
Till Theato [Sun, 13 Jun 2010 10:36:03 +0000 (10:36 +0000)]
Insert Space Dialog:
 - Use TimecodeDisplay
 - Show track names in track selection drop down
TimecodeDisplay:
 - Disable up and down buttons if not usable (at min or max)
 - Cleanup

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

13 years ago- Fix resize start allowing to go further than duration = 0 (inverted the clip)
Till Theato [Sat, 12 Jun 2010 17:40:50 +0000 (17:40 +0000)]
- Fix resize start allowing to go further than duration = 0 (inverted the clip)
- cleanup

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

13 years agoAdd ability to enable or disable all effects in the effect stack at once:
Till Theato [Fri, 11 Jun 2010 22:17:33 +0000 (22:17 +0000)]
Add ability to enable or disable all effects in the effect stack at once:
http://kdenlive.org/mantis/view.php?id=1018

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

13 years agohttp://www.kdenlive.org/mantis/view.php?id=1610
Simon A. Eugster [Sun, 6 Jun 2010 13:57:14 +0000 (13:57 +0000)]
http://www.kdenlive.org/mantis/view.php?id=1610
* Rubberband selection mode added.

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

13 years agohttp://www.kdenlive.org/mantis/view.php?id=1610
Simon A. Eugster [Fri, 4 Jun 2010 12:57:28 +0000 (12:57 +0000)]
http://www.kdenlive.org/mantis/view.php?id=1610
* Available tools now quite much comply with the selection
* z-Index tools working on multiple items as well

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

13 years ago- Auto expand folders in effect list when searching (1)
Till Theato [Fri, 4 Jun 2010 12:00:53 +0000 (12:00 +0000)]
- Auto expand folders in effect list when searching (1)
- cleanup
(1): http://kdenlive.org/mantis/view.php?id=1644

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

13 years ago- Really delete the deprecated MLT++ cmake module...
Alberto Villa [Fri, 4 Jun 2010 08:25:00 +0000 (08:25 +0000)]
- Really delete the deprecated MLT++ cmake module...

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

13 years ago- Rewrite MLT cmake module to use the "new" pkg-config macro.
Alberto Villa [Fri, 4 Jun 2010 08:18:30 +0000 (08:18 +0000)]
- Rewrite MLT cmake module to use the "new" pkg-config macro.
- Stop configuring if MLT isn't at least 0.4.0 (as indicated in src/wizard.cpp.
- Remove deprecated MLT++ cmake module.

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

13 years agoFix crash if track number is added to the list of tracks, which should be deleted...
Till Theato [Thu, 3 Jun 2010 23:30:22 +0000 (23:30 +0000)]
Fix crash if track number is added to the list of tracks, which should be deleted, twice

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

13 years agoTracks Config Dialog:
Till Theato [Thu, 3 Jun 2010 23:21:35 +0000 (23:21 +0000)]
Tracks Config Dialog:
- Add Button to reset the table
- Add Button to delete a track

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

13 years ago r6488@lapL: simon | 2010-06-03 23:37:50 +0200
Simon A. Eugster [Thu, 3 Jun 2010 21:38:19 +0000 (21:38 +0000)]
 r6488@lapL:  simon | 2010-06-03 23:37:50 +0200
 http://www.kdenlive.org/mantis/view.php?id=1610
 * More transparent signal mapping for width/height/x/y
 * Outsourcing of functionality determining which tools to enable
 * Moving multiple items via qspinbox works, same for width, as long as no text items participating
 * Comments

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

13 years agoDo not allow deleting last track (also fixes a related crash)
Till Theato [Thu, 3 Jun 2010 21:35:39 +0000 (21:35 +0000)]
Do not allow deleting last track (also fixes a related crash)

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

13 years agoFix startup crash introduced by previous commit
Jean-Baptiste Mardelle [Thu, 3 Jun 2010 18:39:19 +0000 (18:39 +0000)]
Fix startup crash introduced by previous commit

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

13 years agoFix cursor color when changing color theme
Jean-Baptiste Mardelle [Thu, 3 Jun 2010 18:32:36 +0000 (18:32 +0000)]
Fix cursor color when changing color theme

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

13 years agoFix ruler text:
Jean-Baptiste Mardelle [Thu, 3 Jun 2010 18:15:36 +0000 (18:15 +0000)]
Fix ruler text:
http://www.kdenlive.org/mantis/view.php?id=1639

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

13 years ago- Fix split audio with locked audio tracks
Till Theato [Thu, 3 Jun 2010 16:44:00 +0000 (16:44 +0000)]
- Fix split audio with locked audio tracks
- cleanup

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

13 years agoDo not show split audio command in undo history if there is nothing to split
Till Theato [Wed, 2 Jun 2010 20:43:20 +0000 (20:43 +0000)]
Do not show split audio command in undo history if there is nothing to split

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

13 years ago r6479@lapL: simon | 2010-06-02 20:38:08 +0200
Simon A. Eugster [Wed, 2 Jun 2010 18:39:14 +0000 (18:39 +0000)]
 r6479@lapL:  simon | 2010-06-02 20:38:08 +0200
 http://www.kdenlive.org/mantis/view.php?id=1610
 * Icons for selecting (all, images, rects, texts) added
 * Shortcuts on buttons now appended in *bold font*

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

13 years ago r6477@lapL: simon | 2010-06-02 17:42:57 +0200
Simon A. Eugster [Wed, 2 Jun 2010 17:51:58 +0000 (17:51 +0000)]
 r6477@lapL:  simon | 2010-06-02 17:42:57 +0200
 http://www.kdenlive.org/mantis/view.php?id=1610
 * Select all items with Ctrl-A
 * If more than 2 items selected:
 ** Select all text/rect/image items with Ctrl-T/R/I
 * If more than 1 item selected: Select none with Shift-Ctrl-A

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

13 years agokdenlive.pot update. Ukrainian translation update.
Yuri Chornoivan [Mon, 31 May 2010 17:09:43 +0000 (17:09 +0000)]
kdenlive.pot update. Ukrainian translation update.

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

13 years ago- Update auto split button when setting was changed in settings dialog
Till Theato [Sun, 30 May 2010 18:32:24 +0000 (18:32 +0000)]
- Update auto split button when setting was changed in settings dialog
- Don't ask to save an empty project on closing kdenlive:
http://kdenlive.org/mantis/view.php?id=1634

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

13 years agoFix improper group deletion
Till Theato [Sun, 30 May 2010 16:54:26 +0000 (16:54 +0000)]
Fix improper group deletion

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

13 years agoAdd option to automatically split audio when adding a clip to timeline (based on...
Till Theato [Sun, 30 May 2010 13:50:26 +0000 (13:50 +0000)]
Add option to automatically split audio when adding a clip to timeline (based on patch by Hugh Tebby)

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

13 years ago- cleanup
Till Theato [Sat, 29 May 2010 21:01:30 +0000 (21:01 +0000)]
- cleanup
- remove unused files

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

13 years agoAdd "Configure Tracks" dialog to change the settings (name, type, ...) of all tracks...
Till Theato [Sat, 29 May 2010 18:56:46 +0000 (18:56 +0000)]
Add "Configure Tracks" dialog to change the settings (name, type, ...) of all tracks at once

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

14 years ago r6466@lapL: simon | 2010-05-28 17:39:22 +0200
Simon A. Eugster [Fri, 28 May 2010 15:39:59 +0000 (15:39 +0000)]
 r6466@lapL:  simon | 2010-05-28 17:39:22 +0200
 http://www.kdenlive.org/mantis/view.php?id=1610
 * Multiple rectangles can be changed too
 * reindent.sh ...
 * Please document the «int settingUp = false;» in titlewidget.cpp if you know what it does

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

14 years ago r6465@lapL: simon | 2010-05-28 17:28:09 +0200
Simon A. Eugster [Fri, 28 May 2010 15:39:45 +0000 (15:39 +0000)]
 r6465@lapL:  simon | 2010-05-28 17:28:09 +0200
 http://www.kdenlive.org/mantis/view.php?id=1610
 * Changing text properties of multiple text objects works.
 * Some comments added.

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

14 years ago- Add Swedish translation. [1]
Alberto Villa [Fri, 28 May 2010 12:30:17 +0000 (12:30 +0000)]
- Add Swedish translation. [1]
- Fix a typo in the Italian translation.

PR: http://www.kdenlive.org/mantis/view.php?id=1624 [1]

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

14 years agoUse new timecode widget for position parameter in effects
Jean-Baptiste Mardelle [Thu, 27 May 2010 08:34:34 +0000 (08:34 +0000)]
Use new timecode widget for position parameter in effects

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

14 years ago- Insert/Remove space should not work on a locked track
Till Theato [Mon, 24 May 2010 11:55:00 +0000 (11:55 +0000)]
- Insert/Remove space should not work on a locked track
- small QUI cleanups

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

14 years agohttp://www.kdenlive.org/mantis/view.php?id=1607
Simon A. Eugster [Mon, 24 May 2010 09:39:00 +0000 (09:39 +0000)]
http://www.kdenlive.org/mantis/view.php?id=1607
Text in text items from templates is automatically selected and editable, until it changes.

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

14 years agoAdd widget for easier timecode display
Jean-Baptiste Mardelle [Sun, 23 May 2010 21:57:55 +0000 (21:57 +0000)]
Add widget for easier timecode display

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

14 years ago331 fixed: Naming of tracks now Audio 1, Video 1, etc. http://www.kdenlive.org/mantis...
Simon A. Eugster [Sun, 23 May 2010 18:38:41 +0000 (18:38 +0000)]
331 fixed: Naming of tracks now Audio 1, Video 1, etc. http://www.kdenlive.org/mantis/view.php?id=331
Titler widget: vertical lines added to keep different elements separated
Comments inserted
Warning message adjusted

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

14 years agoFix regression with previous commit
Till Theato [Sun, 23 May 2010 08:34:45 +0000 (08:34 +0000)]
Fix regression with previous commit

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

14 years agocleanup
Till Theato [Sun, 23 May 2010 08:29:19 +0000 (08:29 +0000)]
cleanup

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

14 years agoMake generators obey to the project's fps:
Till Theato [Sun, 23 May 2010 05:57:28 +0000 (05:57 +0000)]
Make generators obey to the project's fps:
http://kdenlive.org/mantis/view.php?id=1332

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

14 years agoMake composite transition position obey the timecode format (frame / hh:mm:ss:ff)
Jean-Baptiste Mardelle [Sat, 22 May 2010 22:15:56 +0000 (22:15 +0000)]
Make composite transition position obey the timecode format (frame / hh:mm:ss:ff)

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

14 years agoMake timeline's ruler time labels obey to frame <-> timecode setting
Till Theato [Sat, 22 May 2010 22:08:56 +0000 (22:08 +0000)]
Make timeline's ruler time labels obey to frame <-> timecode setting

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

14 years ago- Make sure clip is not selected invisible when track is locked (1)
Till Theato [Sat, 22 May 2010 20:20:28 +0000 (20:20 +0000)]
- Make sure clip is not selected invisible when track is locked (1)
- Make sure selected clip is properly unselected when locking track
- Abort render perparations if selected directory could not be created (render dialog)
(1): http://kdenlive.org/mantis/view.php?id=1316

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

14 years agosimplify monitor overlay info
Jean-Baptiste Mardelle [Sat, 22 May 2010 20:13:57 +0000 (20:13 +0000)]
simplify monitor overlay info

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

14 years agoFix compilation with Qt < 4.6
Jean-Baptiste Mardelle [Sat, 22 May 2010 19:19:12 +0000 (19:19 +0000)]
Fix compilation with Qt < 4.6

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

14 years agoFix thumbnails for maximum zoom level
Jean-Baptiste Mardelle [Sat, 22 May 2010 16:41:10 +0000 (16:41 +0000)]
Fix thumbnails for maximum zoom level

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

14 years agoIntroduce video thumbnail for each frame when zooming at max level (causes slowdown...
Jean-Baptiste Mardelle [Sat, 22 May 2010 12:36:04 +0000 (12:36 +0000)]
Introduce video thumbnail for each frame when zooming at max level (causes slowdown, so maybe an option to disable could be introduced)

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

14 years agoDelete selected effect instead of clip when effect stack has focus:
Till Theato [Sat, 22 May 2010 07:45:27 +0000 (07:45 +0000)]
Delete selected effect instead of clip when effect stack has focus:
http://kdenlive.org/mantis/view.php?id=1496

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

14 years agocleanup composite transition UI
Jean-Baptiste Mardelle [Fri, 21 May 2010 21:15:08 +0000 (21:15 +0000)]
cleanup composite transition UI

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

14 years agoreindent
Jean-Baptiste Mardelle [Fri, 21 May 2010 21:11:34 +0000 (21:11 +0000)]
reindent

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

14 years agoFix frame size when using the "original" button in composite transition
Jean-Baptiste Mardelle [Fri, 21 May 2010 21:08:43 +0000 (21:08 +0000)]
Fix frame size when using the "original" button in composite transition

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

14 years agoDo not show undo action "delete clips" when deleting empty folder or sub-clip
Till Theato [Fri, 21 May 2010 19:39:53 +0000 (19:39 +0000)]
Do not show undo action "delete clips" when deleting empty folder or sub-clip

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

14 years ago- Include frei0r.hueshift0r XML GUI
Till Theato [Fri, 21 May 2010 18:49:10 +0000 (18:49 +0000)]
- Include frei0r.hueshift0r XML GUI
- re-enable transcode menu for images (1)
- cleanup
(1): http://kdenlive.org/mantis/view.php?id=1579

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

14 years agoAdd keyframeable GUI for frei0r.hueshift0r
Till Theato [Fri, 21 May 2010 18:45:50 +0000 (18:45 +0000)]
Add keyframeable GUI for frei0r.hueshift0r

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

14 years agoImprove webcam capture parameters
Jean-Baptiste Mardelle [Thu, 20 May 2010 16:24:16 +0000 (16:24 +0000)]
Improve webcam capture parameters

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

14 years agonicer thumbnail for externally modified clips
Jean-Baptiste Mardelle [Thu, 20 May 2010 14:07:54 +0000 (14:07 +0000)]
nicer thumbnail for externally modified clips

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

14 years ago- Fix whitespace and syntax.
Alberto Villa [Thu, 20 May 2010 08:41:34 +0000 (08:41 +0000)]
- Fix whitespace and syntax.

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

14 years ago- Cleanup.
Alberto Villa [Thu, 20 May 2010 07:03:55 +0000 (07:03 +0000)]
- Cleanup.

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

14 years agoFix possible crash in timeline operations:
Jean-Baptiste Mardelle [Thu, 20 May 2010 06:14:04 +0000 (06:14 +0000)]
Fix possible crash in timeline operations:
http://kdenlive.org/mantis/view.php?id=1605

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

14 years agoImprove reloading of externally modified clips (wait for 1.5 second before reloading...
Jean-Baptiste Mardelle [Wed, 19 May 2010 21:56:31 +0000 (21:56 +0000)]
Improve reloading of externally modified clips (wait for 1.5 second before reloading, replace thumb by a "reload" icon)

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

14 years ago- Fix crash on selection of an element with a QGraphicsEffect applied. [1]
Alberto Villa [Wed, 19 May 2010 14:32:12 +0000 (14:32 +0000)]
- Fix crash on selection of an element with a QGraphicsEffect applied. [1]
- Remove also QGraphicsEffects when selecting "None" from the effects menu.
- Allow the addition of effects to more than one element.

PR: http://www.kdenlive.org/mantis/view.php?id=1573 [1]

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

14 years agoadd correct size cursor for spacer tool:
Jean-Baptiste Mardelle [Tue, 18 May 2010 20:33:52 +0000 (20:33 +0000)]
add correct size cursor for spacer tool:
http://www.kdenlive.org/mantis/view.php?id=1578

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

14 years agoFix audio thumbs not displayed on project opening and abortion if audio thumbs creation
Jean-Baptiste Mardelle [Tue, 18 May 2010 14:42:47 +0000 (14:42 +0000)]
Fix audio thumbs not displayed on project opening and abortion if audio thumbs creation

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

14 years ago- Cleanup argument parsing in kdenlive_render
Till Theato [Tue, 18 May 2010 14:40:41 +0000 (14:40 +0000)]
- Cleanup argument parsing in kdenlive_render
- Invert level shown in zoom slider tooltip

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

14 years agoFix empty luma being detected as missing
Jean-Baptiste Mardelle [Tue, 18 May 2010 12:53:35 +0000 (12:53 +0000)]
Fix empty luma being detected as missing

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

14 years ago- Cleanup.
Alberto Villa [Tue, 18 May 2010 11:27:20 +0000 (11:27 +0000)]
- Cleanup.

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

14 years agokdenlive.pot update. Ukrainian translation update.
Yuri Chornoivan [Mon, 17 May 2010 17:38:59 +0000 (17:38 +0000)]
kdenlive.pot update. Ukrainian translation update.

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

14 years ago- Update dutch translation.
Alberto Villa [Mon, 17 May 2010 16:49:45 +0000 (16:49 +0000)]
- Update dutch translation.

Submitted by: Stijn <valenstyn@gmail.com>

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

14 years agoDeleting a item in the project tree should set the document modified
Till Theato [Sat, 15 May 2010 22:16:07 +0000 (22:16 +0000)]
Deleting a item in the project tree should set the document modified

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

14 years ago- Invert zoom slider to be equal to what is common in other apps (1)
Till Theato [Sat, 15 May 2010 21:41:11 +0000 (21:41 +0000)]
- Invert zoom slider to be equal to what is common in other apps (1)
- Add tooltip to zoom slider showing its current level
- Small cleanup

(1): http://kdenlive.org/mantis/view.php?id=492

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

14 years ago- Update Italian translation.
Alberto Villa [Sat, 15 May 2010 10:19:43 +0000 (10:19 +0000)]
- Update Italian translation.

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

14 years agoAdd zoom in/out buttons to status bar
Till Theato [Fri, 14 May 2010 21:48:48 +0000 (21:48 +0000)]
Add zoom in/out buttons to status bar

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

14 years ago- Enable shortcuts for effects and transitions.
Alberto Villa [Fri, 14 May 2010 10:58:03 +0000 (10:58 +0000)]
- Enable shortcuts for effects and transitions.

PR: http://kdenlive.org/mantis/view.php?id=1580

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