Mercurial > hg > svgui
view layer/layer.pro @ 271:1a49bd0d8375
* Change a number of keyboard shortcuts -- get rid of all the Alt+ shortcuts
and introduce a few more Ctrl+ ones instead, as well as a number of plain
single keypresses
* Add Playback menu
* Add time-ruler support for snap to feature, use it in ffwd/rewind
(rewind still needs fixing)
* restore layer hierarchy window prior to making it work correctly
| author | Chris Cannam |
|---|---|
| date | Thu, 28 Jun 2007 14:50:58 +0000 |
| parents | cec1f78fbfca |
| children | b9380f679f70 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = fftw3f load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svlayer DEPENDPATH += . .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += Colour3DPlotLayer.h \ ColourMapper.h \ Layer.h \ LayerFactory.h \ NoteLayer.h \ PaintAssistant.h \ SpectrogramLayer.h \ SpectrumLayer.h \ SliceLayer.h \ SliceableLayer.h \ TextLayer.h \ TimeInstantLayer.h \ TimeRulerLayer.h \ TimeValueLayer.h \ WaveformLayer.h SOURCES += Colour3DPlotLayer.cpp \ ColourMapper.cpp \ Layer.cpp \ LayerFactory.cpp \ NoteLayer.cpp \ PaintAssistant.cpp \ SpectrogramLayer.cpp \ SpectrumLayer.cpp \ SliceLayer.cpp \ TextLayer.cpp \ TimeInstantLayer.cpp \ TimeRulerLayer.cpp \ TimeValueLayer.cpp \ WaveformLayer.cpp
