]> git.sesse.net Git - kdenlive/log
kdenlive
15 years agoFix several title clips problems, including:
Jean-Baptiste Mardelle [Sun, 5 Apr 2009 23:04:31 +0000 (23:04 +0000)]
Fix several title clips problems, including:
http://www.kdenlive.org/mantis/view.php?id=597

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

15 years agoEnsure that all base constructors are explicitly called.
Ray Lehtiniemi [Sun, 5 Apr 2009 22:26:19 +0000 (22:26 +0000)]
Ensure that all base constructors are explicitly called.

Per recommendations in Effective C++.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3228

15 years agoRemove some more unnecessary empty variable initializations
Ray Lehtiniemi [Sun, 5 Apr 2009 22:25:28 +0000 (22:25 +0000)]
Remove some more unnecessary empty variable initializations

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3227

15 years agoSort initializers in declaration order
Ray Lehtiniemi [Sun, 5 Apr 2009 22:24:22 +0000 (22:24 +0000)]
Sort initializers in declaration order

Suppress compiler warnings about out-of-order initializers by
initializing all member variables in declaration order.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3226

15 years agoReformat initializer lists in all constructors.
Ray Lehtiniemi [Sun, 5 Apr 2009 22:21:33 +0000 (22:21 +0000)]
Reformat initializer lists in all constructors.

Use a consistent, readable format for all initializers. This
layout facilitates the next several patches, which implement
Effective C++ recommendations and remove compiler warnings.
The layout also works with the astyle settings in the reindent
script.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3225

15 years agoUpdated Spanish translation
Juan M. Herrera [Sun, 5 Apr 2009 21:58:27 +0000 (21:58 +0000)]
Updated Spanish translation

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

15 years agoShow image path for title clips
Jean-Baptiste Mardelle [Sun, 5 Apr 2009 20:25:32 +0000 (20:25 +0000)]
Show image path for title clips

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

15 years agoSmall cleanup in clip painting
Jean-Baptiste Mardelle [Sun, 5 Apr 2009 19:41:53 +0000 (19:41 +0000)]
Small cleanup in clip painting

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

15 years agoFix crash when opening Kdenlive 0.5 document, improve compatibility:
Jean-Baptiste Mardelle [Sun, 5 Apr 2009 18:14:55 +0000 (18:14 +0000)]
Fix crash when opening Kdenlive 0.5 document, improve compatibility:
http://www.kdenlive.org:80/mantis/view.php?id=741

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

15 years agoFix crash when opening doc with a transition to track 0
Jean-Baptiste Mardelle [Sun, 5 Apr 2009 16:49:02 +0000 (16:49 +0000)]
Fix crash when opening doc with a transition to track 0

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

15 years agoFix rendering with profiles starting by "s="
Jean-Baptiste Mardelle [Sun, 5 Apr 2009 11:06:37 +0000 (11:06 +0000)]
Fix rendering with profiles starting by "s="

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

15 years agoRemove m_doIt from several QUndoCommand subclasses.
Ray Lehtiniemi [Sun, 5 Apr 2009 02:11:34 +0000 (02:11 +0000)]
Remove m_doIt from several QUndoCommand subclasses.

Some command objects do not actually make use of the m_doIt
member variable.  Remove the member variable from these classes
and update the constructors and all callers.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3217

15 years agoOnly close files if they are actually open
Ray Lehtiniemi [Sun, 5 Apr 2009 01:29:01 +0000 (01:29 +0000)]
Only close files if they are actually open

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3216

15 years agoDisable constructor for initEffects class
Ray Lehtiniemi [Sun, 5 Apr 2009 01:28:13 +0000 (01:28 +0000)]
Disable constructor for initEffects class

This class consists solely of static methods, so disable the
constructor.  There is also no need for this class to derive
from QObject.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3215

15 years agoAdd some brackets to make &&/|| precedence explicit
Ray Lehtiniemi [Sun, 5 Apr 2009 01:27:04 +0000 (01:27 +0000)]
Add some brackets to make &&/|| precedence explicit

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3214

15 years ago* Update to the "video only / audio only" options in clip menu
Jean-Baptiste Mardelle [Sat, 4 Apr 2009 21:53:26 +0000 (21:53 +0000)]
* Update to the "video only / audio only" options in clip menu
* Force saving kdenlive documents in UTF-8 format

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

15 years agoUpdated czech translation
Jan Drábek [Sat, 4 Apr 2009 20:48:12 +0000 (20:48 +0000)]
Updated czech translation

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

