[glade] * plugins/gtk+/icons/...: Added/Updated icons for GtkTextTag, GtkTextTagTable, GtkInfoBar, GtkAp



commit 1126dee017c54db6ffe5810a8939f66cf6831606
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Tue Mar 8 20:51:28 2011 +0900

    	* plugins/gtk+/icons/...: Added/Updated icons for GtkTextTag, GtkTextTagTable,
    	  GtkInfoBar, GtkAppChooserWidget, GtkAppChooserButton, GtkCellAreaBox.
    	  Graphics contributed by Florent Thévenet.

 ChangeLog                                          |    4 +++
 plugins/gtk+/icons/16x16/Makefile.am               |   21 +++++++++++--------
 .../icons/16x16/widget-gtk-appchooserbutton.png    |  Bin 0 -> 289 bytes
 .../icons/16x16/widget-gtk-appchooserwidget.png    |  Bin 0 -> 302 bytes
 .../gtk+/icons/16x16/widget-gtk-cellareabox.png    |  Bin 0 -> 198 bytes
 .../gtk+/icons/16x16/widget-gtk-comboboxtext.png   |  Bin 261 -> 313 bytes
 plugins/gtk+/icons/16x16/widget-gtk-infobar.png    |  Bin 245 -> 332 bytes
 plugins/gtk+/icons/16x16/widget-gtk-texttag.png    |  Bin 301 -> 325 bytes
 .../gtk+/icons/16x16/widget-gtk-texttagtable.png   |  Bin 342 -> 361 bytes
 plugins/gtk+/icons/22x22/Makefile.am               |   21 +++++++++++--------
 .../icons/22x22/widget-gtk-appchooserbutton.png    |  Bin 0 -> 299 bytes
 .../icons/22x22/widget-gtk-appchooserwidget.png    |  Bin 0 -> 373 bytes
 .../gtk+/icons/22x22/widget-gtk-cellareabox.png    |  Bin 0 -> 206 bytes
 .../gtk+/icons/22x22/widget-gtk-comboboxtext.png   |  Bin 308 -> 313 bytes
 plugins/gtk+/icons/22x22/widget-gtk-infobar.png    |  Bin 253 -> 292 bytes
 plugins/gtk+/icons/22x22/widget-gtk-switch.png     |  Bin 0 -> 274 bytes
 plugins/gtk+/icons/22x22/widget-gtk-texttag.png    |  Bin 398 -> 319 bytes
 .../gtk+/icons/22x22/widget-gtk-texttagtable.png   |  Bin 457 -> 387 bytes
 18 files changed, 28 insertions(+), 18 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 623b7bc..36859ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
 	  GtkToolPalette, GtkToolItemGroup, GtkTearoffMenuItem, GtkInfoBar.
 	  Graphics contributed by Florent Thévenet.
 
+	* plugins/gtk+/icons/...: Added/Updated icons for GtkTextTag, GtkTextTagTable,
+	  GtkInfoBar, GtkAppChooserWidget, GtkAppChooserButton, GtkCellAreaBox.
+	  Graphics contributed by Florent Thévenet.
+
 2011-03-07  Tristan Van Berkom <tristanvb openismus com>
 
 	* gladeui/glade-editable.[ch]:
diff --git a/plugins/gtk+/icons/16x16/Makefile.am b/plugins/gtk+/icons/16x16/Makefile.am
index 062235b..49987ed 100644
--- a/plugins/gtk+/icons/16x16/Makefile.am
+++ b/plugins/gtk+/icons/16x16/Makefile.am
@@ -6,7 +6,9 @@ icons_DATA = \
         widget-gtk-aboutdialog.png \
         widget-gtk-accellabel.png \
         widget-gtk-alignment.png \
+	widget-gtk-appchooserbutton.png \
 	widget-gtk-appchooserdialog.png \
+	widget-gtk-appchooserwidget.png \
         widget-gtk-arrow.png \
         widget-gtk-aspectframe.png \
         widget-gtk-assistant.png \
@@ -14,6 +16,15 @@ icons_DATA = \
         widget-gtk-buttonbox.png \
         widget-gtk-box.png \
         widget-gtk-calendar.png \
