]> git.sesse.net Git - kdenlive/log
kdenlive
10 years agoFix indent. Const'ref. Optimization. Clean up code
Montel Laurent [Tue, 28 May 2013 18:13:08 +0000 (20:13 +0200)]
Fix indent. Const'ref. Optimization. Clean up code

10 years agoFix memory leak. Minor optimization
Montel Laurent [Tue, 28 May 2013 16:25:07 +0000 (18:25 +0200)]
Fix memory leak. Minor optimization

10 years agoconst'ref
Montel Laurent [Mon, 27 May 2013 20:33:43 +0000 (22:33 +0200)]
const'ref

10 years agoconst'ify. Remove unimplemented function. Fix indent. Optimization
Montel Laurent [Mon, 27 May 2013 18:47:02 +0000 (20:47 +0200)]
const'ify. Remove unimplemented function. Fix indent. Optimization

10 years agoRemove not necessary virtual keyword. Use const'ref
Montel Laurent [Sun, 26 May 2013 20:27:33 +0000 (22:27 +0200)]
Remove not necessary virtual keyword. Use const'ref

10 years agoMinor cleanup
Montel Laurent [Sat, 25 May 2013 09:25:45 +0000 (11:25 +0200)]
Minor cleanup

10 years agoMinor optimization
Montel Laurent [Sat, 25 May 2013 09:11:13 +0000 (11:11 +0200)]
Minor optimization

10 years agoconst'ref
Montel Laurent [Sat, 25 May 2013 09:06:18 +0000 (11:06 +0200)]
const'ref

10 years agoRemove not implemented function
Montel Laurent [Sat, 25 May 2013 09:04:24 +0000 (11:04 +0200)]
Remove not implemented function

10 years agoConst'ify/ref + fix indent
Montel Laurent [Sat, 25 May 2013 09:02:14 +0000 (11:02 +0200)]
Const'ify/ref + fix indent

10 years agoFix indent
Montel Laurent [Sat, 25 May 2013 08:56:28 +0000 (10:56 +0200)]
Fix indent

10 years agoFix crash when it's not visible
Montel Laurent [Sat, 25 May 2013 08:55:28 +0000 (10:55 +0200)]
Fix crash when it's not visible

10 years agoif(foo) delete foo; -> delete foo
Montel Laurent [Sat, 25 May 2013 08:55:02 +0000 (10:55 +0200)]
if(foo) delete foo; -> delete foo

10 years agoFix compilation
Jean-Baptiste Mardelle [Fri, 24 May 2013 12:17:32 +0000 (14:17 +0200)]
Fix compilation

10 years agoincludemocs
Montel Laurent [Fri, 24 May 2013 08:48:28 +0000 (10:48 +0200)]
includemocs

10 years agoConst'ref
Montel Laurent [Fri, 24 May 2013 08:44:48 +0000 (10:44 +0200)]
Const'ref

10 years agoFix indent, Use const'ref
Montel Laurent [Fri, 24 May 2013 08:35:46 +0000 (10:35 +0200)]
Fix indent, Use const'ref

10 years agoconst'ify, optimization, fix indent
Montel Laurent [Thu, 23 May 2013 17:40:29 +0000 (19:40 +0200)]
const'ify, optimization, fix indent

10 years agoFix indent, minor optimization. Const'ref etc.
Montel Laurent [Thu, 23 May 2013 17:25:27 +0000 (19:25 +0200)]
Fix indent, minor optimization. Const'ref etc.

10 years agoconst'ify + fix indent + minor optimization
Montel Laurent [Thu, 23 May 2013 16:59:34 +0000 (18:59 +0200)]
const'ify + fix indent + minor optimization

10 years agoBetter to use nepomukcore
Montel Laurent [Wed, 22 May 2013 15:04:16 +0000 (17:04 +0200)]
Better to use nepomukcore

10 years agoadd const/ref, Fix indent
Montel Laurent [Wed, 22 May 2013 14:31:37 +0000 (16:31 +0200)]
add const/ref, Fix indent

10 years agoConst'ify Fix indent
Montel Laurent [Wed, 22 May 2013 10:43:22 +0000 (12:43 +0200)]
Const'ify Fix indent

10 years agoconst'ref, fix indent
Montel Laurent [Wed, 22 May 2013 08:42:21 +0000 (10:42 +0200)]
const'ref, fix indent

10 years agoFix indent, use const'ref, use explicit when necessary
Montel Laurent [Wed, 22 May 2013 08:32:13 +0000 (10:32 +0200)]
Fix indent, use const'ref, use explicit when necessary

10 years agoconst'ref.
Montel Laurent [Mon, 20 May 2013 20:25:02 +0000 (22:25 +0200)]
const'ref.

