]> git.sesse.net Git - kdenlive/commit
Move undo commands to their own subdirectory
authorAlberto Villa <avilla@FreeBSD.org>
Tue, 8 Nov 2011 10:20:20 +0000 (11:20 +0100)
committerAlberto Villa <avilla@FreeBSD.org>
Tue, 8 Nov 2011 10:20:20 +0000 (11:20 +0100)
commite0a70e0428309070f6ed2716beaeaaba05edd3b5
tree7ff54d6abdfda957648a5407425226b348f74c9b
parent6363960471c6299e51caba3ee5a8cf6e480def58
Move undo commands to their own subdirectory
67 files changed:
src/CMakeLists.txt
src/clipmanager.cpp
src/commands/CMakeLists.txt [new file with mode: 0644]
src/commands/addclipcommand.cpp [moved from src/addclipcommand.cpp with 98% similarity]
src/commands/addclipcommand.h [moved from src/addclipcommand.h with 100% similarity]
src/commands/addclipcutcommand.cpp [moved from src/addclipcutcommand.cpp with 98% similarity]
src/commands/addclipcutcommand.h [moved from src/addclipcutcommand.h with 100% similarity]
src/commands/addeffectcommand.cpp [moved from src/addeffectcommand.cpp with 98% similarity]
src/commands/addeffectcommand.h [moved from src/addeffectcommand.h with 100% similarity]
src/commands/addfoldercommand.cpp [moved from src/addfoldercommand.cpp with 98% similarity]
src/commands/addfoldercommand.h [moved from src/addfoldercommand.h with 100% similarity]
src/commands/addmarkercommand.cpp [moved from src/addmarkercommand.cpp with 97% similarity]
src/commands/addmarkercommand.h [moved from src/addmarkercommand.h with 100% similarity]
src/commands/addtimelineclipcommand.cpp [moved from src/addtimelineclipcommand.cpp with 98% similarity]
src/commands/addtimelineclipcommand.h [moved from src/addtimelineclipcommand.h with 100% similarity]
src/commands/addtrackcommand.cpp [moved from src/addtrackcommand.cpp with 98% similarity]
src/commands/addtrackcommand.h [moved from src/addtrackcommand.h with 100% similarity]
src/commands/addtransitioncommand.cpp [moved from src/addtransitioncommand.cpp with 98% similarity]
src/commands/addtransitioncommand.h [moved from src/addtransitioncommand.h with 100% similarity]
src/commands/changecliptypecommand.cpp [moved from src/changecliptypecommand.cpp with 98% similarity]
src/commands/changecliptypecommand.h [moved from src/changecliptypecommand.h with 100% similarity]
src/commands/changespeedcommand.cpp [moved from src/changespeedcommand.cpp with 98% similarity]
src/commands/changespeedcommand.h [moved from src/changespeedcommand.h with 100% similarity]
src/commands/configtrackscommand.cpp [moved from src/configtrackscommand.cpp with 97% similarity]
src/commands/configtrackscommand.h [moved from src/configtrackscommand.h with 100% similarity]
src/commands/editclipcommand.cpp [moved from src/editclipcommand.cpp with 98% similarity]
src/commands/editclipcommand.h [moved from src/editclipcommand.h with 100% similarity]
src/commands/editclipcutcommand.cpp [moved from src/editclipcutcommand.cpp with 98% similarity]
src/commands/editclipcutcommand.h [moved from src/editclipcutcommand.h with 100% similarity]
src/commands/editeffectcommand.cpp [moved from src/editeffectcommand.cpp with 98% similarity]
src/commands/editeffectcommand.h [moved from src/editeffectcommand.h with 100% similarity]
src/commands/editfoldercommand.cpp [moved from src/editfoldercommand.cpp with 98% similarity]
src/commands/editfoldercommand.h [moved from src/editfoldercommand.h with 100% similarity]
src/commands/editguidecommand.cpp [moved from src/editguidecommand.cpp with 98% similarity]
src/commands/editguidecommand.h [moved from src/editguidecommand.h with 100% similarity]
src/commands/editkeyframecommand.cpp [moved from src/editkeyframecommand.cpp with 98% similarity]
src/commands/editkeyframecommand.h [moved from src/editkeyframecommand.h with 100% similarity]
src/commands/edittransitioncommand.cpp [moved from src/edittransitioncommand.cpp with 98% similarity]
src/commands/edittransitioncommand.h [moved from src/edittransitioncommand.h with 100% similarity]
src/commands/groupclipscommand.cpp [moved from src/groupclipscommand.cpp with 98% similarity]
src/commands/groupclipscommand.h [moved from src/groupclipscommand.h with 100% similarity]
src/commands/insertspacecommand.cpp [moved from src/insertspacecommand.cpp with 98% similarity]
src/commands/insertspacecommand.h [moved from src/insertspacecommand.h with 100% similarity]
src/commands/locktrackcommand.cpp [moved from src/locktrackcommand.cpp with 97% similarity]
src/commands/locktrackcommand.h [moved from src/locktrackcommand.h with 100% similarity]
src/commands/moveclipcommand.cpp [moved from src/moveclipcommand.cpp with 98% similarity]
src/commands/moveclipcommand.h [moved from src/moveclipcommand.h with 100% similarity]
src/commands/moveeffectcommand.cpp [moved from src/moveeffectcommand.cpp with 98% similarity]
src/commands/moveeffectcommand.h [moved from src/moveeffectcommand.h with 100% similarity]
src/commands/movegroupcommand.cpp [moved from src/movegroupcommand.cpp with 98% similarity]
src/commands/movegroupcommand.h [moved from src/movegroupcommand.h with 100% similarity]
src/commands/movetransitioncommand.cpp [moved from src/movetransitioncommand.cpp with 97% similarity]
src/commands/movetransitioncommand.h [moved from src/movetransitioncommand.h with 100% similarity]
src/commands/razorclipcommand.cpp [moved from src/razorclipcommand.cpp with 98% similarity]
src/commands/razorclipcommand.h [moved from src/razorclipcommand.h with 100% similarity]
src/commands/razorgroupcommand.cpp [moved from src/razorgroupcommand.cpp with 98% similarity]
src/commands/razorgroupcommand.h [moved from src/razorgroupcommand.h with 100% similarity]
src/commands/rebuildgroupcommand.cpp [moved from src/rebuildgroupcommand.cpp with 97% similarity]
src/commands/rebuildgroupcommand.h [moved from src/rebuildgroupcommand.h with 100% similarity]
src/commands/resizeclipcommand.cpp [moved from src/resizeclipcommand.cpp with 98% similarity]
src/commands/resizeclipcommand.h [moved from src/resizeclipcommand.h with 100% similarity]
src/commands/splitaudiocommand.cpp [moved from src/splitaudiocommand.cpp with 97% similarity]
src/commands/splitaudiocommand.h [moved from src/splitaudiocommand.h with 100% similarity]
src/customtrackview.cpp
src/mainwindow.cpp
src/projectlist.cpp
src/trackview.cpp