+	widget-gtk-cellareabox.png \
+	widget-gtk-cellrenderertext.png \
+	widget-gtk-cellrendereraccel.png \
+	widget-gtk-cellrenderercombo.png \
+	widget-gtk-cellrendererspin.png \
+	widget-gtk-cellrendererspinner.png \
+	widget-gtk-cellrendererpixbuf.png \
+	widget-gtk-cellrendererprogress.png \
+	widget-gtk-cellrenderertoggle.png \
         widget-gtk-checkbutton.png \
         widget-gtk-checkmenuitem.png \
         widget-gtk-colorbutton.png \
@@ -107,15 +118,7 @@ icons_DATA = \
 	widget-gtk-treestore.png \
 	widget-gtk-liststore.png \
 	widget-gtk-scalebutton.png \
-	widget-gtk-iconfactory.png \
-	widget-gtk-cellrenderertext.png \
-	widget-gtk-cellrendereraccel.png \
-	widget-gtk-cellrenderercombo.png \
-	widget-gtk-cellrendererspin.png \
-	widget-gtk-cellrendererspinner.png \
-	widget-gtk-cellrendererpixbuf.png \
-	widget-gtk-cellrendererprogress.png \
-	widget-gtk-cellrenderertoggle.png
+	widget-gtk-iconfactory.png
 
 
 EXTRA_DIST = $(icons_DATA)
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-appchooserbutton.png b/plugins/gtk+/icons/16x16/widget-gtk-appchooserbutton.png
new file mode 100644
index 0000000..a9c5ec1
Binary files /dev/null and b/plugins/gtk+/icons/16x16/widget-gtk-appchooserbutton.png differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-appchooserwidget.png b/plugins/gtk+/icons/16x16/widget-gtk-appchooserwidget.png
new file mode 100644
index 0000000..32fbe5a
Binary files /dev/null and b/plugins/gtk+/icons/16x16/widget-gtk-appchooserwidget.png differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-cellareabox.png b/plugins/gtk+/icons/16x16/widget-gtk-cellareabox.png
new file mode 100644
index 0000000..cee9847
Binary files /dev/null and b/plugins/gtk+/icons/16x16/widget-gtk-cellareabox.png differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-comboboxtext.png b/plugins/gtk+/icons/16x16/widget-gtk-comboboxtext.png
index 76a7de3..f5788b9 100644
Binary files a/plugins/gtk+/icons/16x16/widget-gtk-comboboxtext.png and b/plugins/gtk+/icons/16x16/widget-gtk-comboboxtext.png differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-infobar.png b/plugins/gtk+/icons/16x16/widget-gtk-infobar.png
index 85f137b..0557d82 100644
Binary files a/plugins/gtk+/icons/16x16/widget-gtk-infobar.png and b/plugins/gtk+/icons/16x16/widget-gtk-infobar.png differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-texttag.png b/plugins/gtk+/icons/16x16/widget-gtk-texttag.png
index 7533883..63c7a11 100644
Binary files a/plugins/gtk+/icons/16x16/widget-gtk-texttag.png and b/plugins/gtk+/icons/16x16/widget-gtk-texttag.png differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-texttagtable.png b/plugins/gtk+/icons/16x16/widget-gtk-texttagtable.png
index c76db37..0b38687 100644
Binary files a/plugins/gtk+/icons/16x16/widget-gtk-texttagtable.png and b/plugins/gtk+/icons/16x16/widget-gtk-texttagtable.png differ
diff --git a/plugins/gtk+/icons/22x22/Makefile.am b/plugins/gtk+/icons/22x22/Makefile.am
index e6417c5..a704614 100644
--- a/plugins/gtk+/icons/22x22/Makefile.am
+++ b/plugins/gtk+/icons/22x22/Makefile.am
@@ -6,7 +6,9 @@ icons_DATA = \
         widget-gtk-aboutdialog.png \
         widget-gtk-accellabel.png \
         widget-gtk-alignment.png \
+	widget-gtk-appchooserbutton.png \
 	widget-gtk-appchooserdialog.png \
