]> git.sesse.net Git - kdenlive/log
kdenlive
13 years agowaveform display
Marco Gittler [Mon, 27 Sep 2010 20:14:41 +0000 (20:14 +0000)]
waveform display

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

13 years agoSVN_SILENT kdenlive.pot update, Ukrainian translation update
Yuri Chornoivan [Mon, 27 Sep 2010 17:30:58 +0000 (17:30 +0000)]
SVN_SILENT kdenlive.pot update, Ukrainian translation update

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

13 years agouse QTreeWidget function (toplevelwidget) instead of UserData
Marco Gittler [Mon, 27 Sep 2010 08:58:41 +0000 (08:58 +0000)]
use QTreeWidget function (toplevelwidget) instead of UserData

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

13 years agoexpand folders in effectlist on doubleclick
Marco Gittler [Mon, 27 Sep 2010 08:42:40 +0000 (08:42 +0000)]
expand folders in effectlist on doubleclick

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

13 years agofix regression on mac with m_recMonitor
Marco Gittler [Mon, 27 Sep 2010 08:42:29 +0000 (08:42 +0000)]
fix regression on mac with m_recMonitor

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

13 years agoOpenGl monitor: when going fullscreen, try to go on the monitor where the Kdenlive...
Jean-Baptiste Mardelle [Sun, 26 Sep 2010 22:41:52 +0000 (22:41 +0000)]
OpenGl monitor: when going fullscreen, try to go on the monitor where the Kdenlive window is not. Also small optimisations.

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

13 years agoRemove a lot more of unneeded qstrdup calls (part1: commit 4935).
Till Theato [Sun, 26 Sep 2010 21:48:15 +0000 (21:48 +0000)]
Remove a lot more of unneeded qstrdup calls (part1: commit 4935).
Also removed Renderer::decodedString since it cannot be used anymore (returned char * will be immediately deleted because function closes).
QString().toUtf8().data() was replaced with QString().toUtf8().constData() since this can be faster and the returned value won't be changed anyway.

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

13 years agoDouble click on monitor brings fullscreen video display, but only with OpenGL monitor...
Jean-Baptiste Mardelle [Sun, 26 Sep 2010 18:09:12 +0000 (18:09 +0000)]
Double click on monitor brings fullscreen video display, but only with OpenGL monitor (means MAC OS currently)

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

13 years agoUse ARGB32_Premultiplied for QImages, slightly faster
Jean-Baptiste Mardelle [Sun, 26 Sep 2010 13:06:17 +0000 (13:06 +0000)]
Use ARGB32_Premultiplied for QImages, slightly faster

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

13 years agoRemove some unneeded qstrdup calls. MLT already does a strdup.
Till Theato [Sun, 26 Sep 2010 09:21:08 +0000 (09:21 +0000)]
Remove some unneeded qstrdup calls. MLT already does a strdup.

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

13 years agoImprove displaying of negative timecodes
Till Theato [Sat, 25 Sep 2010 21:41:33 +0000 (21:41 +0000)]
Improve displaying of negative timecodes

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

13 years agoShow information (crop, duration, offset) in status bar while resizing clip
Till Theato [Sat, 25 Sep 2010 21:15:55 +0000 (21:15 +0000)]
Show information (crop, duration, offset) in status bar while resizing clip

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

13 years agoFix compile warning caused by unused variable
Till Theato [Sat, 25 Sep 2010 20:59:28 +0000 (20:59 +0000)]
Fix compile warning caused by unused variable

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

13 years agoDo not split audio when clip is on an audio track
Till Theato [Sat, 25 Sep 2010 20:37:49 +0000 (20:37 +0000)]
Do not split audio when clip is on an audio track

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

13 years agoFix clip not properly selected when dragged from project tree to timeline
Till Theato [Sat, 25 Sep 2010 19:51:27 +0000 (19:51 +0000)]
Fix clip not properly selected when dragged from project tree to timeline

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

13 years agoAllow to loop selected timeline item
Till Theato [Fri, 24 Sep 2010 21:27:31 +0000 (21:27 +0000)]
Allow to loop selected timeline item

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

