From c7010d43264dafca66ff65540c5d6666f1c66e2a Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 7 May 2007 19:48:22 +0000 Subject: [darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons] svn path=/trunk/; revision=32 --- data/16x16/Makefile.am | 13 +++ data/16x16/empathy-available.png | Bin 0 -> 689 bytes data/16x16/empathy-away.png | Bin 0 -> 538 bytes data/16x16/empathy-busy.png | Bin 0 -> 616 bytes data/16x16/empathy-extended-away.png | Bin 0 -> 729 bytes data/16x16/empathy-message-new.png | Bin 0 -> 693 bytes data/16x16/empathy-message.png | Bin 0 -> 510 bytes data/16x16/empathy-offline.png | Bin 0 -> 401 bytes data/16x16/empathy-pending.png | Bin 0 -> 605 bytes data/16x16/empathy-typing.png | Bin 0 -> 587 bytes data/Makefile.am | 27 +++++++ data/gtalk.profile | 14 ++++ data/jabber.profile | 8 ++ data/msn.profile | 7 ++ data/salut.profile | 7 ++ data/scalable/message-new.xcf | Bin 0 -> 4170 bytes data/scalable/message.xcf | Bin 0 -> 3182 bytes data/scalable/process-typing.xcf | Bin 0 -> 2926 bytes data/scalable/status-avaible.svg | 104 ++++++++++++++++++++++++ data/scalable/status-away-extended.svg | 120 ++++++++++++++++++++++++++++ data/scalable/status-away.svg | 93 ++++++++++++++++++++++ data/scalable/status-busy.svg | 140 +++++++++++++++++++++++++++++++++ data/scalable/status-offline.svg | 101 ++++++++++++++++++++++++ data/scalable/status-pending.svg | 103 ++++++++++++++++++++++++ 24 files changed, 737 insertions(+) create mode 100644 data/16x16/Makefile.am create mode 100644 data/16x16/empathy-available.png create mode 100644 data/16x16/empathy-away.png create mode 100644 data/16x16/empathy-busy.png create mode 100644 data/16x16/empathy-extended-away.png create mode 100644 data/16x16/empathy-message-new.png create mode 100644 data/16x16/empathy-message.png create mode 100644 data/16x16/empathy-offline.png create mode 100644 data/16x16/empathy-pending.png create mode 100644 data/16x16/empathy-typing.png create mode 100644 data/Makefile.am create mode 100644 data/gtalk.profile create mode 100644 data/jabber.profile create mode 100644 data/msn.profile create mode 100644 data/salut.profile create mode 100644 data/scalable/message-new.xcf create mode 100644 data/scalable/message.xcf create mode 100644 data/scalable/process-typing.xcf create mode 100644 data/scalable/status-avaible.svg create mode 100644 data/scalable/status-away-extended.svg create mode 100644 data/scalable/status-away.svg create mode 100644 data/scalable/status-busy.svg create mode 100644 data/scalable/status-offline.svg create mode 100644 data/scalable/status-pending.svg (limited to 'data') diff --git a/data/16x16/Makefile.am b/data/16x16/Makefile.am new file mode 100644 index 000000000..1b12272c3 --- /dev/null +++ b/data/16x16/Makefile.am @@ -0,0 +1,13 @@ +icondir = $(datadir)/icons/hicolor/16x16/apps +icon_DATA = \ + empathy-available.png \ + empathy-offline.png \ + empathy-away.png \ + empathy-extended-away.png \ + empathy-busy.png \ + empathy-pending.png \ + empathy-message.png \ + empathy-message-new.png \ + empathy-typing.png + +EXTRA_DIST = $(icon_DATA) diff --git a/data/16x16/empathy-available.png b/data/16x16/empathy-available.png new file mode 100644 index 000000000..66b24967a Binary files /dev/null and b/data/16x16/empathy-available.png differ diff --git a/data/16x16/empathy-away.png b/data/16x16/empathy-away.png new file mode 100644 index 000000000..ff59e309d Binary files /dev/null and b/data/16x16/empathy-away.png differ diff --git a/data/16x16/empathy-busy.png b/data/16x16/empathy-busy.png new file mode 100644 index 000000000..fec554d89 Binary files /dev/null and b/data/16x16/empathy-busy.png differ diff --git a/data/16x16/empathy-extended-away.png b/data/16x16/empathy-extended-away.png new file mode 100644 index 000000000..9f74bd01a Binary files /dev/null and b/data/16x16/empathy-extended-away.png differ diff --git a/data/16x16/empathy-message-new.png b/data/16x16/empathy-message-new.png new file mode 100644 index 000000000..da01aff75 Binary files /dev/null and b/data/16x16/empathy-message-new.png differ diff --git a/data/16x16/empathy-message.png b/data/16x16/empathy-message.png new file mode 100644 index 000000000..be0e2e157 Binary files /dev/null and b/data/16x16/empathy-message.png differ diff --git a/data/16x16/empathy-offline.png b/data/16x16/empathy-offline.png new file mode 100644 index 000000000..0321dc6bb Binary files /dev/null and b/data/16x16/empathy-offline.png differ diff --git a/data/16x16/empathy-pending.png b/data/16x16/empathy-pending.png new file mode 100644 index 000000000..4adfdb648 Binary files /dev/null and b/data/16x16/empathy-pending.png differ diff --git a/data/16x16/empathy-typing.png b/data/16x16/empathy-typing.png new file mode 100644 index 000000000..5c272a339 Binary files /dev/null and b/data/16x16/empathy-typing.png differ diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 000000000..0f2e1b074 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,27 @@ +SUBDIRS = 16x16 + +profiledir = $(datadir)/mission-control/profiles +profile_DATA = \ + jabber.profile \ + gtalk.profile \ + salut.profile \ + msn.profile + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +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 + +EXTRA_DIST = \ + $(image_DATA) \ + $(profile_DATA) + + diff --git a/data/gtalk.profile b/data/gtalk.profile new file mode 100644 index 000000000..c70bfa840 --- /dev/null +++ b/data/gtalk.profile @@ -0,0 +1,14 @@ +[Profile] +Manager=gabble +Protocol=jabber +DisplayName=Google Talk +IconName = im-jabber +ConfigurationUI = jabber +DefaultAccountDomain = gmail.com, googlemail.com +Default-server = talk.google.com +Default-port = 5223 +Default-old-ssl = 1 +Default-fallback-conference-server = conference.jabber.org +Default-randomize-resource = 1 +Default-ignore-ssl-errors = 1 +SupportsInvisible = 0 diff --git a/data/jabber.profile b/data/jabber.profile new file mode 100644 index 000000000..811132cdf --- /dev/null +++ b/data/jabber.profile @@ -0,0 +1,8 @@ +[Profile] +Manager=gabble +Protocol=jabber +DisplayName=Jabber +IconName = im-jabber +ConfigurationUI = jabber +DefaultAccountDomain = jabber.org +SupportsInvisible = 0 diff --git a/data/msn.profile b/data/msn.profile new file mode 100644 index 000000000..599204c1b --- /dev/null +++ b/data/msn.profile @@ -0,0 +1,7 @@ +[Profile] +Manager=butterfly +Protocol=msn +DisplayName=MSN +IconName = im-msn +ConfigurationUI = msn +SupportsInvisible = 1 diff --git a/data/salut.profile b/data/salut.profile new file mode 100644 index 000000000..22c9c1867 --- /dev/null +++ b/data/salut.profile @@ -0,0 +1,7 @@ +[Profile] +Manager=salut +Protocol=salut +DisplayName=Salut +IconName = im-jabber +ConfigurationUI = salut + diff --git a/data/scalable/message-new.xcf b/data/scalable/message-new.xcf new file mode 100644 index 000000000..57d574347 Binary files /dev/null and b/data/scalable/message-new.xcf differ diff --git a/data/scalable/message.xcf b/data/scalable/message.xcf new file mode 100644 index 000000000..c255be046 Binary files /dev/null and b/data/scalable/message.xcf differ diff --git a/data/scalable/process-typing.xcf b/data/scalable/process-typing.xcf new file mode 100644 index 000000000..d2fa5f44d Binary files /dev/null and b/data/scalable/process-typing.xcf differ diff --git a/data/scalable/status-avaible.svg b/data/scalable/status-avaible.svg new file mode 100644 index 000000000..8d4cc585f --- /dev/null +++ b/data/scalable/status-avaible.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/data/scalable/status-away-extended.svg b/data/scalable/status-away-extended.svg new file mode 100644 index 000000000..3104dff54 --- /dev/null +++ b/data/scalable/status-away-extended.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/data/scalable/status-away.svg b/data/scalable/status-away.svg new file mode 100644 index 000000000..7e7b0ed6b --- /dev/null +++ b/data/scalable/status-away.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/data/scalable/status-busy.svg b/data/scalable/status-busy.svg new file mode 100644 index 000000000..66fc70945 --- /dev/null +++ b/data/scalable/status-busy.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/data/scalable/status-offline.svg b/data/scalable/status-offline.svg new file mode 100644 index 000000000..975f7dc8f --- /dev/null +++ b/data/scalable/status-offline.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/data/scalable/status-pending.svg b/data/scalable/status-pending.svg new file mode 100644 index 000000000..89c626c85 --- /dev/null +++ b/data/scalable/status-pending.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + -- cgit v1.2.3