[QGIS Commit] r9775 - in trunk/qgis/images/themes: . gis
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Fri Dec 12 00:52:57 EST 2008
Author: timlinux
Date: 2008-12-12 00:52:57 -0500 (Fri, 12 Dec 2008)
New Revision: 9775
Added:
trunk/qgis/images/themes/gis/
trunk/qgis/images/themes/gis/CMakeLists.txt
trunk/qgis/images/themes/gis/LICENSE.TXT
trunk/qgis/images/themes/gis/mActionAddGPSLayer.png
trunk/qgis/images/themes/gis/mActionAddIsland.png
trunk/qgis/images/themes/gis/mActionAddLayer.png
trunk/qgis/images/themes/gis/mActionAddOgrLayer.png
trunk/qgis/images/themes/gis/mActionAddRasterLayer.png
trunk/qgis/images/themes/gis/mActionAddRing.png
trunk/qgis/images/themes/gis/mActionAddVertex.png
trunk/qgis/images/themes/gis/mActionAddWfsLayer.png
trunk/qgis/images/themes/gis/mActionAddWmsLayer.png
trunk/qgis/images/themes/gis/mActionCaptureLine.png
trunk/qgis/images/themes/gis/mActionCapturePoint.png
trunk/qgis/images/themes/gis/mActionCapturePolygon.png
trunk/qgis/images/themes/gis/mActionDeleteSelected.png
trunk/qgis/images/themes/gis/mActionDeleteVertex.png
trunk/qgis/images/themes/gis/mActionDraw.png
trunk/qgis/images/themes/gis/mActionEditCopy.png
trunk/qgis/images/themes/gis/mActionEditCut.png
trunk/qgis/images/themes/gis/mActionEditPaste.png
trunk/qgis/images/themes/gis/mActionFileNew.png
trunk/qgis/images/themes/gis/mActionFileOpen.png
trunk/qgis/images/themes/gis/mActionFilePrint.png
trunk/qgis/images/themes/gis/mActionFileSave.png
trunk/qgis/images/themes/gis/mActionFileSaveAs.png
trunk/qgis/images/themes/gis/mActionHelpContents.png
trunk/qgis/images/themes/gis/mActionHideAllLayers.png
trunk/qgis/images/themes/gis/mActionIdentify.png
trunk/qgis/images/themes/gis/mActionInOverview.png
trunk/qgis/images/themes/gis/mActionMapTips.png
trunk/qgis/images/themes/gis/mActionMeasure.png
trunk/qgis/images/themes/gis/mActionMeasureArea.png
trunk/qgis/images/themes/gis/mActionMoveFeature.png
trunk/qgis/images/themes/gis/mActionMoveVertex.png
trunk/qgis/images/themes/gis/mActionNewBookmark.png
trunk/qgis/images/themes/gis/mActionNewVectorLayer.png
trunk/qgis/images/themes/gis/mActionOpenTable.png
trunk/qgis/images/themes/gis/mActionPan.png
trunk/qgis/images/themes/gis/mActionRemoveLayer.png
trunk/qgis/images/themes/gis/mActionSelect.png
trunk/qgis/images/themes/gis/mActionShowAllLayers.png
trunk/qgis/images/themes/gis/mActionShowBookmarks.png
trunk/qgis/images/themes/gis/mActionSplitFeatures.png
trunk/qgis/images/themes/gis/mActionToggleEditing.png
trunk/qgis/images/themes/gis/mActionUnselectAttributes.png
trunk/qgis/images/themes/gis/mActionZoomFullExtent.png
trunk/qgis/images/themes/gis/mActionZoomIn.png
trunk/qgis/images/themes/gis/mActionZoomLast.png
trunk/qgis/images/themes/gis/mActionZoomOut.png
trunk/qgis/images/themes/gis/mActionZoomToLayer.png
trunk/qgis/images/themes/gis/mActionZoomToSelected.png
Modified:
trunk/qgis/images/themes/CMakeLists.txt
Log:
Imported GIS theme from Robert Szczepanek
Modified: trunk/qgis/images/themes/CMakeLists.txt
===================================================================
--- trunk/qgis/images/themes/CMakeLists.txt 2008-12-12 05:41:24 UTC (rev 9774)
+++ trunk/qgis/images/themes/CMakeLists.txt 2008-12-12 05:52:57 UTC (rev 9775)
@@ -1,2 +1,2 @@
-SUBDIRS (default nkids classic)
+SUBDIRS (default nkids classic gis)
Added: trunk/qgis/images/themes/gis/CMakeLists.txt
===================================================================
--- trunk/qgis/images/themes/gis/CMakeLists.txt (rev 0)
+++ trunk/qgis/images/themes/gis/CMakeLists.txt 2008-12-12 05:52:57 UTC (rev 9775)
@@ -0,0 +1,5 @@
+
+FILE (GLOB IMAGES *.png)
+
+INSTALL (FILES ${IMAGES}
+ DESTINATION ${QGIS_DATA_DIR}/themes/gis)
Added: trunk/qgis/images/themes/gis/LICENSE.TXT
===================================================================
--- trunk/qgis/images/themes/gis/LICENSE.TXT (rev 0)
+++ trunk/qgis/images/themes/gis/LICENSE.TXT 2008-12-12 05:52:57 UTC (rev 9775)
@@ -0,0 +1,16 @@
+LICENSE
+
+Original GIS icons theme was created by Robert Szczepanek [1] and is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License [2].
+Fill free to use it for GIS software or for any other purposes. I only ask you to let me know about that and to include licence.txt file in your work.
+
+[1] http://robert.szczepanek.pl/
+[2] http://creativecommons.org/licenses/by-sa/3.0/
+
+TITLE: gis-0.1
+DESCRIPTION: GIS icon theme
+AUTHOR: Robert Szczepanek
+CONTACT: robert at szczepanek pl
+SITE: http://robert.szczepanek.pl/
+
+Cracow 2008,
+Poland
\ No newline at end of file
Added: trunk/qgis/images/themes/gis/mActionAddGPSLayer.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionAddGPSLayer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionAddIsland.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionAddIsland.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionAddLayer.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionAddLayer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionAddOgrLayer.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionAddOgrLayer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionAddRasterLayer.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionAddRasterLayer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionAddRing.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionAddRing.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionAddVertex.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionAddVertex.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionAddWfsLayer.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionAddWfsLayer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionAddWmsLayer.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionAddWmsLayer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionCaptureLine.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionCaptureLine.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionCapturePoint.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionCapturePoint.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionCapturePolygon.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionCapturePolygon.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionDeleteSelected.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionDeleteSelected.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionDeleteVertex.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionDeleteVertex.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionDraw.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionDraw.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionEditCopy.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionEditCopy.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionEditCut.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionEditCut.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionEditPaste.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionEditPaste.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionFileNew.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionFileNew.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionFileOpen.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionFileOpen.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionFilePrint.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionFilePrint.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionFileSave.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionFileSave.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionFileSaveAs.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionFileSaveAs.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionHelpContents.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionHelpContents.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionHideAllLayers.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionHideAllLayers.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionIdentify.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionIdentify.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionInOverview.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionInOverview.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionMapTips.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionMapTips.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionMeasure.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionMeasure.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionMeasureArea.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionMeasureArea.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionMoveFeature.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionMoveFeature.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionMoveVertex.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionMoveVertex.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionNewBookmark.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionNewBookmark.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionNewVectorLayer.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionNewVectorLayer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionOpenTable.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionOpenTable.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionPan.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionPan.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionRemoveLayer.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionRemoveLayer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionSelect.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionSelect.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionShowAllLayers.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionShowAllLayers.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionShowBookmarks.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionShowBookmarks.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionSplitFeatures.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionSplitFeatures.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionToggleEditing.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionToggleEditing.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionUnselectAttributes.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionUnselectAttributes.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionZoomFullExtent.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionZoomFullExtent.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionZoomIn.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionZoomIn.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionZoomLast.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionZoomLast.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionZoomOut.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionZoomOut.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionZoomToLayer.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionZoomToLayer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/images/themes/gis/mActionZoomToSelected.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/images/themes/gis/mActionZoomToSelected.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the QGIS-commit
mailing list