13 years agoSome small improvements in the Greek translation
Konstantinos Poulios [Fri, 24 Sep 2010 07:18:59 +0000 (07:18 +0000)]
Some small improvements in the Greek translation

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

13 years agoFinally some progress on the "undocked widget bug":
Jean-Baptiste Mardelle [Thu, 23 Sep 2010 20:39:34 +0000 (20:39 +0000)]
Finally some progress on the "undocked widget bug":
http://kdenlive.org/mantis/view.php?id=1803

Now, the project tree can successfully be undocked. I still have to see if I can achieve the same on monitor widgets...

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

13 years agoAutomatically update numbers in track names when adding/deleting a track. If a track...
Till Theato [Thu, 23 Sep 2010 16:13:08 +0000 (16:13 +0000)]
Automatically update numbers in track names when adding/deleting a track. If a track was renamed it will not be affected.

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

13 years agoFix compilation with KDE < 4.4:
Jean-Baptiste Mardelle [Thu, 23 Sep 2010 15:32:01 +0000 (15:32 +0000)]
Fix compilation with KDE < 4.4:
http://kdenlive.org/mantis/view.php?id=1824

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

13 years agoCaptured files should go to project folder if wanted:
Jean-Baptiste Mardelle [Wed, 22 Sep 2010 16:51:32 +0000 (16:51 +0000)]
Captured files should go to project folder if wanted:
http://kdenlive.org/mantis/view.php?id=620

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

13 years agoSome fixes in the Greek translation
Konstantinos Poulios [Wed, 22 Sep 2010 12:24:21 +0000 (12:24 +0000)]
Some fixes in the Greek translation

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

13 years agoEmbed custom effects in project file:
Jean-Baptiste Mardelle [Tue, 21 Sep 2010 23:08:54 +0000 (23:08 +0000)]
Embed custom effects in project file:
http://www.kdenlive.org/mantis/view.php?id=1774

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

13 years agoRemove code duplication
Till Theato [Tue, 21 Sep 2010 19:52:10 +0000 (19:52 +0000)]
Remove code duplication

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

13 years agoImprove handling of groups when locking tracks
Till Theato [Tue, 21 Sep 2010 18:20:32 +0000 (18:20 +0000)]
Improve handling of groups when locking tracks

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

13 years agoWhen locking tracks also lock the groups on them
Till Theato [Tue, 21 Sep 2010 17:51:58 +0000 (17:51 +0000)]
When locking tracks also lock the groups on them

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

13 years ago- Go back to devel mode
Till Theato [Tue, 21 Sep 2010 14:07:03 +0000 (14:07 +0000)]
- Go back to devel mode
- Make recently added strings in vectorscope translatable

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

13 years agoTake care of notes dock when hiding the title bars
Till Theato [Mon, 20 Sep 2010 20:47:16 +0000 (20:47 +0000)]
Take care of notes dock when hiding the title bars

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

13 years agoFix compile error caused by missing '\n' in greek translation
Till Theato [Mon, 20 Sep 2010 20:39:35 +0000 (20:39 +0000)]
Fix compile error caused by missing '\n' in greek translation

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

13 years agoImplement document notes:
Jean-Baptiste Mardelle [Mon, 20 Sep 2010 18:30:23 +0000 (18:30 +0000)]
Implement document notes:
http://kdenlive.org/mantis/view.php?id=1768

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

13 years agoAdd option in "Project" menu to adjust profile to current clip
Jean-Baptiste Mardelle [Mon, 20 Sep 2010 14:11:50 +0000 (14:11 +0000)]
Add option in "Project" menu to adjust profile to current clip

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

13 years agoImprove profile autodetection
Jean-Baptiste Mardelle [Mon, 20 Sep 2010 13:34:58 +0000 (13:34 +0000)]
Improve profile autodetection

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

13 years agoFix my indentation mess
Jean-Baptiste Mardelle [Mon, 20 Sep 2010 13:13:46 +0000 (13:13 +0000)]
Fix my indentation mess

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

13 years agoUpdated Greek translation (to be reviewed)
Konstantinos Poulios [Sun, 19 Sep 2010 23:05:39 +0000 (23:05 +0000)]
Updated Greek translation (to be reviewed)

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