10 years agoConst'ify. Fix indent. if (foo) delete foo -> delete foo directly
Montel Laurent [Mon, 20 May 2013 20:14:01 +0000 (22:14 +0200)]
Const'ify. Fix indent. if (foo) delete foo -> delete foo directly

10 years agoReindent. It helps to read code
Montel Laurent [Mon, 20 May 2013 20:10:41 +0000 (22:10 +0200)]
Reindent. It helps to read code

10 years agoconst'ify
Montel Laurent [Mon, 20 May 2013 20:10:10 +0000 (22:10 +0200)]
const'ify

10 years agoconst'ref
Montel Laurent [Mon, 20 May 2013 20:08:30 +0000 (22:08 +0200)]
const'ref

10 years agoConst'ify
Montel Laurent [Mon, 20 May 2013 20:06:58 +0000 (22:06 +0200)]
Const'ify

10 years agoconst'ref
Montel Laurent [Mon, 20 May 2013 19:58:47 +0000 (21:58 +0200)]
const'ref

10 years agoConst'ify. Use QLatin1String
Montel Laurent [Mon, 20 May 2013 19:55:44 +0000 (21:55 +0200)]
Const'ify. Use QLatin1String

10 years agoMinor optimization
Montel Laurent [Fri, 17 May 2013 18:53:18 +0000 (20:53 +0200)]
Minor optimization

10 years agoAdd more const'ref
Montel Laurent [Fri, 17 May 2013 11:57:33 +0000 (13:57 +0200)]
Add more const'ref

10 years agoconst'ref
Montel Laurent [Thu, 16 May 2013 21:44:26 +0000 (23:44 +0200)]
const'ref

10 years agoRemove some not necessary endline
Montel Laurent [Thu, 16 May 2013 05:53:35 +0000 (07:53 +0200)]
Remove some not necessary endline

10 years agoconst'ify/ref + minor optimization
Montel Laurent [Thu, 16 May 2013 05:52:27 +0000 (07:52 +0200)]
const'ify/ref + minor optimization

10 years agoMinor
Montel Laurent [Wed, 15 May 2013 19:02:49 +0000 (21:02 +0200)]
Minor

10 years agoit's a slot
Montel Laurent [Wed, 15 May 2013 18:58:51 +0000 (20:58 +0200)]
it's a slot

10 years agoFix crash when table has not row
Montel Laurent [Wed, 15 May 2013 18:19:09 +0000 (20:19 +0200)]
Fix crash when table has not row

10 years agoStill const'ref. Minor optimization
Montel Laurent [Wed, 15 May 2013 18:08:32 +0000 (20:08 +0200)]
Still const'ref. Minor optimization

10 years agouse --i
Montel Laurent [Wed, 15 May 2013 11:44:26 +0000 (13:44 +0200)]
use --i

10 years agoMinor optimization. Use const'ref
Montel Laurent [Wed, 15 May 2013 07:14:21 +0000 (09:14 +0200)]
Minor optimization. Use const'ref

10 years agoincludemocs
Montel Laurent [Wed, 15 May 2013 07:06:24 +0000 (09:06 +0200)]
includemocs

10 years agoBetter to use ++i than i++ (minor optimization)
Montel Laurent [Tue, 14 May 2013 20:48:57 +0000 (22:48 +0200)]
Better to use ++i than i++ (minor optimization)

