Navigation Menu

Skip to content

Commit

Permalink
Updated icons for gis theme
Browse files Browse the repository at this point in the history
- added rotate feature icon
- changed add label action icon
- added offset curve action
- added add html (composer) icon
  • Loading branch information
olivierdalang authored and dakcarto committed Feb 28, 2013
1 parent c857313 commit a6070da
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/images.qrc
Expand Up @@ -280,6 +280,7 @@
<file>themes/gis/mActionAddArrow.png</file>
<file>themes/gis/mActionAddBasicShape.png</file>
<file>themes/gis/mActionAddGPSLayer.png</file>
<file>themes/gis/mActionAddHtml.png</file>
<file>themes/gis/mActionAddImage.png</file>
<file>themes/gis/mActionAddPart.png</file>
<file>themes/gis/mActionAddLayer.png</file>
Expand Down Expand Up @@ -354,6 +355,7 @@
<file>themes/gis/mActionNewComposer.png</file>
<file>themes/gis/mActionNewVectorLayer.png</file>
<file>themes/gis/mActionNodeTool.png</file>
<file>themes/gis/mActionOffsetCurve.png</file>
<file>themes/gis/mActionOpenTable.png</file>
<file>themes/gis/mActionPan.png</file>
<file>themes/gis/mActionPanToSelected.png</file>
Expand All @@ -366,6 +368,7 @@
<file>themes/gis/mActionReshape.png</file>
<file>themes/gis/mActionRollbackAllEdits.svg</file>
<file>themes/gis/mActionRollbackEdits.svg</file>
<file>themes/gis/mActionRotateFeature.png</file>
<file>themes/gis/mActionRotateLabel.png</file>
<file>themes/gis/mActionRotateLabel.svg</file>
<file>themes/gis/mActionSaveAsPDF.png</file>
Expand Down
Binary file added images/themes/gis/mActionAddHtml.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/themes/gis/mActionLabel.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/themes/gis/mActionOffsetCurve.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/themes/gis/mActionRotateFeature.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1701,6 +1701,7 @@ void QgisApp::setTheme( QString theThemeName )
mActionDeleteRing->setIcon( QgsApplication::getThemeIcon( "/mActionDeleteRing.png" ) );
mActionDeletePart->setIcon( QgsApplication::getThemeIcon( "/mActionDeletePart.png" ) );
mActionMergeFeatures->setIcon( QgsApplication::getThemeIcon( "/mActionMergeFeatures.png" ) );
mActionOffsetCurve->setIcon( QgsApplication::getThemeIcon( "/mActionOffsetCurve.png" ) );
mActionMergeFeatureAttributes->setIcon( QgsApplication::getThemeIcon( "/mActionMergeFeatureAttributes.png" ) );
mActionRotatePointSymbols->setIcon( QgsApplication::getThemeIcon( "mActionRotatePointSymbols.png" ) );
mActionZoomIn->setIcon( QgsApplication::getThemeIcon( "/mActionZoomIn.png" ) );
Expand Down

0 comments on commit a6070da

Please sign in to comment.