13 years agoFix indentation mess from my previous commit. Improve detection of matching profile...
Jean-Baptiste Mardelle [Sun, 19 Sep 2010 20:23:33 +0000 (20:23 +0000)]
Fix indentation mess from my previous commit. Improve detection of matching profile for images, don't do the check for audio files.

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

13 years agoFix check on whether we want to suggest changing the project profile.
Till Theato [Sun, 19 Sep 2010 17:35:45 +0000 (17:35 +0000)]
Fix check on whether we want to suggest changing the project profile.

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

13 years agoFixed http://kdenlive.org/mantis/view.php?id=1818
Simon A. Eugster [Sun, 19 Sep 2010 14:54:22 +0000 (14:54 +0000)]
Fixed http://kdenlive.org/mantis/view.php?id=1818
increased i instead of j in inner loop :)

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

13 years agoAsk to change profile if first clip does not match project profile:
Jean-Baptiste Mardelle [Sun, 19 Sep 2010 13:47:16 +0000 (13:47 +0000)]
Ask to change profile if first clip does not match project profile:
http://kdenlive.org/mantis/view.php?id=279

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

13 years agoDo not allow crop from start to get negative. This should fix a lot a problems that...
Till Theato [Sun, 19 Sep 2010 08:25:11 +0000 (08:25 +0000)]
Do not allow crop from start to get negative. This should fix a lot a problems that were created by this.
I will remove all the checks for cropStart < 0 in a few weeks if this change does not introduce some new problems.

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

13 years agoFix missing check for valid producer.
Dan Dennedy [Sun, 19 Sep 2010 04:51:55 +0000 (04:51 +0000)]
Fix missing check for valid producer.

http://www.kdenlive.org/forum/crash-when-opening-kdenlive-file

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

13 years agoIncrease position range in frei0r.c0rners GUI (to get pixel precision with HD)
Till Theato [Sat, 18 Sep 2010 19:49:37 +0000 (19:49 +0000)]
Increase position range in frei0r.c0rners GUI (to get pixel precision with HD)

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

13 years agoImplement layouts:
Jean-Baptiste Mardelle [Sat, 18 Sep 2010 08:01:15 +0000 (08:01 +0000)]
Implement layouts:
http://www.kdenlive.org/mantis/view.php?id=1754

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

13 years agoInitial support for layout save / restore:
Jean-Baptiste Mardelle [Fri, 17 Sep 2010 07:49:34 +0000 (07:49 +0000)]
Initial support for layout save / restore:
http://www.kdenlive.org/mantis/view.php?id=1754

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

13 years agoAllow importing of clips into project from command line:
Jean-Baptiste Mardelle [Thu, 16 Sep 2010 16:08:17 +0000 (16:08 +0000)]
Allow importing of clips into project from command line:
http://kdenlive.org/mantis/view.php?id=1812

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

13 years agoFix crash when editing effect on first track:
Jean-Baptiste Mardelle [Thu, 16 Sep 2010 15:11:03 +0000 (15:11 +0000)]
Fix crash when editing effect on first track:
http://kdenlive.org/mantis/view.php?id=1815

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

13 years agoless debug
Marco Gittler [Wed, 15 Sep 2010 08:52:08 +0000 (08:52 +0000)]
less debug

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

13 years agotitlewidget can export titles with embedded images
Marco Gittler [Wed, 15 Sep 2010 08:39:45 +0000 (08:39 +0000)]
titlewidget can export titles with embedded images

titledocument can read/save embedded imaged

inserting into project, will save embedded images to projectdir/titles

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

13 years agoGerman translation updated (incomplete)
Simon A. Eugster [Tue, 14 Sep 2010 19:10:00 +0000 (19:10 +0000)]
German translation updated (incomplete)

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

13 years agoMouse tracking re-enabled for the vectorscope (got lost previously). Build warning...
Simon A. Eugster [Tue, 14 Sep 2010 18:43:00 +0000 (18:43 +0000)]
Mouse tracking re-enabled for the vectorscope (got lost previously). Build warning in waveform fixed.

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

