summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-04-04 15:12:44 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-04-04 15:15:39 +0900
commit2c859f2dca858e29017c6d468142e015e671aaec (patch)
tree826b9a7bff94da38ca401e4e1e544d82ce4781dd
parent3a033444f10bc5dbd7baff05a016e17c20d47bd4 (diff)
downloadglade-2c859f2dca858e29017c6d468142e015e671aaec.tar.gz
* plugins/gtk+/icons/*: Added remaining icons contributed by Florent Thévenet.
-rw-r--r--ChangeLog8
-rw-r--r--plugins/gtk+/icons/16x16/Makefile.am4
-rw-r--r--plugins/gtk+/icons/16x16/widget-gtk-adjustment.pngbin0 -> 273 bytes
-rw-r--r--plugins/gtk+/icons/16x16/widget-gtk-filefilter.pngbin378 -> 381 bytes
-rw-r--r--plugins/gtk+/icons/16x16/widget-gtk-recentaction.pngbin244 -> 311 bytes
-rw-r--r--plugins/gtk+/icons/16x16/widget-gtk-recentchoosermenu.pngbin0 -> 322 bytes
-rw-r--r--plugins/gtk+/icons/16x16/widget-gtk-recentmanager.pngbin0 -> 418 bytes
-rw-r--r--plugins/gtk+/icons/16x16/widget-gtk-treemodelsort.pngbin0 -> 250 bytes
-rw-r--r--plugins/gtk+/icons/16x16/widget-gtk-uimanager.pngbin0 -> 392 bytes
-rw-r--r--plugins/gtk+/icons/22x22/Makefile.am4
-rw-r--r--plugins/gtk+/icons/22x22/widget-gtk-adjustment.pngbin0 -> 303 bytes
-rw-r--r--plugins/gtk+/icons/22x22/widget-gtk-filefilter.pngbin484 -> 464 bytes
-rw-r--r--plugins/gtk+/icons/22x22/widget-gtk-recentaction.pngbin261 -> 346 bytes
-rw-r--r--plugins/gtk+/icons/22x22/widget-gtk-recentchoosermenu.pngbin0 -> 340 bytes
-rw-r--r--plugins/gtk+/icons/22x22/widget-gtk-recentmanager.pngbin0 -> 417 bytes
-rw-r--r--plugins/gtk+/icons/22x22/widget-gtk-treemodelsort.pngbin0 -> 268 bytes
16 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f3acb08..66055982 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-04 Tristan Van Berkom <tristanvb@openismus.com>
+
+ * plugins/gtk+/icons/*: Added remaining icons contributed by Florent Thévenet.
+
2011-04-03 Cosimo Cecchi <cosimoc@gnome.org>
* doc/Makefile.am: don't use gtk+-2.0 for scanning the docs
@@ -25,6 +29,10 @@
* gladeui/glade-design-layout.c: fixed allocation bug.
It was using height instead of width.
+2011-04-04 Tristan Van Berkom <tristanvb@openismus.com>
+
+ * plugins/gtk+/icons/*: Added remaining icons contributed by Florent Thévenet.
+
2011-03-11 Tristan Van Berkom <tristanvb@openismus.com>
* plugins/gtk+/icons/...: Added/Updated icons for GtkSizeGroup, GtkStatusIcon, Gtk*Filter
diff --git a/plugins/gtk+/icons/16x16/Makefile.am b/plugins/gtk+/icons/16x16/Makefile.am
index 0e181462..0434c5df 100644
--- a/plugins/gtk+/icons/16x16/Makefile.am
+++ b/plugins/gtk+/icons/16x16/Makefile.am
@@ -6,6 +6,7 @@ icons_DATA = \
widget-gtk-aboutdialog.png \
widget-gtk-accelgroup.png \
widget-gtk-accellabel.png \
+ widget-gtk-adjustment.png \
widget-gtk-alignment.png \
widget-gtk-appchooserbutton.png \
widget-gtk-appchooserdialog.png \
@@ -82,7 +83,9 @@ icons_DATA = \
widget-gtk-recentaction.png \
widget-gtk-recentchooser.png \
widget-gtk-recentchooserdialog.png \
+ widget-gtk-recentchoosermenu.png \
widget-gtk-recentfilter.png \
+ widget-gtk-recentmanager.png \
widget-gtk-scale.png \
widget-gtk-scrollbar.png \
widget-gtk-scrolledwindow.png \
@@ -108,6 +111,7 @@ icons_DATA = \
widget-gtk-toolitemgroup.png \
widget-gtk-toolpalette.png \
widget-gtk-treemodelfilter.png \
+ widget-gtk-treemodelsort.png \
widget-gtk-treeselection.png \
widget-gtk-treeview.png \
widget-gtk-treeviewcolumn.png \
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-adjustment.png b/plugins/gtk+/icons/16x16/widget-gtk-adjustment.png
new file mode 100644
index 00000000..55c546bc
--- /dev/null
+++ b/plugins/gtk+/icons/16x16/widget-gtk-adjustment.png
Binary files differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-filefilter.png b/plugins/gtk+/icons/16x16/widget-gtk-filefilter.png
index 39f1e773..b8d2da40 100644
--- a/plugins/gtk+/icons/16x16/widget-gtk-filefilter.png
+++ b/plugins/gtk+/icons/16x16/widget-gtk-filefilter.png
Binary files differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-recentaction.png b/plugins/gtk+/icons/16x16/widget-gtk-recentaction.png
index c5b73bb8..2e15ccf2 100644
--- a/plugins/gtk+/icons/16x16/widget-gtk-recentaction.png
+++ b/plugins/gtk+/icons/16x16/widget-gtk-recentaction.png
Binary files differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-recentchoosermenu.png b/plugins/gtk+/icons/16x16/widget-gtk-recentchoosermenu.png
new file mode 100644
index 00000000..e6e6d51e
--- /dev/null
+++ b/plugins/gtk+/icons/16x16/widget-gtk-recentchoosermenu.png
Binary files differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-recentmanager.png b/plugins/gtk+/icons/16x16/widget-gtk-recentmanager.png
new file mode 100644
index 00000000..309341f4
--- /dev/null
+++ b/plugins/gtk+/icons/16x16/widget-gtk-recentmanager.png
Binary files differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-treemodelsort.png b/plugins/gtk+/icons/16x16/widget-gtk-treemodelsort.png
new file mode 100644
index 00000000..4fda8697
--- /dev/null
+++ b/plugins/gtk+/icons/16x16/widget-gtk-treemodelsort.png
Binary files differ
diff --git a/plugins/gtk+/icons/16x16/widget-gtk-uimanager.png b/plugins/gtk+/icons/16x16/widget-gtk-uimanager.png
new file mode 100644
index 00000000..45a5f1ef
--- /dev/null
+++ b/plugins/gtk+/icons/16x16/widget-gtk-uimanager.png
Binary files differ
diff --git a/plugins/gtk+/icons/22x22/Makefile.am b/plugins/gtk+/icons/22x22/Makefile.am
index a593c178..9eab9482 100644
--- a/plugins/gtk+/icons/22x22/Makefile.am
+++ b/plugins/gtk+/icons/22x22/Makefile.am
@@ -6,6 +6,7 @@ icons_DATA = \
widget-gtk-aboutdialog.png \
widget-gtk-accelgroup.png \
widget-gtk-accellabel.png \
+ widget-gtk-adjustment.png \
widget-gtk-alignment.png \
widget-gtk-appchooserbutton.png \
widget-gtk-appchooserdialog.png \
@@ -82,7 +83,9 @@ icons_DATA = \
widget-gtk-recentaction.png \
widget-gtk-recentchooser.png \
widget-gtk-recentchooserdialog.png \
+ widget-gtk-recentchoosermenu.png \
widget-gtk-recentfilter.png \
+ widget-gtk-recentmanager.png \
widget-gtk-scale.png \
widget-gtk-scrollbar.png \
widget-gtk-scrolledwindow.png \
@@ -108,6 +111,7 @@ icons_DATA = \
widget-gtk-toolitemgroup.png \
widget-gtk-toolpalette.png \
widget-gtk-treemodelfilter.png \
+ widget-gtk-treemodelsort.png \
widget-gtk-treeselection.png \
widget-gtk-treeview.png \
widget-gtk-treeviewcolumn.png \
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-adjustment.png b/plugins/gtk+/icons/22x22/widget-gtk-adjustment.png
new file mode 100644
index 00000000..9f6d5f3c
--- /dev/null
+++ b/plugins/gtk+/icons/22x22/widget-gtk-adjustment.png
Binary files differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-filefilter.png b/plugins/gtk+/icons/22x22/widget-gtk-filefilter.png
index 4a1f4cf3..a5307a82 100644
--- a/plugins/gtk+/icons/22x22/widget-gtk-filefilter.png
+++ b/plugins/gtk+/icons/22x22/widget-gtk-filefilter.png
Binary files differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-recentaction.png b/plugins/gtk+/icons/22x22/widget-gtk-recentaction.png
index b30bd2e7..10d2381a 100644
--- a/plugins/gtk+/icons/22x22/widget-gtk-recentaction.png
+++ b/plugins/gtk+/icons/22x22/widget-gtk-recentaction.png
Binary files differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-recentchoosermenu.png b/plugins/gtk+/icons/22x22/widget-gtk-recentchoosermenu.png
new file mode 100644
index 00000000..36e5bd4b
--- /dev/null
+++ b/plugins/gtk+/icons/22x22/widget-gtk-recentchoosermenu.png
Binary files differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-recentmanager.png b/plugins/gtk+/icons/22x22/widget-gtk-recentmanager.png
new file mode 100644
index 00000000..1c618c43
--- /dev/null
+++ b/plugins/gtk+/icons/22x22/widget-gtk-recentmanager.png
Binary files differ
diff --git a/plugins/gtk+/icons/22x22/widget-gtk-treemodelsort.png b/plugins/gtk+/icons/22x22/widget-gtk-treemodelsort.png
new file mode 100644
index 00000000..a794ee2d
--- /dev/null
+++ b/plugins/gtk+/icons/22x22/widget-gtk-treemodelsort.png
Binary files differ