]> git.sesse.net Git - kdenlive/history - src
More appropriate icons for settings dialog window
[kdenlive] / src /
2009-04-30 Markus SlopiankaMore appropriate icons for settings dialog window
2009-04-30 Markus SlopiankaAdded German localizations to notifications and .deskto...
2009-04-28 Jean-Baptiste MardelleWhen cutting a clip, don't duplicate unwanted effects...
2009-04-27 Jean-Baptiste MardelleReindent + fix loading of color values:
2009-04-22 Jean-Baptiste MardelleFix MLT linking with local install, patch by Alberto...
2009-04-21 Jean-Baptiste MardelleGet ready for Kross scripts as plugins
2009-04-20 Jean-Baptiste MardelleFix insertion of track in last position (after last...
2009-04-20 Jean-Baptiste MardelleShow timeline position during clip dragging:
2009-04-20 Markus SlopiankaFixed Frensh spacing and a typo.
2009-04-17 Jean-Baptiste MardelleFix some install pathes
2009-04-17 Jean-Baptiste MardelleRemove useless strings from uifiles, patch by Laurent...
2009-04-15 Jean-Baptiste MardelleAdd deinterlace options to wipe transition (same as...
2009-04-15 Jean-Baptiste Mardellecleanup
2009-04-15 Jean-Baptiste MardelleInclude kdenlive version in project files
2009-04-14 Jean-Baptiste MardelleFix project tree search line that was disable by error...
2009-04-14 Jean-Baptiste Mardelleremove debug code
2009-04-14 Jean-Baptiste MardelleFix un/locking of track when timeline is scrolled verti...
2009-04-14 Jean-Baptiste MardelleGetting ready for MLT 0.3.8
2009-04-14 Jean-Baptiste MardelleSmall repaint cleanup
2009-04-14 Jean-Baptiste MardelleFix non UTF 8 chars in debug output
2009-04-14 Jean-Baptiste Mardellereindent
2009-04-14 Jean-Baptiste MardelleAdjust status bar icon buttons so that they are not...
2009-04-14 Jean-Baptiste MardelleUse current color scheme to draw timeline, fix ruler...
2009-04-14 Jean-Baptiste MardelleUpdated timeline ui file
2009-04-14 Jean-Baptiste MardelleFix small layout issue in timeline:
2009-04-13 Jean-Baptiste MardelleFix compilation with Qt 4.4
2009-04-13 Jean-Baptiste MardelleCheck & update clip length in timeline when doing a...
2009-04-13 Jean-Baptiste MardelleAllow setting rescale to a custom percentage value...
2009-04-13 Jean-Baptiste Mardelleclear recovery files when user decides to exit
2009-04-13 Jean-Baptiste MardelleClear effect stack when deleting a clip:
2009-04-12 Jean-Baptiste MardelleMark document modified when deleting a clip:
2009-04-11 Jean-Baptiste MardelleAdjust plugin to show only when used producer is presen...
2009-04-11 Dan Dennedydefault Composite transition to use progressive renderi...
2009-04-10 Jean-Baptiste MardelleKeep clip type (audio/video only) when copy / paste...
2009-04-10 Ray Lehtiniemi[PATCH 2/2] Ensure that all member variables have an...
2009-04-10 Ray Lehtiniemi[PATCH 1/2] Kill a bunch of unused member variables
2009-04-10 Ray Lehtiniemi[PATCH 6/6] Fix a memory leak
2009-04-10 Ray Lehtiniemi[PATCH 5/6] qstrdup requires array delete
2009-04-10 Ray Lehtiniemi[PATCH 4/6] Simplify some object deletion code
2009-04-10 Ray Lehtiniemi[PATCH 3/6] Don't bother null checking before calling...
2009-04-10 Ray Lehtiniemi[PATCH 2/6] Replace doubles with ints
2009-04-10 Ray Lehtiniemi[PATCH 1/6] Kill unreachable code
2009-04-10 Ray Lehtiniemi[valgrind] unfixed memleaks
2009-04-10 Ray Lehtiniemi[valgrind] unfixed memleak
2009-04-10 Ray Lehtiniemi[valgrind] fix memleak
2009-04-10 Ray Lehtiniemi[valgrind] fix memleak
2009-04-10 Jean-Baptiste Mardellecomment out useless code
2009-04-09 Jean-Baptiste MardelleFix crash with placeholder clips:
2009-04-09 Jean-Baptiste MardelleFix crash introduced by recent commit
2009-04-08 Jean-Baptiste MardelleMissing file from previous commit + mark document as...
2009-04-08 Jean-Baptiste Mardellereplace broken producer by proper red clip named "invalid"
2009-04-08 Jean-Baptiste MardelleFix xml file when a broken producer is detected
2009-04-08 Jean-Baptiste MardelleFix handling of invalid clips when opening a project
2009-04-08 Jean-Baptiste MardelleFix memleaks
2009-04-08 Jean-Baptiste MardelleOnly enable custom audio device with alsa driver:
2009-04-08 Jean-Baptiste MardelleCleanup audio thumbnails thread handling
2009-04-08 Ray LehtiniemiOne last signed comparison warning
2009-04-08 Ray LehtiniemiTwo more signed comparison warnings
2009-04-08 Ray LehtiniemiEliminate some signed comparison warnings
2009-04-08 Ray LehtiniemiAvoid triggering undefined behavior when deleting void*
2009-04-08 Ray LehtiniemiAvoid triggering unspecified behavior in string compari...
2009-04-08 Ray LehtiniemiEliminate a build warning from moc.
2009-04-08 Markus Slopiankavideo/x-matroska was included twice
2009-04-07 Ray LehtiniemiEliminate a virtual function that doesn't actually...
2009-04-07 Ray LehtiniemiCorrectly enable several widgets for slideshow clip...
2009-04-06 Jean-Baptiste MardelleFix memleak on clip deletion
2009-04-05 Ray LehtiniemiEliminate two runtime warnings from the status bar.
2009-04-05 Ray LehtiniemiFix runtime warnings about QAction::setShortcut()
2009-04-05 Ray LehtiniemiRestore m_zoneStart from zonein when loading a document
2009-04-05 Jean-Baptiste MardelleFix several title clips problems, including:
2009-04-05 Ray LehtiniemiEnsure that all base constructors are explicitly called.
2009-04-05 Ray LehtiniemiRemove some more unnecessary empty variable initializations
2009-04-05 Ray LehtiniemiSort initializers in declaration order
2009-04-05 Ray LehtiniemiReformat initializer lists in all constructors.
2009-04-05 Jean-Baptiste MardelleShow image path for title clips
2009-04-05 Jean-Baptiste MardelleSmall cleanup in clip painting
2009-04-05 Jean-Baptiste MardelleFix crash when opening Kdenlive 0.5 document, improve...
2009-04-05 Jean-Baptiste MardelleFix crash when opening doc with a transition to track 0
2009-04-05 Jean-Baptiste MardelleFix rendering with profiles starting by "s="
2009-04-05 Ray LehtiniemiRemove m_doIt from several QUndoCommand subclasses.
2009-04-05 Ray LehtiniemiOnly close files if they are actually open
2009-04-05 Ray LehtiniemiDisable constructor for initEffects class
2009-04-05 Ray LehtiniemiAdd some brackets to make &&/|| precedence explicit
2009-04-04 Jean-Baptiste Mardelle* Update to the "video only / audio only" options in...
2009-04-04 Jean-Baptiste Mardelle* Always save playlist in UTF-8
2009-04-04 Jean-Baptiste MardelleMake audio clip look green to differentiate from audio...
2009-04-04 Jean-Baptiste MardelleIn the Add Clip file dialog, allow to display "supporte...
2009-04-04 Ray LehtiniemiReindent the codebase using 'linux' bracket placement.
2009-04-01 Simon A. Eugsterdvd, iso, mlt uppercase
2009-03-31 Marco GittlerPatches from Ray Lehtiniemi
2009-03-31 Jean-Baptiste Mardellenicer painting of audio clips
2009-03-31 Jean-Baptiste MardelleNicer clip painting
2009-03-31 Jean-Baptiste MardelleCleanup ruler painting
2009-03-30 Jean-Baptiste MardelleMake sure there is no write error when saving a file:
2009-03-30 Jean-Baptiste MardelleCleanup + fix another QDomDocument usage
2009-03-30 Jean-Baptiste Mardellesmall typo fix + cleanup
2009-03-30 Jean-Baptiste MardelleFix wrong usage of QDomElement, which will help with...
2009-03-30 Jean-Baptiste MardelleFix crash when adding clip to project:
2009-03-28 Marco GittlerPatch from Ray Lehtiniemi (3):
2009-03-25 Jean-Baptiste MardelleUse pixel size for titles font instead of point size...
next