13 years agoupdate readme
Jean-Baptiste Mardelle [Tue, 14 Sep 2010 18:27:44 +0000 (18:27 +0000)]
update readme

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

13 years agoSpanish translation. Some last minute updates on the RGB Parade and SOP/Sat. translations
Gabriel Gazzan [Tue, 14 Sep 2010 18:24:40 +0000 (18:24 +0000)]
Spanish translation. Some last minute updates on the RGB Parade and SOP/Sat. translations

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

13 years agoGet ready for 0.7.8 release
Jean-Baptiste Mardelle [Tue, 14 Sep 2010 18:09:18 +0000 (18:09 +0000)]
Get ready for 0.7.8 release

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

13 years agoFix render zone not always saved / set
Jean-Baptiste Mardelle [Tue, 14 Sep 2010 18:02:03 +0000 (18:02 +0000)]
Fix render zone not always saved / set

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

13 years agoFix zone snapping and color issues
Jean-Baptiste Mardelle [Tue, 14 Sep 2010 17:16:24 +0000 (17:16 +0000)]
Fix zone snapping and color issues

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

13 years agoFix error message color
Jean-Baptiste Mardelle [Tue, 14 Sep 2010 10:36:34 +0000 (10:36 +0000)]
Fix error message color

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

13 years agoFix color of warning message in render widget
Jean-Baptiste Mardelle [Tue, 14 Sep 2010 10:27:32 +0000 (10:27 +0000)]
Fix color of warning message in render widget

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

13 years agoRequire MLT 0.5.10 to compile
Jean-Baptiste Mardelle [Tue, 14 Sep 2010 10:00:16 +0000 (10:00 +0000)]
Require MLT 0.5.10 to compile

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

13 years agoFix detection of MLT version and recommand 0.5.10
Jean-Baptiste Mardelle [Tue, 14 Sep 2010 06:40:58 +0000 (06:40 +0000)]
Fix detection of MLT version and recommand 0.5.10

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

13 years agoRender zone: fix color issues & snapping
Jean-Baptiste Mardelle [Tue, 14 Sep 2010 06:16:52 +0000 (06:16 +0000)]
Render zone: fix color issues & snapping

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

13 years agozh_TW translation by Tryneeds/Franklin Weng
Simon A. Eugster [Tue, 14 Sep 2010 06:09:52 +0000 (06:09 +0000)]
zh_TW translation by Tryneeds/Franklin Weng

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

13 years agoUpdated Hebrew translation by Amir
Jean-Baptiste Mardelle [Mon, 13 Sep 2010 21:38:13 +0000 (21:38 +0000)]
Updated Hebrew translation by Amir

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

13 years agoFix add track effect through double click in effects list
Jean-Baptiste Mardelle [Mon, 13 Sep 2010 21:35:22 +0000 (21:35 +0000)]
Fix add track effect through double click in effects list

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

13 years agoFix colors not correctly set depending on style
Jean-Baptiste Mardelle [Mon, 13 Sep 2010 10:40:27 +0000 (10:40 +0000)]
Fix colors not correctly set depending on style

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

13 years ago* Updated czech translation
Jan Drábek [Mon, 13 Sep 2010 10:34:31 +0000 (10:34 +0000)]
* Updated czech translation

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

13 years ago- Update Russian translation.
Alberto Villa [Mon, 13 Sep 2010 09:37:44 +0000 (09:37 +0000)]
- Update Russian translation.

PR: http://www.kdenlive.org/mantis/view.php?id=1811
Submitted by: Alexandre Prokoudine

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

13 years ago- Fix several issues in the document checker:
Alberto Villa [Mon, 13 Sep 2010 02:33:47 +0000 (02:33 +0000)]
- Fix several issues in the document checker:
  * when relocating a clip, update its resource in slowmotion
    clips too;
  * avoid deleting consecutive non-found clips if the user
    didn't select them;
  * when deleting clips references, do not delete only one
    of them;
  * avoid skipping one reference for any deletion;
  * when removing a clip, take care of its slowmotion and
    audio/video only producers too;
  * don't leave orphaned filters when removing playlists
    entries;
  * fix a possible crash.

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