10 years agoUse a real dialogbox so we understand how to cancel/accept unicode characters (ok...
Montel Laurent [Tue, 14 May 2013 20:45:40 +0000 (22:45 +0200)]
Use a real dialogbox so we understand how to cancel/accept unicode characters (ok I saw press enter in code but not easy for new user)

10 years agoconst'ref.
Montel Laurent [Tue, 14 May 2013 18:10:54 +0000 (20:10 +0200)]
const'ref.

10 years agoFix memory leak
Montel Laurent [Tue, 14 May 2013 14:12:20 +0000 (16:12 +0200)]
Fix memory leak

10 years agouse const'ref
Montel Laurent [Tue, 14 May 2013 09:44:45 +0000 (11:44 +0200)]
use const'ref

10 years agouse const+reference
Montel Laurent [Tue, 14 May 2013 08:47:25 +0000 (10:47 +0200)]
use const+reference

10 years agoFix tooltip (show correct shorcut
Montel Laurent [Tue, 14 May 2013 08:18:05 +0000 (10:18 +0200)]
Fix tooltip (show correct shorcut

10 years agoAdd explicit keyword, const'ref, minor optimization
Montel Laurent [Mon, 13 May 2013 19:02:14 +0000 (21:02 +0200)]
Add explicit keyword, const'ref, minor optimization

10 years agouse i18n() not tr
Montel Laurent [Mon, 13 May 2013 17:16:57 +0000 (19:16 +0200)]
use i18n() not tr

10 years agoUse const'ref, change if(foo) delete foo => delete foo not necessary to check it...
Montel Laurent [Mon, 13 May 2013 11:33:33 +0000 (13:33 +0200)]
Use const'ref, change if(foo) delete foo => delete foo not necessary to check it, C++ does it for us

Add explicit keyword when necessary

11 years agoconst'ref
Montel Laurent [Mon, 13 May 2013 07:45:50 +0000 (09:45 +0200)]
const'ref

11 years agoUse explicit, const/ref, remove unimplemented function
Montel Laurent [Sun, 12 May 2013 18:11:52 +0000 (20:11 +0200)]
Use explicit, const/ref, remove unimplemented function

11 years agoUSe const'ref
Montel Laurent [Sun, 12 May 2013 18:06:32 +0000 (20:06 +0200)]
USe const'ref

11 years agoconst'ify/use reference. Remove unused variable
Montel Laurent [Sun, 12 May 2013 18:00:56 +0000 (20:00 +0200)]
const'ify/use reference. Remove unused variable

11 years agoadd explicit keyword when necessary. Add const ref when necessary
Montel Laurent [Sun, 12 May 2013 15:37:48 +0000 (17:37 +0200)]
add explicit keyword when necessary. Add const ref when necessary

11 years agoConst'reference
Montel Laurent [Sun, 12 May 2013 15:25:59 +0000 (17:25 +0200)]
Const'reference

11 years agoconst ref
Montel Laurent [Sun, 12 May 2013 15:18:31 +0000 (17:18 +0200)]
const ref

11 years agoFix mem leak
Montel Laurent [Sun, 12 May 2013 12:33:17 +0000 (14:33 +0200)]
Fix mem leak

11 years agoconst'ify, move static function to public not in slot function
Montel Laurent [Sun, 12 May 2013 11:51:45 +0000 (13:51 +0200)]
const'ify, move static function to public not in slot function

11 years agoFix memory leak
Montel Laurent [Sun, 12 May 2013 11:47:08 +0000 (13:47 +0200)]
Fix memory leak

11 years agoconst'ify when necessary
Montel Laurent [Sun, 12 May 2013 11:46:26 +0000 (13:46 +0200)]
const'ify when necessary

11 years agoconst'ify
Montel Laurent [Sun, 12 May 2013 10:29:00 +0000 (12:29 +0200)]
const'ify

11 years agoconst'ify
Montel Laurent [Sun, 12 May 2013 10:25:16 +0000 (12:25 +0200)]
const'ify

11 years agoconst'ify
Montel Laurent [Sun, 12 May 2013 09:55:27 +0000 (11:55 +0200)]
const'ify

11 years agoUse const'ref
Montel Laurent [Sun, 12 May 2013 09:46:40 +0000 (11:46 +0200)]
Use const'ref

11 years agoconst'ify
Montel Laurent [Sun, 12 May 2013 07:43:41 +0000 (09:43 +0200)]
const'ify

11 years agouse const ref
Montel Laurent [Sun, 12 May 2013 07:32:38 +0000 (09:32 +0200)]
use const ref

remove not  necessary ";"
if(foo) delete foo; -> delete foo;

11 years agoconst'ify
Montel Laurent [Sun, 12 May 2013 07:07:25 +0000 (09:07 +0200)]
const'ify

11 years agouse const'ref
Montel Laurent [Sun, 12 May 2013 07:05:47 +0000 (09:05 +0200)]
use const'ref

11 years agoUse const'ref.
Montel Laurent [Sun, 12 May 2013 06:57:59 +0000 (08:57 +0200)]
Use const'ref.

Remove not necessary ";"
Fix includes

11 years agoconst'ify
Montel Laurent [Sun, 12 May 2013 06:41:10 +0000 (08:41 +0200)]
const'ify

11 years agoConst'ify, use isEmpty()
Montel Laurent [Sun, 12 May 2013 06:36:50 +0000 (08:36 +0200)]
Const'ify, use isEmpty()

11 years agoRemove executable attribute
Montel Laurent [Tue, 7 May 2013 10:43:21 +0000 (12:43 +0200)]
Remove executable attribute

11 years agoUSe free
Montel Laurent [Tue, 7 May 2013 10:42:04 +0000 (12:42 +0200)]
USe free

11 years agoFix forward declaration
Montel Laurent [Tue, 7 May 2013 05:59:30 +0000 (07:59 +0200)]
Fix forward declaration

11 years agonormalize signal/slots
Montel Laurent [Tue, 7 May 2013 05:55:09 +0000 (07:55 +0200)]
normalize signal/slots

11 years agoFix some problems with transitions keyframes
Jean-Baptiste Mardelle [Mon, 29 Apr 2013 16:33:31 +0000 (18:33 +0200)]
Fix some problems with transitions keyframes

11 years agoRemove erroneous double-quotes around %c in Exec line
Pino Toscano [Fri, 3 May 2013 15:48:50 +0000 (17:48 +0200)]
Remove erroneous double-quotes around %c in Exec line

11 years agoInitialize variable
Montel Laurent [Tue, 30 Apr 2013 11:09:57 +0000 (13:09 +0200)]
Initialize variable

11 years agosync with v0.9 branch
Ed Rogalsky [Tue, 23 Apr 2013 08:09:31 +0000 (10:09 +0200)]
sync with v0.9 branch

11 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 21 Apr 2013 06:41:53 +0000 (08:41 +0200)]
SVN_SILENT made messages (.desktop file)

11 years agoMerge branch 'master' of git://anongit.kde.org/kdenlive
Jean-Baptiste Mardelle [Sat, 13 Apr 2013 19:35:35 +0000 (21:35 +0200)]
Merge branch 'master' of git://anongit.kde.org/kdenlive

11 years agoFix scopes: http://kdenlive.org/mantis/view.php?id=3052
Jean-Baptiste Mardelle [Sat, 13 Apr 2013 19:31:16 +0000 (21:31 +0200)]
Fix scopes: http://kdenlive.org/mantis/view.php?id=3052

11 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 9 Apr 2013 14:52:53 +0000 (16:52 +0200)]
SVN_SILENT made messages (.desktop file)

11 years agoRevert "Finally get ready for 0.9.6 release"
Jean-Baptiste Mardelle [Sat, 6 Apr 2013 19:10:34 +0000 (21:10 +0200)]
Revert "Finally get ready for 0.9.6 release"

This reverts commit 3e702534ad626a41422aa8c66e64ad50800b201c.

11 years agoFinally get ready for 0.9.6 release
Jean-Baptiste Mardelle [Sat, 6 Apr 2013 19:07:35 +0000 (21:07 +0200)]
Finally get ready for 0.9.6 release

11 years agoAdd reverse clip to clip actions: http://kdenlive.org/mantis/view.php?id=2933
Jean-Baptiste Mardelle [Thu, 4 Apr 2013 13:28:32 +0000 (15:28 +0200)]
Add reverse clip to clip actions: http://kdenlive.org/mantis/view.php?id=2933

11 years agoTry to fix font GUI issue: http://www.kdenlive.org/mantis/view.php?id=3049
Jean-Baptiste Mardelle [Tue, 2 Apr 2013 22:03:54 +0000 (00:03 +0200)]
Try to fix font GUI issue: http://www.kdenlive.org/mantis/view.php?id=3049

11 years agoShow project duration in status bar
Jean-Baptiste Mardelle [Tue, 2 Apr 2013 15:52:10 +0000 (17:52 +0200)]
Show project duration in status bar

11 years agoSpacer tool should never allow to move clips before another clip, fixes timeline...
Jean-Baptiste Mardelle [Mon, 1 Apr 2013 12:54:48 +0000 (14:54 +0200)]
Spacer tool should never allow to move clips before another clip, fixes timeline corruption

11 years agoCorrectly handle unsupported filters
Jean-Baptiste Mardelle [Mon, 1 Apr 2013 10:25:43 +0000 (12:25 +0200)]
Correctly handle unsupported filters

11 years agoRemove space from filename start / end in render dialog: http://kdenlive.org/mantis...
Jean-Baptiste Mardelle [Mon, 1 Apr 2013 10:08:14 +0000 (12:08 +0200)]
Remove space from filename start / end in render dialog: http://kdenlive.org/mantis/view.php?id=3018

11 years agoFix possible crash when changing speed effect
Jean-Baptiste Mardelle [Sun, 31 Mar 2013 20:24:56 +0000 (22:24 +0200)]
Fix possible crash when changing speed effect

11 years agoRemove duplicate colortap filter: http://kdenlive.org/mantis/view.php?id=3010
Jean-Baptiste Mardelle [Sun, 31 Mar 2013 20:07:37 +0000 (22:07 +0200)]
Remove duplicate colortap filter: http://kdenlive.org/mantis/view.php?id=3010

11 years agoFix vstab angle parameter: http://kdenlive.org/mantis/view.php?id=2955
Jean-Baptiste Mardelle [Sun, 31 Mar 2013 19:11:11 +0000 (21:11 +0200)]
Fix vstab angle parameter: http://kdenlive.org/mantis/view.php?id=2955