gnumeric r16600 - in trunk: . icons icons/16x16 icons/22x22 icons/24x24 icons/32x32 icons/48x48 icons/scalable src
- From: jody svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r16600 - in trunk: . icons icons/16x16 icons/22x22 icons/24x24 icons/32x32 icons/48x48 icons/scalable src
- Date: Fri, 23 May 2008 09:56:39 +0000 (UTC)
Author: jody
Date: Fri May 23 09:56:38 2008
New Revision: 16600
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16600&view=rev
Log:
* Move to tango based icons. [#450444]
Added:
trunk/icons/16x16/
trunk/icons/16x16/Makefile.am
trunk/icons/16x16/gnumeric.png
trunk/icons/22x22/
trunk/icons/22x22/Makefile.am
trunk/icons/22x22/gnumeric.png
trunk/icons/24x24/
trunk/icons/24x24/Makefile.am
trunk/icons/24x24/gnumeric.png
trunk/icons/32x32/
trunk/icons/32x32/Makefile.am
trunk/icons/32x32/gnumeric.png
trunk/icons/48x48/
trunk/icons/48x48/Makefile.am
trunk/icons/48x48/gnumeric.png
trunk/icons/scalable/
trunk/icons/scalable/Makefile.am
trunk/icons/scalable/gnumeric.svg
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
trunk/gnumeric.desktop.in
trunk/icons/Makefile.am
trunk/src/wbc-gtk.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri May 23 09:56:38 2008
@@ -23,6 +23,9 @@
* Fix array evaluation problem. [#533953]
* Fix COUNTBLANK crash. [#534204]
+SeÃn de BÃrca:
+ * Move to tango based icons.
+
--------------------------------------------------------------------------
Gnumeric 1.9.0
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri May 23 09:56:38 2008
@@ -1051,6 +1051,12 @@
Makefile
libspreadsheet.pc
icons/Makefile
+icons/16x16/Makefile
+icons/22x22/Makefile
+icons/24x24/Makefile
+icons/32x32/Makefile
+icons/48x48/Makefile
+icons/scalable/Makefile
src/Makefile
src/dialogs/Makefile
src/pixmaps/Makefile
Modified: trunk/gnumeric.desktop.in
==============================================================================
--- trunk/gnumeric.desktop.in (original)
+++ trunk/gnumeric.desktop.in Fri May 23 09:56:38 2008
@@ -4,7 +4,7 @@
_GenericName=Spreadsheet
_Comment=Calculation, Analysis, and Visualization of Information
Exec=gnumeric %F_OR_U
-Icon=gnome-gnumeric.png
+Icon=gnumeric
Terminal=false
Type=Application
Categories=Application;Office;Spreadsheet;Science;Math;GNOME;GTK;
Added: trunk/icons/16x16/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/16x16/Makefile.am Fri May 23 09:56:38 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/16x16/apps
+icon_DATA = gnumeric.png
+
+EXTRA_DIST = $(icon_DATA)
Added: trunk/icons/16x16/gnumeric.png
==============================================================================
Binary files (empty file) and trunk/icons/16x16/gnumeric.png Fri May 23 09:56:38 2008 differ
Added: trunk/icons/22x22/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/22x22/Makefile.am Fri May 23 09:56:38 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/22x22/apps
+icon_DATA = gnumeric.png
+
+EXTRA_DIST = $(icon_DATA)
Added: trunk/icons/22x22/gnumeric.png
==============================================================================
Binary files (empty file) and trunk/icons/22x22/gnumeric.png Fri May 23 09:56:38 2008 differ
Added: trunk/icons/24x24/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/24x24/Makefile.am Fri May 23 09:56:38 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/24x24/apps
+icon_DATA = gnumeric.png
+
+EXTRA_DIST = $(icon_DATA)
Added: trunk/icons/24x24/gnumeric.png
==============================================================================
Binary files (empty file) and trunk/icons/24x24/gnumeric.png Fri May 23 09:56:38 2008 differ
Added: trunk/icons/32x32/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/32x32/Makefile.am Fri May 23 09:56:38 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/32x32/apps
+icon_DATA = gnumeric.png
+
+EXTRA_DIST = $(icon_DATA)
Added: trunk/icons/32x32/gnumeric.png
==============================================================================
Binary files (empty file) and trunk/icons/32x32/gnumeric.png Fri May 23 09:56:38 2008 differ
Added: trunk/icons/48x48/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/48x48/Makefile.am Fri May 23 09:56:38 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/48x48/apps
+icon_DATA = gnumeric.png
+
+EXTRA_DIST = $(icon_DATA)
Added: trunk/icons/48x48/gnumeric.png
==============================================================================
Binary files (empty file) and trunk/icons/48x48/gnumeric.png Fri May 23 09:56:38 2008 differ
Modified: trunk/icons/Makefile.am
==============================================================================
--- trunk/icons/Makefile.am (original)
+++ trunk/icons/Makefile.am Fri May 23 09:56:38 2008
@@ -1,25 +1,33 @@
-iconsdir = $(gnumeric_icondir)
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
# keep in sync with gnumeric/src/libgnumeric.c:gnm_common_init
-appicondir = $(datadir)/pixmaps
-appicon_DATA = gnome-gnumeric.png \
- gnome-application-x-gnumeric.png \
+mimeicondir = $(datadir)/pixmaps
+mimeicon_DATA = gnome-application-x-gnumeric.png \
gnome-application-x-xls.png \
gnome-application-x-applix-spreadsheet.png \
gnome-application-vnd.lotus-1-2-3.png \
gnome-application-x-generic-spreadsheet.png \
win32-gnumeric.ico
+iconsdir = $(gnumeric_icondir)
icons_DATA = \
- $(appicon_DATA) \
+ $(mimeicon_DATA) \
orient-horizontal.png \
orient-vertical.png \
right-down.png \
- down-right.png \
+ down-right.png \
+ gnumeric-about.png \
stf-druid.png
-plot_icondir = $(gnumeric_icondir)
-plot_icon_DATA = \
- gnumeric-about.png
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
-EXTRA_DIST = $(icons_DATA) $(plot_icon_DATA)
+install-data-hook: update-icon-cache
+uninstall-hook: update-icon-cache
+update-icon-cache:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After (un)install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
Added: trunk/icons/scalable/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/scalable/Makefile.am Fri May 23 09:56:38 2008
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/scalable/apps
+icon_DATA = gnumeric.svg
+
+EXTRA_DIST = $(icon_DATA)
Added: trunk/icons/scalable/gnumeric.svg
==============================================================================
--- (empty file)
+++ trunk/icons/scalable/gnumeric.svg Fri May 23 09:56:38 2008
@@ -0,0 +1,894 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.43"
+ width="48"
+ height="48"
+ version="1.0"
+ sodipodi:docbase="/home/vinicius/tango-icon-theme-code/apps/scalable"
+ sodipodi:docname="gnumeric.svg"
+ inkscape:export-filename="/home/vinicius/tango-icon-theme-code/apps/scalable/gnumeric.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs5">
+ <linearGradient
+ id="linearGradient3390">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.06837607;"
+ offset="0"
+ id="stop3392" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.21367522;"
+ offset="1"
+ id="stop3394" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient49060">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop49062" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop49064" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient27602">
+ <stop
+ style="stop-color:#dbdbd5;stop-opacity:1;"
+ offset="0"
+ id="stop27604" />
+ <stop
+ style="stop-color:#f1f1f0;stop-opacity:1;"
+ offset="1"
+ id="stop27606" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient25805">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop25807" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop25809" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient24047">
+ <stop
+ style="stop-color:#c4f197;stop-opacity:1;"
+ offset="0"
+ id="stop24049" />
+ <stop
+ style="stop-color:#74d218;stop-opacity:1;"
+ offset="1"
+ id="stop24051" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient18786">
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1;"
+ offset="0"
+ id="stop18788" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1;"
+ offset="1"
+ id="stop18790" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient16147">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop16149" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop16151" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9948">
+ <stop
+ style="stop-color:#ff7171;stop-opacity:1;"
+ offset="0"
+ id="stop9950" />
+ <stop
+ style="stop-color:#dc2525;stop-opacity:1;"
+ offset="1"
+ id="stop9952" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient15662">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15664" />
+ <stop
+ style="stop-color:#f8f8f8;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop15666" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient259">
+ <stop
+ style="stop-color:#fafafa;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop260" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop261" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient269">
+ <stop
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop270" />
+ <stop
+ style="stop-color:#4c4c4c;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop271" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6699">
+ <stop
+ id="stop6701"
+ offset="0.0000000"
+ style="stop-color:#ff7171;stop-opacity:1.0000000;" />
+ <stop
+ id="stop6703"
+ offset="1.0000000"
+ style="stop-color:#cc0000;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6711">
+ <stop
+ id="stop6713"
+ offset="0.0000000"
+ style="stop-color:#5b8ccb;stop-opacity:1.0000000;" />
+ <stop
+ id="stop6715"
+ offset="1.0000000"
+ style="stop-color:#3465a4;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6719">
+ <stop
+ id="stop6721"
+ offset="0"
+ style="stop-color:#73d216;stop-opacity:1;" />
+ <stop
+ id="stop6723"
+ offset="1.0000000"
+ style="stop-color:#d5f7b3;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ id="stop5050"
+ offset="0"
+ style="stop-color:black;stop-opacity:0;" />
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0.5"
+ id="stop5056" />
+ <stop
+ id="stop5052"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient27602"
+ id="linearGradient27608"
+ x1="11.91892"
+ y1="42.020477"
+ x2="11.91892"
+ y2="6.9827476"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.165816,0,0,1.171702,-81.74455,-4.189481)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient27602"
+ id="linearGradient32966"
+ gradientUnits="userSpaceOnUse"
+ x1="11.91892"
+ y1="42.020477"
+ x2="11.91892"
+ y2="6.9827476"
+ gradientTransform="translate(0,80)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient25805"
+ id="radialGradient32968"
+ gradientUnits="userSpaceOnUse"
+ cx="-74.011093"
+ cy="38.890942"
+ fx="-74.011093"
+ fy="38.890942"
+ r="13.663586" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16147"
+ id="linearGradient32970"
+ gradientUnits="userSpaceOnUse"
+ x1="-49.994148"
+ y1="37.036499"
+ x2="-49.994148"
+ y2="17.857203" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9948"
+ id="linearGradient32972"
+ gradientUnits="userSpaceOnUse"
+ x1="-54.102783"
+ y1="20.457878"
+ x2="-49.994148"
+ y2="33.543365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient18786"
+ id="linearGradient32974"
+ gradientUnits="userSpaceOnUse"
+ x1="-9.2566376"
+ y1="55.832943"
+ x2="-16.605392"
+ y2="48.589474" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24047"
+ id="linearGradient32976"
+ gradientUnits="userSpaceOnUse"
+ x1="-18.079882"
+ y1="48.66568"
+ x2="-18.5"
+ y2="56.827778" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16147"
+ id="linearGradient32978"
+ gradientUnits="userSpaceOnUse"
+ x1="-49.994148"
+ y1="37.036499"
+ x2="-49.994148"
+ y2="17.857203" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient25805"
+ id="radialGradient35704"
+ gradientUnits="userSpaceOnUse"
+ cx="-74.011093"
+ cy="38.890942"
+ fx="-74.011093"
+ fy="38.890942"
+ r="13.663586" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16147"
+ id="linearGradient35706"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.539443,0,0,1.510871,100.9656,-15.18319)"
+ x1="-49.994148"
+ y1="37.036499"
+ x2="-49.994148"
+ y2="17.857203" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9948"
+ id="linearGradient35708"
+ gradientUnits="userSpaceOnUse"
+ x1="-54.102783"
+ y1="20.457878"
+ x2="-49.994148"
+ y2="33.543365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient18786"
+ id="linearGradient35710"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.389365,0,0,1.389365,48.99029,-46.20405)"
+ x1="-9.2566376"
+ y1="55.832943"
+ x2="-16.605392"
+ y2="48.589474" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24047"
+ id="linearGradient35712"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.389365,0,0,1.389365,48.99029,-46.20405)"
+ x1="-18.079882"
+ y1="48.66568"
+ x2="-18.5"
+ y2="56.827778" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16147"
+ id="linearGradient35714"
+ gradientUnits="userSpaceOnUse"
+ x1="-49.994148"
+ y1="37.036499"
+ x2="-49.994148"
+ y2="17.857203" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient25805"
+ id="radialGradient41049"
+ gradientUnits="userSpaceOnUse"
+ cx="-74.011093"
+ cy="38.890942"
+ fx="-74.011093"
+ fy="38.890942"
+ r="13.663586" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16147"
+ id="linearGradient41051"
+ gradientUnits="userSpaceOnUse"
+ x1="-49.994148"
+ y1="37.036499"
+ x2="-49.994148"
+ y2="17.857203" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9948"
+ id="linearGradient41053"
+ gradientUnits="userSpaceOnUse"
+ x1="-54.102783"
+ y1="20.457878"
+ x2="-49.994148"
+ y2="33.543365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient18786"
+ id="linearGradient41055"
+ gradientUnits="userSpaceOnUse"
+ x1="-9.2566376"
+ y1="55.832943"
+ x2="-16.605392"
+ y2="48.589474" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24047"
+ id="linearGradient41057"
+ gradientUnits="userSpaceOnUse"
+ x1="-18.079882"
+ y1="48.66568"
+ x2="-18.5"
+ y2="56.827778" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16147"
+ id="linearGradient41059"
+ gradientUnits="userSpaceOnUse"
+ x1="-49.994148"
+ y1="37.036499"
+ x2="-49.994148"
+ y2="17.857203" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient25805"
+ id="radialGradient41143"
+ gradientUnits="userSpaceOnUse"
+ cx="-74.011093"
+ cy="38.890942"
+ fx="-74.011093"
+ fy="38.890942"
+ r="13.663586" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16147"
+ id="linearGradient41145"
+ gradientUnits="userSpaceOnUse"
+ x1="-49.994148"
+ y1="37.036499"
+ x2="-49.994148"
+ y2="17.857203" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9948"
+ id="linearGradient41147"
+ gradientUnits="userSpaceOnUse"
+ x1="-54.102783"
+ y1="20.457878"
+ x2="-49.994148"
+ y2="33.543365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient18786"
+ id="linearGradient41149"
+ gradientUnits="userSpaceOnUse"
+ x1="-9.2566376"
+ y1="55.832943"
+ x2="-16.605392"
+ y2="48.589474" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24047"
+ id="linearGradient41151"
+ gradientUnits="userSpaceOnUse"
+ x1="-18.079882"
+ y1="48.66568"
+ x2="-18.5"
+ y2="56.827778" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16147"
+ id="linearGradient41153"
+ gradientUnits="userSpaceOnUse"
+ x1="-49.994148"
+ y1="37.036499"
+ x2="-49.994148"
+ y2="17.857203" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient27602"
+ id="linearGradient49066"
+ x1="24.497015"
+ y1="43.012909"
+ x2="24.497015"
+ y2="5.9870172"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.047006,0,0,1.053696,-1.154366,-1.30885)" />
+ <radialGradient
+ r="17.576654"
+ fy="35.373093"
+ fx="22.930462"
+ cy="35.373093"
+ cx="22.930462"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.333333,2.658463e-16,23.58206)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2252"
+ xlink:href="#linearGradient4946"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4182">
+ <stop
+ style="stop-color:#a36d18;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop4184" />
+ <stop
+ style="stop-color:#d79020;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop4186" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4192">
+ <stop
+ style="stop-color:#e9b96e;stop-opacity:1;"
+ offset="0"
+ id="stop4194" />
+ <stop
+ style="stop-color:#f1d19e;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop4196" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4210">
+ <stop
+ style="stop-color:#eaba6f;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop4212" />
+ <stop
+ style="stop-color:#b97a1b;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop4214" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4222">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4224" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.68639052;"
+ offset="1.0000000"
+ id="stop4226" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4946">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4948" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4950" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4979">
+ <stop
+ style="stop-color:#fbf0e0;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop4981" />
+ <stop
+ style="stop-color:#f0ce99;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop4983" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4995">
+ <stop
+ style="stop-color:#de9523;stop-opacity:1;"
+ offset="0"
+ id="stop4997" />
+ <stop
+ style="stop-color:#a36d18;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop4999" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2869">
+ <stop
+ id="stop2871"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2873"
+ offset="1.0000000"
+ style="stop-color:#cccccc;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient51142">
+ <stop
+ id="stop51144"
+ offset="0"
+ style="stop-color:black;stop-opacity:0;" />
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0.5"
+ id="stop51146" />
+ <stop
+ id="stop51148"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient27602"
+ id="linearGradient6032"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.812216,0,0,1.053696,-0.449495,-1.30885)"
+ x1="24.497015"
+ y1="43.012909"
+ x2="24.497015"
+ y2="5.9870172" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient25805"
+ id="radialGradient6034"
+ gradientUnits="userSpaceOnUse"
+ cx="-74.011093"
+ cy="38.890942"
+ fx="-74.011093"
+ fy="38.890942"
+ r="13.663586" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16147"
+ id="linearGradient6036"
+ gradientUnits="userSpaceOnUse"
+ x1="-49.994148"
+ y1="37.036499"
+ x2="-49.994148"
+ y2="17.857203" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9948"
+ id="linearGradient6038"
+ gradientUnits="userSpaceOnUse"
+ x1="-54.102783"
+ y1="20.457878"
+ x2="-49.994148"
+ y2="33.543365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient18786"
+ id="linearGradient6040"
+ gradientUnits="userSpaceOnUse"
+ x1="-9.2566376"
+ y1="55.832943"
+ x2="-16.605392"
+ y2="48.589474" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24047"
+ id="linearGradient6042"
+ gradientUnits="userSpaceOnUse"
+ x1="-18.079882"
+ y1="48.66568"
+ x2="-18.5"
+ y2="56.827778" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16147"
+ id="linearGradient6044"
+ gradientUnits="userSpaceOnUse"
+ x1="-49.994148"
+ y1="37.036499"
+ x2="-49.994148"
+ y2="17.857203" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3390"
+ id="linearGradient3396"
+ x1="7"
+ y1="-19.5"
+ x2="13"
+ y2="-19.5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,5.55991e-35,0.709678,1.626493e-16,-10.16129)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3390"
+ id="linearGradient3404"
+ x1="-3.9964507"
+ y1="-28.550186"
+ x2="-13"
+ y2="-28.550186"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.823529,0,-7.235294)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3390"
+ id="linearGradient3408"
+ gradientUnits="userSpaceOnUse"
+ x1="6.9970055"
+ y1="-27.686684"
+ x2="13.669146"
+ y2="-28.723856"
+ gradientTransform="matrix(1,0,-2.241903e-34,0.290323,1.110721e-16,-2.83871)" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-height="720"
+ inkscape:window-width="1024"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="false"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ fill="#888a85"
+ inkscape:zoom="1"
+ inkscape:cx="36"
+ inkscape:cy="12.5"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:current-layer="svg2"
+ showborder="false"
+ inkscape:showpageshadow="false" />
+ <rect
+ rx="2.891494"
+ ry="2.891494"
+ y="5.526494"
+ x="2.394321"
+ height="37.960339"
+ width="34.106079"
+ id="rect5976"
+ style="opacity:1;fill:url(#linearGradient6032);fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ y="-35"
+ x="7"
+ height="1"
+ width="35"
+ id="rect5980"
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5982"
+ width="35"
+ height="1"
+ x="7"
+ y="-24" />
+ <rect
+ y="-13"
+ x="7"
+ height="1"
+ width="35"
+ id="rect5984"
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5986"
+ width="35"
+ height="1"
+ x="7"
+ y="-5" />
+ <rect
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5988"
+ width="31"
+ height="1"
+ x="4"
+ y="20" />
+ <rect
+ y="24"
+ x="4"
+ height="1"
+ width="31"
+ id="rect5990"
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5992"
+ width="31"
+ height="1"
+ x="4"
+ y="28" />
+ <rect
+ y="32"
+ x="4"
+ height="1"
+ width="31"
+ id="rect5994"
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5996"
+ width="31"
+ height="1"
+ x="4"
+ y="36" />
+ <rect
+ y="41"
+ x="4"
+ height="1"
+ width="31"
+ id="rect5998"
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ y="16"
+ x="4"
+ height="1"
+ width="31"
+ id="rect6000"
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect6002"
+ width="31"
+ height="1"
+ x="4"
+ y="12" />
+ <rect
+ y="7"
+ x="4"
+ height="1"
+ width="31"
+ id="rect6004"
+ style="opacity:1;fill:#8d8e8b;fill-opacity:0.5603448;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ transform="matrix(2.223389e-17,1,-1,1.600677e-17,0,0)"
+ style="opacity:1;fill:url(#linearGradient3396);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.59307359"
+ id="rect6008"
+ width="6"
+ height="22"
+ x="7"
+ y="-35" />
+ <rect
+ y="-13"
+ x="7"
+ height="9"
+ width="6"
+ id="rect3406"
+ style="opacity:1;fill:url(#linearGradient3408);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.59307359"
+ transform="matrix(9.095682e-18,1,-1,3.912766e-17,0,0)" />
+ <rect
+ y="-41"
+ x="-13"
+ height="28"
+ width="9"
+ id="rect6030"
+ style="opacity:1;fill:url(#linearGradient3404);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.59307359"
+ transform="scale(-1,-1)" />
+ <rect
+ rx="1.8954953"
+ ry="1.8954953"
+ style="opacity:1;fill:none;fill-opacity:0.48275859;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect5978"
+ width="32.062664"
+ height="35.958347"
+ x="3.4050791"
+ y="6.5138903" />
+ <g
+ transform="translate(50.0786,-18.09148)"
+ id="g6010">
+ <path
+ transform="matrix(1.22067,0,0,0.958333,72.12503,15.85337)"
+ d="M -60.347507 38.890942 A 13.663586 13.663586 0 1 1 -87.674679,38.890942 A 13.663586 13.663586 0 1 1 -60.347507 38.890942 z"
+ sodipodi:ry="13.663586"
+ sodipodi:rx="13.663586"
+ sodipodi:cy="38.890942"
+ sodipodi:cx="-74.011093"
+ id="path6012"
+ style="fill:url(#radialGradient6034);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ style="opacity:1;fill:#a40000;fill-opacity:1;fill-rule:nonzero;stroke:#670000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M -18.548592,37.59375 C -26.294249,37.806165 -32.498436,42.428313 -32.498439,48.0625 C -32.498439,48.378015 -32.498439,51.746986 -32.498439,52.0625 C -32.498439,57.831908 -25.989318,62.499999 -17.984329,62.5 C -9.9793398,62.5 -3.5015677,57.831909 -3.5015678,52.0625 C -3.5015678,51.746985 -3.5015678,48.371254 -3.5015678,48.0625 C -3.5015678,42.293092 -9.9793388,37.593748 -17.984329,37.59375 C -18.171946,37.59375 -18.362696,37.588652 -18.548592,37.59375 z "
+ id="path6014"
+ sodipodi:nodetypes="cssssssc" />
+ <path
+ style="fill:#204a87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M -15,57 L -15,61.799243 C -10.912079,61.19139 -4.9803389,58.578875 -4,53 L -4,48 L -15,57 z "
+ id="path6016"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M -23,57.369822 L -23,61.337223 C -21.029222,61.885137 -17.572814,62.301975 -15,61.764658 L -15,57.764658 L -23,57.369822 z "
+ id="path6018"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ transform="matrix(1.066595,0,0,1.042528,35.33153,23.43406)"
+ style="opacity:0.257384;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6036);stroke-width:0.94832265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+ d="M -37.328964,27.44685 C -37.328964,32.475594 -43.002967,36.556894 -49.994148,36.556894 C -56.98533,36.556894 -62.659332,32.475594 -62.659332,27.44685 C -62.659332,27.206014 -62.646318,25.048937 -62.620768,24.812791 C -62.112833,20.11813 -56.650509,18.336805 -49.994148,18.336805 C -43.36912,18.336805 -37.926912,20.083382 -37.375029,24.746564 C -37.344528,25.004289 -37.328964,27.183477 -37.328964,27.44685 z "
+ id="path6020"
+ sodipodi:nodetypes="csssssc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:url(#linearGradient6038);fill-opacity:1;fill-rule:nonzero;stroke:#ff7171;stroke-width:0.94832265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path6022"
+ sodipodi:cx="-49.994148"
+ sodipodi:cy="27.44685"
+ sodipodi:rx="12.665184"
+ sodipodi:ry="9.1100445"
+ d="M -37.328964 27.44685 A 12.665184 9.1100445 0 1 1 -62.659332,27.44685 A 12.665184 9.1100445 0 1 1 -37.328964 27.44685 z"
+ transform="matrix(1.066595,0,0,1.042528,35.33153,19.43406)" />
+ <path
+ style="fill:url(#linearGradient6040);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M -18.007843,47.525545 L -4.8349119,44.642969 C -1.6602982,51.443027 -8.4909497,57.098124 -14.988024,57.823128 L -18.007843,47.525545 z "
+ id="path6024"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="fill:url(#linearGradient6042);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M -17.963018,47.556213 L -23.001919,57.381541 C -20.38083,58.117011 -17.781056,58.163071 -14.963018,57.815319 L -17.963018,47.556213 z "
+ id="path6026"
+ sodipodi:nodetypes="cccc" />
+ <path
+ transform="matrix(1.066595,0,0,1.042528,35.33153,19.43406)"
+ d="M -37.328964 27.44685 A 12.665184 9.1100445 0 1 1 -62.659332,27.44685 A 12.665184 9.1100445 0 1 1 -37.328964 27.44685 z"
+ sodipodi:ry="9.1100445"
+ sodipodi:rx="12.665184"
+ sodipodi:cy="27.44685"
+ sodipodi:cx="-49.994148"
+ id="path6028"
+ style="opacity:0.51476793;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6044);stroke-width:0.94832265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:type="arc" />
+ </g>
+</svg>
Modified: trunk/src/wbc-gtk.c
==============================================================================
--- trunk/src/wbc-gtk.c (original)
+++ trunk/src/wbc-gtk.c Fri May 23 09:56:38 2008
@@ -4328,16 +4328,8 @@
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE,
0, G_TYPE_NONE);
- {
- GdkPixbuf *icon = gnumeric_load_pixbuf ("gnome-gnumeric.png");
- if (icon != NULL) {
- GList *icon_list = g_list_prepend (NULL, icon);
- gtk_window_set_default_icon_list (icon_list);
- g_list_free (icon_list);
- g_object_unref (G_OBJECT (icon));
- }
- }
+ gtk_window_set_default_icon_name ("gnumeric");
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]