Skip to content

Commit 738c1f3

Browse files
committed
Test for cross-platform SVG icon scaling
- Several PNG icons are switch out with SVG counterparts to test Qt scaling on different platforms - Default theme has added SVG icons that are comprised of the regular PNG embedded within - GIS theme has added mostly SVG 24x24 icons and one at 48x48 (also for touch interfaces) - This commit's changes will probably be reverted after testing
1 parent c859799 commit 738c1f3

File tree

10 files changed

+2857
-3
lines changed

10 files changed

+2857
-3
lines changed

images/images.qrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
<file>themes/default/mActionOptions.png</file>
119119
<file>themes/default/mActionPan.png</file>
120120
<file>themes/default/mActionPanToSelected.png</file>
121+
<file>themes/default/mActionPanToSelected.svg</file>
121122
<file>themes/default/mActionShowRasterCalculator.png</file>
122123
<file>themes/default/mAction.png</file>
123124
<file>themes/default/mActionProjectProperties.png</file>
@@ -131,6 +132,7 @@
131132
<file>themes/default/mActionRemoveSelectedFeature.png</file>
132133
<file>themes/default/mActionReshape.png</file>
133134
<file>themes/default/mActionRotateLabel.png</file>
135+
<file>themes/default/mActionRotateLabel.svg</file>
134136
<file>themes/default/mActionRotatePointSymbols.png</file>
135137
<file>themes/default/mActionSaveAsPDF.png</file>
136138
<file>themes/default/mActionSaveAsSVG.png</file>
@@ -142,6 +144,7 @@
142144
<file>themes/default/mActionSelectPan.png</file>
143145
<file>themes/default/mActionSelect.png</file>
144146
<file>themes/default/mActionSelectPolygon.png</file>
147+
<file>themes/default/mActionSelectPolygon.svg</file>
145148
<file>themes/default/mActionSelectRadius.png</file>
146149
<file>themes/default/mActionSelectRectangle.png</file>
147150
<file>themes/default/mActionShowAllLayers.png</file>
@@ -150,6 +153,7 @@
150153
<file>themes/default/mActionShowPluginManager.png</file>
151154
<file>themes/default/mActionSimplify.png</file>
152155
<file>themes/default/mActionSplitFeatures.png</file>
156+
<file>themes/default/mActionSplitFeatures.svg</file>
153157
<file>themes/default/mActionTextAnnotation.png</file>
154158
<file>themes/default/mActionToggleEditing.png</file>
155159
<file>themes/default/mActionUndo.png</file>
@@ -319,12 +323,14 @@
319323
<file>themes/gis/mActionOpenTable.png</file>
320324
<file>themes/gis/mActionPan.png</file>
321325
<file>themes/gis/mActionPanToSelected.png</file>
326+
<file>themes/gis/mActionPanToSelected.svg</file>
322327
<file>themes/gis/mActionShowRasterCalculator.png</file>
323328
<file>themes/gis/mActionRaiseItems.png</file>
324329
<file>themes/gis/mActionRedo.png</file>
325330
<file>themes/gis/mActionRemoveLayer.png</file>
326331
<file>themes/gis/mActionReshape.png</file>
327332
<file>themes/gis/mActionRotateLabel.png</file>
333+
<file>themes/gis/mActionRotateLabel.svg</file>
328334
<file>themes/gis/mActionSaveAsPDF.png</file>
329335
<file>themes/gis/mActionSaveAsSVG.png</file>
330336
<file>themes/gis/mActionSaveEdits.png</file>
@@ -335,12 +341,14 @@
335341
<file>themes/gis/mActionSelectPan.png</file>
336342
<file>themes/gis/mActionSelect.png</file>
337343
<file>themes/gis/mActionSelectPolygon.png</file>
344+
<file>themes/gis/mActionSelectPolygon.svg</file>
338345
<file>themes/gis/mActionSelectRadius.png</file>
339346
<file>themes/gis/mActionSelectRectangle.png</file>
340347
<file>themes/gis/mActionShowAllLayers.png</file>
341348
<file>themes/gis/mActionShowBookmarks.png</file>
342349
<file>themes/gis/mActionSimplify.png</file>
343350
<file>themes/gis/mActionSplitFeatures.png</file>
351+
<file>themes/gis/mActionSplitFeatures.svg</file>
344352
<file>themes/gis/mActionTextAnnotation.png</file>
345353
<file>themes/gis/mActionToggleEditing.png</file>
346354
<file>themes/gis/mActionUndo.png</file>
Lines changed: 76 additions & 0 deletions
Loading
Lines changed: 85 additions & 0 deletions
Loading
Lines changed: 94 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)