15 years ago* Always save playlist in UTF-8
Jean-Baptiste Mardelle [Sat, 4 Apr 2009 20:14:43 +0000 (20:14 +0000)]
* Always save playlist in UTF-8
* Don't add property to transition if it is empty

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

15 years agoMake audio clip look green to differentiate from audio track background:
Jean-Baptiste Mardelle [Sat, 4 Apr 2009 12:20:11 +0000 (12:20 +0000)]
Make audio clip look green to differentiate from audio track background:
http://www.kdenlive.org:80/mantis/view.php?id=742

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

15 years agoUpdated translation file (2 new strings to fix bug 736)
Jean-Baptiste Mardelle [Sat, 4 Apr 2009 10:39:40 +0000 (10:39 +0000)]
Updated translation file (2 new strings to fix bug 736)

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

15 years agoIn the Add Clip file dialog, allow to display "supported files" only or "all files":
Jean-Baptiste Mardelle [Sat, 4 Apr 2009 10:38:26 +0000 (10:38 +0000)]
In the Add Clip file dialog, allow to display "supported files" only or "all files":
http://www.kdenlive.org:80/mantis/view.php?id=736

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

15 years agoReindent the codebase using 'linux' bracket placement.
Ray Lehtiniemi [Sat, 4 Apr 2009 01:33:40 +0000 (01:33 +0000)]
Reindent the codebase using 'linux' bracket placement.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3207

15 years agoRemove all .orig files after indenting, not just under src/
Ray Lehtiniemi [Sat, 4 Apr 2009 01:30:27 +0000 (01:30 +0000)]
Remove all .orig files after indenting, not just under src/

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3206

15 years agoModify the indentation style for opening braces.
Ray Lehtiniemi [Sat, 4 Apr 2009 01:29:28 +0000 (01:29 +0000)]
Modify the indentation style for opening braces.

Switch from 'attach' to 'linux' in order to work better with the
'[[' and ']]' commands in vim.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3205

15 years agoOptimize the search for source files in the reindent script.
Ray Lehtiniemi [Sat, 4 Apr 2009 01:27:43 +0000 (01:27 +0000)]
Optimize the search for source files in the reindent script.

Use only a single find subprocess to search for all file patterns
and subdirectories.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3204

15 years agoupdated croatian translation
Zarko Pintar [Thu, 2 Apr 2009 12:29:18 +0000 (12:29 +0000)]
updated croatian translation

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

15 years agoupdated: Keyframe-fähig
Simon A. Eugster [Thu, 2 Apr 2009 10:16:39 +0000 (10:16 +0000)]
updated: Keyframe-fähig

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

15 years agodvd, iso, mlt uppercase
Simon A. Eugster [Wed, 1 Apr 2009 17:26:37 +0000 (17:26 +0000)]
dvd, iso, mlt uppercase

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

15 years agoPatches from Ray Lehtiniemi
Marco Gittler [Tue, 31 Mar 2009 21:30:24 +0000 (21:30 +0000)]
Patches from Ray Lehtiniemi
 - Missing include guards in a header file
 - Add braces and update indentation to clarify ambiguous if/else

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

15 years agoupdated; todo: keyframable
Simon A. Eugster [Tue, 31 Mar 2009 18:37:09 +0000 (18:37 +0000)]
updated; todo: keyframable

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

15 years agoUpdated croatian translation by Zarko Pintar
Jean-Baptiste Mardelle [Tue, 31 Mar 2009 16:30:22 +0000 (16:30 +0000)]
Updated croatian translation by Zarko Pintar

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

15 years agoupdated hebrew translation by amir sher
Jean-Baptiste Mardelle [Tue, 31 Mar 2009 16:29:19 +0000 (16:29 +0000)]
updated hebrew translation by amir sher

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

15 years agonicer painting of audio clips
Jean-Baptiste Mardelle [Tue, 31 Mar 2009 14:27:43 +0000 (14:27 +0000)]
nicer painting of audio clips

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

15 years agoNicer clip painting
Jean-Baptiste Mardelle [Tue, 31 Mar 2009 14:11:54 +0000 (14:11 +0000)]
Nicer clip painting

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

15 years agoCleanup ruler painting
Jean-Baptiste Mardelle [Tue, 31 Mar 2009 14:10:46 +0000 (14:10 +0000)]
Cleanup ruler painting

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

15 years agoUpdated translation file
Jean-Baptiste Mardelle [Tue, 31 Mar 2009 08:03:20 +0000 (08:03 +0000)]
Updated translation file

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

