]> git.sesse.net Git - kdenlive/log
kdenlive
15 years agoFix up a busted preprocessor check [PATCH by Ray Lehtiniemi]
Jean-Baptiste Mardelle [Wed, 11 Mar 2009 12:44:29 +0000 (12:44 +0000)]
Fix up a busted preprocessor check [PATCH by Ray Lehtiniemi]

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

15 years agoComment out names of unused parameters [PATCH by Ray Lehtiniemi]
Jean-Baptiste Mardelle [Wed, 11 Mar 2009 12:43:16 +0000 (12:43 +0000)]
Comment out names of unused parameters [PATCH by Ray Lehtiniemi]

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

15 years agoconst modifiers are useless on integral return types [PATCH by Ray Lehtiniemi]
Jean-Baptiste Mardelle [Wed, 11 Mar 2009 12:31:44 +0000 (12:31 +0000)]
const modifiers are useless on integral return types [PATCH by Ray Lehtiniemi]

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

15 years agoHeader fixes
Jean-Baptiste Mardelle [Wed, 11 Mar 2009 12:29:28 +0000 (12:29 +0000)]
Header fixes

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

15 years agoKrazy desktop file fixes
Jean-Baptiste Mardelle [Tue, 10 Mar 2009 00:40:24 +0000 (00:40 +0000)]
Krazy desktop file fixes

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

15 years agoDisplay MLT's version in Kdenlive startup wizard
Jean-Baptiste Mardelle [Mon, 9 Mar 2009 23:40:03 +0000 (23:40 +0000)]
Display MLT's version in Kdenlive startup wizard

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

15 years agoSmall cleanup in document conversion from old kdenlive formats
Jean-Baptiste Mardelle [Mon, 9 Mar 2009 22:43:23 +0000 (22:43 +0000)]
Small cleanup in document conversion from old kdenlive formats

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

15 years agoDisplay "in" and "out" point in overlay on monitor when playing, configurable through...
Jean-Baptiste Mardelle [Mon, 9 Mar 2009 12:25:10 +0000 (12:25 +0000)]
Display "in" and "out" point in overlay on monitor when playing, configurable through monitor drop down menu:
http://www.kdenlive.org:80/mantis/view.php?id=586

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

15 years agoTrivial corrections to make name and bitrate settings match
Mads Bondo Dydensborg [Sun, 8 Mar 2009 21:08:57 +0000 (21:08 +0000)]
Trivial corrections to make name and bitrate settings match

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

15 years agoFix compilation
Jean-Baptiste Mardelle [Sun, 8 Mar 2009 17:49:40 +0000 (17:49 +0000)]
Fix compilation

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

15 years agotranslated
Simon A. Eugster [Sun, 8 Mar 2009 15:07:43 +0000 (15:07 +0000)]
translated

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

15 years agoCleanup
Jean-Baptiste Mardelle [Sun, 8 Mar 2009 14:17:30 +0000 (14:17 +0000)]
Cleanup

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

15 years agoCheck for invalid producers / entries when opening document:
Jean-Baptiste Mardelle [Sun, 8 Mar 2009 14:01:19 +0000 (14:01 +0000)]
Check for invalid producers / entries when opening document:
http://www.kdenlive.org/mantis/view.php?id=705

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

15 years agoFix display of clip duration in project tree + some cleanup + indent fixes
Jean-Baptiste Mardelle [Sun, 8 Mar 2009 11:50:25 +0000 (11:50 +0000)]
Fix display of clip duration in project tree + some cleanup + indent fixes

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

15 years ago[PATCH by Ray Lehtiniemi] Fix up =/== confusion
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 22:57:47 +0000 (22:57 +0000)]
[PATCH by Ray Lehtiniemi] Fix up =/== confusion

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

15 years ago[PATCH by Ray Lehtiniemi] Fix a memory leak in a destructor
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 18:09:59 +0000 (18:09 +0000)]
[PATCH by Ray Lehtiniemi] Fix a memory leak in a destructor

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

