]> git.sesse.net Git - kdenlive/commit
Color scopes now using the common abstract scope as well. --> Common functions, more...
authorSimon A. Eugster <simon.eu@gmail.com>
Fri, 3 Dec 2010 17:11:41 +0000 (17:11 +0000)
committerSimon A. Eugster <simon.eu@gmail.com>
Fri, 3 Dec 2010 17:11:41 +0000 (17:11 +0000)
commitdfbaa896b04c1105271d691fcf967aeb98bf6892
tree49dbc1029dac493130bb20f8b85b5d94b0c07ce7
parent6cc358a050e97e22cb69838b3dd4bf81275946c9
Color scopes now using the common abstract scope as well. --> Common functions, more re-usable

svn path=/trunk/kdenlive/; revision=5130
20 files changed:
src/CMakeLists.txt
src/abstractgfxscopewidget.cpp [deleted file]
src/abstractgfxscopewidget.h [deleted file]
src/abstractscopewidget.cpp
src/abstractscopewidget.h
src/audioscopes/abstractaudioscopewidget.cpp
src/audioscopes/abstractaudioscopewidget.h
src/audioscopes/audiospectrum.cpp
src/audioscopes/audiospectrum.h
src/colorscopes/abstractgfxscopewidget.cpp [new file with mode: 0644]
src/colorscopes/abstractgfxscopewidget.h [new file with mode: 0644]
src/colorscopes/histogram.cpp [moved from src/histogram.cpp with 98% similarity]
src/colorscopes/histogram.h [moved from src/histogram.h with 95% similarity]
src/colorscopes/rgbparade.cpp [moved from src/rgbparade.cpp with 98% similarity]
src/colorscopes/rgbparade.h [moved from src/rgbparade.h with 95% similarity]
src/colorscopes/vectorscope.cpp [moved from src/vectorscope.cpp with 99% similarity]
src/colorscopes/vectorscope.h [moved from src/vectorscope.h with 79% similarity]
src/colorscopes/waveform.cpp [moved from src/waveform.cpp with 98% similarity]
src/colorscopes/waveform.h [moved from src/waveform.h with 97% similarity]
src/mainwindow.cpp