13 years agoUpdate German translation (unfinished)
Till Theato [Sun, 12 Sep 2010 21:50:43 +0000 (21:50 +0000)]
Update German translation (unfinished)

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

13 years agoRemove unused signal
Jean-Baptiste Mardelle [Sun, 12 Sep 2010 20:21:58 +0000 (20:21 +0000)]
Remove unused signal

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

13 years agoAutomask effect: fix default parameters
Jean-Baptiste Mardelle [Sun, 12 Sep 2010 16:02:05 +0000 (16:02 +0000)]
Automask effect: fix default parameters

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

13 years agoAdd MXF to supported formats:
Till Theato [Sun, 12 Sep 2010 14:09:16 +0000 (14:09 +0000)]
Add MXF to supported formats:
http://kdenlive.org/mantis/view.php?id=1289

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

13 years agoFix problems when changing duration (from end) of clip with negative crop from start
Till Theato [Sun, 12 Sep 2010 08:33:35 +0000 (08:33 +0000)]
Fix problems when changing duration (from end) of clip with negative crop from start

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

13 years ago- Sync AUTHORS and KAboutData.
Alberto Villa [Sun, 12 Sep 2010 03:23:22 +0000 (03:23 +0000)]
- Sync AUTHORS and KAboutData.

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

13 years ago- Cleanup the document creation logic:
Alberto Villa [Sun, 12 Sep 2010 03:21:19 +0000 (03:21 +0000)]
- Cleanup the document creation logic:
  * avoid loading part of the document if we're going to abort;
  * replace m_abortLoading with the boolean return values of
    addClip() and addClipInfo().

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

13 years ago- Avoid some code duplication.
Alberto Villa [Sun, 12 Sep 2010 03:15:26 +0000 (03:15 +0000)]
- Avoid some code duplication.

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

13 years ago- Automatically disable JogShuttle support on FreeBSD and Mac OS X,
Alberto Villa [Sat, 11 Sep 2010 22:45:47 +0000 (22:45 +0000)]
- Automatically disable JogShuttle support on FreeBSD and Mac OS X,
  but keep NO_JOGSHUTTLE for people willing to disable it on other
  systems.

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

13 years agoFix making color clips / images longer by resizing from start
Till Theato [Sat, 11 Sep 2010 21:21:45 +0000 (21:21 +0000)]
Fix making color clips / images longer by resizing from start

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

13 years agoFix changing properties of a slideshow clip not setting the document modified flag
Till Theato [Sat, 11 Sep 2010 19:52:25 +0000 (19:52 +0000)]
Fix changing properties of a slideshow clip not setting the document modified flag

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

13 years agoItalian translation for 7.8. Still needs revision on the field
Salvatore Brigaglia [Fri, 10 Sep 2010 21:29:20 +0000 (21:29 +0000)]
Italian translation for 7.8. Still needs revision on the field

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

13 years agoFix automatic info not kept when changing transition type
Till Theato [Fri, 10 Sep 2010 20:57:22 +0000 (20:57 +0000)]
Fix automatic info not kept when changing transition type

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

13 years agoupdated french translation by flo floolf
Jean-Baptiste Mardelle [Thu, 9 Sep 2010 19:38:44 +0000 (19:38 +0000)]
updated french translation by  flo floolf

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

13 years agoUpdated Polish translation for 0.7.8 release
Mariusz Pluciński [Thu, 9 Sep 2010 07:03:56 +0000 (07:03 +0000)]
Updated Polish translation for 0.7.8 release

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

13 years agotitlewidget size as small as possible
Marco Gittler [Wed, 8 Sep 2010 10:47:26 +0000 (10:47 +0000)]
titlewidget size as small as possible
else you can't resize this on smaller screens and resizepoint out of
window (f.e. mac)

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

13 years agoupdated de translation
Marco Gittler [Wed, 8 Sep 2010 05:44:37 +0000 (05:44 +0000)]
updated de translation

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

13 years agoTry to fix layout issue for detached widget (does not yet work with monitors)
Jean-Baptiste Mardelle [Tue, 7 Sep 2010 23:16:11 +0000 (23:16 +0000)]
Try to fix layout issue for detached widget (does not yet work with monitors)

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