15 years ago[PATCH by Ray Lehtiniemi] An incorrect variable in a debug output statement
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 18:09:17 +0000 (18:09 +0000)]
[PATCH by Ray Lehtiniemi] An incorrect variable in a debug output statement

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

15 years ago[PATCH by Ray Lehtiniemi] Fix up &&/& confusion
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 18:08:44 +0000 (18:08 +0000)]
[PATCH by Ray Lehtiniemi] Fix up &&/& confusion

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

15 years ago[PATCH by Ray Lehtiniemi] Remove unneeded temporary variables
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 18:08:04 +0000 (18:08 +0000)]
[PATCH by Ray Lehtiniemi] Remove unneeded temporary variables

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

15 years ago[PATCH by Ray Lehtiniemi] Comment out variables used only in commented out code
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 18:07:09 +0000 (18:07 +0000)]
[PATCH by Ray Lehtiniemi] Comment out variables used only in commented out code

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

15 years ago[PATCH by Ray Lehtiniem] Delete some unused variables
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 18:06:02 +0000 (18:06 +0000)]
[PATCH by Ray Lehtiniem] Delete some unused variables

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

15 years agoFix a few more potentially uninitialized uses. Original patch by Ray Lehtiniemi,...
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 18:02:39 +0000 (18:02 +0000)]
Fix a few more potentially uninitialized uses. Original patch by Ray Lehtiniemi, with some adjusted values

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

15 years ago[PATCH by Ray Lehtiniemi] Fix another potentially uninitialized use warning
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 17:55:55 +0000 (17:55 +0000)]
[PATCH by Ray Lehtiniemi] Fix another potentially uninitialized use warning

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

15 years ago[PATCH by Ray Lehtiniemi] Add defaults for a few potentially uninitialized uses
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 17:55:01 +0000 (17:55 +0000)]
[PATCH by Ray Lehtiniemi] Add defaults for a few potentially uninitialized uses

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

15 years ago[PATCH by Ray Lehtiniemi] Fix up a missing return value
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 17:52:55 +0000 (17:52 +0000)]
[PATCH by Ray Lehtiniemi] Fix up a missing return value

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

15 years ago[PATCH by Ray Lehtiniemi] Fix up a missing return value
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 17:52:07 +0000 (17:52 +0000)]
[PATCH by Ray Lehtiniemi] Fix up a missing return value

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

15 years ago[PATCH by Ray Lehtiniemi] Check return code on read() syscall.
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 17:51:31 +0000 (17:51 +0000)]
[PATCH by Ray Lehtiniemi] Check return code on read() syscall.

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

15 years ago[PATCH by Ray Lehtiniemi] Do not return references to temporaries.
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 17:50:31 +0000 (17:50 +0000)]
[PATCH by Ray Lehtiniemi] Do not return references to temporaries.

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

15 years ago[PATCH by Ray Lehtiniemi] Do not return references to local variables
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 17:46:05 +0000 (17:46 +0000)]
[PATCH by Ray Lehtiniemi] Do not return references to local variables

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

15 years ago[PATCH by Ray Lehtiniemi] Add a .gitignore file
Jean-Baptiste Mardelle [Sat, 7 Mar 2009 17:45:00 +0000 (17:45 +0000)]
[PATCH by Ray Lehtiniemi] Add a .gitignore file

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

15 years agoFix memleak when deleting clip from folder in project list
Jean-Baptiste Mardelle [Thu, 5 Mar 2009 12:51:48 +0000 (12:51 +0000)]
Fix memleak when deleting clip from folder in project list

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

15 years agomissing header
Jean-Baptiste Mardelle [Wed, 4 Mar 2009 09:04:01 +0000 (09:04 +0000)]
missing header

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

15 years agoKrazy fixes: cleanup all headers
Jean-Baptiste Mardelle [Wed, 4 Mar 2009 00:22:46 +0000 (00:22 +0000)]
Krazy fixes: cleanup all headers

svn path=/branches/KDE4/; revision=3096

