]> git.sesse.net Git - kdenlive/history - src/abstractclipitem.h
Cleaning code style of Definitions.
[kdenlive] / src / abstractclipitem.h
2014-01-12 Jean-Nicolas ArtaudCleaning code style of Definitions.
2013-05-30 Montel LaurentRemove virtual keyword, fix indent. Const'ref
2013-05-16 Montel Laurentconst'ref
2013-05-13 Montel LaurentAdd explicit keyword, const'ref, minor optimization
2013-05-12 Montel Laurentconst'ify/use reference. Remove unused variable
2013-02-23 Jean-Baptiste MardelleMerge branch 'master' of git://anongit.kde.org/kdenlive
2013-02-22 Jean-Baptiste MardelleFix double click in a timeline clip to add keyframe
2013-02-01 Jean-Baptiste MardelleMerge branch 'master' of git://anongit.kde.org/kdenlive
2013-02-01 Jean-Baptiste MardelleFix keyframe line not painted over clips in timeline
2012-11-19 Ed RogalskyMerge branch 'master' into bugfix/jogshuttle
2012-11-19 Jean-Baptiste MardelleCleanup some timeline operations
2012-11-10 Jean-Baptiste MardelleMerge branch 'feature/pkey' of git://anongit.kde.org...
2012-11-05 Ed RogalskyMerge branch 'master' into feature/pkey
2012-11-04 Jean-Baptiste MardelleImprove update of effect stack when resizing clip,...
2012-10-30 Ed RogalskyMerge branch 'master' into feature/pkey
2012-10-26 Jean-Baptiste MardelleFix moving of grouped clips in tracks:http://kdenlive...
2011-11-14 Jean-Baptiste MardelleMerge branch 'refs/heads/v0.8.2'
2011-11-13 Jean-Baptiste MardelleMerge branch 'master' into next
2011-11-13 Jean-Baptiste MardelleMerge branch 'refs/heads/v0.8.2'
2011-11-13 Jean-Baptiste MardelleFix transitions broken: http://kdenlive.org/mantis...
2011-11-13 Jean-Baptiste MardelleMerge branch 'master' of git://anongit.kde.org/kdenlive
2011-11-13 Jean-Baptiste MardelleFix transitions not appearing in timeline because QProp...
2011-08-31 Jean-Baptiste Mardellecppcheck fixes, patch by Mikko Rapeli [1/27]
2011-06-29 Jean-Baptiste MardelleFix drawing of "keyframe" effects (effect is not apply...
2011-06-13 Jean-Baptiste MardelleFix detection of overlapping transitions
2011-01-14 Jean-Baptiste MardelleKeyframe gui fixes (when keyframe negative value was...
2010-11-12 Till TheatoAdd option to speed up project loading: Replace all...
2010-10-30 Till TheatoFix keyframes not editable in timeline if first paramet...
2010-10-28 Till TheatoDo not allow removing the last keyframe by dragging...
2010-07-01 Till TheatoFor now use previous and next keyframe as border when...
2010-06-12 Till Theato- Fix resize start allowing to go further than duration...
2010-05-06 Jean-Baptiste MardelleTry to correctly fix issue resize start issue:
2010-01-26 Jean-Baptiste MardelleFix keyframes corruption:
2010-01-25 Jean-Baptiste Mardellefirst step in fixing keyframe issue
2009-10-29 Jean-Baptiste MardelleAdd subclips (dragging a zone from clip monitor to...
2009-10-27 Jean-Baptiste Mardelleanimate clip deletion (Qt 4.3)
2009-10-26 Jean-Baptiste Mardelleimprove overwrite mode with transitions
2009-10-03 Jean-Baptiste MardelleFix broken handling of clips with speed effect
2009-09-22 Jean-Baptiste MardelleReindent sources
2009-09-22 Jean-Baptiste MardelleFix various speed related issues
2009-09-11 Jean-Baptiste MardelleFix corruption when changing the project profile
2009-08-29 Jean-Baptiste Mardelleimprove keyframe grabbing in timeline
2009-08-29 Jean-Baptiste MardelleSeveral fixes for keyframes, fix bug in clip resize...
2009-08-26 Jean-Baptiste MardelleVarious fixes to improve general stability in Qt 4.5.2
2009-07-21 Jean-Baptiste MardelleImprove keyframe editor (keyframe value can now be...
2009-06-29 Jean-Baptiste MardelleAllow to do a rectangle selection (Shift + click) also...
2009-06-25 Jean-Baptiste MardelleFix several issues with clips with speed changed:
2009-06-01 Jean-Baptiste MardelleNo more duration limit for color, image and title clips
2009-04-04 Ray LehtiniemiReindent the codebase using 'linux' bracket placement.
2009-03-04 Jean-Baptiste MardelleKrazy fixes: cleanup all headers
2009-02-03 Jean-Baptiste MardelleImplement track locking:
2008-12-01 Jean-Baptiste MardelleShow error message when there is a problem deleting...
2008-11-03 Jean-Baptiste MardelleSome work on speed effect, should fix most of bug
2008-10-29 Jean-Baptiste MardelleWhen cutting a clip with keyframe effect, ensure that...
2008-08-17 Jean-Baptiste MardelleRewrote the handling of timeline in QGraphicsView....
2008-07-29 Jean-Baptiste MardelleChange clip speed (slowmotion) - not finished yet,...
2008-07-15 Jean-Baptiste Mardellecopy / paste clips and transitions, move several clips
2008-06-23 Jean-Baptiste Mardellekeyframes can now be edited through double click
2008-06-23 Jean-Baptiste Mardelle* show image thumbnail in marker creation dialog
2008-06-21 Jean-Baptiste Mardellemore work on keyframe effects and thumbnail fixes
2008-06-17 Jean-Baptiste Mardelleget ready for keyframes in timeline
2008-06-08 Jean-Baptiste Mardelle* New: audio fade in / out by dragging a clip's top...
2008-06-01 Jean-Baptiste Mardellesmall cleanup
2008-04-11 Jean-Baptiste MardelleStart of tools:
2008-03-27 Jean-Baptiste MardelleFirst big cleanup of transition / clipitem. Transitions...
2008-03-26 Jean-Baptiste MardelleFix transition moving (still crashing a lot)
2008-03-21 Marco Gittlerrect calc moved into abstract class
2008-03-10 Marco Gittleruse clipitem resize also for transition resize
2008-03-10 Marco Gittlerabstract class for clipitem (many func's from clipitem...