]> git.sesse.net Git - kdenlive/history - src/kdenlivedoc.h
Various changes for getting an OpenGL context (almost) everywhere it is needed.
[kdenlive] / src / kdenlivedoc.h
2014-03-13 Steinar H. GundersonVarious changes for getting an OpenGL context (almost...
2013-12-07 Montel LaurentClean include
2013-06-02 Montel LaurentConst'ref. Fix include/Forward declaration
2013-06-02 Montel LaurentConst'ref
2013-06-01 Montel LaurentConst'ref. comment unused variable
2013-06-01 Montel Laurentconst'ref
2013-05-23 Montel LaurentFix indent, minor optimization. Const'ref etc.
2013-05-12 Montel Laurentadd explicit keyword when necessary. Add const ref...
2013-05-12 Montel Laurentconst'ify
2013-05-12 Montel Laurentuse const ref
2013-02-01 Jean-Baptiste MardelleFix compilation on OSX (moc issue)
2012-09-17 Jean-Baptiste MardelleFix Qt 4.6 compilation: http://kdenlive.org/mantis...
2012-09-07 Jean-Baptiste MardelleImprove support for multi-stream clips:
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-03-30 Jean-Baptiste MardelleMerge branch 'master' into effectstack
2012-03-29 Jean-Baptiste MardelleFix ungrouping and track effect drop
2012-03-19 Jean-Baptiste MardelleMerge branch 'master' into effectstack
2012-02-16 Jean-Baptiste MardelleMerge branch 'master' into audioAlign
2012-02-15 Simon A. EugsterMerge branch 'next' into audioAlign
2012-02-15 Jean-Baptiste MardelleCleanup slideshow clip method, prepare for improved...
2012-01-13 Jean-Baptiste MardelleMerge branch 'master' of git://anongit.kde.org/kdenlive
2012-01-09 Jean-Baptiste MardelleSupport dropping a folder in project tree (import all...
2012-01-03 Jean-Baptiste MardelleInitial support for project metadata (that can be embed...
2011-12-29 Jean-Baptiste MardelleFreesound: save audio file url in clip comment (for...
2011-12-11 Marco GittlerMerge branch 'master' into stabilize
2011-11-30 Jean-Baptiste MardelleCleanup thumbnails (prefer QImage over QPixmap)
2011-09-09 Jean-Baptiste Mardellecppcheck fixes, patch by Mikko Rapeli [17/27]
2011-08-28 Till TheatoAllow to edit projects with a locale different to the...
2011-07-31 Till TheatoRemove (old) LADSPA related code.
2011-07-14 Jean-Baptiste MardelleRequired changes to make Kdenlive work with some locale...
2011-06-13 Jean-Baptiste MardelleFix corruption when changing project's fps
2011-06-06 Jean-Baptiste MardelleMove the backup dialog in separate folder, open it...
2011-06-05 Jean-Baptiste MardelleBackup project file everytime it is saved, backup files...
2011-06-05 Jean-Baptiste MardelleEnable proxies for playlist clips (*.mlt, *.kdenlive)
2011-05-29 Jean-Baptiste MardelleFix crash when changing project profile
2011-05-25 Jean-Baptiste MardelleComplete rewrite of the video4linux capture to use...
2011-05-09 Jean-Baptiste MardelleSome progress on archiving feature
2011-02-23 Jean-Baptiste MardelleSave folder state (opened / close):
2011-02-17 Jean-Baptiste MardelleFix proxy setting not saved when creating new project:
2010-12-21 Till TheatoInitial support for keyframes in track effects (WIP)
2010-12-12 Till TheatoSmall cleanup + comment
2010-12-11 Till TheatoAdd project folder places entry to Kdenlive file dialogs:
2010-11-14 Jean-Baptiste MardelleGet rid of buggy "drop B frame" speedup feature
2010-10-10 Till TheatoShow progress while loading project
2010-09-21 Jean-Baptiste MardelleEmbed custom effects in project file:
2010-09-20 Jean-Baptiste MardelleImplement document notes:
2010-09-20 Jean-Baptiste MardelleImprove profile autodetection
2010-09-12 Alberto Villa- Cleanup the document creation logic:
2010-08-31 Dan DennedyAdd animation feature to Slideshow Clip.
2010-08-30 Dan DennedyAdd center-crop option to slideshow clip.
2010-08-22 Jean-Baptiste MardelleProgress on track effects
2010-07-26 Jean-Baptiste MardelleRemember render settings for project (zone, guides...
2010-07-20 Jean-Baptiste MardelleDisplay Jpeg exif data in clip properties metadata
2010-07-07 Simon A. EugsterIdeas and comments added
2010-05-23 Simon A. Eugster331 fixed: Naming of tracks now Audio 1, Video 1, etc...
2010-02-16 Jean-Baptiste MardelleFix project tree butons update when adding/removing...
2009-09-28 Jean-Baptiste Mardellereindent + nice (working) progress bar for document...
2009-09-15 Jean-Baptiste MardelleAdd option to remove unused clips from project tree:
2009-09-11 Jean-Baptiste MardelleFix corruption when changing the project profile
2009-08-26 Jean-Baptiste MardelleVarious fixes to improve general stability in Qt 4.5.2
2009-06-29 Jean-Baptiste MardelleDon't crash when wrong sdl driver was selected by user...
2009-06-24 Jean-Baptiste MardelleSave vertical zoom in project:
2009-06-20 Jean-Baptiste MardelleMove document position property to documentproperties...
2009-06-20 Jean-Baptiste MardelleCorrectly focus clips / folders when they are created:
2009-06-19 Jean-Baptiste MardelleSave last used rendering profile in Kdenlive document
2009-06-19 Jean-Baptiste MardelleAdd new dialog for template clips, fix thumbs & monitor...
2009-06-19 Jean-Baptiste MardelleIntroducing template based title clips
2009-06-14 Jean-Baptiste MardelleFix regression introduced by document validation change...
2009-06-02 Jean-Baptiste MardelleRemove unused arguments (warnings --)
2009-05-18 Jean-Baptiste MardelleUpdate to the new MLT structure (based on patch by...
2009-05-04 Jean-Baptiste MardelleImprove handling of missing clips:
2009-05-04 Jean-Baptiste Mardelleimprove document checker
2009-05-04 Jean-Baptiste MardelleStart of the new document checker (check for missing...
2009-04-13 Jean-Baptiste MardelleCheck & update clip length in timeline when doing a...
2009-04-10 Ray Lehtiniemi[PATCH 1/2] Kill a bunch of unused member variables
2009-04-05 Jean-Baptiste MardelleFix several title clips problems, including:
2009-04-04 Ray LehtiniemiReindent the codebase using 'linux' bracket placement.
2009-03-30 Jean-Baptiste MardelleCleanup + fix another QDomDocument usage
2009-03-11 Jean-Baptiste Mardelleconst modifiers are useless on integral return types...
2009-03-07 Jean-Baptiste Mardelle[PATCH by Ray Lehtiniemi] Do not return references...
2009-03-04 Jean-Baptiste MardelleKrazy fixes: cleanup all headers
2009-03-03 Jean-Baptiste MardelleCleanup and add mimetype for TGA images, also add EXR...
2009-03-03 Jean-Baptiste Mardellecleanup & fix crash on project saving with Qt 4.5:
2009-02-10 Jean-Baptiste MardelleUpdate file format to version 0.82. It now saves locked...
2009-02-03 Jean-Baptiste MardelleImplement track locking:
2009-01-31 Jean-Baptiste Mardelle* Fix possible crash when creating new document
2009-01-25 Jean-Baptiste Mardelle* Cleanup folder creation
2009-01-13 Jean-Baptiste Mardelle* New config option for preview: disable B Frame decodi...
2009-01-10 Jean-Baptiste MardelleLoad metadata when opening doc
2009-01-09 Jean-Baptiste Mardelle* Remove broken transition (where in > out) on project...
2009-01-05 Jean-Baptiste MardelleSave zone in/out in kdenlive document:
2008-12-29 Jean-Baptiste MardelleFix crash on clip insertion redo:
2008-12-28 Jean-Baptiste MardelleFix LADSPA effects, should work now:
2008-12-18 Mads Bondo DydensborgFix issue 0000237: Unable to open Kdenlive 0.5 project...
2008-12-13 Jean-Baptiste MardelleInitial support for changing project folder
2008-12-13 Jean-Baptiste MardelleStart caching of project tree thumbnails for faster...
2008-12-09 Jean-Baptiste MardelleNew: Change track type (audio / video)
2008-12-08 Jean-Baptiste MardelleFix tracks issues (load & save of tracks with hidden...
next