[gnumeric] Add (non-functional) button and radiobutton buttons to object toolbar



commit 1d7fd7cf2267193703a3eabc6b8320318b5e1a18
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Tue Sep 22 22:09:25 2009 -0600

    Add (non-functional) button and radiobutton buttons to object toolbar
    
     2009-09-22  Andreas J. Guelzow <aguelzow pyrshep ca>
    	modified patches from Albert Gräf <Dr Graef t-online de>
    
    	* src/GNOME_Gnumeric-gtk.xml.in: add button and radiobutton buttons
    	* src/HILDON_Gnumeric-gtk.xml.in: ditto
    	* component/Gnumeric-embed.xml.in: ditto
    	* src/pixmaps/object_button_24.png: add transparency
    	* src/pixmaps/object_radiobutton_24.png: ditto

 ChangeLog                       |    9 +++++++++
 component/Gnumeric-embed.xml.in |    6 ++----
 src/GNOME_Gnumeric-gtk.xml.in   |    8 +++-----
 src/HILDON_Gnumeric-gtk.xml.in  |    6 ++----
 4 files changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f9a1228..6ba0c50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-09-22  Andreas J. Guelzow <aguelzow pyrshep ca>
+	modified patches from Albert Gräf <Dr Graef t-online de>
+
+	* src/GNOME_Gnumeric-gtk.xml.in: add button and radiobutton buttons
+	* src/HILDON_Gnumeric-gtk.xml.in: ditto
+	* component/Gnumeric-embed.xml.in: ditto
+	* src/pixmaps/object_button_24.png: add transparency
+	* src/pixmaps/object_radiobutton_24.png: ditto
+
 2009-09-22  Morten Welinder  <terra gnome org>
 
 	* src/sheet-object*.[ch]: drop dom parsing code.
diff --git a/component/Gnumeric-embed.xml.in b/component/Gnumeric-embed.xml.in
index 5c9ee13..bc3647e 100644
--- a/component/Gnumeric-embed.xml.in
+++ b/component/Gnumeric-embed.xml.in
@@ -329,16 +329,14 @@
   </toolbar>
   <toolbar _name="ObjectToolbar">
     <toolitem action="CreateFrame"/>
-<!-- Not useful until we have scripts
-    <toolitem action="CreateButton"/> -->
-<!-- think about how to handle groups
-    <toolitem action="CreateRadioButton"/> -->
     <toolitem action="CreateCheckbox"/>
     <toolitem action="CreateScrollbar"/>
     <toolitem action="CreateSpinButton"/>
     <toolitem action="CreateSlider"/>
     <toolitem action="CreateList"/>
     <toolitem action="CreateCombo"/>
+    <toolitem action="CreateButton"/>
+    <toolitem action="CreateRadioButton"/>
     <toolitem action="CreateLine"/>
     <toolitem action="CreateArrow"/>
     <toolitem action="CreateRectangle"/>
diff --git a/src/GNOME_Gnumeric-gtk.xml.in b/src/GNOME_Gnumeric-gtk.xml.in
index 1991b2f..42ef615 100644
--- a/src/GNOME_Gnumeric-gtk.xml.in
+++ b/src/GNOME_Gnumeric-gtk.xml.in
@@ -328,17 +328,15 @@
   </toolbar>
   <toolbar _name="ObjectToolbar">
     <toolitem action="CreateFrame"/>
-<!-- Not useful until we have scripts
-    <toolitem action="CreateButton"/> -->
-<!-- think about how to handle groups
-    <toolitem action="CreateRadioButton"/> -->
     <toolitem action="CreateCheckbox"/>
     <toolitem action="CreateScrollbar"/>
     <toolitem action="CreateSpinButton"/>
     <toolitem action="CreateSlider"/>
     <toolitem action="CreateList"/>
     <toolitem action="CreateCombo"/>
-    <toolitem action="CreateLine"/>
+    <toolitem action="CreateButton"/>
+    <toolitem action="CreateRadioButton"/>
+     <toolitem action="CreateLine"/>
     <toolitem action="CreateArrow"/>
     <toolitem action="CreateRectangle"/>
     <toolitem action="CreateEllipse"/>
diff --git a/src/HILDON_Gnumeric-gtk.xml.in b/src/HILDON_Gnumeric-gtk.xml.in
index 2a62b8d..00da783 100644
--- a/src/HILDON_Gnumeric-gtk.xml.in
+++ b/src/HILDON_Gnumeric-gtk.xml.in
@@ -293,16 +293,14 @@
   </toolbar>
   <toolbar _name="ObjectToolbar">
     <toolitem action="CreateFrame"/>
-<!-- Not useful until we have scripts
-    <toolitem action="CreateButton"/> -->
-<!-- think about how to handle groups
-    <toolitem action="CreateRadioButton"/> -->
     <toolitem action="CreateCheckbox"/>
     <toolitem action="CreateScrollbar"/>
     <toolitem action="CreateSpinButton"/>
     <toolitem action="CreateSlider"/>
     <toolitem action="CreateList"/>
     <toolitem action="CreateCombo"/>
+    <toolitem action="CreateButton"/>
+    <toolitem action="CreateRadioButton"/>
     <toolitem action="CreateLine"/>
     <toolitem action="CreateArrow"/>
     <toolitem action="CreateRectangle"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]