15 years agocheck for file write error
Jean-Baptiste Mardelle [Mon, 30 Mar 2009 22:44:42 +0000 (22:44 +0000)]
check for file write error

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

15 years agoMake sure there is no write error when saving a file:
Jean-Baptiste Mardelle [Mon, 30 Mar 2009 22:44:17 +0000 (22:44 +0000)]
Make sure there is no write error when saving a file:
http://www.kdenlive.org/mantis/view.php?id=717

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

15 years agoCleanup + fix another QDomDocument usage
Jean-Baptiste Mardelle [Mon, 30 Mar 2009 20:59:19 +0000 (20:59 +0000)]
Cleanup + fix another QDomDocument usage

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

15 years agosmall typo fix + cleanup
Jean-Baptiste Mardelle [Mon, 30 Mar 2009 20:57:07 +0000 (20:57 +0000)]
small typo fix + cleanup

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

15 years agoFix wrong usage of QDomElement, which will help with bug:
Jean-Baptiste Mardelle [Mon, 30 Mar 2009 20:28:19 +0000 (20:28 +0000)]
Fix wrong usage of QDomElement, which will help with bug:
http://www.kdenlive.org:80/mantis/view.php?id=738

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

15 years agoFix crash when adding clip to project:
Jean-Baptiste Mardelle [Mon, 30 Mar 2009 17:09:09 +0000 (17:09 +0000)]
Fix crash when adding clip to project:
http://www.kdenlive.org:80/mantis/view.php?id=738

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

15 years agoPatch from Ray Lehtiniemi (3):
Marco Gittler [Sat, 28 Mar 2009 08:57:26 +0000 (08:57 +0000)]
Patch from Ray Lehtiniemi (3):
     Optimize empty variable initializations
     this-> is redundant
     Fix up a youtube export resolution

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

