]> git.sesse.net Git - kdenlive/history - src/abstractgroupitem.cpp
Cleaning code style of Definitions.
[kdenlive] / src / abstractgroupitem.cpp
2014-01-12 Jean-Nicolas ArtaudCleaning code style of Definitions.
2013-05-30 Montel LaurentRemove virtual keyword, fix indent. Const'ref
2013-05-20 Montel LaurentConst'ify
2013-05-15 Montel LaurentStill const'ref. Minor optimization
2013-05-15 Montel Laurentincludemocs
2013-05-14 Montel LaurentBetter to use ++i than i++ (minor optimization)
2013-04-01 Jean-Baptiste MardelleSpacer tool should never allow to move clips before...
2013-01-15 Jean-Baptiste MardelleFix transform issues in timeline causing thumbs to...
2013-01-14 Jean-Baptiste MardelleMerge branch 'master' of git://anongit.kde.org/kdenlive
2013-01-14 Jean-Baptiste Mardellesmall cleanup
2012-12-28 Jean-Baptiste MardelleFix moving of grouped clips (not finished yet)
2012-12-28 Jean-Baptiste MardelleMake sure we cannot move a clip to a locked track
2012-11-19 Ed RogalskyMerge branch 'master' into bugfix/jogshuttle
2012-11-19 Jean-Baptiste MardelleCleanup some timeline operations
2012-11-15 Jean-Baptiste MardelleFix broken group move when dragging an empty group...
2012-11-10 Jean-Baptiste MardelleMerge branch 'feature/pkey' of git://anongit.kde.org...
2012-10-30 Ed RogalskyMerge branch 'master' into feature/pkey
2012-10-27 Jean-Baptiste MardelleFix several timeline corruption when moving groups...
2012-10-26 Jean-Baptiste MardelleFix moving of grouped clips in tracks:http://kdenlive...
2012-10-15 Jean-Baptiste MardelleFix dropping of effect on group:http://kdenlive.org...
2012-10-14 Jean-Baptiste MardelleFix clip effect stack not updated when dropping effect...
2012-04-13 Simon A. EugsterMerge branch 'master' into audioAlign
2012-03-30 Jean-Baptiste MardelleMerge branch 'master' into effectstack
2012-03-24 Jean-Baptiste MardelleStart work on effect groups
2011-03-19 Till Theatono ";" after Q_UNUSED
2011-02-21 Jean-Baptiste MardelleFix drag & drop of effects with UTF-8 characters
2010-09-21 Till TheatoWhen locking tracks also lock the groups on them
2010-07-18 Till TheatoResize from start applies to all items in a group:
2010-07-18 Till TheatoAlso show duration of group or selection the clip under...
2010-07-16 Till TheatoResize all items in a group at once (from end only...
2010-06-03 Till Theato- Fix split audio with locked audio tracks
2010-02-16 Jean-Baptiste MardelleFix spacer tool move:
2009-12-07 Jean-Baptiste Mardelle* Fix pasting of keyframe effects:
2009-11-04 Jean-Baptiste MardelleSpacer should not move locked tracks
2009-10-26 Jean-Baptiste Mardelleimprove overwrite mode with transitions
2009-10-26 Jean-Baptiste MardelleFix timeline move with Qt 4.6
2009-10-26 Jean-Baptiste MardelleIntroducing timeline edit mode, starting with overwrite...
2009-09-28 Jean-Baptiste Mardellereindent + nice (working) progress bar for document...
2009-09-27 Jean-Baptiste MardelleFix spacer timeline corruption, fix possible corruption...
2009-09-11 Jean-Baptiste MardelleFix timeline corruption on group move and spacer tool
2009-08-26 Jean-Baptiste MardelleVarious fixes to improve general stability in Qt 4.5.2
2009-08-16 Jean-Baptiste MardelleSmall redraw fixes
2009-06-29 Jean-Baptiste MardelleAllow to do a rectangle selection (Shift + click) also...
2009-06-18 Jean-Baptiste MardelleGet rid of small arrows on clips that indicated a ...
2009-04-10 Ray Lehtiniemi[PATCH 1/2] Kill a bunch of unused member variables
2009-04-05 Ray LehtiniemiEnsure that all base constructors are explicitly called.
2009-04-05 Ray LehtiniemiReformat initializer lists in all constructors.
2009-04-04 Ray LehtiniemiReindent the codebase using 'linux' bracket placement.
2009-03-25 Jean-Baptiste MardelleSeveral move & resize fixes
2009-03-25 Jean-Baptiste MardelleFix several group move issues and spacer bugs
2009-03-17 Jean-Baptiste Mardelleinitial support for clip grouping (still a bit buggy)
2009-03-12 Jean-Baptiste MardelleFix drag & drop of effects:
2009-03-11 Jean-Baptiste Mardelleconst modifiers are useless on integral return types...
2009-03-07 Jean-Baptiste Mardelle[PATCH by Ray Lehtiniemi] Comment out variables used...
2009-03-07 Jean-Baptiste Mardelle[PATCH by Ray Lehtiniem] Delete some unused variables
2009-03-04 Jean-Baptiste MardelleKrazy fixes: cleanup all headers
2009-02-01 Jean-Baptiste MardelleFix spacer and group move sometimes moving clips to...
2008-12-25 Jean-Baptiste MardelleThis will hopefully fix most clip & group move issues...
2008-12-01 Jean-Baptiste MardelleShould solve most problems with group move:
2008-12-01 Jean-Baptiste MardelleShow error message when there is a problem deleting...
2008-10-10 Jean-Baptiste MardelleFix group move (in progress)
2008-10-07 Jean-Baptiste MardelleFix crash with copied clips
2008-10-04 Jean-Baptiste MardelleFix group move (not perfect but no more crashes)
2008-08-17 Jean-Baptiste MardelleRewrote the handling of timeline in QGraphicsView....