13 years agoShow frame border on top of background image in monitor scene (on-monitor effects)
Till Theato [Tue, 7 Sep 2010 20:02:10 +0000 (20:02 +0000)]
Show frame border on top of background image in monitor scene (on-monitor effects)

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

13 years agoDo not install unused "transition.png"
Till Theato [Tue, 7 Sep 2010 14:47:30 +0000 (14:47 +0000)]
Do not install unused "transition.png"

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

13 years agoWhen creating slideshow with mimetype based option, use "image duration" as default...
Jean-Baptiste Mardelle [Tue, 7 Sep 2010 07:55:28 +0000 (07:55 +0000)]
When creating slideshow with mimetype based option, use "image duration" as default length for each frame. When using the "name pattern" option, we are more likely using a frame by frame animation, so use "sequence duration" as default duration

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

13 years agoAutomatically reload slideshow clips when animation or crop changes
Jean-Baptiste Mardelle [Tue, 7 Sep 2010 07:48:52 +0000 (07:48 +0000)]
Automatically reload slideshow clips when animation or crop changes

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

13 years agoAdding Till to the authors list, reorder to put active contributors on the top.
Jean-Baptiste Mardelle [Mon, 6 Sep 2010 22:19:43 +0000 (22:19 +0000)]
Adding Till to the authors list, reorder to put active contributors on the top.

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

13 years agoFix vertical drag on timeline ruler setting illegal zoom level
Till Theato [Mon, 6 Sep 2010 20:51:24 +0000 (20:51 +0000)]
Fix vertical drag on timeline ruler setting illegal zoom level

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

13 years agoFix timeline corruption when pressing and releasing ctrl during a group resize.
Till Theato [Mon, 6 Sep 2010 18:35:43 +0000 (18:35 +0000)]
Fix timeline corruption when pressing and releasing ctrl during a group resize.
Doing so resulted in mixing resizing a group and resizing one item of the group.

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

13 years agoMake title widget smaller on startup
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 23:15:30 +0000 (23:15 +0000)]
Make title widget smaller on startup

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

13 years agoFix issues with on monitor effects:
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 22:26:05 +0000 (22:26 +0000)]
Fix issues with on monitor effects:
* wrong values if frame size != display width
* zoom in not working

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

13 years agoDraw handles in the monitor scene when we are on a keyframe, helps to see when we...
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 20:08:11 +0000 (20:08 +0000)]
Draw handles in the monitor scene when we are on a keyframe, helps to see when we are able to edit or not

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

13 years agoVectorscope: Fixed 75% points for YPbPr
Simon A. Eugster [Sun, 5 Sep 2010 20:05:00 +0000 (20:05 +0000)]
Vectorscope: Fixed 75% points for YPbPr

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

13 years agoFix pan and zoom effect sometimes not properly updated when resizing a group
Till Theato [Sun, 5 Sep 2010 19:46:29 +0000 (19:46 +0000)]
Fix pan and zoom effect sometimes not properly updated when resizing a group

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

13 years agoCleanup dragging from effects list, fixes crash:
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 18:09:47 +0000 (18:09 +0000)]
Cleanup dragging from effects list, fixes crash:
http://kdenlive.org/mantis/view.php?id=1800

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

13 years agoVectorscope:
Simon A. Eugster [Sun, 5 Sep 2010 14:38:09 +0000 (14:38 +0000)]
Vectorscope:
* Added support for YPbPr (or YCbCr) via context menu. Was YUV only before.
* Background can be set to YPbPr as well.

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

13 years agoWaveform: Skip rows instead of columns when realtime enabled. Avoids horizontal gaps.
Simon A. Eugster [Sun, 5 Sep 2010 13:33:24 +0000 (13:33 +0000)]
Waveform: Skip rows instead of columns when realtime enabled. Avoids horizontal gaps.

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

13 years agoImmediatly update scope when auto-refresh is enabled
Jean-Baptiste Mardelle [Sun, 5 Sep 2010 13:28:09 +0000 (13:28 +0000)]
Immediatly update scope when auto-refresh is enabled

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