15 years agoUse pixel size for titles font instead of point size (hope it doesn't mess up existin...
Jean-Baptiste Mardelle [Wed, 25 Mar 2009 23:45:12 +0000 (23:45 +0000)]
Use pixel size for titles font instead of point size (hope it doesn't mess up existing titles):
http://www.kdenlive.org:80/mantis/view.php?id=732

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

15 years agoSeveral move & resize fixes
Jean-Baptiste Mardelle [Wed, 25 Mar 2009 22:02:43 +0000 (22:02 +0000)]
Several move & resize fixes

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

15 years agoDo not allow cutting clip in a group, small fix in rubber selection
Jean-Baptiste Mardelle [Wed, 25 Mar 2009 20:42:31 +0000 (20:42 +0000)]
Do not allow cutting clip in a group, small fix in rubber selection

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

15 years agoFix several group move issues and spacer bugs
Jean-Baptiste Mardelle [Wed, 25 Mar 2009 20:28:48 +0000 (20:28 +0000)]
Fix several group move issues and spacer bugs

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

15 years agocorrection
Simon A. Eugster [Tue, 24 Mar 2009 17:27:28 +0000 (17:27 +0000)]
correction

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

15 years agoupdated
Simon A. Eugster [Tue, 24 Mar 2009 10:21:30 +0000 (10:21 +0000)]
updated

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

15 years agoAdd action to show / hide timeline
Jean-Baptiste Mardelle [Tue, 24 Mar 2009 09:57:52 +0000 (09:57 +0000)]
Add action to show / hide timeline

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

15 years agoFix typo preventing the spacer tool to work correctly with transition:
Jean-Baptiste Mardelle [Mon, 23 Mar 2009 23:42:13 +0000 (23:42 +0000)]
Fix typo preventing the spacer tool to work correctly with transition:
http://www.kdenlive.org:80/mantis/view.php?id=532

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

15 years agoFix wrong frame rate on project opening:
Jean-Baptiste Mardelle [Mon, 23 Mar 2009 22:59:24 +0000 (22:59 +0000)]
Fix wrong frame rate on project opening:
http://www.kdenlive.org:80/mantis/view.php?id=724

Might also improve:
http://www.kdenlive.org:80/mantis/view.php?id=641

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

15 years agoFix deletion of project clips
Jean-Baptiste Mardelle [Mon, 23 Mar 2009 22:42:26 +0000 (22:42 +0000)]
Fix deletion of project clips

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

15 years agoCorrectly use thumbs settings from new project dialog:
Jean-Baptiste Mardelle [Mon, 23 Mar 2009 22:09:07 +0000 (22:09 +0000)]
Correctly use thumbs settings from new project dialog:
http://www.kdenlive.org:80/mantis/view.php?id=716

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

15 years agoFix updating of keyframes when resizing a transition, and some bugs in undo
Jean-Baptiste Mardelle [Mon, 23 Mar 2009 21:29:12 +0000 (21:29 +0000)]
Fix updating of keyframes when resizing a transition, and some bugs in undo

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

15 years agoFix group deletion
Jean-Baptiste Mardelle [Mon, 23 Mar 2009 20:59:26 +0000 (20:59 +0000)]
Fix group deletion

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

15 years agogerman update
Marco Gittler [Mon, 23 Mar 2009 12:34:54 +0000 (12:34 +0000)]
german update
(thx to Markus)

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

15 years agosome translations
Simon A. Eugster [Mon, 23 Mar 2009 12:26:48 +0000 (12:26 +0000)]
some translations

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

15 years agoAdd croatioan translation by Zarko Pintar
Jean-Baptiste Mardelle [Mon, 23 Mar 2009 12:06:56 +0000 (12:06 +0000)]
Add croatioan translation by Zarko Pintar

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

15 years agoadd matroska mime type to the list of supported formats:
Jean-Baptiste Mardelle [Mon, 23 Mar 2009 12:04:34 +0000 (12:04 +0000)]
add matroska mime type to the list of supported formats:
http://www.kdenlive.org:80/mantis/view.php?id=731

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

15 years agogerman update
Marco Gittler [Sun, 22 Mar 2009 22:36:58 +0000 (22:36 +0000)]
german update

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

15 years agoallow undo of clip split audio
Jean-Baptiste Mardelle [Fri, 20 Mar 2009 13:39:34 +0000 (13:39 +0000)]
allow undo of clip split audio

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

15 years agoNew: allow user to modifiy a clip by saying if he wants to keep only video or only...
Jean-Baptiste Mardelle [Fri, 20 Mar 2009 13:20:52 +0000 (13:20 +0000)]
New: allow user to modifiy a clip by saying if he wants to keep only video or only audio (from the clip menu)

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

15 years agoFirst steps for "split audio" feature,. Don't use yet, it might corrupt your projects
Jean-Baptiste Mardelle [Thu, 19 Mar 2009 23:41:16 +0000 (23:41 +0000)]
First steps for "split audio" feature,. Don't use yet, it might corrupt your projects
http://www.kdenlive.org:80/mantis/view.php?id=332

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

15 years agorebuild clip groups when loading a project
Jean-Baptiste Mardelle [Thu, 19 Mar 2009 12:44:41 +0000 (12:44 +0000)]
rebuild clip groups when loading a project

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

15 years agoimprove management of groups
Jean-Baptiste Mardelle [Wed, 18 Mar 2009 17:27:31 +0000 (17:27 +0000)]
improve management of groups

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

15 years agoFirst steps to save timeline clip groups
Jean-Baptiste Mardelle [Wed, 18 Mar 2009 12:51:39 +0000 (12:51 +0000)]
First steps to save timeline clip groups

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

15 years agoinitial support for clip grouping (still a bit buggy)
Jean-Baptiste Mardelle [Tue, 17 Mar 2009 15:03:53 +0000 (15:03 +0000)]
initial support for clip grouping (still a bit buggy)

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

15 years agoUse "None" string when no luma file is selected in a transition instead of empty...
Jean-Baptiste Mardelle [Sun, 15 Mar 2009 17:09:41 +0000 (17:09 +0000)]
Use "None" string when no luma file is selected in a transition instead of empty entry

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

15 years agocleanup
Jean-Baptiste Mardelle [Sun, 15 Mar 2009 15:35:32 +0000 (15:35 +0000)]
cleanup

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

15 years agoImageFile is inconsistent with the rest of the UI - it should be spaced [PATCH by...
Jean-Baptiste Mardelle [Sun, 15 Mar 2009 15:00:40 +0000 (15:00 +0000)]
ImageFile is inconsistent with the rest of the UI - it should be spaced [PATCH by Dan Dennedy]

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

15 years agoadd Fill, Deinterlace, Progressive, Operation, and Luma parameters to the Composite...
Jean-Baptiste Mardelle [Sun, 15 Mar 2009 14:55:51 +0000 (14:55 +0000)]
add Fill, Deinterlace, Progressive, Operation, and Luma parameters to the Composite transition [PATCH from Dan Dennedy]

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

15 years agoFix show/hide of in/out points in monitor overlay
Jean-Baptiste Mardelle [Fri, 13 Mar 2009 17:20:26 +0000 (17:20 +0000)]
Fix show/hide of in/out points in monitor overlay

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

15 years agoRemove Alpha Transparency transition as suggested by Dan. Instead we use Composite...
Jean-Baptiste Mardelle [Fri, 13 Mar 2009 16:58:37 +0000 (16:58 +0000)]
Remove Alpha Transparency transition as suggested by Dan. Instead we use Composite transition.

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

15 years agoupdated slovenian translation
Jean-Baptiste Mardelle [Fri, 13 Mar 2009 15:48:07 +0000 (15:48 +0000)]
updated slovenian translation

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

15 years agoFix compilation with KDE < 4.2
Jean-Baptiste Mardelle [Fri, 13 Mar 2009 11:50:15 +0000 (11:50 +0000)]
Fix compilation with KDE < 4.2

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

15 years agobackport commit from Dan Dennedy:
Jean-Baptiste Mardelle [Fri, 13 Mar 2009 11:30:45 +0000 (11:30 +0000)]
backport commit from Dan Dennedy:
add Align option to Composite transition and default Distort off

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

15 years agoShow Config wizard if Kdenlive version changed
Jean-Baptiste Mardelle [Fri, 13 Mar 2009 10:51:12 +0000 (10:51 +0000)]
Show Config wizard if Kdenlive version changed

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

15 years agoAdd svn revision to Kdenlive version at build time
Jean-Baptiste Mardelle [Fri, 13 Mar 2009 10:31:38 +0000 (10:31 +0000)]
Add svn revision to Kdenlive version at build time

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

15 years agoFix compilation with KDE < 4.2
Jean-Baptiste Mardelle [Fri, 13 Mar 2009 09:38:58 +0000 (09:38 +0000)]
Fix compilation with KDE < 4.2

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

15 years agoremove unused stuff
Jean-Baptiste Mardelle [Thu, 12 Mar 2009 23:10:24 +0000 (23:10 +0000)]
remove unused stuff

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

15 years agoImprove management of timeline empty space:
Jean-Baptiste Mardelle [Thu, 12 Mar 2009 23:03:16 +0000 (23:03 +0000)]
Improve management of timeline empty space:
http://www.kdenlive.org:80/mantis/view.php?id=714

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

15 years agoFix repaint issue
Jean-Baptiste Mardelle [Thu, 12 Mar 2009 22:51:37 +0000 (22:51 +0000)]
Fix repaint issue

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

15 years agoFix drag & drop of effects:
Jean-Baptiste Mardelle [Thu, 12 Mar 2009 21:08:08 +0000 (21:08 +0000)]
Fix drag & drop of effects:
http://www.kdenlive.org:80/mantis/view.php?id=715

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

15 years agocorrectly update capture folder when it changes:
Jean-Baptiste Mardelle [Thu, 12 Mar 2009 12:37:19 +0000 (12:37 +0000)]
correctly update capture folder when it changes:
http://www.kdenlive.org:80/mantis/view.php?id=712

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

15 years agoCleanup + small fix in dvd wizard menu page
Jean-Baptiste Mardelle [Wed, 11 Mar 2009 22:11:52 +0000 (22:11 +0000)]
Cleanup + small fix in dvd wizard menu page

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

15 years agosmall fix from previous commit
Jean-Baptiste Mardelle [Wed, 11 Mar 2009 20:42:34 +0000 (20:42 +0000)]
small fix from previous commit

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

15 years agoSmall improvements to dvd wizard (show vob size, better error handling)
Jean-Baptiste Mardelle [Wed, 11 Mar 2009 20:41:33 +0000 (20:41 +0000)]
Small improvements to dvd wizard (show vob size, better error handling)

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

15 years agoMore constness fixes [PATCH by Ray Lehtiniemi]
Jean-Baptiste Mardelle [Wed, 11 Mar 2009 12:48:03 +0000 (12:48 +0000)]
More constness fixes [PATCH by Ray Lehtiniemi]

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

15 years agoAdd the suggested fluff into an empty for loop, to keep g++ quiet [PATCH by Ray Lehti...
Jean-Baptiste Mardelle [Wed, 11 Mar 2009 12:45:39 +0000 (12:45 +0000)]
Add the suggested fluff into an empty for loop, to keep g++ quiet [PATCH by Ray Lehtiniemi]

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

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