Author: mir3x
Date: Thu Sep 25 10:10:43 2014
New Revision: 26576

URL: http://svn.gna.org/viewcvs/freeciv?rev=26576&view=rev
Log:
Added 17 oxygen icons (32x32) to themes/gui-qt/oxygen/ for use in qt-client 

See patch #5277


Added:
    trunk/data/themes/gui-qt/
    trunk/data/themes/gui-qt/Makefile.am
    trunk/data/themes/gui-qt/oxygen/
    trunk/data/themes/gui-qt/oxygen/Makefile.am
    trunk/data/themes/gui-qt/oxygen/configure.png   (with props)
    trunk/data/themes/gui-qt/oxygen/edit-delete.png   (with props)
    trunk/data/themes/gui-qt/oxygen/edit-find.png   (with props)
    trunk/data/themes/gui-qt/oxygen/flag.png   (with props)
    trunk/data/themes/gui-qt/oxygen/fork.png   (with props)
    trunk/data/themes/gui-qt/oxygen/go-down.png   (with props)
    trunk/data/themes/gui-qt/oxygen/go-up.png   (with props)
    trunk/data/themes/gui-qt/oxygen/help-donate.png   (with props)
    trunk/data/themes/gui-qt/oxygen/list-add.png   (with props)
    trunk/data/themes/gui-qt/oxygen/list-remove.png   (with props)
    trunk/data/themes/gui-qt/oxygen/meeting-chair.png   (with props)
    trunk/data/themes/gui-qt/oxygen/meeting-observer.png   (with props)
    trunk/data/themes/gui-qt/oxygen/network-disconnect.png   (with props)
    trunk/data/themes/gui-qt/oxygen/network-server.png   (with props)
    trunk/data/themes/gui-qt/oxygen/object-locked.png   (with props)
    trunk/data/themes/gui-qt/oxygen/preferences-other.png   (with props)
    trunk/data/themes/gui-qt/oxygen/preferences-system.png   (with props)
Modified:
    trunk/configure.ac
    trunk/data/themes/Makefile.am

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/configure.ac?rev=26576&r1=26575&r2=26576&view=diff
==============================================================================
--- trunk/configure.ac  (original)
+++ trunk/configure.ac  Thu Sep 25 10:10:43 2014
@@ -1579,6 +1579,8 @@
          data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Spin/Makefile
          data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Tabs/Makefile
          data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/Toolbar/Makefile
+         data/themes/gui-qt/Makefile
+         data/themes/gui-qt/oxygen/Makefile
          data/themes/gui-sdl/Makefile
          data/themes/gui-sdl/human/Makefile
          data/themes/gui-sdl2/Makefile

Modified: trunk/data/themes/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/Makefile.am?rev=26576&r1=26575&r2=26576&view=diff
==============================================================================
--- trunk/data/themes/Makefile.am       (original)
+++ trunk/data/themes/Makefile.am       Thu Sep 25 10:10:43 2014
@@ -17,3 +17,7 @@
 if CLIENT_GUI_SDL2
 SUBDIRS += gui-sdl2
 endif
+
+if CLIENT_GUI_QT
+SUBDIRS += gui-qt
+endif

Added: trunk/data/themes/gui-qt/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/Makefile.am?rev=26576&view=auto
==============================================================================
--- trunk/data/themes/gui-qt/Makefile.am        (added)
+++ trunk/data/themes/gui-qt/Makefile.am        Thu Sep 25 10:10:43 2014
@@ -0,0 +1,4 @@
+## Process this file with automake to produce Makefile.in
+
+SUBDIRS = oxygen
+

Added: trunk/data/themes/gui-qt/oxygen/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/Makefile.am?rev=26576&view=auto
==============================================================================
--- trunk/data/themes/gui-qt/oxygen/Makefile.am (added)
+++ trunk/data/themes/gui-qt/oxygen/Makefile.am Thu Sep 25 10:10:43 2014
@@ -0,0 +1,26 @@
+## Process this file with automake to produce Makefile.in
+
+## Override automake so that "make install" puts these in proper place:
+pkgdatadir = $(datadir)/$(PACKAGE)/themes/gui-qt/oxygen
+
+pkgdata_DATA =                 \
+       configure.png           \
+       edit-find.png           \
+       flag.png                \
+       go-up.png               \
+       list-remove.png         \
+       network-disconnect.png  \
+       preferences-other.png   \
+       edit-delete.png         \
+       fork.png                \
+       help-donate.png         \
+       meeting-chair.png       \
+       network-server.png      \
+       preferences-system.png  \
+       edit-find.png           \
+       go-down.png             \
+       list-add.png            \
+       meeting-observer.png    \
+       object-locked.png       
+EXTRA_DIST = $(pkgdata_DATA)
+

Added: trunk/data/themes/gui-qt/oxygen/configure.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/configure.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/configure.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/edit-delete.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/edit-delete.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/edit-delete.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/edit-find.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/edit-find.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/edit-find.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/flag.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/flag.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/flag.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/fork.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/fork.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/fork.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/go-down.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/go-down.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/go-down.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/go-up.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/go-up.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/go-up.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/help-donate.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/help-donate.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/help-donate.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/list-add.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/list-add.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/list-add.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/list-remove.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/list-remove.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/list-remove.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/meeting-chair.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/meeting-chair.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/meeting-chair.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/meeting-observer.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/meeting-observer.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/meeting-observer.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/network-disconnect.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/network-disconnect.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/network-disconnect.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/network-server.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/network-server.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/network-server.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/object-locked.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/object-locked.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/object-locked.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/preferences-other.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/preferences-other.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/preferences-other.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: trunk/data/themes/gui-qt/oxygen/preferences-system.png
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-qt/oxygen/preferences-system.png?rev=26576&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/themes/gui-qt/oxygen/preferences-system.png
------------------------------------------------------------------------------
    svn:mime-type = image/png


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to