Mercurial > hg > svgui
comparison widgets/widgets.pro @ 188:dd573e090eed
* Add range input dialog
* Make Panner support middle-click/ctrl-left-click to reset and emit
doubleClicked when doubleClicked instead of resetting
* Use range input dialog to enter new values for panner on double-click
author | Chris Cannam |
---|---|
date | Fri, 12 Jan 2007 21:52:56 +0000 |
parents | d0b95a8cac96 |
children | 5b7472db612b |
comparison
equal
deleted
inserted
replaced
187:e7cf6044c2a0 | 188:dd573e090eed |
---|---|
23 Panner.h \ | 23 Panner.h \ |
24 PluginParameterBox.h \ | 24 PluginParameterBox.h \ |
25 PluginParameterDialog.h \ | 25 PluginParameterDialog.h \ |
26 PropertyBox.h \ | 26 PropertyBox.h \ |
27 PropertyStack.h \ | 27 PropertyStack.h \ |
28 RangeInputDialog.h \ | |
28 SubdividingMenu.h \ | 29 SubdividingMenu.h \ |
29 Thumbwheel.h \ | 30 Thumbwheel.h \ |
30 WindowShapePreview.h \ | 31 WindowShapePreview.h \ |
31 WindowTypeSelector.h | 32 WindowTypeSelector.h |
32 SOURCES += AudioDial.cpp \ | 33 SOURCES += AudioDial.cpp \ |
38 Panner.cpp \ | 39 Panner.cpp \ |
39 PluginParameterBox.cpp \ | 40 PluginParameterBox.cpp \ |
40 PluginParameterDialog.cpp \ | 41 PluginParameterDialog.cpp \ |
41 PropertyBox.cpp \ | 42 PropertyBox.cpp \ |
42 PropertyStack.cpp \ | 43 PropertyStack.cpp \ |
44 RangeInputDialog.cpp \ | |
43 SubdividingMenu.cpp \ | 45 SubdividingMenu.cpp \ |
44 Thumbwheel.cpp \ | 46 Thumbwheel.cpp \ |
45 WindowShapePreview.cpp \ | 47 WindowShapePreview.cpp \ |
46 WindowTypeSelector.cpp | 48 WindowTypeSelector.cpp |