Skip to content

Commit

Permalink
gis theme icons for annotation tools from Robert Szczepanek
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13718 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Jun 12, 2010
1 parent a64a81a commit d22834a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/images.qrc
Expand Up @@ -290,6 +290,7 @@
<file>themes/gis/mActionAlignRight.png</file>
<file>themes/gis/mActionAlignTop.png</file>
<file>themes/gis/mActionAlignVCenter.png</file>
<file>themes/gis/mActionAnnotation.png</file>
<file>themes/gis/mActionCalculateField.png</file>
<file>themes/gis/mActionCaptureLine.png</file>
<file>themes/gis/mActionCapturePoint.png</file>
Expand All @@ -311,6 +312,7 @@
<file>themes/gis/mActionFilePrint.png</file>
<file>themes/gis/mActionFileSave.png</file>
<file>themes/gis/mActionFileSaveAs.png</file>
<file>themes/gis/mActionFormAnnotation.png</file>
<file>themes/gis/mActionGroupItems.png</file>
<file>themes/gis/mActionHelpContents.png</file>
<file>themes/gis/mActionHideAllLayers.png</file>
Expand Down Expand Up @@ -351,6 +353,7 @@
<file>themes/gis/mActionShowBookmarks.png</file>
<file>themes/gis/mActionSimplify.png</file>
<file>themes/gis/mActionSplitFeatures.png</file>
<file>themes/gis/mActionTextAnnotation.png</file>
<file>themes/gis/mActionToggleEditing.png</file>
<file>themes/gis/mActionUndo.png</file>
<file>themes/gis/mActionUngroupItems.png</file>
Expand Down
Binary file added images/themes/gis/mActionAnnotation.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/mActionFormAnnotation.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/mActionTextAnnotation.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1924,6 +1924,9 @@ void QgisApp::setTheme( QString theThemeName )
mActionCustomProjection->setIcon( getThemeIcon( "/mActionCustomProjection.png" ) );
mActionAddWmsLayer->setIcon( getThemeIcon( "/mActionAddWmsLayer.png" ) );
mActionAddToOverview->setIcon( getThemeIcon( "/mActionInOverview.png" ) );
mActionAnnotation->setIcon( getThemeIcon( "/mActionAnnotation.png" ) );
mActionFormAnnotation->setIcon( getThemeIcon( "/mActionFormAnnotation.png" ) );
mActionTextAnnotation->setIcon( getThemeIcon( "/mActionTextAnnotation.png" ) );

//change themes of all composers
QSet<QgsComposer*>::iterator composerIt = mPrintComposers.begin();
Expand Down

0 comments on commit d22834a

Please sign in to comment.