comparison files.pri @ 1324:13d9b422f7fe zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:31 +0100
parents fbda05431ce0
children b0555b434575
comparison
equal deleted inserted replaced
1183:57d192e26331 1324:13d9b422f7fe
5 layer/ColourDatabase.h \ 5 layer/ColourDatabase.h \
6 layer/ColourMapper.h \ 6 layer/ColourMapper.h \
7 layer/ColourScale.h \ 7 layer/ColourScale.h \
8 layer/ColourScaleLayer.h \ 8 layer/ColourScaleLayer.h \
9 layer/FlexiNoteLayer.h \ 9 layer/FlexiNoteLayer.h \
10 layer/HorizontalFrequencyScale.h \
11 layer/HorizontalScaleProvider.h \
10 layer/ImageLayer.h \ 12 layer/ImageLayer.h \
11 layer/ImageRegionFinder.h \ 13 layer/ImageRegionFinder.h \
12 layer/Layer.h \ 14 layer/Layer.h \
13 layer/LayerFactory.h \ 15 layer/LayerFactory.h \
14 layer/LayerGeometryProvider.h \ 16 layer/LayerGeometryProvider.h \
42 view/ViewManager.h \ 44 view/ViewManager.h \
43 view/ViewProxy.h \ 45 view/ViewProxy.h \
44 widgets/ActivityLog.h \ 46 widgets/ActivityLog.h \
45 widgets/AudioDial.h \ 47 widgets/AudioDial.h \
46 widgets/ClickableLabel.h \ 48 widgets/ClickableLabel.h \
49 widgets/ColourComboBox.h \
50 widgets/ColourMapComboBox.h \
47 widgets/ColourNameDialog.h \ 51 widgets/ColourNameDialog.h \
48 widgets/CommandHistory.h \ 52 widgets/CommandHistory.h \
53 widgets/CSVAudioFormatDialog.h \
49 widgets/CSVFormatDialog.h \ 54 widgets/CSVFormatDialog.h \
50 widgets/Fader.h \ 55 widgets/Fader.h \
51 widgets/InteractiveFileFinder.h \ 56 widgets/InteractiveFileFinder.h \
52 widgets/IconLoader.h \ 57 widgets/IconLoader.h \
53 widgets/ImageDialog.h \ 58 widgets/ImageDialog.h \
64 widgets/ModelDataTableDialog.h \ 69 widgets/ModelDataTableDialog.h \
65 widgets/NotifyingCheckBox.h \ 70 widgets/NotifyingCheckBox.h \
66 widgets/NotifyingComboBox.h \ 71 widgets/NotifyingComboBox.h \
67 widgets/NotifyingPushButton.h \ 72 widgets/NotifyingPushButton.h \
68 widgets/NotifyingTabBar.h \ 73 widgets/NotifyingTabBar.h \
74 widgets/NotifyingToolButton.h \
69 widgets/Panner.h \ 75 widgets/Panner.h \
70 widgets/PluginParameterBox.h \ 76 widgets/PluginParameterBox.h \
71 widgets/PluginParameterDialog.h \ 77 widgets/PluginParameterDialog.h \
78 widgets/PluginPathConfigurator.h \
79 widgets/PluginReviewDialog.h \
72 widgets/ProgressDialog.h \ 80 widgets/ProgressDialog.h \
73 widgets/PropertyBox.h \ 81 widgets/PropertyBox.h \
74 widgets/PropertyStack.h \ 82 widgets/PropertyStack.h \
75 widgets/RangeInputDialog.h \ 83 widgets/RangeInputDialog.h \
76 widgets/SelectableLabel.h \ 84 widgets/SelectableLabel.h \
78 widgets/TextAbbrev.h \ 86 widgets/TextAbbrev.h \
79 widgets/Thumbwheel.h \ 87 widgets/Thumbwheel.h \
80 widgets/TipDialog.h \ 88 widgets/TipDialog.h \
81 widgets/TransformFinder.h \ 89 widgets/TransformFinder.h \
82 widgets/UnitConverter.h \ 90 widgets/UnitConverter.h \
91 widgets/WheelCounter.h \
92 widgets/WidgetScale.h \
83 widgets/WindowShapePreview.h \ 93 widgets/WindowShapePreview.h \
84 widgets/WindowTypeSelector.h 94 widgets/WindowTypeSelector.h
85 95
86 SVGUI_SOURCES += \ 96 SVGUI_SOURCES += \
87 layer/Colour3DPlotLayer.cpp \ 97 layer/Colour3DPlotLayer.cpp \
88 layer/Colour3DPlotRenderer.cpp \ 98 layer/Colour3DPlotRenderer.cpp \
89 layer/ColourDatabase.cpp \ 99 layer/ColourDatabase.cpp \
90 layer/ColourMapper.cpp \ 100 layer/ColourMapper.cpp \
91 layer/ColourScale.cpp \ 101 layer/ColourScale.cpp \
92 layer/FlexiNoteLayer.cpp \ 102 layer/FlexiNoteLayer.cpp \
103 layer/HorizontalFrequencyScale.cpp \
93 layer/ImageLayer.cpp \ 104 layer/ImageLayer.cpp \
94 layer/ImageRegionFinder.cpp \ 105 layer/ImageRegionFinder.cpp \
95 layer/Layer.cpp \ 106 layer/Layer.cpp \
96 layer/LayerFactory.cpp \ 107 layer/LayerFactory.cpp \
97 layer/LinearNumericalScale.cpp \ 108 layer/LinearNumericalScale.cpp \
119 view/PaneStack.cpp \ 130 view/PaneStack.cpp \
120 view/View.cpp \ 131 view/View.cpp \
121 view/ViewManager.cpp \ 132 view/ViewManager.cpp \
122 widgets/ActivityLog.cpp \ 133 widgets/ActivityLog.cpp \
123 widgets/AudioDial.cpp \ 134 widgets/AudioDial.cpp \
135 widgets/ColourComboBox.cpp \
136 widgets/ColourMapComboBox.cpp \
124 widgets/ColourNameDialog.cpp \ 137 widgets/ColourNameDialog.cpp \
125 widgets/CommandHistory.cpp \ 138 widgets/CommandHistory.cpp \
139 widgets/CSVAudioFormatDialog.cpp \
126 widgets/CSVFormatDialog.cpp \ 140 widgets/CSVFormatDialog.cpp \
127 widgets/Fader.cpp \ 141 widgets/Fader.cpp \
128 widgets/InteractiveFileFinder.cpp \ 142 widgets/InteractiveFileFinder.cpp \
129 widgets/IconLoader.cpp \ 143 widgets/IconLoader.cpp \
130 widgets/ImageDialog.cpp \ 144 widgets/ImageDialog.cpp \
141 widgets/ModelDataTableDialog.cpp \ 155 widgets/ModelDataTableDialog.cpp \
142 widgets/NotifyingCheckBox.cpp \ 156 widgets/NotifyingCheckBox.cpp \
143 widgets/NotifyingComboBox.cpp \ 157 widgets/NotifyingComboBox.cpp \
144 widgets/NotifyingPushButton.cpp \ 158 widgets/NotifyingPushButton.cpp \
145 widgets/NotifyingTabBar.cpp \ 159 widgets/NotifyingTabBar.cpp \
160 widgets/NotifyingToolButton.cpp \
146 widgets/Panner.cpp \ 161 widgets/Panner.cpp \
147 widgets/PluginParameterBox.cpp \ 162 widgets/PluginParameterBox.cpp \
148 widgets/PluginParameterDialog.cpp \ 163 widgets/PluginParameterDialog.cpp \
164 widgets/PluginPathConfigurator.cpp \
165 widgets/PluginReviewDialog.cpp \
149 widgets/ProgressDialog.cpp \ 166 widgets/ProgressDialog.cpp \
150 widgets/PropertyBox.cpp \ 167 widgets/PropertyBox.cpp \
151 widgets/PropertyStack.cpp \ 168 widgets/PropertyStack.cpp \
152 widgets/RangeInputDialog.cpp \ 169 widgets/RangeInputDialog.cpp \
153 widgets/SelectableLabel.cpp \ 170 widgets/SelectableLabel.cpp \