]> git.sesse.net Git - kdenlive/history - src/definitions.h
Cleaning code style of Definitions.
[kdenlive] / src / definitions.h
2014-01-12 Jean-Nicolas ArtaudCleaning code style of Definitions.
2013-12-18 Montel LaurentUse QLatin1String
2013-12-15 Montel LaurentUse KLocalizedString (for i18n only, in kf5 it will...
2013-05-23 Montel Laurentconst'ify, optimization, fix indent
2013-05-16 Montel Laurentconst'ref
2013-05-14 Montel LaurentBetter to use ++i than i++ (minor optimization)
2013-05-12 Montel Laurentadd explicit keyword when necessary. Add const ref...
2013-05-12 Montel Laurentuse const ref
2013-01-14 Jean-Baptiste Mardelle* Cleanup transode stabilize GUI: http://kdenlive.org...
2012-11-10 Jean-Baptiste MardelleMerge branch 'feature/pkey' of git://anongit.kde.org...
2012-10-31 Ed RogalskyMerge branch 'master' into feature/pkey
2012-10-30 Jean-Baptiste MardelleFix select all in timeline and scrolling with ctrl...
2012-10-20 Jean-Baptiste MardelleClip markers can now have a category that is shown...
2012-07-23 Jean-Baptiste Mardelledefinitions.h: initialize TransitionInfo [Coverity...
2012-07-23 Jean-Baptiste Mardelledefinitions.h: initialize TrackInfo [Coverity 13/14...
2012-07-23 Jean-Baptiste Mardelledefinitions.h: initialize ItemInfo [Coverity 12/14...
2012-07-23 Jean-Baptiste Mardelledefinitions.h: initialize MltVideoProfile [Coverity...
2012-06-19 Jean-Baptiste MardelleFix effect group collapse state not saved
2012-05-27 Jean-Baptiste MardelleMerge branch 'master' of git://anongit.kde.org/kdenlive
2012-05-27 Jean-Baptiste MardelleFix editing clip crop start and fade effects lost when...
2012-04-19 Simon A. EugsterMerge branch 'audioAlign'
2012-04-19 Simon A. EugsterMerge branch 'master' into audioAlign
2012-04-13 Jean-Baptiste MardelleRemember effect group state (collapsed)
2012-04-13 Simon A. EugsterMerge branch 'master' into audioAlign
2012-04-07 Jean-Baptiste MardelleFix transition track not correctly updated after insert...
2012-03-30 Jean-Baptiste MardelleMerge branch 'master' into effectstack
2012-03-24 Jean-Baptiste MardelleSome progress on effect group
2012-03-19 Jean-Baptiste MardelleMerge branch 'master' into effectstack
2012-03-06 Jean-Baptiste MardelleUse enum instead of string to identify monitors
2012-03-06 Jean-Baptiste MardelleMerging of scopes manager by Granjow (final merge)
2012-02-16 Jean-Baptiste MardelleMerge branch 'master' into audioAlign
2012-02-15 Simon A. EugsterTrying to fix a bug with the clip move undo command...
2012-02-15 Simon A. EugsterMerge branch 'next' into audioAlign
2011-12-22 Jean-Baptiste MardelleSome improvements in clip jobs
2011-12-19 Jean-Baptiste MardelleStart implementing a generic clip job framework that...
2011-11-22 Marco GittlerMerge branch 'stabilize' of git.kde.org:kdenlive into...
2011-11-19 Jean-Baptiste MardelleMerge branch 'master' into next
2011-11-19 Jean-Baptiste MardelleInform user when no render profile is available (usuall...
2011-10-13 Jean-Baptiste MardelleFix audio thumbs runtime warning
2011-10-13 Jean-Baptiste MardelleRewrote thread handling, should improve ui responsiveness
2011-10-13 Jean-Baptiste MardelleDisplay proxy creation progress in project tree
2011-09-27 Jean-Baptiste Mardelle* Fix aspect ratio of thumbnails to correctly use the...
2011-09-09 Jean-Baptiste Mardellecppcheck fixes, patch by Mikko Rapeli [6/27]
2011-02-17 Jean-Baptiste MardelleBig update to the proxy clips, fixing several issues...
2010-12-21 Till TheatoInitial support for keyframes in track effects (WIP)
2010-09-28 Jean-Baptiste MardelleShow the recently introduced colorspace info in profile...
2010-08-22 Jean-Baptiste MardelleProgress on track effects
2009-11-02 Jean-Baptiste MardelleMake project folders have a smaller icon, disable title...
2009-10-03 Jean-Baptiste MardelleFix broken handling of clips with speed effect
2009-09-30 Jean-Baptiste MardelleFix timeline breaking with razor tool
2009-09-22 Jean-Baptiste MardelleFix various speed related issues
2009-08-16 Jean-Baptiste MardelleAllow custom name for tracks
2009-07-01 Jean-Baptiste MardelleMake Mlt error message more visible (they don't close...
2009-06-30 Jean-Baptiste MardelleAdd messaging system to display MLT errors to the user
2009-04-04 Ray LehtiniemiReindent the codebase using 'linux' bracket placement.
2009-02-03 Jean-Baptiste MardelleImplement track locking:
2008-12-28 Jean-Baptiste MardelleMake sox effects work again, part of bug:
2008-12-09 Jean-Baptiste MardelleFix group move, should solve:
2008-11-25 Jean-Baptiste MardelleSpacer tool (can only add space for the moment)
2008-11-19 Jean-Baptiste MardelleScroll timeline when seeking near a border and also...
2008-09-11 Jean-Baptiste MardelleAllow selecting clip under timeline cursor
2008-08-17 Jean-Baptiste MardelleRewrote the handling of timeline in QGraphicsView....
2008-07-15 Jean-Baptiste MardelleFix several problems with clip crop start, fix undo...
2008-07-07 Jean-Baptiste Mardelle* Guides improvements and fixes
2008-07-06 Jean-Baptiste Mardelle* NEW: find as you type feature. You can now type a...
2008-06-21 Jean-Baptiste Mardelleseveral small fixes, introduce nice popup messages...
2008-06-17 Jean-Baptiste Mardelleget ready for keyframes in timeline
2008-06-10 Jean-Baptiste MardelleGuides can now be moved, and deleted, all actions can...
2008-04-11 Jean-Baptiste MardelleStart of tools:
2008-03-27 Jean-Baptiste MardelleFirst big cleanup of transition / clipitem. Transitions...
2008-03-22 Jean-Baptiste Mardellefolders in project view
2008-03-21 Jean-Baptiste Mardellemute / hide tracks
2008-03-19 Jean-Baptiste MardelleTrack height can now be changed from settings dialog
2008-03-11 Marco Gittlermissing update of definitions
2008-03-08 Jean-Baptiste Mardellestart implementing transitions. buttons in statusbar...
2008-03-07 Marco Gittlerpaint drag item for transitions
2008-03-04 Jean-Baptiste MardelleStart using mlt profiles
2008-03-03 Jean-Baptiste MardelleReindent all source files
2008-01-26 Jean-Baptiste MardelleStart of image clips
2008-01-26 Jean-Baptiste Mardelleprogress on clip view
2008-01-22 Jean-Baptiste MardelleSome funny timeline animation tooltips
2008-01-13 Jean-Baptiste MardelleAdd license, continue work on project tree view
2008-01-05 Jean-Baptiste MardelleStart of the undo framework