Skip to content

Commit

Permalink
Icon updates:
Browse files Browse the repository at this point in the history
 - use png instead of xpm for grass icons
 - put grass icons in a qt resource file
 - updated grass cmakelist accordingly
 - updated other non grass plugins

Please note these icons are not final and some changes to them will be checked in over the next 24 hours.



git-svn-id: http://svn.osgeo.org/qgis/trunk@8060 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 28, 2008
1 parent 275160f commit f84ae5a
Show file tree
Hide file tree
Showing 29 changed files with 891 additions and 1,354 deletions.
Binary file modified images/themes/default/mActionAddLayer.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/default/mActionAddNonDbLayer.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/default/mActionAddRasterLayer.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/default/mActionAddWmsLayer.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/default/mActionNewVectorLayer.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/default/mActionRemoveLayer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
971 changes: 878 additions & 93 deletions images/themes/default/overviewMaster.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/plugins/grass/CMakeLists.txt
Expand Up @@ -69,7 +69,7 @@ SET (GRASS_PLUGIN_MOC_HDRS
qgsgrassutils.h
)

#SET (GRASS_PLUGIN_RCCS qgsgps_plugin.qrc)
SET (GRASS_PLUGIN_RCCS qgsgrass_plugin.qrc)


########################################################
Expand All @@ -79,7 +79,7 @@ QT4_WRAP_UI (GRASS_PLUGIN_UIS_H ${GRASS_PLUGIN_UIS})

QT4_WRAP_CPP (GRASS_PLUGIN_MOC_SRCS ${GRASS_PLUGIN_MOC_HDRS})

#QT4_ADD_RESOURCES(GRASS_PLUGIN_RCC_SRCS ${GRASS_PLUGIN_RCCS})
QT4_ADD_RESOURCES(GRASS_PLUGIN_RCC_SRCS ${GRASS_PLUGIN_RCCS})

########################################################
# deal with warnings
Expand All @@ -98,7 +98,7 @@ ENDIF (NOT MSVC)
########################################################
# build lib

ADD_LIBRARY (grassplugin MODULE ${GRASS_PLUGIN_SRCS} ${GRASS_PLUGIN_MOC_SRCS} ${GRASS_PLUGIN_UIS_H})
ADD_LIBRARY (grassplugin MODULE ${GRASS_PLUGIN_SRCS} ${GRASS_PLUGIN_MOC_SRCS} ${GRASS_PLUGIN_UIS_H} ${GRASS_PLUGIN_RCC_SRCS})

INCLUDE_DIRECTORIES(
.
Expand Down
Binary file added src/plugins/grass/add_raster.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
187 changes: 0 additions & 187 deletions src/plugins/grass/add_raster.xpm

This file was deleted.

Binary file added src/plugins/grass/add_vector.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
112 changes: 0 additions & 112 deletions src/plugins/grass/add_vector.xpm

This file was deleted.

Binary file added src/plugins/grass/grass_close_mapset.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f84ae5a

Please sign in to comment.