]> git.sesse.net Git - kdenlive/history - src/effectslist.cpp
const'ref. Fix coding style. Minor optimization
[kdenlive] / src / effectslist.cpp
2013-06-02 Montel Laurentconst'ref. Fix coding style. Minor optimization
2013-05-31 Montel Laurentconst'ref
2013-05-15 Montel Laurentuse --i
2013-05-14 Montel LaurentBetter to use ++i than i++ (minor optimization)
2013-05-13 Montel LaurentUse const'ref, change if(foo) delete foo => delete...
2013-05-12 Montel Laurentconst'ify when necessary
2012-04-19 Simon A. EugsterMerge branch 'audioAlign'
2012-04-18 Jean-Baptiste MardelleEffect stack update: enable / disable several effects...
2012-04-13 Simon A. EugsterMerge branch 'master' into audioAlign
2012-04-12 Jean-Baptiste MardelleFix adding effect group from timeline context menu:
2012-04-09 Jean-Baptiste MardelleFirst steps for the incredible filter region
2012-04-08 Jean-Baptiste MardelleMerge branch 'master' of git://anongit.kde.org/kdenlive
2012-04-08 Till TheatoFix crash upon inserting effect to empty list.
2012-04-04 Jean-Baptiste MardelleFix crash when dropping effect from effects list to...
2012-03-31 Jean-Baptiste Mardellenew: saving of effect group
2012-03-30 Jean-Baptiste MardelleFix undo / redo with effect groups
2012-03-30 Jean-Baptiste MardelleMerge branch 'master' into effectstack
2012-03-29 Jean-Baptiste MardelleFix various effect dropping regressions
2012-03-29 Jean-Baptiste MardelleEffect groups can now be dropped onto another clip
2012-03-25 Jean-Baptiste Mardelleeffect stack cleanup
2012-03-24 Jean-Baptiste MardelleStart work on effect groups
2011-10-30 Jean-Baptiste MardelleFix rendering when timeline contained proxy clips
2011-09-19 Jean-Baptiste Mardellesmall cleanup
2011-09-09 Jean-Baptiste Mardellecppcheck fixes, patch by Mikko Rapeli [12/27]
2011-09-01 Jean-Baptiste MardelleCleanup
2011-09-01 Jean-Baptiste MardelleShow filter version in filter info box
2011-05-17 Jean-Baptiste MardelleConvert old xml LADSPA effects to the new ones
2011-04-25 Jean-Baptiste MardelleFix rendering when using proxies with speed effect:
2011-03-29 Till TheatoFix "Pan and Zoom" and position effects (fade, freeze...
2011-01-09 Jean-Baptiste MardelleFix mess in effect list info box when effect has full...
2010-12-24 Till TheatoUse the effect description for the tooltips of the...
2010-02-01 Jean-Baptiste MardelleFix crash and corruption caused by bad index in effects
2009-11-14 Jean-Baptiste MardelleFirst draft for keyframes in frei0r effects
2009-10-12 Jean-Baptiste MardelleFix crash when loading document with invalid transition...
2009-08-29 Jean-Baptiste MardelleFix custom effects multiplication:
2009-08-29 Jean-Baptiste MardelleSeveral fixes for keyframes, fix bug in clip resize...
2009-08-14 Jean-Baptiste MardelleFix various effects related crashes (don't store effect...
2009-04-05 Ray LehtiniemiReformat initializer lists in all constructors.
2009-04-04 Ray LehtiniemiReindent the codebase using 'linux' bracket placement.
2009-03-30 Jean-Baptiste Mardellesmall typo fix + cleanup
2009-03-28 Marco GittlerPatch from Ray Lehtiniemi (3):
2009-03-04 Jean-Baptiste MardelleKrazy fixes: cleanup all headers
2009-01-12 Simon A. Eugsteri18n: HTML tags don't need to be translated, excluded.
2008-11-14 Jean-Baptiste Mardelle* Fix undo of effect editing
2008-11-03 Jean-Baptiste MardelleFix several issues with audio fadein / fadeout effects...
2008-10-29 Jean-Baptiste MardelleShow transition description as tooltip when moving...
2008-10-23 Jean-Baptiste MardelleFix problem in effect stack that made keyframe effect...
2008-10-19 Jean-Baptiste MardelleFix effects in copy/pasted clips
2008-10-18 Jean-Baptiste MardelleFix broken audio menu, fix translation of effect names
2008-10-15 Jean-Baptiste MardelleFix handling of effects (do not rely on i18n name for...
2008-10-13 Jean-Baptiste MardelleSort effects by name in menu
2008-08-26 Jean-Baptiste MardelleFix effects xml
2008-07-19 Jean-Baptiste MardelleEffects can now be saved
2008-07-19 Jean-Baptiste MardelleCopy effects when cutting or pasting a clip
2008-06-21 Jean-Baptiste Mardelleseveral keyframe effect fixes
2008-06-08 Jean-Baptiste Mardelle* small arrow instead of ellipse as transition handle
2008-06-08 Jean-Baptiste Mardelle* New: audio fade in / out by dragging a clip's top...
2008-05-11 Jean-Baptiste MardelleWhen opening a project file, restore effects
2008-03-07 Jean-Baptiste MardelleCleanup + fix i18n with args
2008-03-03 Jean-Baptiste MardelleReindent all source files
2008-02-20 Jean-Baptiste MardelleEffects are now stored in clip as xml, get ready for...
2008-02-17 Jean-Baptiste MardelleStart implementing effects
2008-02-17 Jean-Baptiste MardelleUpdate effect list (show description & author name)
2008-02-17 Jean-Baptiste MardelleStart implementing effects