comparison files.pri @ 1203:ff042979331b 3.0-integration

Merge from branch svg, and thus (in some subrepos) from levelpanwidget
author Chris Cannam
date Mon, 19 Dec 2016 16:34:38 +0000
parents 69ff93e0c624
children fc9d9f1103fa
comparison
equal deleted inserted replaced
1185:f32828ea63d9 1203:ff042979331b
42 view/ViewManager.h \ 42 view/ViewManager.h \
43 view/ViewProxy.h \ 43 view/ViewProxy.h \
44 widgets/ActivityLog.h \ 44 widgets/ActivityLog.h \
45 widgets/AudioDial.h \ 45 widgets/AudioDial.h \
46 widgets/ClickableLabel.h \ 46 widgets/ClickableLabel.h \
47 widgets/ColourComboBox.h \
48 widgets/ColourMapComboBox.h \
47 widgets/ColourNameDialog.h \ 49 widgets/ColourNameDialog.h \
48 widgets/CommandHistory.h \ 50 widgets/CommandHistory.h \
49 widgets/CSVFormatDialog.h \ 51 widgets/CSVFormatDialog.h \
50 widgets/Fader.h \ 52 widgets/Fader.h \
51 widgets/InteractiveFileFinder.h \ 53 widgets/InteractiveFileFinder.h \
64 widgets/ModelDataTableDialog.h \ 66 widgets/ModelDataTableDialog.h \
65 widgets/NotifyingCheckBox.h \ 67 widgets/NotifyingCheckBox.h \
66 widgets/NotifyingComboBox.h \ 68 widgets/NotifyingComboBox.h \
67 widgets/NotifyingPushButton.h \ 69 widgets/NotifyingPushButton.h \
68 widgets/NotifyingTabBar.h \ 70 widgets/NotifyingTabBar.h \
71 widgets/NotifyingToolButton.h \
69 widgets/Panner.h \ 72 widgets/Panner.h \
70 widgets/PluginParameterBox.h \ 73 widgets/PluginParameterBox.h \
71 widgets/PluginParameterDialog.h \ 74 widgets/PluginParameterDialog.h \
72 widgets/ProgressDialog.h \ 75 widgets/ProgressDialog.h \
73 widgets/PropertyBox.h \ 76 widgets/PropertyBox.h \
78 widgets/TextAbbrev.h \ 81 widgets/TextAbbrev.h \
79 widgets/Thumbwheel.h \ 82 widgets/Thumbwheel.h \
80 widgets/TipDialog.h \ 83 widgets/TipDialog.h \
81 widgets/TransformFinder.h \ 84 widgets/TransformFinder.h \
82 widgets/UnitConverter.h \ 85 widgets/UnitConverter.h \
86 widgets/WidgetScale.h \
83 widgets/WindowShapePreview.h \ 87 widgets/WindowShapePreview.h \
84 widgets/WindowTypeSelector.h 88 widgets/WindowTypeSelector.h
85 89
86 SVGUI_SOURCES += \ 90 SVGUI_SOURCES += \
87 layer/Colour3DPlotLayer.cpp \ 91 layer/Colour3DPlotLayer.cpp \
119 view/PaneStack.cpp \ 123 view/PaneStack.cpp \
120 view/View.cpp \ 124 view/View.cpp \
121 view/ViewManager.cpp \ 125 view/ViewManager.cpp \
122 widgets/ActivityLog.cpp \ 126 widgets/ActivityLog.cpp \
123 widgets/AudioDial.cpp \ 127 widgets/AudioDial.cpp \
128 widgets/ColourComboBox.cpp \
129 widgets/ColourMapComboBox.cpp \
124 widgets/ColourNameDialog.cpp \ 130 widgets/ColourNameDialog.cpp \
125 widgets/CommandHistory.cpp \ 131 widgets/CommandHistory.cpp \
126 widgets/CSVFormatDialog.cpp \ 132 widgets/CSVFormatDialog.cpp \
127 widgets/Fader.cpp \ 133 widgets/Fader.cpp \
128 widgets/InteractiveFileFinder.cpp \ 134 widgets/InteractiveFileFinder.cpp \
141 widgets/ModelDataTableDialog.cpp \ 147 widgets/ModelDataTableDialog.cpp \
142 widgets/NotifyingCheckBox.cpp \ 148 widgets/NotifyingCheckBox.cpp \
143 widgets/NotifyingComboBox.cpp \ 149 widgets/NotifyingComboBox.cpp \
144 widgets/NotifyingPushButton.cpp \ 150 widgets/NotifyingPushButton.cpp \
145 widgets/NotifyingTabBar.cpp \ 151 widgets/NotifyingTabBar.cpp \
152 widgets/NotifyingToolButton.cpp \
146 widgets/Panner.cpp \ 153 widgets/Panner.cpp \
147 widgets/PluginParameterBox.cpp \ 154 widgets/PluginParameterBox.cpp \
148 widgets/PluginParameterDialog.cpp \ 155 widgets/PluginParameterDialog.cpp \
149 widgets/ProgressDialog.cpp \ 156 widgets/ProgressDialog.cpp \
150 widgets/PropertyBox.cpp \ 157 widgets/PropertyBox.cpp \