15 years agoCleanup and add mimetype for TGA images, also add EXR, TIFF and TGA to the list of...
Jean-Baptiste Mardelle [Tue, 3 Mar 2009 22:37:57 +0000 (22:37 +0000)]
Cleanup and add mimetype for TGA images, also add EXR, TIFF and TGA to the list of possible slideshow extensions

svn path=/branches/KDE4/; revision=3095

15 years agoFix crash when using clip with special characters in path:
Jean-Baptiste Mardelle [Tue, 3 Mar 2009 18:47:44 +0000 (18:47 +0000)]
Fix crash when using clip with special characters in path:
http://www.kdenlive.org/mantis/view.php?id=699

svn path=/branches/KDE4/; revision=3094

15 years agokrazy fix: add explicit to declarations
Jean-Baptiste Mardelle [Tue, 3 Mar 2009 15:54:33 +0000 (15:54 +0000)]
krazy fix: add explicit to declarations

svn path=/branches/KDE4/; revision=3093

15 years agoMore krazy code fixes
Jean-Baptiste Mardelle [Tue, 3 Mar 2009 15:47:10 +0000 (15:47 +0000)]
More krazy code fixes

svn path=/branches/KDE4/; revision=3092

15 years agokrazy: fix icon
Jean-Baptiste Mardelle [Tue, 3 Mar 2009 15:23:10 +0000 (15:23 +0000)]
krazy: fix icon

svn path=/branches/KDE4/; revision=3091

15 years agokrazy code fixes
Jean-Baptiste Mardelle [Tue, 3 Mar 2009 15:21:55 +0000 (15:21 +0000)]
krazy code fixes

svn path=/branches/KDE4/; revision=3090

15 years agokrazy code fixes
Jean-Baptiste Mardelle [Tue, 3 Mar 2009 15:07:56 +0000 (15:07 +0000)]
krazy code fixes

svn path=/branches/KDE4/; revision=3089

15 years agoImprove selection of thumbnail (take a random image in the first 20 seconds)
Jean-Baptiste Mardelle [Tue, 3 Mar 2009 09:48:50 +0000 (09:48 +0000)]
Improve selection of thumbnail (take a random image in the first 20 seconds)

svn path=/branches/KDE4/; revision=3088

15 years agocleanup thumbnailer (remove QPixmap usage)
Jean-Baptiste Mardelle [Tue, 3 Mar 2009 09:32:36 +0000 (09:32 +0000)]
cleanup thumbnailer (remove QPixmap usage)

svn path=/branches/KDE4/; revision=3087

15 years agocleanup & fix crash on project saving with Qt 4.5:
Jean-Baptiste Mardelle [Tue, 3 Mar 2009 02:48:13 +0000 (02:48 +0000)]
cleanup & fix crash on project saving with Qt 4.5:
http://www.kdenlive.org:80/mantis/view.php?id=687

svn path=/branches/KDE4/; revision=3086

15 years agoMake sure to parse the user's custom profiles at the end, so that they can override...
Jean-Baptiste Mardelle [Tue, 3 Mar 2009 00:12:12 +0000 (00:12 +0000)]
Make sure to parse the user's custom profiles at the end, so that they can override default profiles and profiles installed by KNewStuff

svn path=/branches/KDE4/; revision=3085

15 years agosmall cleanup
Jean-Baptiste Mardelle [Mon, 2 Mar 2009 23:54:17 +0000 (23:54 +0000)]
small cleanup

svn path=/branches/KDE4/; revision=3084

15 years agoShow small favorite icon in front of user custom profiles.
Jean-Baptiste Mardelle [Mon, 2 Mar 2009 23:01:17 +0000 (23:01 +0000)]
Show small favorite icon in front of user custom profiles.
Allow overriding of default Kdenlive profiles

svn path=/branches/KDE4/; revision=3083

15 years agoEnable 2 pass encoding for rendering. All you need to do is add "pass=2" to the rende...
Jean-Baptiste Mardelle [Mon, 2 Mar 2009 22:23:52 +0000 (22:23 +0000)]
Enable 2 pass encoding for rendering. All you need to do is add "pass=2" to the rendering arguments