+	widget-gtk-appchooserwidget.png \
         widget-gtk-arrow.png \
         widget-gtk-aspectframe.png \
         widget-gtk-assistant.png \
@@ -14,6 +16,15 @@ icons_DATA = \
         widget-gtk-buttonbox.png \
         widget-gtk-box.png \
         widget-gtk-calendar.png \
+	widget-gtk-cellareabox.png \
+	widget-gtk-cellrenderertext.png \
+	widget-gtk-cellrendereraccel.png \
+	widget-gtk-cellrenderercombo.png \
+	widget-gtk-cellrendererspin.png \
+	widget-gtk-cellrendererspinner.png \
+	widget-gtk-cellrendererpixbuf.png \
+	widget-gtk-cellrendererprogress.png \
+	widget-gtk-cellrenderertoggle.png \
         widget-gtk-checkbutton.png \
         widget-gtk-checkmenuitem.png \
         widget-gtk-colorbutton.png \
@@ -107,15 +118,7 @@ icons_DATA = \
 	widget-gtk-treestore.png \
 	widget-gtk-liststore.png \
 	widget-gtk-scalebutton.png \
-	widget-gtk-iconfactory.png \
-	widget-gtk-cellrenderertext.png \
-	widget-gtk-cellrendereraccel.png \
-	widget-gtk-cellrenderercombo.png \
-	widget-gtk-cellrendererspin.png \
-	widget-gtk-cellrendererspinner.png \
-	widget-gtk-cellrendererpixbuf.png \
-	widget-gtk-cellrendererprogress.png \
-	widget-gtk-cellrenderertoggle.png
+	widget-gtk-iconfactory.png
 
 
 EXTRA_DIST = $(icons_DATA)
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-appchooserbutton.png b/plugins/gtk+/icons/22x22/widget-gtk-appchooserbutton.png
new file mode 100644
index 0000000..a2181f0
Binary files /dev/null and b/plugins/gtk+/icons/22x22/widget-gtk-appchooserbutton.png differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-appchooserwidget.png b/plugins/gtk+/icons/22x22/widget-gtk-appchooserwidget.png
new file mode 100644
index 0000000..1f795df
Binary files /dev/null and b/plugins/gtk+/icons/22x22/widget-gtk-appchooserwidget.png differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-cellareabox.png b/plugins/gtk+/icons/22x22/widget-gtk-cellareabox.png
new file mode 100644
index 0000000..6635237
Binary files /dev/null and b/plugins/gtk+/icons/22x22/widget-gtk-cellareabox.png differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-comboboxtext.png b/plugins/gtk+/icons/22x22/widget-gtk-comboboxtext.png
index 2244a03..c934c90 100644
Binary files a/plugins/gtk+/icons/22x22/widget-gtk-comboboxtext.png and b/plugins/gtk+/icons/22x22/widget-gtk-comboboxtext.png differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-infobar.png b/plugins/gtk+/icons/22x22/widget-gtk-infobar.png
index dc59093..f0578fd 100644
Binary files a/plugins/gtk+/icons/22x22/widget-gtk-infobar.png and b/plugins/gtk+/icons/22x22/widget-gtk-infobar.png differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-switch.png b/plugins/gtk+/icons/22x22/widget-gtk-switch.png
new file mode 100644
index 0000000..320d28c
Binary files /dev/null and b/plugins/gtk+/icons/22x22/widget-gtk-switch.png differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-texttag.png b/plugins/gtk+/icons/22x22/widget-gtk-texttag.png
index 0aafeaf..fc66706 100644
Binary files a/plugins/gtk+/icons/22x22/widget-gtk-texttag.png and b/plugins/gtk+/icons/22x22/widget-gtk-texttag.png differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-texttagtable.png b/plugins/gtk+/icons/22x22/widget-gtk-texttagtable.png
index 3dec380..5cbce17 100644
Binary files a/plugins/gtk+/icons/22x22/widget-gtk-texttagtable.png and b/plugins/gtk+/icons/22x22/widget-gtk-texttagtable.png differ



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