From 405b5ba0aa85b5155fb45df5407b69b1441ada75 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 22 Jun 2010 03:10:09 +0200 Subject: Added icons from Gajim --- data/ephraim.glade | 124 +++++++++++++++++++++++++++++++++++++ data/icons/16x16/away.png | Bin 0 -> 830 bytes data/icons/16x16/chat.png | Bin 0 -> 859 bytes data/icons/16x16/closed.png | Bin 0 -> 188 bytes data/icons/16x16/connecting.png | Bin 0 -> 936 bytes data/icons/16x16/dnd.png | Bin 0 -> 840 bytes data/icons/16x16/error.png | Bin 0 -> 816 bytes data/icons/16x16/event.png | Bin 0 -> 541 bytes data/icons/16x16/invisible.png | Bin 0 -> 887 bytes data/icons/16x16/muc_active.png | Bin 0 -> 592 bytes data/icons/16x16/muc_inactive.png | Bin 0 -> 522 bytes data/icons/16x16/not_in_roster.png | Bin 0 -> 835 bytes data/icons/16x16/offline.png | Bin 0 -> 812 bytes data/icons/16x16/online.png | Bin 0 -> 841 bytes data/icons/16x16/opened.png | Bin 0 -> 152 bytes data/icons/16x16/requested.png | Bin 0 -> 859 bytes data/icons/16x16/xa.png | Bin 0 -> 829 bytes data/icons/32x32/away.png | Bin 0 -> 1827 bytes data/icons/32x32/chat.png | Bin 0 -> 2126 bytes data/icons/32x32/closed.png | Bin 0 -> 514 bytes data/icons/32x32/connecting.png | Bin 0 -> 2159 bytes data/icons/32x32/dnd.png | Bin 0 -> 1967 bytes data/icons/32x32/error.png | Bin 0 -> 1875 bytes data/icons/32x32/event.png | Bin 0 -> 1073 bytes data/icons/32x32/invisible.png | Bin 0 -> 2007 bytes data/icons/32x32/muc_active.png | Bin 0 -> 1051 bytes data/icons/32x32/muc_inactive.png | Bin 0 -> 1022 bytes data/icons/32x32/not_in_roster.png | Bin 0 -> 1901 bytes data/icons/32x32/offline.png | Bin 0 -> 1845 bytes data/icons/32x32/online.png | Bin 0 -> 1859 bytes data/icons/32x32/opened.png | Bin 0 -> 222 bytes data/icons/32x32/requested.png | Bin 0 -> 2058 bytes data/icons/32x32/xa.png | Bin 0 -> 1786 bytes data/icons/48x48/offline.png | Bin 0 -> 2690 bytes data/icons/48x48/online.png | Bin 0 -> 2763 bytes src/gui/ephraim.glade | 124 ------------------------------------- 36 files changed, 124 insertions(+), 124 deletions(-) create mode 100644 data/ephraim.glade create mode 100644 data/icons/16x16/away.png create mode 100644 data/icons/16x16/chat.png create mode 100644 data/icons/16x16/closed.png create mode 100644 data/icons/16x16/connecting.png create mode 100644 data/icons/16x16/dnd.png create mode 100644 data/icons/16x16/error.png create mode 100644 data/icons/16x16/event.png create mode 100644 data/icons/16x16/invisible.png create mode 100644 data/icons/16x16/muc_active.png create mode 100644 data/icons/16x16/muc_inactive.png create mode 100644 data/icons/16x16/not_in_roster.png create mode 100644 data/icons/16x16/offline.png create mode 100644 data/icons/16x16/online.png create mode 100644 data/icons/16x16/opened.png create mode 100644 data/icons/16x16/requested.png create mode 100644 data/icons/16x16/xa.png create mode 100644 data/icons/32x32/away.png create mode 100644 data/icons/32x32/chat.png create mode 100644 data/icons/32x32/closed.png create mode 100644 data/icons/32x32/connecting.png create mode 100644 data/icons/32x32/dnd.png create mode 100644 data/icons/32x32/error.png create mode 100644 data/icons/32x32/event.png create mode 100644 data/icons/32x32/invisible.png create mode 100644 data/icons/32x32/muc_active.png create mode 100644 data/icons/32x32/muc_inactive.png create mode 100644 data/icons/32x32/not_in_roster.png create mode 100644 data/icons/32x32/offline.png create mode 100644 data/icons/32x32/online.png create mode 100644 data/icons/32x32/opened.png create mode 100644 data/icons/32x32/requested.png create mode 100644 data/icons/32x32/xa.png create mode 100644 data/icons/48x48/offline.png create mode 100644 data/icons/48x48/online.png delete mode 100644 src/gui/ephraim.glade diff --git a/data/ephraim.glade b/data/ephraim.glade new file mode 100644 index 0000000..629e2de --- /dev/null +++ b/data/ephraim.glade @@ -0,0 +1,124 @@ + + + + + + + + True + vertical + + + True + + + True + _Aktionen + True + + + True + + + True + + + + + gtk-quit + True + True + True + + + + + + + + + True + A_nsicht + True + + + + + True + _Hilfe + True + + + True + + + gtk-about + True + True + True + + + + + + + + + False + 0 + + + + + True + True + 160 + + + True + True + False + + + False + True + + + + + True + True + True + + + + + + + + + + + + + + + + + + + + + True + True + + + + + 1 + + + + + + diff --git a/data/icons/16x16/away.png b/data/icons/16x16/away.png new file mode 100644 index 0000000..dfaf27d Binary files /dev/null and b/data/icons/16x16/away.png differ diff --git a/data/icons/16x16/chat.png b/data/icons/16x16/chat.png new file mode 100644 index 0000000..d27339e Binary files /dev/null and b/data/icons/16x16/chat.png differ diff --git a/data/icons/16x16/closed.png b/data/icons/16x16/closed.png new file mode 100644 index 0000000..0e17239 Binary files /dev/null and b/data/icons/16x16/closed.png differ diff --git a/data/icons/16x16/connecting.png b/data/icons/16x16/connecting.png new file mode 100644 index 0000000..396ec2b Binary files /dev/null and b/data/icons/16x16/connecting.png differ diff --git a/data/icons/16x16/dnd.png b/data/icons/16x16/dnd.png new file mode 100644 index 0000000..eeaefc4 Binary files /dev/null and b/data/icons/16x16/dnd.png differ diff --git a/data/icons/16x16/error.png b/data/icons/16x16/error.png new file mode 100644 index 0000000..4d7e145 Binary files /dev/null and b/data/icons/16x16/error.png differ diff --git a/data/icons/16x16/event.png b/data/icons/16x16/event.png new file mode 100644 index 0000000..dbcd39f Binary files /dev/null and b/data/icons/16x16/event.png differ diff --git a/data/icons/16x16/invisible.png b/data/icons/16x16/invisible.png new file mode 100644 index 0000000..efad578 Binary files /dev/null and b/data/icons/16x16/invisible.png differ diff --git a/data/icons/16x16/muc_active.png b/data/icons/16x16/muc_active.png new file mode 100644 index 0000000..efdd60f Binary files /dev/null and b/data/icons/16x16/muc_active.png differ diff --git a/data/icons/16x16/muc_inactive.png b/data/icons/16x16/muc_inactive.png new file mode 100644 index 0000000..0bf75af Binary files /dev/null and b/data/icons/16x16/muc_inactive.png differ diff --git a/data/icons/16x16/not_in_roster.png b/data/icons/16x16/not_in_roster.png new file mode 100644 index 0000000..1c4c1df Binary files /dev/null and b/data/icons/16x16/not_in_roster.png differ diff --git a/data/icons/16x16/offline.png b/data/icons/16x16/offline.png new file mode 100644 index 0000000..5db4953 Binary files /dev/null and b/data/icons/16x16/offline.png differ diff --git a/data/icons/16x16/online.png b/data/icons/16x16/online.png new file mode 100644 index 0000000..9820382 Binary files /dev/null and b/data/icons/16x16/online.png differ diff --git a/data/icons/16x16/opened.png b/data/icons/16x16/opened.png new file mode 100644 index 0000000..ab34475 Binary files /dev/null and b/data/icons/16x16/opened.png differ diff --git a/data/icons/16x16/requested.png b/data/icons/16x16/requested.png new file mode 100644 index 0000000..1406753 Binary files /dev/null and b/data/icons/16x16/requested.png differ diff --git a/data/icons/16x16/xa.png b/data/icons/16x16/xa.png new file mode 100644 index 0000000..9a13cb3 Binary files /dev/null and b/data/icons/16x16/xa.png differ diff --git a/data/icons/32x32/away.png b/data/icons/32x32/away.png new file mode 100644 index 0000000..a708af3 Binary files /dev/null and b/data/icons/32x32/away.png differ diff --git a/data/icons/32x32/chat.png b/data/icons/32x32/chat.png new file mode 100644 index 0000000..c3339a7 Binary files /dev/null and b/data/icons/32x32/chat.png differ diff --git a/data/icons/32x32/closed.png b/data/icons/32x32/closed.png new file mode 100644 index 0000000..91469ac Binary files /dev/null and b/data/icons/32x32/closed.png differ diff --git a/data/icons/32x32/connecting.png b/data/icons/32x32/connecting.png new file mode 100644 index 0000000..35ac602 Binary files /dev/null and b/data/icons/32x32/connecting.png differ diff --git a/data/icons/32x32/dnd.png b/data/icons/32x32/dnd.png new file mode 100644 index 0000000..e418a0d Binary files /dev/null and b/data/icons/32x32/dnd.png differ diff --git a/data/icons/32x32/error.png b/data/icons/32x32/error.png new file mode 100644 index 0000000..3a38cfa Binary files /dev/null and b/data/icons/32x32/error.png differ diff --git a/data/icons/32x32/event.png b/data/icons/32x32/event.png new file mode 100644 index 0000000..20efb6f Binary files /dev/null and b/data/icons/32x32/event.png differ diff --git a/data/icons/32x32/invisible.png b/data/icons/32x32/invisible.png new file mode 100644 index 0000000..8571eb2 Binary files /dev/null and b/data/icons/32x32/invisible.png differ diff --git a/data/icons/32x32/muc_active.png b/data/icons/32x32/muc_active.png new file mode 100644 index 0000000..3c7474c Binary files /dev/null and b/data/icons/32x32/muc_active.png differ diff --git a/data/icons/32x32/muc_inactive.png b/data/icons/32x32/muc_inactive.png new file mode 100644 index 0000000..279843f Binary files /dev/null and b/data/icons/32x32/muc_inactive.png differ diff --git a/data/icons/32x32/not_in_roster.png b/data/icons/32x32/not_in_roster.png new file mode 100644 index 0000000..7c639fe Binary files /dev/null and b/data/icons/32x32/not_in_roster.png differ diff --git a/data/icons/32x32/offline.png b/data/icons/32x32/offline.png new file mode 100644 index 0000000..d1b05c9 Binary files /dev/null and b/data/icons/32x32/offline.png differ diff --git a/data/icons/32x32/online.png b/data/icons/32x32/online.png new file mode 100644 index 0000000..39f764e Binary files /dev/null and b/data/icons/32x32/online.png differ diff --git a/data/icons/32x32/opened.png b/data/icons/32x32/opened.png new file mode 100644 index 0000000..2a20845 Binary files /dev/null and b/data/icons/32x32/opened.png differ diff --git a/data/icons/32x32/requested.png b/data/icons/32x32/requested.png new file mode 100644 index 0000000..ebc0544 Binary files /dev/null and b/data/icons/32x32/requested.png differ diff --git a/data/icons/32x32/xa.png b/data/icons/32x32/xa.png new file mode 100644 index 0000000..72e3996 Binary files /dev/null and b/data/icons/32x32/xa.png differ diff --git a/data/icons/48x48/offline.png b/data/icons/48x48/offline.png new file mode 100644 index 0000000..03c81c2 Binary files /dev/null and b/data/icons/48x48/offline.png differ diff --git a/data/icons/48x48/online.png b/data/icons/48x48/online.png new file mode 100644 index 0000000..8be7fbd Binary files /dev/null and b/data/icons/48x48/online.png differ diff --git a/src/gui/ephraim.glade b/src/gui/ephraim.glade deleted file mode 100644 index 629e2de..0000000 --- a/src/gui/ephraim.glade +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - True - vertical - - - True - - - True - _Aktionen - True - - - True - - - True - - - - - gtk-quit - True - True - True - - - - - - - - - True - A_nsicht - True - - - - - True - _Hilfe - True - - - True - - - gtk-about - True - True - True - - - - - - - - - False - 0 - - - - - True - True - 160 - - - True - True - False - - - False - True - - - - - True - True - True - - - - - - - - - - - - - - - - - - - - - True - True - - - - - 1 - - - - - - -- cgit v1.2.3