svn path=/branches/KDE4/; revision=3082

15 years agoFix possible crash on change clip speed:
Jean-Baptiste Mardelle [Mon, 2 Mar 2009 10:03:41 +0000 (10:03 +0000)]
Fix possible crash on change clip speed:
http://www.kdenlive.org:80/mantis/view.php?id=699

svn path=/branches/KDE4/; revision=3081

15 years agoRevised czech translation
Jan Drábek [Sat, 28 Feb 2009 09:44:41 +0000 (09:44 +0000)]
Revised czech translation

svn path=/branches/KDE4/; revision=3080

15 years agoAllow users to download new MLT project profiles from the Kdenlive website with KNewstuff
Jean-Baptiste Mardelle [Fri, 27 Feb 2009 00:36:09 +0000 (00:36 +0000)]
Allow users to download new MLT project profiles from the Kdenlive website with KNewstuff

svn path=/branches/KDE4/; revision=3079

15 years agoFix crash when resizing clip that is playing:
Jean-Baptiste Mardelle [Thu, 26 Feb 2009 22:17:05 +0000 (22:17 +0000)]
Fix crash when resizing clip that is playing:
http://www.kdenlive.org:80/mantis/view.php?id=692

svn path=/branches/KDE4/; revision=3078

15 years agoAdd matroska to the list of supported video clips
Jean-Baptiste Mardelle [Thu, 26 Feb 2009 00:15:19 +0000 (00:15 +0000)]
Add matroska to the list of supported video clips

svn path=/branches/KDE4/; revision=3077

15 years agosmall fixes to selection group when deleting a clip
Jean-Baptiste Mardelle [Tue, 24 Feb 2009 12:51:37 +0000 (12:51 +0000)]
small fixes to selection group when deleting a clip

svn path=/branches/KDE4/; revision=3076

15 years agoSet maximum clip speed to 10000%, should be enough that time
Jean-Baptiste Mardelle [Tue, 24 Feb 2009 09:34:48 +0000 (09:34 +0000)]
Set maximum clip speed to 10000%, should be enough that time

svn path=/branches/KDE4/; revision=3075

15 years agoSet maximum clip speed to 1000% instead of 300%
Jean-Baptiste Mardelle [Tue, 24 Feb 2009 09:30:25 +0000 (09:30 +0000)]
Set maximum clip speed to 1000% instead of 300%

svn path=/branches/KDE4/; revision=3074

