Mercurial > hg > svgui
view widgets/widgets.pro @ 294:919740b20cc9
* Better abbreviation modes for layer names in pane (and input model combo
of plugin parameter dialog)
* Avoid crash when loading SV file containing model derived from nonexistent
model (shouldn't happen of course, but see bug #1771769)
* Remember last-used input model in plugin parameter dialog
* Don't override a layer colour loaded from a session file with the generated
default colour when attaching it to a view
author | Chris Cannam |
---|---|
date | Fri, 10 Aug 2007 16:36:50 +0000 |
parents | 4ca7562dd246 |
children | 46faec7aae12 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = vamp-hostsdk fftw3f load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svwidgets DEPENDPATH += . .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += AudioDial.h \ ColourNameDialog.h \ Fader.h \ IconLoader.h \ ItemEditDialog.h \ KeyReference.h \ LayerTree.h \ LEDButton.h \ ListInputDialog.h \ NotifyingCheckBox.h \ NotifyingComboBox.h \ NotifyingPushButton.h \ NotifyingTabBar.h \ Panner.h \ PluginParameterBox.h \ PluginParameterDialog.h \ PropertyBox.h \ PropertyStack.h \ RangeInputDialog.h \ SubdividingMenu.h \ Thumbwheel.h \ TipDialog.h \ WindowShapePreview.h \ WindowTypeSelector.h SOURCES += AudioDial.cpp \ ColourNameDialog.cpp \ Fader.cpp \ IconLoader.cpp \ ItemEditDialog.cpp \ KeyReference.cpp \ LayerTree.cpp \ LEDButton.cpp \ ListInputDialog.cpp \ NotifyingCheckBox.cpp \ NotifyingComboBox.cpp \ NotifyingPushButton.cpp \ NotifyingTabBar.cpp \ Panner.cpp \ PluginParameterBox.cpp \ PluginParameterDialog.cpp \ PropertyBox.cpp \ PropertyStack.cpp \ RangeInputDialog.cpp \ SubdividingMenu.cpp \ Thumbwheel.cpp \ TipDialog.cpp \ WindowShapePreview.cpp \ WindowTypeSelector.cpp