Skip to content

Commit a6070da

Browse files
olivierdalangdakcarto
authored andcommittedFeb 28, 2013
Updated icons for gis theme
- added rotate feature icon - changed add label action icon - added offset curve action - added add html (composer) icon
1 parent c857313 commit a6070da

File tree

6 files changed

+4
-0
lines changed

6 files changed

+4
-0
lines changed
 

‎images/images.qrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@
280280
<file>themes/gis/mActionAddArrow.png</file>
281281
<file>themes/gis/mActionAddBasicShape.png</file>
282282
<file>themes/gis/mActionAddGPSLayer.png</file>
283+
<file>themes/gis/mActionAddHtml.png</file>
283284
<file>themes/gis/mActionAddImage.png</file>
284285
<file>themes/gis/mActionAddPart.png</file>
285286
<file>themes/gis/mActionAddLayer.png</file>
@@ -354,6 +355,7 @@
354355
<file>themes/gis/mActionNewComposer.png</file>
355356
<file>themes/gis/mActionNewVectorLayer.png</file>
356357
<file>themes/gis/mActionNodeTool.png</file>
358+
<file>themes/gis/mActionOffsetCurve.png</file>
357359
<file>themes/gis/mActionOpenTable.png</file>
358360
<file>themes/gis/mActionPan.png</file>
359361
<file>themes/gis/mActionPanToSelected.png</file>
@@ -366,6 +368,7 @@
366368
<file>themes/gis/mActionReshape.png</file>
367369
<file>themes/gis/mActionRollbackAllEdits.svg</file>
368370
<file>themes/gis/mActionRollbackEdits.svg</file>
371+
<file>themes/gis/mActionRotateFeature.png</file>
369372
<file>themes/gis/mActionRotateLabel.png</file>
370373
<file>themes/gis/mActionRotateLabel.svg</file>
371374
<file>themes/gis/mActionSaveAsPDF.png</file>

‎images/themes/gis/mActionAddHtml.png

1.79 KB

Error rendering embedded code

Invalid image source.

‎images/themes/gis/mActionLabel.png

800 Bytes

Error rendering embedded code

Invalid image source.

2.02 KB

Error rendering embedded code

Invalid image source.

2.11 KB

Error rendering embedded code

Invalid image source.

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,6 +1701,7 @@ void QgisApp::setTheme( QString theThemeName )
17011701
mActionDeleteRing->setIcon( QgsApplication::getThemeIcon( "/mActionDeleteRing.png" ) );
17021702
mActionDeletePart->setIcon( QgsApplication::getThemeIcon( "/mActionDeletePart.png" ) );
17031703
mActionMergeFeatures->setIcon( QgsApplication::getThemeIcon( "/mActionMergeFeatures.png" ) );
1704+
mActionOffsetCurve->setIcon( QgsApplication::getThemeIcon( "/mActionOffsetCurve.png" ) );
17041705
mActionMergeFeatureAttributes->setIcon( QgsApplication::getThemeIcon( "/mActionMergeFeatureAttributes.png" ) );
17051706
mActionRotatePointSymbols->setIcon( QgsApplication::getThemeIcon( "mActionRotatePointSymbols.png" ) );
17061707
mActionZoomIn->setIcon( QgsApplication::getThemeIcon( "/mActionZoomIn.png" ) );

0 commit comments

Comments
 (0)
Please sign in to comment.