15 years agoAllow to change clip speed only for video clips (not supported for color, image,...
Jean-Baptiste Mardelle [Mon, 23 Feb 2009 22:24:25 +0000 (22:24 +0000)]
Allow to change clip speed only for video clips (not supported for color, image, ...)

svn path=/branches/KDE4/; revision=3073

15 years agoFix button icon
Jean-Baptiste Mardelle [Mon, 23 Feb 2009 21:27:48 +0000 (21:27 +0000)]
Fix button icon

svn path=/branches/KDE4/; revision=3072

15 years agoFix issues with changing clip speed:
Jean-Baptiste Mardelle [Mon, 23 Feb 2009 21:27:14 +0000 (21:27 +0000)]
Fix issues with changing clip speed:
http://www.kdenlive.org:80/mantis/view.php?id=670

svn path=/branches/KDE4/; revision=3071

15 years agobugfix setting the window background color - QRgb is not byte-order compatible with...
Dan Dennedy [Mon, 23 Feb 2009 20:11:28 +0000 (20:11 +0000)]
bugfix setting the window background color - QRgb is not byte-order compatible with MLT's int-as-color. Instead, set the color as a string.

svn path=/branches/KDE4/; revision=3070

15 years agoAllow user to select unavailable rendering profiles
Jean-Baptiste Mardelle [Mon, 23 Feb 2009 11:03:31 +0000 (11:03 +0000)]
Allow user to select unavailable rendering profiles

svn path=/branches/KDE4/; revision=3069

15 years agoset color effect parameter correctly and to use new #color value that mlt accepts
Dan Dennedy [Sat, 21 Feb 2009 02:11:42 +0000 (02:11 +0000)]
set color effect parameter correctly and to use new #color value that mlt accepts

svn path=/branches/KDE4/; revision=3068

15 years agodefault Blue Screen effect to, uh... blue\!
Dan Dennedy [Sat, 21 Feb 2009 01:38:33 +0000 (01:38 +0000)]
default Blue Screen effect to, uh... blue\!

svn path=/branches/KDE4/; revision=3067

15 years agoImprove editing with external program, add "reload clip" feature in project tree
Jean-Baptiste Mardelle [Fri, 20 Feb 2009 00:05:24 +0000 (00:05 +0000)]
Improve editing with external program, add "reload clip" feature in project tree

svn path=/branches/KDE4/; revision=3066

15 years agoAllow to edit audio / image clips in external editor
Jean-Baptiste Mardelle [Thu, 19 Feb 2009 18:20:00 +0000 (18:20 +0000)]
Allow to edit audio / image clips in external editor

svn path=/branches/KDE4/; revision=3065

15 years agoGet ready for the configurable background color of monitor display (MLT patch to...
Jean-Baptiste Mardelle [Thu, 19 Feb 2009 14:47:30 +0000 (14:47 +0000)]
Get ready for the configurable background color of monitor display (MLT patch to come soon)

svn path=/branches/KDE4/; revision=3064

15 years agoFinnish translation - first version
Antti Sokero [Wed, 18 Feb 2009 19:49:53 +0000 (19:49 +0000)]
Finnish translation - first version

svn path=/branches/KDE4/; revision=3063

15 years agoAdd xml for frei0r colordistance filter
Jean-Baptiste Mardelle [Wed, 18 Feb 2009 08:45:25 +0000 (08:45 +0000)]
Add xml for frei0r colordistance filter

svn path=/branches/KDE4/; revision=3062

15 years agoUpdate the format of the custom profiles xml file to make it easier to modify
Jean-Baptiste Mardelle [Wed, 18 Feb 2009 00:00:38 +0000 (00:00 +0000)]
Update the format of the custom profiles xml file to make it easier to modify

svn path=/branches/KDE4/; revision=3061

15 years agoAdd oxygen track lock icons
Jean-Baptiste Mardelle [Tue, 17 Feb 2009 20:07:08 +0000 (20:07 +0000)]
Add oxygen track lock icons

svn path=/branches/KDE4/; revision=3060

15 years agoslowly getting ready for downloading rendering profiles
Jean-Baptiste Mardelle [Tue, 17 Feb 2009 16:56:21 +0000 (16:56 +0000)]
slowly getting ready for downloading rendering profiles

svn path=/branches/KDE4/; revision=3059

15 years agoupdated german translation
Marco Gittler [Tue, 17 Feb 2009 10:57:16 +0000 (10:57 +0000)]
updated german translation

svn path=/branches/KDE4/; revision=3058

15 years agoMake the Fade to Black video filter work, and let the audio Fade In and Fade Out...
Dan Dennedy [Mon, 16 Feb 2009 08:04:05 +0000 (08:04 +0000)]
Make the Fade to Black video filter work, and let the audio Fade In and Fade Out adjusters on the timeline affect Fade from Black and Fade to Black respectively.

svn path=/branches/KDE4/; revision=3057

15 years agoAdd fade to/from black effects - more convenient than keyframable brightness? Code...
Dan Dennedy [Mon, 16 Feb 2009 07:59:14 +0000 (07:59 +0000)]
Add fade to/from black effects - more convenient than keyframable brightness? Code changes to make fade to black and to make these really nice are in the next commit.

svn path=/branches/KDE4/; revision=3056

15 years agoAdd support for my new frei0r.balanc0r (White Balance) effect:
Dan Dennedy [Mon, 16 Feb 2009 07:26:42 +0000 (07:26 +0000)]
Add support for my new frei0r.balanc0r (White Balance) effect:
http://www.kdenlive.org/mantis/view.php?id=303

svn path=/branches/KDE4/; revision=3055

15 years agoAdd new mlt-native, simple, static gain control as alternative to the keyframable...
Dan Dennedy [Mon, 16 Feb 2009 07:22:27 +0000 (07:22 +0000)]
Add new mlt-native, simple, static gain control as alternative to the keyframable one and the sox one for environments without sox, and label the old volume effect as keyframable.

svn path=/branches/KDE4/; revision=3054

15 years agoRestore frei0r.brightness to have simple, static alternative to keyframable mlt effec...
Dan Dennedy [Mon, 16 Feb 2009 07:20:18 +0000 (07:20 +0000)]
Restore frei0r.brightness to have simple, static alternative to keyframable mlt effect and label the mlt variant as being keyframable to differentiate it:
http://www.kdenlive.org/mantis/view.php?id=593

svn path=/branches/KDE4/; revision=3053

15 years agoOnly allow one fadein / fadeout per clip:
Jean-Baptiste Mardelle [Sun, 15 Feb 2009 10:41:27 +0000 (10:41 +0000)]
Only allow one fadein / fadeout per clip:
http://www.kdenlive.org:80/mantis/view.php?id=676

svn path=/branches/KDE4/; revision=3052

15 years agoOnly custom profiles should be editable
Jean-Baptiste Mardelle [Sat, 14 Feb 2009 20:55:19 +0000 (20:55 +0000)]
Only custom profiles should be editable

svn path=/branches/KDE4/; revision=3051

15 years agoFirst steps for downloadable rendering profiles
Jean-Baptiste Mardelle [Sat, 14 Feb 2009 18:17:30 +0000 (18:17 +0000)]
First steps for downloadable rendering profiles

svn path=/branches/KDE4/; revision=3050

15 years agoblacklist frei0r brightness effect now that MLT's brigntess was fixed
Jean-Baptiste Mardelle [Sat, 14 Feb 2009 18:14:37 +0000 (18:14 +0000)]
blacklist frei0r brightness effect now that MLT's brigntess was fixed

svn path=/branches/KDE4/; revision=3049

15 years agoNew & updated filters: crop, pan & zoom, rotate, patch by Dan Dennedy
Jean-Baptiste Mardelle [Sat, 14 Feb 2009 09:38:29 +0000 (09:38 +0000)]
New & updated filters: crop, pan & zoom, rotate, patch by Dan Dennedy

svn path=/branches/KDE4/; revision=3048

15 years agoFix adjusting clip crop start through edit widget (double click on clip)
Jean-Baptiste Mardelle [Thu, 12 Feb 2009 13:26:47 +0000 (13:26 +0000)]
Fix adjusting clip crop start through edit widget (double click on clip)

svn path=/branches/KDE4/; revision=3047

15 years agoFix NTSC export profiles
Jean-Baptiste Mardelle [Wed, 11 Feb 2009 12:37:30 +0000 (12:37 +0000)]
Fix NTSC export profiles

svn path=/branches/KDE4/; revision=3046

15 years agoFix detection of MLT's version when pkgconfig info is not present
Jean-Baptiste Mardelle [Wed, 11 Feb 2009 12:25:11 +0000 (12:25 +0000)]
Fix detection of MLT's version when pkgconfig info is not present

svn path=/branches/KDE4/; revision=3045

15 years agoFix bug & crash in change track type
Jean-Baptiste Mardelle [Wed, 11 Feb 2009 12:18:56 +0000 (12:18 +0000)]
Fix bug & crash in change track type

svn path=/branches/KDE4/; revision=3044

15 years agoFix clip and transition move / resize through the double click move / resize widget
Jean-Baptiste Mardelle [Wed, 11 Feb 2009 10:00:15 +0000 (10:00 +0000)]
Fix clip and transition move / resize through the double click move / resize widget

svn path=/branches/KDE4/; revision=3043

15 years agoFix compilation
Jean-Baptiste Mardelle [Wed, 11 Feb 2009 08:13:34 +0000 (08:13 +0000)]
Fix compilation

svn path=/branches/KDE4/; revision=3042

15 years agoUpdate file format to version 0.82. It now saves locked track.
Jean-Baptiste Mardelle [Tue, 10 Feb 2009 11:53:31 +0000 (11:53 +0000)]
Update file format to version 0.82. It now saves locked track.

svn path=/branches/KDE4/; revision=3041

15 years agoRendering scripts can now be generated from the render dialog:
Jean-Baptiste Mardelle [Mon, 9 Feb 2009 21:54:07 +0000 (21:54 +0000)]
Rendering scripts can now be generated from the render dialog:
http://www.kdenlive.org:80/mantis/view.php?id=649

svn path=/branches/KDE4/; revision=3040

15 years agoImprove snapping:
Jean-Baptiste Mardelle [Mon, 9 Feb 2009 11:23:53 +0000 (11:23 +0000)]
Improve snapping:
* Make it work when first dragging a clip to timeline:
http://www.kdenlive.org:80/mantis/view.php?id=449
* Make snapping work with clip groups

svn path=/branches/KDE4/; revision=3039

15 years agoSome effects translations
Salvatore Brigaglia [Sun, 8 Feb 2009 17:41:45 +0000 (17:41 +0000)]
Some effects translations

svn path=/branches/KDE4/; revision=3038

15 years agoUpdated czech translation
Jan Drábek [Sun, 8 Feb 2009 17:05:51 +0000 (17:05 +0000)]
Updated czech translation

svn path=/branches/KDE4/; revision=3037

15 years agoFix bug when dragging several clip from project tree:
Jean-Baptiste Mardelle [Sat, 7 Feb 2009 20:51:12 +0000 (20:51 +0000)]
Fix bug when dragging several clip from project tree:
http://www.kdenlive.org:80/mantis/view.php?id=667

svn path=/branches/KDE4/; revision=3036

15 years agoFix transition track not correctly saved:
Jean-Baptiste Mardelle [Sat, 7 Feb 2009 20:34:36 +0000 (20:34 +0000)]
Fix transition track not correctly saved:
http://www.kdenlive.org:80/mantis/view.php?id=666

svn path=/branches/KDE4/; revision=3035

15 years agoDefault rendering path should be the project folder:
Jean-Baptiste Mardelle [Wed, 4 Feb 2009 10:37:10 +0000 (10:37 +0000)]
Default rendering path should be the project folder:
http://www.kdenlive.org:80/mantis/view.php?id=654

svn path=/branches/KDE4/; revision=3034

15 years agoFix crash on track deletion reported in:
Jean-Baptiste Mardelle [Wed, 4 Feb 2009 10:00:05 +0000 (10:00 +0000)]
Fix crash on track deletion reported in:
http://www.kdenlive.org:80/mantis/view.php?id=655

svn path=/branches/KDE4/; revision=3033

15 years agoFix clip inserted in wrong place when adding a clip and the trackview is scrolled...
Jean-Baptiste Mardelle [Tue, 3 Feb 2009 10:03:19 +0000 (10:03 +0000)]
Fix clip inserted in wrong place when adding a clip and the trackview is scrolled down

svn path=/branches/KDE4/; revision=3032

15 years agoUpdate project duration when deleting track
Jean-Baptiste Mardelle [Tue, 3 Feb 2009 10:01:53 +0000 (10:01 +0000)]
Update project duration when deleting track

svn path=/branches/KDE4/; revision=3031

15 years agoImplement track locking:
Jean-Baptiste Mardelle [Tue, 3 Feb 2009 02:33:47 +0000 (02:33 +0000)]
Implement track locking:
http://www.kdenlive.org:80/mantis/view.php?id=639

svn path=/branches/KDE4/; revision=3030

15 years agoFix recent change that broke rescale on rendering
Jean-Baptiste Mardelle [Tue, 3 Feb 2009 02:32:29 +0000 (02:32 +0000)]
Fix recent change that broke rescale on rendering

svn path=/branches/KDE4/; revision=3029