]> git.sesse.net Git - kdenlive/commit
Add "Configure Tracks" dialog to change the settings (name, type, ...) of all tracks...
authorTill Theato <root@ttill.de>
Sat, 29 May 2010 18:56:46 +0000 (18:56 +0000)
committerTill Theato <root@ttill.de>
Sat, 29 May 2010 18:56:46 +0000 (18:56 +0000)
commit2de6a4383d1837c573e064307cd7f8d82eec6b6b
tree4e2b0c461397c5a2e63d7236bd12afedc20f67a9
parent123e0a2871f509992f7ff4e3f6e1d79106d5b0c3
Add "Configure Tracks" dialog to change the settings (name, type, ...) of all tracks at once

svn path=/trunk/kdenlive/; revision=4487
15 files changed:
src/CMakeLists.txt
src/configtrackscommand.cpp [new file with mode: 0644]
src/configtrackscommand.h [new file with mode: 0644]
src/customtrackview.cpp
src/customtrackview.h
src/documentchecker.cpp
src/headertrack.cpp
src/headertrack.h
src/mainwindow.cpp
src/mainwindow.h
src/tracksconfigdialog.cpp [new file with mode: 0644]
src/tracksconfigdialog.h [new file with mode: 0644]
src/trackview.cpp
src/trackview.h
src/widgets/tracksconfigdialog_ui.ui [new file with mode: 0644]