# HG changeset patch # User Yoshiki Yazawa # Date 1219632416 0 # Node ID 0529d26b61542de41869f857eb7e7eeccb29cf69 # Parent 2a9ee9b43df6f8e4b9a052f65cfc745ea4dceacb# Parent 5b60f32bf54799dc0f651bba41e2c1388de6b7de propagate from branch 'im.pidgin.pidgin' (head 2798b5d30a8c2d29601e600fd6d9d710fd33635c) to branch 'im.pidgin.pidgin.yaz' (head 8bc3132e8513939a922982878b73287446c7d06e) diff -r 5b60f32bf547 -r 0529d26b6154 doc/pidgin.1.in --- a/doc/pidgin.1.in Thu Aug 21 11:09:05 2008 +0000 +++ b/doc/pidgin.1.in Mon Aug 25 02:46:56 2008 +0000 @@ -64,6 +64,31 @@ .B \-v, \-\-version Print the current version and exit. +.SH TERMS +Pidgin uses a few terms differently from other applications. For convenience +they are defined here: +.TP +.B Buddy List +The list of other users who the user wants to see status information for +and have quick access to for messaging. +.TP +.B Buddy +A user who has been added to the Buddy List. +.TP +.B Contact +A grouping of more than one buddy who are all the same person. A contact may +contain buddies from any protocol and may contain as many buddies as the user +desires. Contact arrangements are stored locally only. +.TP +.B Alias +A private "nickname" that may be set for Buddies or the user himself. On some +protocols, aliases are saved on the server but not visible to other users. On +other protocols, aliases are saved only locally. +.TP +.B Protocol +A messaging service. AIM, XMPP, MSN, Zephyr, etc. are protocols. Others may +call these "service types," "account types," "services," and so on. + .SH BUDDY LIST The \fBBuddy List\fR window is Pidgin's main interface window. Using this window a user can see which of his/her buddies is online, away, idle, @@ -464,20 +489,32 @@ disturb, away, etc. If \fIRecurring\fR is checked, the pounce will remain until removed by the \fBDelete\fR button. +.SH CUSTOM SMILIES +Pidgin 2.5.0 introduced support for custom smilies on those protocols for which +interested contributors have developed support. The custom smiley manager can +be accessed by selecting \fISmiley\fR from the \fITools\fR menu. From here, +custom smilies may be added, edited, or deleted by clicking the \fIAdd\fR, +\fIEdit\fR, or \fIDelete\fR buttons, respectively. + +During a conversation with another user, that user's custom smileys may be +added to the user's own custom smiley list directly from the conversation +window by right-clicking the new custom smiley and selecting \fIAdd Custom +Smiley...\fR + .SH PLUGINS Pidgin allows for dynamic loading of plugins to add extra functionality to Pidgin. See \fIplugins/HOWTO\fR or \fIhttp://developer.pidgin.im/wiki/CHowTo\fR for information on writing plugins. -The plugins dialog can be accessed by selecting Plugins from the Tools menu. -Each plugin available appears in this dialog with its name, version, and a -short summary of its functionality. Plugins can be enabled with the checkbox -beside the name and short description. More information on the currently -selected plugin is available by clicking the expander beside the text -\fIPlugin Details\fR. If the selected plugin has preferences or configuration -options, the \fIConfigure Plugin\fR button will present the plugin's -preferences dialog. +The plugins dialog can be accessed by selecting \fIPlugins\fR from the +\fITools\fR menu. Each plugin available appears in this dialog with its name, +version, and a short summary of its functionality. Plugins can be enabled +with the checkbox beside the name and short description. More information on +the currently selected plugin is available by clicking the expander beside the +text \fIPlugin Details\fR. If the selected plugin has preferences or +configuration options, the \fIConfigure Plugin\fR button will present the +plugin's preferences dialog. .SH PERL Pidgin allows for plugins to be written in the perl scripting language. See @@ -531,6 +568,8 @@ .SH SEE ALSO \fIhttp://pidgin.im/\fR +.br +\fIhttp://developer.pidgin.im/\fR .SH LICENSE This program is free software; you can redistribute it and/or modify diff -r 5b60f32bf547 -r 0529d26b6154 libpurple/protocols/jabber/parser.c --- a/libpurple/protocols/jabber/parser.c Thu Aug 21 11:09:05 2008 +0000 +++ b/libpurple/protocols/jabber/parser.c Mon Aug 25 02:46:56 2008 +0000 @@ -207,13 +207,11 @@ js->context = xmlCreatePushParserCtxt(&jabber_parser_libxml, js, buf, len, NULL); xmlParseChunk(js->context, "", 0, 0); } else if ((ret = xmlParseChunk(js->context, buf, len, 0)) != XML_ERR_OK) { - purple_debug_error("jabber", "xmlParseChunk returned error %i", ret); + xmlError *err = xmlCtxtGetLastError(js->context); - if ((ret >= XML_ERR_INVALID_HEX_CHARREF) && (ret <= XML_ERR_INVALID_CHAR)) { - /* If the error involves an invalid character, just drop this message. - * We'll create a new parser next time it's needed. */ - jabber_parser_free(js); - } else { + purple_debug_error("jabber", "xmlParseChunk returned error %i\n", ret); + + if (err->level == XML_ERR_FATAL) { purple_connection_error_reason (js->gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, _("XML Parse error")); diff -r 5b60f32bf547 -r 0529d26b6154 libpurple/protocols/msn/msn.c --- a/libpurple/protocols/msn/msn.c Thu Aug 21 11:09:05 2008 +0000 +++ b/libpurple/protocols/msn/msn.c Mon Aug 25 02:46:56 2008 +0000 @@ -505,11 +505,7 @@ static gboolean msn_offline_message(const PurpleBuddy *buddy) { - MsnUser *user; - if (buddy == NULL) - return FALSE; - user = buddy->proto_data; - return user && user->mobile; + return TRUE; } void diff -r 5b60f32bf547 -r 0529d26b6154 libpurple/proxy.c --- a/libpurple/proxy.c Thu Aug 21 11:09:05 2008 +0000 +++ b/libpurple/proxy.c Mon Aug 25 02:46:56 2008 +0000 @@ -211,7 +211,8 @@ purple_gnome_proxy_get_info(void) { static PurpleProxyInfo info = {0, NULL, 0, NULL, NULL}; - gchar *tmp; + gboolean use_same_proxy = FALSE; + gchar *tmp, *err; tmp = g_find_program_in_path("gconftool-2"); if (tmp == NULL) @@ -221,8 +222,9 @@ /* Check whether to use a proxy. */ if (!g_spawn_command_line_sync("gconftool-2 -g /system/proxy/mode", - &tmp, NULL, NULL, NULL)) + &tmp, &err, NULL, NULL)) return purple_global_proxy_get_info(); + g_free(err); if (!strcmp(tmp, "none\n")) { info.type = PURPLE_PROXY_NONE; @@ -238,9 +240,6 @@ g_free(tmp); - /* If we get this far then we know we're using an HTTP proxy */ - info.type = PURPLE_PROXY_HTTP; - /* Free the old fields */ if (info.host) { g_free(info.host); @@ -255,53 +254,96 @@ info.password = NULL; } - if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/host", - &info.host, NULL, NULL, NULL)) + if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/use_same_proxy", + &tmp, &err, NULL, NULL)) return purple_global_proxy_get_info(); + g_free(err); + + if (!strcmp(tmp, "true\n")) + use_same_proxy = TRUE; + g_free(tmp); + + if (!use_same_proxy && !g_spawn_command_line_sync("gconftool-2 -g /system/proxy/socks_host", + &info.host, &err, NULL, NULL)) + return purple_global_proxy_get_info(); + g_free(err); g_strchomp(info.host); - if (*info.host == '\0') - { - purple_debug_info("proxy", "Gnome proxy settings are set to " - "'manual' but no proxy server is specified. Using " - "Pidgin's proxy settings instead.\n"); + + if (!use_same_proxy && *info.host != '\0') { + info.type = PURPLE_PROXY_SOCKS5; + if (!g_spawn_command_line_sync("gconftool-2 -g /system/proxy/socks_port", + &tmp, &err, NULL, NULL)) + { + g_free(info.host); + info.host = NULL; + g_free(info.username); + info.username = NULL; + g_free(info.password); + info.password = NULL; + return purple_global_proxy_get_info(); + } + g_free(err); + info.port = atoi(tmp); + g_free(tmp); + } else { g_free(info.host); - info.host = NULL; - return purple_global_proxy_get_info(); - } - - if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/authentication_user", - &info.username, NULL, NULL, NULL)) - { - g_free(info.host); - info.host = NULL; - return purple_global_proxy_get_info(); - } - g_strchomp(info.username); + if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/host", + &info.host, &err, NULL, NULL)) + return purple_global_proxy_get_info(); + g_free(err); + /* If we get this far then we know we're using an HTTP proxy */ + info.type = PURPLE_PROXY_HTTP; - if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/authentication_password", - &info.password, NULL, NULL, NULL)) - { - g_free(info.host); - info.host = NULL; - g_free(info.username); - info.username = NULL; - return purple_global_proxy_get_info(); - } - g_strchomp(info.password); + g_strchomp(info.host); + if (*info.host == '\0') + { + purple_debug_info("proxy", "Gnome proxy settings are set to " + "'manual' but no suitable proxy server is specified. Using " + "Pidgin's proxy settings instead.\n"); + g_free(info.host); + info.host = NULL; + return purple_global_proxy_get_info(); + } + + if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/authentication_user", + &info.username, &err, NULL, NULL)) + { + g_free(info.host); + info.host = NULL; + g_free(info.username); + info.username = NULL; + return purple_global_proxy_get_info(); + } + g_free(err); + g_strchomp(info.username); - if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/port", - &tmp, NULL, NULL, NULL)) - { - g_free(info.host); - info.host = NULL; - g_free(info.username); - info.username = NULL; - g_free(info.password); - info.password = NULL; - return purple_global_proxy_get_info(); + if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/authentication_password", + &info.password, &err, NULL, NULL)) + { + g_free(info.host); + info.host = NULL; + g_free(info.username); + info.username = NULL; + return purple_global_proxy_get_info(); + } + g_free(err); + g_strchomp(info.password); + + if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/port", + &tmp, &err, NULL, NULL)) + { + g_free(info.host); + info.host = NULL; + g_free(info.username); + info.username = NULL; + g_free(info.password); + info.password = NULL; + return purple_global_proxy_get_info(); + } + g_free(err); + info.port = atoi(tmp); + g_free(tmp); } - info.port = atoi(tmp); - g_free(tmp); return &info; } diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/gtkstatusbox.c Mon Aug 25 02:46:56 2008 +0000 @@ -1217,6 +1217,51 @@ icon_size, "PidginStatusBox"); status_box->connecting_pixbufs[8] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT8, icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[9] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT9, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[10] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT10, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[11] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT11, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[12] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT12, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[13] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT13, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[14] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT14, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[15] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT15, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[16] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT16, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[17] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT17, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[18] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT18, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[19] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT19, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[20] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT20, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[21] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT21, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[22] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT22, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[23] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT23, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[24] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT24, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[25] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT25, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[26] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT26, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[27] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT27, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[28] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT28, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[29] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT29, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[30] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT30, + icon_size, "PidginStatusBox"); + for (i = 0; i < G_N_ELEMENTS(status_box->typing_pixbufs); i++) { if (status_box->typing_pixbufs[i] != NULL) diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/gtkstatusbox.h --- a/pidgin/gtkstatusbox.h Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/gtkstatusbox.h Mon Aug 25 02:46:56 2008 +0000 @@ -111,7 +111,7 @@ GdkPixbuf *error_pixbuf; int connecting_index; - GdkPixbuf *connecting_pixbufs[9]; + GdkPixbuf *connecting_pixbufs[31]; int typing_index; GdkPixbuf *typing_pixbufs[6]; diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pidginstock.c --- a/pidgin/pidginstock.c Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pidginstock.c Mon Aug 25 02:46:56 2008 +0000 @@ -93,6 +93,7 @@ { PIDGIN_STOCK_MODIFY, N_("_Modify"), 0, 0, NULL }, { PIDGIN_STOCK_OPEN_MAIL, N_("_Open Mail"), 0, 0, NULL }, { PIDGIN_STOCK_PAUSE, N_("_Pause"), 0, 0, NULL }, + { PIDGIN_STOCK_EDIT, N_("_Edit"), 0, 0, NULL } }; static struct SizedStockIcon { @@ -134,15 +135,37 @@ { PIDGIN_STOCK_DIALOG_QUESTION, "dialogs", "question.png", FALSE, TRUE, FALSE, FALSE, FALSE, TRUE, FALSE, NULL }, { PIDGIN_STOCK_DIALOG_WARNING, "dialogs", "warning.png", FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT0, "animations", "connect0.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT1, "animations", "connect1.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT2, "animations", "connect2.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT3, "animations", "connect3.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT4, "animations", "connect4.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT5, "animations", "connect5.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT6, "animations", "connect6.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT7, "animations", "connect7.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT8, "animations", "connect8.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT0, "animations", "process-working0.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT1, "animations", "process-working1.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT2, "animations", "process-working2.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT3, "animations", "process-working3.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT4, "animations", "process-working4.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT5, "animations", "process-working5.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT6, "animations", "process-working6.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT7, "animations", "process-working7.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT8, "animations", "process-working8.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT9, "animations", "process-working9.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT10, "animations", "process-working10.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT11, "animations", "process-working11.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT12, "animations", "process-working12.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT13, "animations", "process-working13.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT14, "animations", "process-working14.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT15, "animations", "process-working15.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT16, "animations", "process-working16.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT17, "animations", "process-working17.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT18, "animations", "process-working18.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT19, "animations", "process-working19.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT20, "animations", "process-working20.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT21, "animations", "process-working21.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT22, "animations", "process-working22.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT23, "animations", "process-working23.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT24, "animations", "process-working24.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT25, "animations", "process-working25.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT26, "animations", "process-working26.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT27, "animations", "process-working27.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT28, "animations", "process-working28.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT29, "animations", "process-working29.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT30, "animations", "process-working30.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_ANIMATION_TYPING0, "animations", "typing0.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_ANIMATION_TYPING1, "animations", "typing1.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_ANIMATION_TYPING2, "animations", "typing2.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pidginstock.h --- a/pidgin/pidginstock.h Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pidginstock.h Mon Aug 25 02:46:56 2008 +0000 @@ -102,6 +102,28 @@ #define PIDGIN_STOCK_ANIMATION_CONNECT6 "pidgin-anim-connect6" #define PIDGIN_STOCK_ANIMATION_CONNECT7 "pidgin-anim-connect7" #define PIDGIN_STOCK_ANIMATION_CONNECT8 "pidgin-anim-connect8" +#define PIDGIN_STOCK_ANIMATION_CONNECT9 "pidgin-anim-connect9" +#define PIDGIN_STOCK_ANIMATION_CONNECT10 "pidgin-anim-connect10" +#define PIDGIN_STOCK_ANIMATION_CONNECT11 "pidgin-anim-connect11" +#define PIDGIN_STOCK_ANIMATION_CONNECT12 "pidgin-anim-connect12" +#define PIDGIN_STOCK_ANIMATION_CONNECT13 "pidgin-anim-connect13" +#define PIDGIN_STOCK_ANIMATION_CONNECT14 "pidgin-anim-connect14" +#define PIDGIN_STOCK_ANIMATION_CONNECT15 "pidgin-anim-connect15" +#define PIDGIN_STOCK_ANIMATION_CONNECT16 "pidgin-anim-connect16" +#define PIDGIN_STOCK_ANIMATION_CONNECT17 "pidgin-anim-connect17" +#define PIDGIN_STOCK_ANIMATION_CONNECT18 "pidgin-anim-connect18" +#define PIDGIN_STOCK_ANIMATION_CONNECT19 "pidgin-anim-connect19" +#define PIDGIN_STOCK_ANIMATION_CONNECT20 "pidgin-anim-connect20" +#define PIDGIN_STOCK_ANIMATION_CONNECT21 "pidgin-anim-connect21" +#define PIDGIN_STOCK_ANIMATION_CONNECT22 "pidgin-anim-connect22" +#define PIDGIN_STOCK_ANIMATION_CONNECT23 "pidgin-anim-connect23" +#define PIDGIN_STOCK_ANIMATION_CONNECT24 "pidgin-anim-connect24" +#define PIDGIN_STOCK_ANIMATION_CONNECT25 "pidgin-anim-connect25" +#define PIDGIN_STOCK_ANIMATION_CONNECT26 "pidgin-anim-connect26" +#define PIDGIN_STOCK_ANIMATION_CONNECT27 "pidgin-anim-connect27" +#define PIDGIN_STOCK_ANIMATION_CONNECT28 "pidgin-anim-connect28" +#define PIDGIN_STOCK_ANIMATION_CONNECT29 "pidgin-anim-connect29" +#define PIDGIN_STOCK_ANIMATION_CONNECT30 "pidgin-anim-connect30" #define PIDGIN_STOCK_ANIMATION_TYPING0 "pidgin-anim-typing0" #define PIDGIN_STOCK_ANIMATION_TYPING1 "pidgin-anim-typing1" #define PIDGIN_STOCK_ANIMATION_TYPING2 "pidgin-anim-typing2" diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/Makefile.am --- a/pidgin/pixmaps/Makefile.am Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/Makefile.am Mon Aug 25 02:46:56 2008 +0000 @@ -19,6 +19,37 @@ animations/16/connect6.png \ animations/16/connect7.png \ animations/16/connect8.png \ + animations/16/process-working0.png \ + animations/16/process-working1.png \ + animations/16/process-working2.png \ + animations/16/process-working3.png \ + animations/16/process-working4.png \ + animations/16/process-working5.png \ + animations/16/process-working6.png \ + animations/16/process-working7.png \ + animations/16/process-working8.png \ + animations/16/process-working9.png \ + animations/16/process-working10.png \ + animations/16/process-working11.png \ + animations/16/process-working12.png \ + animations/16/process-working13.png \ + animations/16/process-working14.png \ + animations/16/process-working15.png \ + animations/16/process-working16.png \ + animations/16/process-working17.png \ + animations/16/process-working18.png \ + animations/16/process-working19.png \ + animations/16/process-working20.png \ + animations/16/process-working21.png \ + animations/16/process-working22.png \ + animations/16/process-working23.png \ + animations/16/process-working24.png \ + animations/16/process-working25.png \ + animations/16/process-working26.png \ + animations/16/process-working27.png \ + animations/16/process-working28.png \ + animations/16/process-working29.png \ + animations/16/process-working30.png \ animations/16/typing0.png \ animations/16/typing1.png \ animations/16/typing2.png \ @@ -99,34 +130,20 @@ emblems/16/voice.png EMOTES_DEFAULT_24_SCALABLE = \ - emotes/default/24/scalable/act-up.svg \ emotes/default/24/scalable/airplane.svg \ - emotes/default/24/scalable/alien.svg \ - emotes/default/24/scalable/angel.svg \ - emotes/default/24/scalable/angry.svg \ - emotes/default/24/scalable/arrogant.svg \ - emotes/default/24/scalable/at-wits-end.svg \ emotes/default/24/scalable/bad.svg \ - emotes/default/24/scalable/bashful.svg \ - emotes/default/24/scalable/beat-up.svg \ - emotes/default/24/scalable/beauty.svg \ emotes/default/24/scalable/beer.svg \ - emotes/default/24/scalable/blowkiss.svg \ emotes/default/24/scalable/bomb.svg \ emotes/default/24/scalable/bowl.svg \ emotes/default/24/scalable/boy.svg \ emotes/default/24/scalable/brb.svg \ - emotes/default/24/scalable/bulgy-eyes.svg \ - emotes/default/24/scalable/bye.svg \ emotes/default/24/scalable/cake.svg \ - emotes/default/24/scalable/call-me.svg \ emotes/default/24/scalable/camera.svg \ emotes/default/24/scalable/can.svg \ emotes/default/24/scalable/car.svg \ emotes/default/24/scalable/cat.svg \ emotes/default/24/scalable/chicken.svg \ emotes/default/24/scalable/cigarette.svg \ - emotes/default/24/scalable/clap.svg \ emotes/default/24/scalable/clock.svg \ emotes/default/24/scalable/cloudy.svg \ emotes/default/24/scalable/clover.svg \ @@ -134,77 +151,24 @@ emotes/default/24/scalable/coffee.svg \ emotes/default/24/scalable/coins.svg \ emotes/default/24/scalable/computer.svg \ - emotes/default/24/scalable/confused.svg \ emotes/default/24/scalable/console.svg \ - emotes/default/24/scalable/cowboy.svg \ emotes/default/24/scalable/cow.svg \ - emotes/default/24/scalable/crying.svg \ - emotes/default/24/scalable/curl-lip.svg \ - emotes/default/24/scalable/curse.svg \ - emotes/default/24/scalable/cute.svg \ - emotes/default/24/scalable/cyclops.svg \ - emotes/default/24/scalable/dance.svg \ - emotes/default/24/scalable/dazed.svg \ - emotes/default/24/scalable/desire.svg \ - emotes/default/24/scalable/devil.svg \ - emotes/default/24/scalable/disappointed.svg \ - emotes/default/24/scalable/disdain.svg \ - emotes/default/24/scalable/doctor.svg \ emotes/default/24/scalable/dog.svg \ - emotes/default/24/scalable/doh.svg \ - emotes/default/24/scalable/dont-know.svg \ emotes/default/24/scalable/drink.svg \ - emotes/default/24/scalable/drool.svg \ - emotes/default/24/scalable/eat.svg \ - emotes/default/24/scalable/embarrassed.svg \ - emotes/default/24/scalable/excruciating.svg \ - emotes/default/24/scalable/eyeroll.svg \ - emotes/default/24/scalable/female-fighter.svg \ emotes/default/24/scalable/film.svg \ - emotes/default/24/scalable/fingers-crossed.svg \ emotes/default/24/scalable/flag.svg \ - emotes/default/24/scalable/foot-in-mouth.svg \ - emotes/default/24/scalable/freaked-out.svg \ emotes/default/24/scalable/ghost.svg \ - emotes/default/24/scalable/giggle.svg \ emotes/default/24/scalable/girl.svg \ - emotes/default/24/scalable/glasses-cool.svg \ - emotes/default/24/scalable/glasses-nerdy.svg \ emotes/default/24/scalable/goat.svg \ - emotes/default/24/scalable/go-away.svg \ emotes/default/24/scalable/good.svg \ emotes/default/24/scalable/hammer.svg \ emotes/default/24/scalable/handcuffs.svg \ - emotes/default/24/scalable/handshake.svg \ - emotes/default/24/scalable/highfive.svg \ - emotes/default/24/scalable/hug-left.svg \ - emotes/default/24/scalable/hug-right.svg \ - emotes/default/24/scalable/hypnotized.svg \ - emotes/default/24/scalable/in-love.svg \ emotes/default/24/scalable/island.svg \ - emotes/default/24/scalable/jump.svg \ - emotes/default/24/scalable/kissed.svg \ - emotes/default/24/scalable/kissing.svg \ - emotes/default/24/scalable/kiss.svg \ emotes/default/24/scalable/knife.svg \ emotes/default/24/scalable/lamp.svg \ - emotes/default/24/scalable/lashes.svg \ - emotes/default/24/scalable/laugh.svg \ emotes/default/24/scalable/liquor.svg \ - emotes/default/24/scalable/loser.svg \ - emotes/default/24/scalable/love-over.svg \ - emotes/default/24/scalable/love.svg \ - emotes/default/24/scalable/lying.svg \ - emotes/default/24/scalable/madtongue.svg \ emotes/default/24/scalable/mail.svg \ - emotes/default/24/scalable/male-fighter1.svg \ - emotes/default/24/scalable/male-fighter2.svg \ - emotes/default/24/scalable/mean.svg \ - emotes/default/24/scalable/meeting.svg \ - emotes/default/24/scalable/messed.svg \ emotes/default/24/scalable/mobile.svg \ - emotes/default/24/scalable/mohawk.svg \ - emotes/default/24/scalable/moneymouth.svg \ emotes/default/24/scalable/monkey.svg \ emotes/default/24/scalable/moon.svg \ emotes/default/24/scalable/msn-away.svg \ @@ -212,81 +176,33 @@ emotes/default/24/scalable/msn_online.svg \ emotes/default/24/scalable/msn.svg \ emotes/default/24/scalable/musical-note.svg \ - emotes/default/24/scalable/music.svg \ - emotes/default/24/scalable/nailbiting.svg \ - emotes/default/24/scalable/neutral.svg \ - emotes/default/24/scalable/on-the-phone.svg \ - emotes/default/24/scalable/party.svg \ emotes/default/24/scalable/peace.svg \ emotes/default/24/scalable/phone.svg \ emotes/default/24/scalable/pig.svg \ emotes/default/24/scalable/pill.svg \ - emotes/default/24/scalable/pirate.svg \ - emotes/default/24/scalable/pissed-off.svg \ emotes/default/24/scalable/pizza.svg \ emotes/default/24/scalable/plate.svg \ emotes/default/24/scalable/poop.svg \ - emotes/default/24/scalable/pray.svg \ emotes/default/24/scalable/present.svg \ emotes/default/24/scalable/qq.svg \ - emotes/default/24/scalable/question.svg \ - emotes/default/24/scalable/quiet.svg \ emotes/default/24/scalable/rainbow.svg \ emotes/default/24/scalable/rain.svg \ emotes/default/24/scalable/rose-dead.svg \ emotes/default/24/scalable/rose.svg \ - emotes/default/24/scalable/rotfl.svg \ - emotes/default/24/scalable/sad.svg \ - emotes/default/24/scalable/sarcastic.svg \ emotes/default/24/scalable/search.svg \ - emotes/default/24/scalable/secret.svg \ - emotes/default/24/scalable/shame.svg \ emotes/default/24/scalable/sheep.svg \ - emotes/default/24/scalable/shock.svg \ emotes/default/24/scalable/shout.svg \ - emotes/default/24/scalable/shut-mouth.svg \ - emotes/default/24/scalable/sick.svg \ - emotes/default/24/scalable/sidefrown.svg \ - emotes/default/24/scalable/silly.svg \ - emotes/default/24/scalable/sinister.svg \ emotes/default/24/scalable/skeleton.svg \ - emotes/default/24/scalable/skywalker.svg \ - emotes/default/24/scalable/sleepy.svg \ - emotes/default/24/scalable/smile-big.svg \ - emotes/default/24/scalable/smile.svg \ - emotes/default/24/scalable/smirk.svg \ emotes/default/24/scalable/snail.svg \ - emotes/default/24/scalable/snicker.svg \ emotes/default/24/scalable/snowman.svg \ emotes/default/24/scalable/soccerball.svg \ - emotes/default/24/scalable/soldier.svg \ emotes/default/24/scalable/star.svg \ - emotes/default/24/scalable/starving.svg \ - emotes/default/24/scalable/stop.svg \ - emotes/default/24/scalable/struggle.svg \ emotes/default/24/scalable/sun.svg \ - emotes/default/24/scalable/sweat.svg \ - emotes/default/24/scalable/talktohand.svg \ - emotes/default/24/scalable/teeth.svg \ - emotes/default/24/scalable/terror.svg \ - emotes/default/24/scalable/thinking.svg \ emotes/default/24/scalable/thunder.svg \ - emotes/default/24/scalable/time-out.svg \ - emotes/default/24/scalable/tongue.svg \ - emotes/default/24/scalable/tremble.svg \ emotes/default/24/scalable/turtle.svg \ emotes/default/24/scalable/tv.svg \ emotes/default/24/scalable/umbrella.svg \ - emotes/default/24/scalable/vampire.svg \ - emotes/default/24/scalable/victory.svg \ - emotes/default/24/scalable/waiting.svg \ emotes/default/24/scalable/watermelon.svg \ - emotes/default/24/scalable/waving.svg \ - emotes/default/24/scalable/weep.svg \ - emotes/default/24/scalable/wilt.svg \ - emotes/default/24/scalable/wink.svg \ - emotes/default/24/scalable/worship.svg \ - emotes/default/24/scalable/yawn.svg \ emotes/default/24/scalable/yin-yang.svg PROTOCOLS_16_SCALABLE = \ @@ -651,7 +567,6 @@ $(DIALOGS_16_SCALABLE) \ $(DIALOGS_64_SCALABLE) \ $(ICONS_16_SCALABLE) \ - $(ICONS_22_SCALABLE) \ $(ICONS_24_SCALABLE) \ $(ICONS_32_SCALABLE) \ $(ICONS_48_SCALABLE) \ diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working0.png Binary file pidgin/pixmaps/animations/16/process-working0.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working1.png Binary file pidgin/pixmaps/animations/16/process-working1.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working10.png Binary file pidgin/pixmaps/animations/16/process-working10.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working11.png Binary file pidgin/pixmaps/animations/16/process-working11.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working12.png Binary file pidgin/pixmaps/animations/16/process-working12.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working13.png Binary file pidgin/pixmaps/animations/16/process-working13.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working14.png Binary file pidgin/pixmaps/animations/16/process-working14.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working15.png Binary file pidgin/pixmaps/animations/16/process-working15.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working16.png Binary file pidgin/pixmaps/animations/16/process-working16.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working17.png Binary file pidgin/pixmaps/animations/16/process-working17.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working18.png Binary file pidgin/pixmaps/animations/16/process-working18.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working19.png Binary file pidgin/pixmaps/animations/16/process-working19.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working2.png Binary file pidgin/pixmaps/animations/16/process-working2.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working20.png Binary file pidgin/pixmaps/animations/16/process-working20.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working21.png Binary file pidgin/pixmaps/animations/16/process-working21.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working22.png Binary file pidgin/pixmaps/animations/16/process-working22.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working23.png Binary file pidgin/pixmaps/animations/16/process-working23.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working24.png Binary file pidgin/pixmaps/animations/16/process-working24.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working25.png Binary file pidgin/pixmaps/animations/16/process-working25.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working26.png Binary file pidgin/pixmaps/animations/16/process-working26.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working27.png Binary file pidgin/pixmaps/animations/16/process-working27.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working28.png Binary file pidgin/pixmaps/animations/16/process-working28.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working29.png Binary file pidgin/pixmaps/animations/16/process-working29.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working3.png Binary file pidgin/pixmaps/animations/16/process-working3.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working30.png Binary file pidgin/pixmaps/animations/16/process-working30.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working4.png Binary file pidgin/pixmaps/animations/16/process-working4.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working5.png Binary file pidgin/pixmaps/animations/16/process-working5.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working6.png Binary file pidgin/pixmaps/animations/16/process-working6.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working7.png Binary file pidgin/pixmaps/animations/16/process-working7.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working8.png Binary file pidgin/pixmaps/animations/16/process-working8.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/animations/16/process-working9.png Binary file pidgin/pixmaps/animations/16/process-working9.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/art-tools/clean-svg-definitions.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/art-tools/clean-svg-definitions.sh Mon Aug 25 02:46:56 2008 +0000 @@ -0,0 +1,7 @@ +#!/bin/bash + +for f in `ls *.svg` +do + echo "Processing $f file..." + inkscape --vacuum-defs $f +done diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/art-tools/render-pidgin-emotes.rb --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/art-tools/render-pidgin-emotes.rb Mon Aug 25 02:46:56 2008 +0000 @@ -0,0 +1,48 @@ +#!/usr/bin/env ruby + +require "rexml/document" +require "ftools" +include REXML +INKSCAPE = '/usr/bin/inkscape' +SRC = "./svg" + +def renderit(file) + svg = Document.new(File.new("#{SRC}/#{file}", 'r')) + svg.root.each_element("//g[contains(@inkscape:label,'plate')]") do |icon| + filename = icon.attributes["label"] + filename = `echo -n #{filename} | sed -e 's/plate\-//g'` + puts "#{file} #{filename}.png" + icon.each_element("rect") do |box| + if box.attributes['inkscape:label'] == '22x22' + dir = "#{box.attributes['width']}x#{box.attributes['height']}/" + cmd = "#{INKSCAPE} -i #{box.attributes['id']} -e #{dir}/#{filename}.png #{SRC}/#{file} > /dev/null 2>&1" + File.makedirs(dir) unless File.exists?(dir) + system(cmd) + print "." + elsif box.attributes['inkscape:label'] == '24x24' + dir = "#{box.attributes['width']}x#{box.attributes['height']}/" + cmd = "#{INKSCAPE} -i #{box.attributes['id']} -e #{dir}/#{filename}.png #{SRC}/#{file} > /dev/null 2>&1" + File.makedirs(dir) unless File.exists?(dir) + system(cmd) + print "." + end + end + puts '' + end +end + +if (ARGV[0].nil?) #render all SVGs + puts "Rendering from SVGs in #{SRC}" + Dir.foreach(SRC) do |file| + renderit(file) if file.match(/svg$/) + end + puts "\nrendered all SVGs" +else #only render the SVG passed + file = "#{ARGV[0]}.svg" + if (File.exists?("#{SRC}/#{file}")) + renderit(file) + puts "\nrendered #{file}" + else + puts "[E] No such file (#{file})" + end +end diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/auth.png Binary file pidgin/pixmaps/dialogs/64/auth.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/cool.png Binary file pidgin/pixmaps/dialogs/64/cool.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/dialog.png Binary file pidgin/pixmaps/dialogs/64/dialog.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/error.png Binary file pidgin/pixmaps/dialogs/64/error.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/info.png Binary file pidgin/pixmaps/dialogs/64/info.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/mail.png Binary file pidgin/pixmaps/dialogs/64/mail.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/question.png Binary file pidgin/pixmaps/dialogs/64/question.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/scalable/auth.svg --- a/pidgin/pixmaps/dialogs/64/scalable/auth.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/dialogs/64/scalable/auth.svg Mon Aug 25 02:46:56 2008 +0000 @@ -9,114 +9,521 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="64" - height="64" + width="48" + height="48" id="svg2" sodipodi:version="0.32" inkscape:version="0.46" version="1.0" - sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/dialogs/64" + sodipodi:docbase="/home/hbons/Desktop" sodipodi:docname="auth.svg" - inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/dialogs/64/dialog-authorize.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/pidgin-mtn/pidgin/pixmaps/dialogs/64/auth.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:modified="true"> + id="linearGradient9188"> + + + + + id="stop9168" /> + + + + + id="stop9162" /> + + + + + + + + + + + + + + + + + + + + + style="stop-color:#538ac5;stop-opacity:1" /> + style="stop-color:#ffffff;stop-opacity:1" /> - + + + + + id="linearGradient11333"> + + + + + + + + + + + + id="linearGradient11292"> + id="stop11294" /> + id="stop11296" /> - + id="linearGradient11259"> + + + + + + + + + + + + + + + + + + + + + + gradientTransform="translate(-2.0000685,1.885788e-7)" /> + + + + + + + + + + + + x1="9.7069349" + y1="8.5495605" + x2="9.9879932" + y2="10.59237" /> + + + + + + gradientTransform="matrix(1.1262515,0,0,1,-4.093162,0)" /> + + + + + + inkscape:guide-bbox="true"> + + @@ -154,175 +573,278 @@ inkscape:groupmode="layer" id="layer1"> + + + + + + + + + + + + + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(-3.7380737,0.6989293,0.7062659,1.8392838,40.47015,-9.9684388)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path17978" + style="opacity:1;fill:none;fill-opacity:1;stroke:#a95300;stroke-width:0.36837955999999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + transform="matrix(1.4620795,0,0,1.0301913,2.3076208,11.055896)" + d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" + sodipodi:ry="1.9413869" + sodipodi:rx="1.0259361" + sodipodi:cy="9.6526775" + sodipodi:cx="9.7069349" + id="path11300" + style="opacity:1;fill:url(#linearGradient11310);fill-opacity:1;stroke:none;stroke-width:0.98640185999999996;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect11649" + width="5.1303458" + height="1.0018942" + x="6.2930641" + y="14.833013" + rx="0.51303452" + ry="0.50094712" + transform="matrix(0.9676638,0.2522433,-0.265541,0.9640996,0,0)" /> + + + + + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path8716" + style="opacity:1;fill:url(#radialGradient8722);fill-opacity:1;stroke:none;stroke-width:0.51155167999999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + transform="matrix(0.5513643,0,0,-0.5513643,29.490506,38.055647)" + d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z" + sodipodi:ry="9.975256" + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path8718" + style="opacity:0.48699998999999999;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.81368314999999991;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + - - - - - - - + inkscape:radius="-1.0060635" + inkscape:original="M 25.71875 29.5 C 25.048304 29.5 24.5 30.048304 24.5 30.71875 L 24.5 43.28125 C 24.5 43.951696 25.048304 44.5 25.71875 44.5 L 43.28125 44.5 C 43.951696 44.5 44.5 43.951698 44.5 43.28125 L 44.5 30.71875 C 44.5 30.048304 43.951698 29.5 43.28125 29.5 L 25.71875 29.5 z " + style="opacity:1;fill:url(#linearGradient9062);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.94868326000000003;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path9052" + d="M 25.71875,30.5 C 25.596823,30.5 25.5,30.596823 25.5,30.71875 L 25.5,43.28125 C 25.5,43.403177 25.596823,43.5 25.71875,43.5 L 43.28125,43.5 C 43.403179,43.5 43.5,43.403181 43.5,43.28125 L 43.5,30.71875 C 43.5,30.596821 43.403181,30.5 43.28125,30.5 L 25.71875,30.5 z" + transform="matrix(1.1111112,0,0,1,-3.833336,0)" /> + - + style="fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 28 34 C 27.448 34 27 34.447999 27 35 C 27 35.552 27.448001 35.999999 28 36 C 28.552 36 29 35.551999 29 35 C 29 34.448 28.552001 33.999999 28 34 z M 28 36 C 27.448 36 27 36.448 27 37 C 27 37 29 37 29 37 C 29 36.448 28.552001 36 28 36 z " + id="path9242" /> + - - - + style="opacity:1;fill:url(#linearGradient9194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 31 40 L 31 43 L 32 43 L 32 40 L 31 40 z M 33 40 L 33 43 L 35 43 L 35 40 L 33 40 z M 36 40 L 36 43 L 36.9375 43 L 36.9375 40 L 36 40 z M 38 40 L 38 43 L 40 43 L 40 40 L 38 40 z M 41.28125 40 C 41.168464 40 41.0625 40.105962 41.0625 40.21875 L 41.0625 42.78125 C 41.0625 42.894036 41.168462 43 41.28125 43 L 41.78125 43 C 41.894036 43 42 42.894038 42 42.78125 L 42 40.21875 C 42 40.105964 41.894038 40 41.78125 40 L 41.28125 40 z M 43.0625 40 L 43.0625 43 L 44 43 L 44 40 L 43.0625 40 z " + id="rect9175" /> - + style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:semi-condensed;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold Semi-Condensed" + d="M 33,35.766614 L 33.543122,35.766614 C 33.704956,35.766616 33.829008,35.806602 33.915279,35.886573 C 34.001548,35.965918 34.044683,36.079265 34.044684,36.226615 C 34.044683,36.374597 34.001548,36.488574 33.915279,36.568546 C 33.829008,36.64789 33.704956,36.687561 33.543122,36.687561 L 33.327762,36.687561 L 33.327762,37.176843 L 33,37.176843 L 33,35.766614 M 33.327762,36.030147 L 33.327762,36.424028 L 33.508174,36.424028 C 33.571773,36.424029 33.62089,36.407027 33.655525,36.373022 C 33.690158,36.338389 33.707475,36.289587 33.707476,36.226615 C 33.707475,36.163646 33.690158,36.115158 33.655525,36.081153 C 33.62089,36.04715 33.571773,36.030148 33.508174,36.030147 L 33.327762,36.030147 M 34.260044,36.118936 L 34.564192,36.118936 L 34.564192,37.176843 L 34.260044,37.176843 L 34.260044,36.118936 M 34.260044,35.707107 L 34.564192,35.707107 L 34.564192,35.982918 L 34.260044,35.982918 L 34.260044,35.707107 M 35.508753,36.273843 L 35.508753,35.707107 L 35.814791,35.707107 L 35.814791,37.176843 L 35.508753,37.176843 L 35.508753,37.023824 C 35.466561,37.086166 35.420278,37.131819 35.369903,37.160786 C 35.319525,37.189752 35.260962,37.204235 35.194214,37.204235 C 35.077088,37.204235 34.980743,37.152599 34.905178,37.049327 C 34.830243,36.945426 34.792776,36.811928 34.792776,36.648834 C 34.792776,36.48574 34.830243,36.352558 34.905178,36.249285 C 34.980743,36.145384 35.077088,36.093433 35.194214,36.093432 C 35.260333,36.093433 35.318581,36.108231 35.368958,36.137827 C 35.419963,36.166794 35.466561,36.212133 35.508753,36.273843 M 35.307561,36.95865 C 35.37305,36.95865 35.422797,36.932202 35.456802,36.879307 C 35.491435,36.826412 35.508752,36.749587 35.508753,36.648834 C 35.508752,36.548081 35.491435,36.471257 35.456802,36.418361 C 35.422797,36.365467 35.37305,36.339019 35.307561,36.339018 C 35.243331,36.339019 35.193899,36.365467 35.159265,36.418361 C 35.125261,36.471257 35.108259,36.548081 35.108259,36.648834 C 35.108259,36.749587 35.125261,36.826412 35.159265,36.879307 C 35.193899,36.932202 35.243331,36.95865 35.307561,36.95865 M 36.759351,36.997376 C 36.71716,37.059088 36.670876,37.104427 36.6205,37.133394 C 36.570123,37.16236 36.511561,37.176843 36.444812,37.176843 C 36.328946,37.176843 36.232915,37.126152 36.156721,37.024769 C 36.081156,36.922757 36.043374,36.793037 36.043374,36.63561 C 36.043374,36.477554 36.081156,36.348149 36.156721,36.247396 C 36.232915,36.146014 36.328946,36.095322 36.444812,36.095322 C 36.511561,36.095322 36.570123,36.109806 36.6205,36.138771 C 36.670876,36.167739 36.71716,36.213392 36.759351,36.275732 L 36.759351,36.118936 L 37.065388,36.118936 L 37.065388,37.070108 C 37.065387,37.240129 37.0169,37.369848 36.919926,37.459267 C 36.82358,37.549315 36.68347,37.594339 36.499597,37.594339 C 36.440404,37.594339 36.382786,37.589301 36.326742,37.579226 C 36.271327,37.56915 36.215599,37.553722 36.159555,37.532943 L 36.159555,37.26941 C 36.21308,37.303414 36.265345,37.328602 36.316352,37.344975 C 36.367358,37.361977 36.418679,37.370478 36.470315,37.370478 C 36.569809,37.370478 36.642854,37.346234 36.689453,37.297747 C 36.736051,37.24926 36.75935,37.17338 36.759351,37.070108 L 36.759351,36.997376 M 36.55816,36.339018 C 36.495188,36.339019 36.446071,36.364837 36.410808,36.416472 C 36.376174,36.468108 36.358857,36.541155 36.358857,36.63561 C 36.358857,36.732585 36.375859,36.806261 36.409864,36.856637 C 36.443867,36.906384 36.493299,36.931257 36.55816,36.931257 C 36.621759,36.931257 36.671191,36.90544 36.706456,36.853803 C 36.741718,36.802168 36.75935,36.729437 36.759351,36.63561 C 36.75935,36.541155 36.741718,36.468108 36.706456,36.416472 C 36.671191,36.364837 36.621759,36.339019 36.55816,36.339018 M 37.36198,36.118936 L 37.666129,36.118936 L 37.666129,37.176843 L 37.36198,37.176843 L 37.36198,36.118936 M 37.36198,35.707107 L 37.666129,35.707107 L 37.666129,35.982918 L 37.36198,35.982918 L 37.36198,35.707107 M 38.919561,36.532653 L 38.919561,37.176843 L 38.613523,37.176843 L 38.613523,37.071997 L 38.613523,36.683783 C 38.613522,36.592476 38.611633,36.529505 38.607856,36.494871 C 38.604077,36.460237 38.597779,36.434734 38.588965,36.418361 C 38.577,36.396322 38.560627,36.37932 38.539847,36.367355 C 38.519696,36.354762 38.496712,36.348464 38.470894,36.348464 C 38.407293,36.348464 38.357232,36.375857 38.320709,36.43064 C 38.284816,36.484796 38.266869,36.560046 38.266869,36.65639 L 38.266869,37.176843 L 37.962721,37.176843 L 37.962721,36.118936 L 38.266869,36.118936 L 38.266869,36.273843 C 38.312838,36.212133 38.36164,36.166794 38.413276,36.137827 C 38.464912,36.108231 38.5219,36.093433 38.584242,36.093432 C 38.69381,36.093433 38.776931,36.130901 38.833606,36.205835 C 38.890908,36.280771 38.91956,36.38971 38.919561,36.532653" + id="flowRoot9198" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/scalable/cool.svg --- a/pidgin/pixmaps/dialogs/64/scalable/cool.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/dialogs/64/scalable/cool.svg Mon Aug 25 02:46:56 2008 +0000 @@ -15,116 +15,428 @@ sodipodi:version="0.32" inkscape:version="0.46" version="1.0" - sodipodi:docbase="/home/hbons/Desktop/2.1.1/dialogs" + sodipodi:docbase="/home/hbons/Desktop" sodipodi:docname="cool.svg" - inkscape:export-filename="/home/hbons/Desktop/newstyle.png" + inkscape:export-filename="/home/hbons/Bureaublad/cool.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape" sodipodi:modified="true"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id="linearGradient11333"> + + + + + + + + + + + + + + + + + + + + + id="stop11243" /> + + + + + + + + + id="stop11200" /> + + + + + - - - - - - - - - - - - + gradientTransform="matrix(1.8771377,9.6878354e-8,-5.330884e-8,1.0893079,-10.4827,-2.6428601)" + cx="11.873854" + cy="12.147273" + fx="11.594166" + fy="8.8655272" + r="9.975256" /> + + + + + x1="14.6875" + y1="11.875" + x2="20.6875" + y2="22.5625" + gradientTransform="translate(10.999931,1.885788e-7)" /> + + + + + + id="filter11503" + x="-0.11697236" + width="1.2339447" + y="-0.32830241" + height="1.6566048"> + stdDeviation="0.64772565" + id="feGaussianBlur11505" /> + + + + + + + + height="48px" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10" + showguides="true" + inkscape:guide-bbox="true"> + + @@ -162,243 +486,219 @@ inkscape:groupmode="layer" id="layer1"> + sodipodi:cx="10.748654" + id="path17958" + style="opacity:0.7342342;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;filter:url(#filter11503);enable-background:new" + sodipodi:type="arc" /> + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path17960" + style="opacity:1;fill:#e08700;fill-opacity:1;stroke:url(#linearGradient10406);stroke-width:0.4878417;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path11257" + style="opacity:1;fill:url(#radialGradient11327);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + sodipodi:cx="11.806158" + id="path17964" + style="opacity:0.48699999;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + id="path17966" + d="M 20.499932,19.5 C 20.499932,22.259999 18.259935,24.499999 15.499932,24.499999 C 12.739932,24.499999 10.499932,22.259999 10.499932,19.5 C 10.499932,16.739999 12.739932,14.499999 15.499932,14.499999 C 18.259935,14.499999 20.499932,16.739999 20.499932,19.5 z" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient11480);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" /> + sodipodi:cx="9.7069349" + id="path17968" + style="opacity:1;fill:url(#linearGradient11202);fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(3.7380737,0.6989293,-0.7062659,1.8392838,3.5297812,-10.968438)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path11325" + style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.36837956;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(3.7380737,0.6989296,-0.7062659,1.8392846,3.5297812,-9.9684476)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path17976" + style="opacity:1;fill:none;fill-opacity:1;stroke:#a95300;stroke-width:0.36837947;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> - + - + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path17978" + style="opacity:1;fill:none;fill-opacity:1;stroke:#a95300;stroke-width:0.36837956;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + transform="matrix(1.4620795,0,0,1.0301913,2.3076208,11.055896)" + d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" + sodipodi:ry="1.9413869" + sodipodi:rx="1.0259361" + sodipodi:cy="9.6526775" + sodipodi:cx="9.7069349" + id="path11300" + style="opacity:1;fill:url(#linearGradient11310);fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + - - - - - - + style="opacity:1;fill:url(#linearGradient11424);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter11462);enable-background:accumulate" + id="path11416" + sodipodi:cx="23.25" + sodipodi:cy="30.1875" + sodipodi:rx="6.8125" + sodipodi:ry="2.8125" + d="M 30.0625,30.1875 A 6.8125,2.8125 0 1 1 16.4375,30.1875 A 6.8125,2.8125 0 1 1 30.0625,30.1875 z" + transform="matrix(0.9925109,-0.2659425,0.4601228,1.7172017,-13.102978,-15.495569)" /> - - + style="opacity:0.59722218;fill:url(#radialGradient11659);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 22,18.537724 C 22,22.656901 18.64,26.000001 14.5,26.000001 C 10.36,26.000001 7,22.656901 7,18.537724 C 7,14.418548 10.36,14.000001 14.5,14.000001 C 18.64,14.000001 22,14.418548 22,18.537724 z" + id="path11647" + sodipodi:nodetypes="csssc" /> + + + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 14.5,13.5 C 10.084001,13.5 6.5,13.946414 6.5,18.408854 C 6.5,22.871297 10.084001,26.500001 14.5,26.5 C 17.950001,26.5 20.877881,24.27985 22,21.184896 C 23.122119,24.27985 26.049999,26.500001 29.5,26.5 C 33.916001,26.5 37.499998,22.871296 37.5,18.408854 C 37.5,13.946415 33.916,13.5 29.5,13.5 C 26.05,13.5 23.122119,13.790128 22,16.039063 C 20.877881,13.790128 17.950001,13.5 14.5,13.5 z" + id="path11661" /> - - + style="opacity:0.59722218;fill:url(#radialGradient11667);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 37,18.537724 C 37,22.656901 33.64,26.000001 29.5,26.000001 C 25.36,26.000001 22,22.656901 22,18.537724 C 22,14.418548 25.36,14.000001 29.5,14.000001 C 33.64,14.000001 37,14.418548 37,18.537724 z" + id="path11663" + sodipodi:nodetypes="csssc" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/scalable/dialog.svg --- a/pidgin/pixmaps/dialogs/64/scalable/dialog.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/dialogs/64/scalable/dialog.svg Mon Aug 25 02:46:56 2008 +0000 @@ -9,86 +9,365 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="64" - height="64" + width="48" + height="48" id="svg2" sodipodi:version="0.32" inkscape:version="0.46" version="1.0" - sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/dialogs" + sodipodi:docbase="/home/hbons/Desktop" sodipodi:docname="dialog.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/dialogs/dialog.png" + inkscape:export-filename="/home/hbons/Bureaublad/dialog.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:modified="true"> + + + + + + + + + + + + + + + + + + id="linearGradient11333"> + + + + + + + + + + + + + id="stop11294" /> + + + + + + + + + + + + + id="stop11212" /> + + + + - - - + xlink:href="#linearGradient11241" + id="linearGradient10406" + gradientUnits="userSpaceOnUse" + x1="14.365882" + y1="19.515574" + x2="11.215483" + y2="8.2263536" /> + + + - - - + xlink:href="#linearGradient11304" + id="linearGradient11314" + gradientUnits="userSpaceOnUse" + x1="8.9530411" + y1="6.2636566" + x2="10.732871" + y2="9.6526775" /> + + + x1="14.6875" + y1="11.875" + x2="20.6875" + y2="22.5625" + gradientTransform="matrix(0.9166667,0,0,0.9166666,7.9583347,6.1250012)" /> + + + + + + + + + + x1="9.7069349" + y1="8.5495605" + x2="9.9879932" + y2="10.59237" /> + + + + + + + + fill="#fce94f" + inkscape:window-width="1430" + inkscape:window-height="837" + inkscape:window-x="2" + inkscape:window-y="7" + width="48px" + height="48px" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10" + showguides="true" + inkscape:guide-bbox="true"> + + @@ -124,92 +417,193 @@ inkscape:groupmode="layer" id="layer1"> + style="fill:#efefef;fill-opacity:1;stroke:url(#linearGradient8511);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 28.646485,1.5 C 26.351226,1.5 24.499999,3.6053736 24.499999,6.2157551 L 24.499999,14.378452 C 24.499999,16.988834 26.351226,19.471324 28.646485,19.471324 L 38.588405,19.471324 C 38.588405,19.471324 38.185679,21.246142 37.169849,22.500949 C 40.739034,22.500949 41.597375,20.059554 41.597375,19.461518 L 43.0625,19.471324 C 45.821256,19.471324 46.5,16.985061 46.5,14.378452 L 46.5,6.2157551 C 46.5,3.6053738 44.648774,1.5 42.353516,1.5 L 28.646485,1.5 z" + id="path8201" + sodipodi:nodetypes="cccccccccccc" /> + + + + + + + sodipodi:cx="11.806158" + id="path17964" + style="opacity:0.48699999;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.62345362;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + + + + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(-3.0998724,0.5796011,0.5856851,1.5252629,33.816741,-1.498334)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path11323" + style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.4442215;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + + + - - + style="opacity:1;fill:url(#linearGradient11424);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter11462);enable-background:accumulate" + id="path11416" + sodipodi:cx="23.25" + sodipodi:cy="30.1875" + sodipodi:rx="6.8125" + sodipodi:ry="2.8125" + d="M 30.0625,30.1875 A 6.8125,2.8125 0 1 1 16.4375,30.1875 A 6.8125,2.8125 0 1 1 30.0625,30.1875 z" + transform="matrix(0.8520939,0,0,1.474258,-1.3111844,-12.857869)" /> - + transform="matrix(1.9494392,0,0,1.2877393,-4.9230796,13.069868)" + d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" + sodipodi:ry="1.9413869" + sodipodi:rx="1.0259361" + sodipodi:cy="9.6526775" + sodipodi:cx="9.7069349" + id="path7921" + style="opacity:1;fill:url(#linearGradient7925);fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> - + transform="matrix(0.9747197,0,0,0.6878263,4.5384591,18.695971)" + d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" + sodipodi:ry="1.9413869" + sodipodi:rx="1.0259361" + sodipodi:cy="9.6526775" + sodipodi:cx="9.7069349" + id="path7923" + style="opacity:1;fill:url(#linearGradient7927);fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/scalable/error.svg --- a/pidgin/pixmaps/dialogs/64/scalable/error.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/dialogs/64/scalable/error.svg Mon Aug 25 02:46:56 2008 +0000 @@ -15,50 +15,167 @@ sodipodi:version="0.32" inkscape:version="0.46" version="1.0" - sodipodi:docbase="/home/hbons/Desktop/2.1.1/dialogs" + sodipodi:docbase="/home/hbons/Desktop" sodipodi:docname="error.svg" - inkscape:export-filename="/home/hbons/Desktop/newstyle.png" + inkscape:export-filename="/home/hbons/Bureaublad/error.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape" sodipodi:modified="true"> + + + + + + + + + + + + + + id="linearGradient11259"> + + + + + id="stop11243" /> + + + + + id="stop11212" /> + + + gradientTransform="matrix(1.8771377,9.6878354e-8,-5.330884e-8,1.0893079,-10.4827,-2.6428601)" + cx="11.873854" + cy="12.147273" + fx="11.594166" + fy="8.8655272" + r="9.975256" /> + + + id="filter11503" + x="-0.11697236" + width="1.2339447" + y="-0.32830241" + height="1.6566048"> + stdDeviation="0.64772565" + id="feGaussianBlur11505" /> + + height="48px" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10" + showguides="true" + inkscape:guide-bbox="true"> + + @@ -96,83 +225,103 @@ inkscape:groupmode="layer" id="layer1"> + sodipodi:rx="6.6449099" + sodipodi:cy="10.457643" + sodipodi:cx="10.748654" + id="path17958" + style="opacity:0.7342342;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;filter:url(#filter11503);enable-background:new" + sodipodi:type="arc" /> + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path17960" + style="opacity:1;fill:#e08700;fill-opacity:1;stroke:url(#linearGradient10406);stroke-width:0.4878417;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path11247" + style="opacity:1;fill:url(#radialGradient11271);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path17964" + style="opacity:0.48699999;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + - + sodipodi:cx="8.3258924" + id="path17978" + style="opacity:0.24537037;fill:none;fill-opacity:1;stroke:#a95300;stroke-width:0.36837955999999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + style="opacity:1;fill:url(#linearGradient8763);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 14.03125,17 L 14.03125,18 L 15.03125,18 L 15.03125,17 L 14.03125,17 z M 15.03125,18 L 15.03125,19 L 16.03125,19 L 16.03125,18 L 15.03125,18 z M 16.03125,19 L 16.03125,20 L 17.03125,20 L 17.03125,19 L 16.03125,19 z M 17.03125,19 L 18.03125,19 L 18.03125,18 L 17.03125,18 L 17.03125,19 z M 18.03125,18 L 19.03125,18 L 19.03125,17 L 18.03125,17 L 18.03125,18 z M 17.03125,20 L 17.03125,21 L 18.03125,21 L 18.03125,20 L 17.03125,20 z M 18.03125,21 L 18.03125,22 L 19.03125,22 L 19.03125,21 L 18.03125,21 z M 16.03125,20 L 15.03125,20 L 15.03125,21 L 16.03125,21 L 16.03125,20 z M 25.03125,17 L 25.03125,18 L 26.03125,18 L 26.03125,17 L 25.03125,17 z M 26.03125,18 L 26.03125,19 L 27.03125,19 L 27.03125,18 L 26.03125,18 z M 27.03125,19 L 27.03125,20 L 28.03125,20 L 28.03125,19 L 27.03125,19 z M 28.03125,19 L 29.03125,19 L 29.03125,18 L 28.03125,18 L 28.03125,19 z M 29.03125,18 L 30.03125,18 L 30.03125,17 L 29.03125,17 L 29.03125,18 z M 28.03125,20 L 28.03125,21 L 29.03125,21 L 29.03125,20 L 28.03125,20 z M 29.03125,21 L 29.03125,22 L 30.03125,22 L 30.03125,21 L 29.03125,21 z M 27.03125,20 L 26.03125,20 L 26.03125,21 L 27.03125,21 L 27.03125,20 z M 14.03125,21.03125 L 14.03125,22.03125 L 15.03125,22.03125 L 15.03125,21.03125 L 14.03125,21.03125 z M 25.03125,21.03125 L 25.03125,22.03125 L 26.03125,22.03125 L 26.03125,21.03125 L 25.03125,21.03125 z" + id="rect7941" + sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" /> - + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(-3.4298057,-1.6425985,1.1582421,-1.5938167,48.926576,36.479745)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path7888" + style="opacity:0.24537037;fill:none;fill-opacity:1;stroke:#a95300;stroke-width:0.36837955999999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/scalable/info.svg --- a/pidgin/pixmaps/dialogs/64/scalable/info.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/dialogs/64/scalable/info.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,48 +17,325 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop" sodipodi:docname="info.svg" - inkscape:export-filename="/home/hbons/Desktop/newstyle.png" + inkscape:export-filename="/home/hbons/Bureaublad/info.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape" sodipodi:modified="true"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id="linearGradient11292"> + + + + + + + + + + + + + id="stop11210" /> + + + + + id="stop11200" /> + + + + + + + + x1="8.9530411" + y1="6.2636566" + x2="10.732871" + y2="9.6526775" /> + + + + + id="filter11462" + x="-0.078992675" + width="1.1579853" + y="-0.19133781" + height="1.3826756"> + stdDeviation="0.448448" + id="feGaussianBlur11464" /> + + + + + + height="48px" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10" + showguides="true" + inkscape:guide-bbox="true"> + + @@ -96,109 +385,185 @@ inkscape:groupmode="layer" id="layer1"> + sodipodi:cx="10.748654" + id="path17958" + style="opacity:0.7342342;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;filter:url(#filter11503);enable-background:new" + sodipodi:type="arc" /> + + + + + sodipodi:cx="11.806158" + id="path17964" + style="opacity:0.48699999;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + + + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(3.7380737,0.6989293,-0.7062659,1.8392838,3.5297812,-10.968438)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path11325" + style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.36837956;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(-3.7380737,0.6989293,0.7062659,1.8392838,40.470081,-9.9684383)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path17978" + style="opacity:1;fill:none;fill-opacity:1;stroke:#a95300;stroke-width:0.36837956;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + transform="matrix(2.436799,0,0,1.5452869,3.846082,6.0838439)" + d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" + sodipodi:ry="1.9413869" + sodipodi:rx="1.0259361" + sodipodi:cy="9.6526775" + sodipodi:cx="9.7069349" + id="path11204" + style="opacity:1;fill:url(#linearGradient11206);fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + - - - - - + style="opacity:1;fill:url(#linearGradient11424);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter11462);enable-background:accumulate" + id="path11416" + sodipodi:cx="23.25" + sodipodi:cy="30.1875" + sodipodi:rx="6.8125" + sodipodi:ry="2.8125" + d="M 30.0625,30.1875 A 6.8125,2.8125 0 1 1 16.4375,30.1875 A 6.8125,2.8125 0 1 1 30.0625,30.1875 z" + transform="matrix(1.0275229,0,0,1.777778,-1.8899762,-24.666672)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/scalable/mail.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/dialogs/64/scalable/mail.svg Mon Aug 25 02:46:56 2008 +0000 @@ -0,0 +1,976 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/scalable/question.svg --- a/pidgin/pixmaps/dialogs/64/scalable/question.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/dialogs/64/scalable/question.svg Mon Aug 25 02:46:56 2008 +0000 @@ -15,50 +15,370 @@ sodipodi:version="0.32" inkscape:version="0.46" version="1.0" - sodipodi:docbase="/home/hbons/Desktop/2.1.1/dialogs/scalable" + sodipodi:docbase="/home/hbons/Desktop" sodipodi:docname="question.svg" - inkscape:export-filename="/home/hbons/Desktop/newstyle.png" + inkscape:export-filename="/home/hbons/Bureaublad/question.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape" sodipodi:modified="true"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id="linearGradient11304"> + + + + + + + + + + + + + + + + + id="stop11210" /> + + + + + id="stop11200" /> + + + + + + + + x1="8.9530411" + y1="6.2636566" + x2="10.732871" + y2="9.6526775" /> + + + + + id="filter11462" + x="-0.078992675" + width="1.1579853" + y="-0.19133781" + height="1.3826756"> + + + + + stdDeviation="0.64772565" + id="feGaussianBlur11505" /> + + + + height="48px" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10" + showguides="true" + inkscape:guide-bbox="true"> + + @@ -96,118 +428,198 @@ inkscape:groupmode="layer" id="layer1"> + sodipodi:cx="10.748654" + id="path17958" + style="opacity:0.7342342;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;filter:url(#filter11503);enable-background:new" + sodipodi:type="arc" /> + + + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path11257" + style="opacity:1;fill:url(#radialGradient11327);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path17964" + style="opacity:0.48699999;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + + sodipodi:nodetypes="cscsc" + id="path17974" + d="M 10.999931,28 C 12.29019,33.138472 16.711529,37 21.999932,37 C 27.288332,37 31.709674,33.138472 32.999931,28 C 30.681688,31.327326 26.610157,35.102442 21.999932,35.102442 C 17.389707,35.102445 13.318175,31.327326 10.999931,28 z" + style="opacity:1;fill:url(#linearGradient11214);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" /> + + + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(-3.7380737,0.6989293,0.7062659,1.8392838,40.470081,-10.968438)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path11323" + style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.36837956;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + + + sodipodi:rx="1.0259361" + sodipodi:cy="9.6526775" + sodipodi:cx="9.7069349" + id="path11312" + style="opacity:1;fill:url(#linearGradient11314);fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + - - + style="opacity:1;fill:url(#linearGradient11424);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter11462);enable-background:accumulate" + id="path11416" + sodipodi:cx="23.25" + sodipodi:cy="30.1875" + sodipodi:rx="6.8125" + sodipodi:ry="2.8125" + d="M 30.0625,30.1875 A 6.8125,2.8125 0 1 1 16.4375,30.1875 A 6.8125,2.8125 0 1 1 30.0625,30.1875 z" + transform="matrix(1.0275229,0,0,1.777778,-1.8899762,-24.666672)" /> + style="font-size:19.03945922999999851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient11576);fill-opacity:1;stroke:none;stroke-width:1.55613649000000009px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Century Schoolbook L" + d="M 40.562802,1 C 38.874778,1 37.325048,1.4262995 36.103865,2.2849003 C 34.882682,3.1435011 34,4.5562356 34,6.1396011 C 33.999998,7.9466388 35.485788,8.98666 37.359903,8.98666 C 38.957767,8.98666 40.035961,8.624307 40.035961,6.9379006 C 40.035961,5.8362752 41.040796,5.7582514 41.040796,6.9845976 C 41.040796,7.5577749 40.719884,7.6810132 40.468599,8.019943 C 39.556828,9.177515 39.139094,9.717805 38.804348,10.213675 C 37.945076,11.552236 36.991232,12.943969 36.991232,14.475783 C 36.991232,17.084737 39.589372,16.982906 39.589372,16.982906 C 38.286049,17.378389 37.171498,18.353378 37.171498,19.803419 C 37.171496,21.626512 38.733926,23 40.468599,23 C 42.202179,23.000002 44.030865,21.590735 44.030865,19.803419 C 44.030861,18.208952 42.511206,17.276809 41.065217,16.990133 C 41.766698,16.738997 42.055837,15.940338 42.050276,15.196581 C 42.03878,14.148655 42.289227,13.720536 42.384058,13.504274 C 43.435127,11.604868 44.950472,11.091534 46.120773,9.74359 C 46.745392,8.827976 47,7.7327672 47,6.7350427 C 47.000001,5.0864959 46.278841,3.5526223 45.084541,2.5356125 C 43.890241,1.5186028 42.298919,1 40.562802,1 z" + id="path3346" + sodipodi:nodetypes="csssccccccssscsccssc" /> - - + sodipodi:type="inkscape:offset" + inkscape:radius="-0.97557348" + inkscape:original="M 40.5625 3 C 38.874477 3 37.314933 3.4226492 36.09375 4.28125 C 34.872565 5.1398509 34 6.5416345 34 8.125 C 33.999998 9.932038 35.500885 11 37.375 11 C 38.972866 11 40.03125 10.623906 40.03125 8.9375 C 40.03125 7.8358747 41.03125 7.7736538 41.03125 9 C 41.031252 9.5731777 40.720035 9.6923202 40.46875 10.03125 C 39.556981 11.188822 39.147246 11.72288 38.8125 12.21875 C 37.953228 13.557311 37 14.936936 37 16.46875 C 36.999998 19.077705 39.59375 18.96875 39.59375 18.96875 C 38.290428 19.364233 37.15625 20.362459 37.15625 21.8125 C 37.156249 23.635593 38.734077 25 40.46875 25 C 42.202332 25.000002 44.03125 23.599816 44.03125 21.8125 C 44.031246 20.218033 42.508489 19.286676 41.0625 19 C 41.763982 18.748864 42.068061 17.931257 42.0625 17.1875 C 42.051002 16.139574 42.280169 15.716262 42.375 15.5 C 43.426067 13.600594 44.954699 13.097944 46.125 11.75 C 46.749619 10.834386 47 9.7477245 47 8.75 C 47.000001 7.1014533 46.28805 5.5482598 45.09375 4.53125 C 43.89945 3.5142402 42.298617 3 40.5625 3 z " + style="font-size:19.03945922999999851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient11592);fill-opacity:1;stroke:none;stroke-width:1.55613649000000009px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Century Schoolbook L" + id="path11582" + d="M 40.5625,3.96875 C 39.03732,3.96875 37.680971,4.3732797 36.65625,5.09375 C 35.664894,5.7907611 34.96875,6.9000488 34.96875,8.125 C 34.968749,8.758422 35.192622,9.1443716 35.59375,9.46875 C 35.994878,9.7931284 36.623252,10.03125 37.375,10.03125 C 38.097392,10.03125 38.596706,9.9024002 38.78125,9.78125 C 38.965794,9.6600998 39.0625,9.5766139 39.0625,8.9375 C 39.0625,8.5144976 39.145775,8.1274407 39.375,7.78125 C 39.604225,7.4350593 40.027732,7.1249297 40.53125,7.125 C 41.034768,7.1250703 41.462039,7.4531849 41.6875,7.8125 C 41.912961,8.1718151 42,8.5608281 42,9 C 42.000002,9.4631574 41.827288,9.9211544 41.625,10.1875 C 41.422712,10.453846 41.293456,10.566387 41.25,10.625 C 40.340574,11.779598 39.934939,12.290878 39.625,12.75 C 38.753163,14.108134 37.96875,15.34166 37.96875,16.46875 C 37.968749,17.449931 38.315321,17.62655 38.71875,17.8125 C 39.122179,17.99845 39.5625,18 39.5625,18 C 39.861882,17.988556 40.149924,18.115294 40.34375,18.34375 C 40.447526,18.232292 40.575952,18.146675 40.71875,18.09375 C 40.795302,18.066344 40.889618,18.003346 40.96875,17.84375 C 41.047882,17.684154 41.095517,17.423765 41.09375,17.1875 C 41.08066,15.994488 41.418028,15.209423 41.46875,15.09375 C 41.488628,15.071983 41.509483,15.051128 41.53125,15.03125 C 42.136141,13.938138 42.896246,13.218183 43.59375,12.65625 C 44.265082,12.115402 44.835184,11.717613 45.3125,11.1875 C 45.803013,10.468469 46.03125,9.5845097 46.03125,8.75 C 46.031251,7.3823316 45.435469,6.1044628 44.46875,5.28125 C 43.478484,4.4379857 42.105973,3.96875 40.5625,3.96875 z M 40.3125,19.625 C 40.194801,19.756609 40.043595,19.853813 39.875,19.90625 C 38.857674,20.21495 38.125,20.871168 38.125,21.8125 C 38.124999,23.072708 39.245635,24.03125 40.46875,24.03125 C 41.072889,24.031251 41.781174,23.769276 42.28125,23.34375 C 42.781326,22.918224 43.0625,22.373398 43.0625,21.8125 C 43.062499,21.325832 42.865255,20.986753 42.46875,20.65625 C 42.072245,20.325747 41.464388,20.0856 40.875,19.96875 C 40.653297,19.922898 40.454439,19.801374 40.3125,19.625 z" + transform="translate(0,-2)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/scalable/warning.svg --- a/pidgin/pixmaps/dialogs/64/scalable/warning.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/dialogs/64/scalable/warning.svg Mon Aug 25 02:46:56 2008 +0000 @@ -15,9 +15,9 @@ sodipodi:version="0.32" inkscape:version="0.46" version="1.0" - sodipodi:docbase="/home/hbons/Desktop/2.1.1/dialogs" + sodipodi:docbase="/home/hbons/Desktop" sodipodi:docname="warning.svg" - inkscape:export-filename="/home/hbons/Desktop/newstyle.png" + inkscape:export-filename="/home/hbons/Bureaublad/warning.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape" @@ -26,59 +26,297 @@ id="defs4"> + id="linearGradient8730"> + + + + + + + + + + + + + + + + + + + + + id="stop11476" /> + + + + + + + + + + + + + + + + + id="stop11263" /> + + + + + + + + - - - + xlink:href="#linearGradient11241" + id="linearGradient10406" + gradientUnits="userSpaceOnUse" + x1="14.365882" + y1="19.515574" + x2="11.215483" + y2="8.2263536" /> + + + + + + gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)" + cx="11.736404" + cy="7.3689327" + fx="11.800528" + fy="1.1734189" + r="9.975256" /> + + + + id="filter11503" + x="-0.11697236" + width="1.2339447" + y="-0.32830241" + height="1.6566048"> + stdDeviation="0.64772565" + id="feGaussianBlur11505" /> + + + + height="48px" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10" + showguides="true" + inkscape:guide-bbox="true"> + + @@ -117,124 +367,192 @@ inkscape:groupmode="layer" id="layer1"> + sodipodi:cx="10.748654" + id="path17958" + style="opacity:0.7342342;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;filter:url(#filter11503);enable-background:new" + sodipodi:type="arc" /> + + + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path11257" + style="opacity:1;fill:url(#radialGradient11327);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path17964" + style="opacity:0.48699999;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(3.7380737,0.6989293,-0.7062659,1.8392838,3.5298496,-13.968438)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path11325" + style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.36837956;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(-3.7380737,0.6989293,0.7062659,1.8392838,40.47015,-13.968438)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path11323" + style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.36837956;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + + + + + sodipodi:rx="1.0259361" + sodipodi:cy="9.6526775" + sodipodi:cx="9.7069349" + id="path11312" + style="opacity:1;fill:url(#linearGradient11314);fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + - - + style="opacity:1;fill:url(#radialGradient8722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path8714" + sodipodi:cx="44.7687" + sodipodi:cy="16.003418" + sodipodi:rx="9.0598059" + sodipodi:ry="5.3916893" + d="M 53.828506,16.003418 A 9.0598059,5.3916893 0 1 1 35.708894,16.003418 A 9.0598059,5.3916893 0 1 1 53.828506,16.003418 z" + transform="matrix(1.0485875,0,0,1.2982945,-25.443899,12.222851)" /> + style="opacity:1;fill:url(#radialGradient8738);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path7934" + sodipodi:cx="44.7687" + sodipodi:cy="16.003418" + sodipodi:rx="9.0598059" + sodipodi:ry="5.3916893" + d="M 53.828506,16.003418 A 9.0598059,5.3916893 0 1 1 35.708894,16.003418 A 9.0598059,5.3916893 0 1 1 53.828506,16.003418 z" + transform="matrix(0.93821,0,0,1.1128238,-20.50244,15.191015)" /> - + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8736);stroke-width:0.80703287999999984;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path8728" + sodipodi:cx="44.7687" + sodipodi:cy="16.003418" + sodipodi:rx="9.0598059" + sodipodi:ry="5.3916893" + d="M 53.828506,16.003418 A 9.0598059,5.3916893 0 1 1 35.708894,16.003418 A 9.0598059,5.3916893 0 1 1 53.828506,16.003418 z" + transform="matrix(1.1037765,0,0,1.3910297,-27.91464,10.738771)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/dialogs/64/warning.png Binary file pidgin/pixmaps/dialogs/64/warning.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/act-up.png Binary file pidgin/pixmaps/emotes/default/24/act-up.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/alien.png Binary file pidgin/pixmaps/emotes/default/24/alien.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/angel.png Binary file pidgin/pixmaps/emotes/default/24/angel.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/angry.png Binary file pidgin/pixmaps/emotes/default/24/angry.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/arrogant.png Binary file pidgin/pixmaps/emotes/default/24/arrogant.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/at-wits-end.png Binary file pidgin/pixmaps/emotes/default/24/at-wits-end.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/bashful.png Binary file pidgin/pixmaps/emotes/default/24/bashful.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/beat-up.png Binary file pidgin/pixmaps/emotes/default/24/beat-up.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/beauty.png Binary file pidgin/pixmaps/emotes/default/24/beauty.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/blowkiss.png Binary file pidgin/pixmaps/emotes/default/24/blowkiss.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/bulgy-eyes.png Binary file pidgin/pixmaps/emotes/default/24/bulgy-eyes.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/bye.png Binary file pidgin/pixmaps/emotes/default/24/bye.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/call-me.png Binary file pidgin/pixmaps/emotes/default/24/call-me.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/clap.png Binary file pidgin/pixmaps/emotes/default/24/clap.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/clover.png Binary file pidgin/pixmaps/emotes/default/24/clover.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/confused.png Binary file pidgin/pixmaps/emotes/default/24/confused.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/cowboy.png Binary file pidgin/pixmaps/emotes/default/24/cowboy.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/crying.png Binary file pidgin/pixmaps/emotes/default/24/crying.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/curl-lip.png Binary file pidgin/pixmaps/emotes/default/24/curl-lip.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/curse.png Binary file pidgin/pixmaps/emotes/default/24/curse.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/cute.png Binary file pidgin/pixmaps/emotes/default/24/cute.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/cyclops.png Binary file pidgin/pixmaps/emotes/default/24/cyclops.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/dance.png Binary file pidgin/pixmaps/emotes/default/24/dance.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/dazed.png Binary file pidgin/pixmaps/emotes/default/24/dazed.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/desire.png Binary file pidgin/pixmaps/emotes/default/24/desire.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/devil.png Binary file pidgin/pixmaps/emotes/default/24/devil.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/disappointed.png Binary file pidgin/pixmaps/emotes/default/24/disappointed.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/disdain.png Binary file pidgin/pixmaps/emotes/default/24/disdain.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/doctor.png Binary file pidgin/pixmaps/emotes/default/24/doctor.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/doh.png Binary file pidgin/pixmaps/emotes/default/24/doh.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/dont-know.png Binary file pidgin/pixmaps/emotes/default/24/dont-know.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/drool.png Binary file pidgin/pixmaps/emotes/default/24/drool.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/eat.png Binary file pidgin/pixmaps/emotes/default/24/eat.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/embarrassed.png Binary file pidgin/pixmaps/emotes/default/24/embarrassed.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/excruciating.png Binary file pidgin/pixmaps/emotes/default/24/excruciating.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/eyeroll.png Binary file pidgin/pixmaps/emotes/default/24/eyeroll.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/female-fighter.png Binary file pidgin/pixmaps/emotes/default/24/female-fighter.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/fingers-crossed.png Binary file pidgin/pixmaps/emotes/default/24/fingers-crossed.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/foot-in-mouth.png Binary file pidgin/pixmaps/emotes/default/24/foot-in-mouth.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/freaked-out.png Binary file pidgin/pixmaps/emotes/default/24/freaked-out.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/giggle.png Binary file pidgin/pixmaps/emotes/default/24/giggle.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/glasses-cool.png Binary file pidgin/pixmaps/emotes/default/24/glasses-cool.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/glasses-nerdy.png Binary file pidgin/pixmaps/emotes/default/24/glasses-nerdy.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/go-away.png Binary file pidgin/pixmaps/emotes/default/24/go-away.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/handshake.png Binary file pidgin/pixmaps/emotes/default/24/handshake.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/highfive.png Binary file pidgin/pixmaps/emotes/default/24/highfive.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/hug-left.png Binary file pidgin/pixmaps/emotes/default/24/hug-left.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/hug-right.png Binary file pidgin/pixmaps/emotes/default/24/hug-right.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/hypnotized.png Binary file pidgin/pixmaps/emotes/default/24/hypnotized.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/in-love.png Binary file pidgin/pixmaps/emotes/default/24/in-love.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/jump.png Binary file pidgin/pixmaps/emotes/default/24/jump.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/kiss.png Binary file pidgin/pixmaps/emotes/default/24/kiss.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/kissed.png Binary file pidgin/pixmaps/emotes/default/24/kissed.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/kissing.png Binary file pidgin/pixmaps/emotes/default/24/kissing.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/lashes.png Binary file pidgin/pixmaps/emotes/default/24/lashes.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/laugh.png Binary file pidgin/pixmaps/emotes/default/24/laugh.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/lying.png Binary file pidgin/pixmaps/emotes/default/24/lying.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/mad-tongue.png Binary file pidgin/pixmaps/emotes/default/24/mad-tongue.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/male-fighter2.png Binary file pidgin/pixmaps/emotes/default/24/male-fighter2.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/mean.png Binary file pidgin/pixmaps/emotes/default/24/mean.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/meeting.png Binary file pidgin/pixmaps/emotes/default/24/meeting.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/messed.png Binary file pidgin/pixmaps/emotes/default/24/messed.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/mohawk.png Binary file pidgin/pixmaps/emotes/default/24/mohawk.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/moneymouth.png Binary file pidgin/pixmaps/emotes/default/24/moneymouth.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/music.png Binary file pidgin/pixmaps/emotes/default/24/music.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/nailbiting.png Binary file pidgin/pixmaps/emotes/default/24/nailbiting.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/neutral.png Binary file pidgin/pixmaps/emotes/default/24/neutral.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/on-the-phone.png Binary file pidgin/pixmaps/emotes/default/24/on-the-phone.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/party.png Binary file pidgin/pixmaps/emotes/default/24/party.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/pirate.png Binary file pidgin/pixmaps/emotes/default/24/pirate.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/pissed-off.png Binary file pidgin/pixmaps/emotes/default/24/pissed-off.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/poop.png Binary file pidgin/pixmaps/emotes/default/24/poop.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/pray.png Binary file pidgin/pixmaps/emotes/default/24/pray.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/question.png Binary file pidgin/pixmaps/emotes/default/24/question.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/quiet.png Binary file pidgin/pixmaps/emotes/default/24/quiet.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/rotfl.png Binary file pidgin/pixmaps/emotes/default/24/rotfl.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/sad.png Binary file pidgin/pixmaps/emotes/default/24/sad.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/sarcastic.png Binary file pidgin/pixmaps/emotes/default/24/sarcastic.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/act-up.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/act-up.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/airplane.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/airplane.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/airplane.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="airplane.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/airplane.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/airplane.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,30 @@ id="defs4"> + + + + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -80,22 +132,23 @@ id="layer1"> + d="M 7.15625,2.46875 C 8.0977503,5.0180925 9.028468,7.5783912 9.96875,10.125 C 10.086719,10.422785 10.048282,10.759802 9.8662902,11.023376 C 9.6842983,11.28695 9.3827646,11.442305 9.0625,11.4375 C 7.294945,11.4375 5.5175554,11.4375 3.75,11.4375 C 3.664235,11.428005 3.5801431,11.406982 3.5,11.375 C 3.4992978,11.418923 3.5328773,11.4559 3.53125,11.5 C 3.5313823,11.511175 3.5311745,11.520104 3.53125,11.53125 C 3.5313255,11.542396 3.5312308,11.551382 3.53125,11.5625 C 3.6410414,11.5208 3.7575569,11.499615 3.875,11.5 C 5.6113632,11.5 7.3573868,11.5 9.09375,11.5 C 9.4140146,11.495195 9.7155483,11.65055 9.8975402,11.914124 C 10.079532,12.177698 10.117969,12.514715 10,12.8125 C 9.0496699,15.380034 8.1078035,17.960975 7.15625,20.53125 C 7.5313762,20.53125 7.906286,20.53125 8.28125,20.53125 C 10.03308,17.683098 11.772234,14.823512 13.53125,11.96875 C 13.702015,11.681712 14.009782,11.504153 14.34375,11.5 C 16.741436,11.495368 19.14978,11.515238 21.53125,11.5 C 21.537167,11.485618 21.529019,11.490441 21.53125,11.46875 C 20.628157,11.376902 19.612269,11.471856 18.5,11.4375 C 17.053044,11.4375 15.634457,11.4375 14.1875,11.4375 C 13.853532,11.433347 13.545765,11.255788 13.375,10.96875 C 11.667879,8.1360483 9.9819742,5.2955082 8.28125,2.46875 C 7.9062859,2.46875 7.5313761,2.46875 7.15625,2.46875 z" + transform="matrix(0.9981446,0,0,0.9965398,6.5050177e-3,3.9792738e-2)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/alien.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/alien.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/angel.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/angel.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,259 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/angry.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/angry.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/arrogant.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/arrogant.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,149 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/at-wits-end.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/at-wits-end.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,272 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/bad.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/bad.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/bad.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="bad.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/thumbs-down.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/good.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,48 +25,81 @@ id="defs4"> + id="linearGradient3272"> + id="stop3274" /> + id="stop3276" /> + + + + - + + + + + + + + - - - - + xlink:href="#linearGradient3272" + id="linearGradient3278" + x1="11.072799" + y1="14.794947" + x2="10.564541" + y2="14.994544" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,-1,0,24)" /> + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -105,47 +148,42 @@ id="layer1"> + style="opacity:0.23043478;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3260);enable-background:accumulate" + id="path3174" + sodipodi:cx="13.732098" + sodipodi:cy="18.569363" + sodipodi:rx="6.3158078" + sodipodi:ry="2.320581" + d="M 20.047905,18.569363 A 6.3158078,2.320581 0 1 1 7.4162898,18.569363 A 6.3158078,2.320581 0 1 1 20.047905,18.569363 z" + transform="matrix(1.1083301,0,0,1.0773164,-2.219697,-0.505079)" /> + + x="7.4949389" + y="-4.3545794" + transform="matrix(0.8754801,0.4832541,0.128983,-0.9916468,0,0)" /> - + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3270);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.21875,4.5 C 9.2911592,4.5 8.9357933,4.5785839 8.53125,4.875 C 8.1267067,5.1714161 7.6382736,5.6624591 7.1875,6.28125 C 6.3141262,7.4801573 5.5773245,9.2173104 5.53125,11.34375 C 5.5552646,11.375568 5.594497,11.445692 5.71875,11.53125 C 6.0086738,11.730885 6.4840329,11.950631 6.96875,12.15625 C 7.9381843,12.567488 8.9375,12.875 8.9375,12.875 C 9.2514472,12.968955 9.5005337,13.209003 9.6060227,13.519265 C 9.7115117,13.829527 9.660365,14.171654 9.46875,14.4375 C 8.4267161,15.856465 7.7890805,17.233726 7.65625,18.125 C 7.5898348,18.570637 7.6596475,18.846332 7.75,19.03125 C 7.8403525,19.216168 7.9355519,19.370839 8.28125,19.5 C 8.3314372,19.518751 8.2906481,19.520505 8.34375,19.5 C 8.3968519,19.479495 8.537934,19.369051 8.71875,19.1875 C 9.0803821,18.824399 9.5547208,18.152901 10.09375,17.375 C 11.171808,15.819198 12.61013,13.776906 15.03125,13.4375 C 16.698043,13.20384 18.212729,12.351912 18.71875,12.0625 L 19.375,7.84375 C 18.535604,7.3424321 13.707377,4.5 9.21875,4.5 z" + id="path2286" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/bashful.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/bashful.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/beat-up.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/beat-up.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,242 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/beauty.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/beauty.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/beer.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/beer.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/beer.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="beer.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/beer.png" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/beer.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,15 +25,39 @@ id="defs2193"> + id="linearGradient3613"> + + + + + id="stop3565" /> + id="stop3567" /> + + + + - - - - - @@ -84,30 +85,59 @@ xlink:href="#linearGradient2226" id="linearGradient2234" x1="10.045679" - y1="6.25" + y1="8.5480967" x2="10.045679" - y2="17.778603" + y2="18.979029" gradientUnits="userSpaceOnUse" /> - + + + + + + inkscape:guide-bbox="true" + objecttolerance="11" + gridtolerance="12" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false"> + + @@ -147,72 +188,56 @@ inkscape:groupmode="layer"> + style="opacity:0.63;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter3551)" + id="path2507" + sodipodi:cx="11.667262" + sodipodi:cy="21.105282" + sodipodi:rx="8.6178637" + sodipodi:ry="2.8505242" + d="m 20.285126,21.105282 a 8.6178637,2.8505242 0 1 1 -17.235727,0 8.6178637,2.8505242 0 1 1 17.235727,0 z" + transform="matrix(0.9283043,0,0,1.0524382,0.1692301,-3.2120053)" /> - + d="M 13.237798,5.9646176 A 4.1819873,1.5661625 0 0 1 5.0986696,6.031951" + transform="matrix(1.5542849,0,0,2.5538433,-4.2171303,-9.9014784)" + sodipodi:start="0.20927668" + sodipodi:end="2.8881429" + sodipodi:open="true" /> - + sodipodi:nodetypes="csccsccssc" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/blowkiss.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/blowkiss.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/bomb.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/bomb.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/bomb.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="bomb.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/bomb.png" + inkscape:export-filename="/home/hbons/Desktop/bomb.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,15 +25,51 @@ id="defs1309"> + id="linearGradient3751"> + + + + + id="stop3293" /> + + + + + id="stop3285" /> + + + + - - - + xlink:href="#linearGradient3273" + id="linearGradient3279" + x1="27.005905" + y1="15.989581" + x2="24.354317" + y2="11.374614" + gradientUnits="userSpaceOnUse" /> - - - + xlink:href="#linearGradient3281" + id="linearGradient3287" + x1="10.955021" + y1="5.3395991" + x2="37.175396" + y2="19.130526" + gradientUnits="userSpaceOnUse" /> - + + + - + + id="filter3763" + x="-0.22526958" + width="1.4505392" + y="-0.20746313" + height="1.4149263"> + + + + + + inkscape:window-height="842" + inkscape:window-x="4" + inkscape:window-y="2" + objecttolerance="12" + gridtolerance="11" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false"> + + @@ -148,65 +213,48 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> - + style="opacity:1;color:#000000;fill:url(#linearGradient3757);fill-opacity:1;stroke:none;stroke-width:1.01164508;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 18.922092,3.123209 c -2.318864,-0.62947108 -4.894199,1.209896 -5.689875,4.2182733 -0.795677,3.0083765 0.526827,5.9058365 2.84569,6.5353084 2.318865,0.62947198 4.8942,-1.209897 5.689876,-4.2182732 C 22.56346,6.6501409 21.240957,3.75268 18.922092,3.123209 z M 18.680104,4.0381405 c 1.942431,0.52728549 2.874084,3.1098103 2.26886,5.3981033 -0.605224,2.288293 -2.617838,3.792772 -4.560268,3.265487 C 14.446266,12.174446 13.445812,9.8520489 14.051036,7.563756 14.65626,5.2754631 16.737674,3.5108551 18.680104,4.0381405 z" + id="path3417" + sodipodi:nodetypes="csssccsssc" /> + + transform="matrix(0.9812911,0,0,0.3463378,-18.030612,13.416594)" + style="opacity:0.7;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" + d="M 39.774755,19.008621 C 39.774755,23.790077 35.894154,27.670679 31.112698,27.670679 C 26.331242,27.670679 22.45064,23.790077 22.45064,19.008621 C 22.45064,14.227165 26.331242,10.346563 31.112698,10.346563 C 35.894154,10.346563 39.774755,14.227165 39.774755,19.008621 z" + id="path4318" /> + + transform="matrix(0.744509,0,0,1.8402075,-7.2900106,-9.4528861)" + style="fill:none;stroke:url(#linearGradient3287);stroke-width:0.85434103;stroke-miterlimit:4;stroke-opacity:1" + d="M 34.588866,12.744682 C 34.588866,14.694455 30.677592,16.276879 25.858343,16.276879 C 21.039094,16.276879 17.12782,14.694455 17.12782,12.744682 C 17.12782,10.79491 21.039094,9.212486 25.858343,9.212486 C 30.677592,9.212486 34.588866,10.79491 34.588866,12.744682 z" + id="path2199" /> + transform="matrix(1.2499964,0,0,1.3647348,-2.0430633,-4.6939327)" + style="opacity:0.27999998;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3413);enable-background:accumulate" + d="M 15.234494,11.865993 C 15.234494,13.281652 13.442489,14.430593 11.234483,14.430593 C 9.0264764,14.430593 7.2344713,13.281652 7.2344713,11.865993 C 7.2344713,10.450333 9.0264764,9.3013918 11.234483,9.3013918 C 13.442489,9.3013918 15.234494,10.450333 15.234494,11.865993 z" + id="path3299" /> + style="opacity:0.56000000999999999;fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter3763)" + d="M 8.4918239,8.8420259 C 6.0339249,10.402931 5.2633289,13.597488 6.7717435,15.972732 6.935325,16.230318 7.1245572,16.47392 7.3252215,16.690535 6.4040515,14.38548 7.5506213,11.452529 10.144822,9.805064 11.379703,9.020844 12.732816,8.6764132 14.003591,8.7068675 12.37495,7.7529724 10.239237,7.7323197 8.4918239,8.8420259 z" + id="path3519" /> + transform="matrix(0.8600992,0.230463,-0.2204427,0.8227035,1.3641158,2.1295888)" + style="fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3771)" + d="M 24.574234,7.2726784 C 24.574234,9.2165692 23.065177,10.79422 21.205803,10.79422 C 19.346429,10.79422 17.837372,9.2165692 17.837372,7.2726784 C 17.837372,5.3287875 19.346429,3.751137 21.205803,3.751137 C 23.065177,3.751137 24.574234,5.3287875 24.574234,7.2726784 z" + id="path2313" /> + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/bowl.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/bowl.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/bowl.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="bowl.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/bowl.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/bowl.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,78 @@ id="defs4"> + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -114,6 +252,16 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> + - + d="M 17.393564,10.457643 A 6.6449099,2.3675451 0 1 1 4.1037445,10.457643 A 6.6449099,2.3675451 0 1 1 17.393564,10.457643 z" + transform="matrix(1.5694963,0,0,1.2974508,-7.8531703,2.9231092)" /> + d="M 23.453784,10.840816 A 8.4594755,4.1625991 0 1 1 6.534833,10.840816 A 8.4594755,4.1625991 0 1 1 23.453784,10.840816 z" + transform="matrix(1.2412116,0,0,1.0810552,-6.6111099,-2.7195203)" /> + d="M 23.453784,10.840816 A 8.4594755,4.1625991 0 1 1 6.534833,10.840816 A 8.4594755,4.1625991 0 1 1 23.453784,10.840816 z" + transform="matrix(0.9456851,0,0,0.8408208,-2.1798942,3.3848166)" /> + + width="1.227079" + height="13.514521" + x="16.383209" + y="-3.7948563" + transform="matrix(0.9658335,0.2591633,-0.2584751,0.9660179,0,0)" /> + width="1.2273984" + height="13.510987" + x="19.604357" + y="-8.6383801" + transform="matrix(0.8657165,0.5005346,-0.4994659,0.8663335,0,0)" /> + sodipodi:nodetypes="csscssc" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/boy.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/boy.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/boy.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="boy.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/boy.png" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/boy.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,27 +25,28 @@ id="defs4"> + id="linearGradient3362"> + id="stop3364" /> + id="stop3366" /> - + id="linearGradient3354"> + + + @@ -54,7 +55,7 @@ offset="0" id="stop2197" /> @@ -62,12 +63,42 @@ inkscape:collect="always" xlink:href="#linearGradient2195" id="linearGradient2201" - x1="11.892674" - y1="15.416684" - x2="11.892674" - y2="-1.8913801" + x1="13.54446" + y1="17.470255" + x2="5.1069603" + y2="2.8407626" gradientUnits="userSpaceOnUse" gradientTransform="translate(0,-0.991254)" /> + + + + + + inkscape:window-height="842" + inkscape:window-x="4" + inkscape:window-y="24" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="11" + gridtolerance="10"> + + @@ -104,28 +146,25 @@ id="layer1"> + style="opacity:1;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter3594)" + id="path2490" + sodipodi:cx="13.727678" + sodipodi:cy="20.25" + sodipodi:rx="7.2991071" + sodipodi:ry="2.1875" + d="m 21.026785,20.25 a 7.2991071,2.1875 0 1 1 -14.598214,0 7.2991071,2.1875 0 1 1 14.598214,0 z" + transform="matrix(0.8197495,0,0,0.9142856,-0.2366966,0.4857165)" /> - + style="opacity:1;fill:url(#linearGradient2201);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3360);stroke-width:0.98250817999999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 11.742386,3.5087459 2.8794417,2.4690673 -1.8405773,2.1246827 -0.03125,0 C 11.915795,7.7126093 10.980412,7.508746 10,7.5087459 c -0.1400588,2e-07 -0.2683859,-0.008756 -0.40625,0 C 6.2022936,7.7241448 3.5,10.559878 3.5,14.008746 c 0,3.589066 2.9144945,6.500001 6.5,6.5 3.585506,0 6.499999,-2.910934 6.5,-6.5 0,-1.502921 -0.517613,-2.898393 -1.375,-4 -0.006398,-0.008221 0.006437,-0.0230611 0,-0.0312501 l 1.9375,-1.90625 2.4375,2.4375001 0,-7.0000001 z M 9.625,11.508746 c 0.0388234,-0.005839 0.0856276,0.004006 0.125,0 0.0839946,-0.008547 0.1637646,0 0.25,0 1.379766,0 2.5,1.11886 2.5,2.5 0,1.38114 -1.120234,2.5 -2.5,2.5 -1.3797661,0 -2.5,-1.11886 -2.5,-2.5 -2e-07,-1.254356 0.9214733,-2.318996 2.125,-2.5 z" + id="path1307" + sodipodi:nodetypes="ccccssssssccccccsssssc" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/brb.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/brb.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/brb.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="brb.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/brb.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/brb.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,50 +25,81 @@ id="defs4"> + id="linearGradient3232"> + + + + + id="stop3198" /> + id="stop3200" /> + + + + - - - - + + - + id="filter3404" + x="-0.17225635" + width="1.3445127" + y="-1.1483756" + height="3.2967513"> + + + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -105,42 +146,175 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> - - + + + + + + + + + + y="10.5021" + rx="1.0834229" + ry="1.0834229" /> + d="M 3.59375,5.5 C 3.5386736,5.5 3.5,5.5386738 3.5,5.59375 L 3.5,14.40625 C 3.5,14.461326 3.5386736,14.5 3.59375,14.5 L 20.40625,14.5 C 20.461326,14.5 20.5,14.461326 20.5,14.40625 L 20.5,5.59375 C 20.5,5.5386725 20.461328,5.5 20.40625,5.5 L 3.59375,5.5 z" /> + + + sodipodi:type="arc" + style="opacity:1;fill:#3d78c2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3240" + sodipodi:cx="12.433036" + sodipodi:cy="4.3571429" + sodipodi:rx="1.0044643" + sodipodi:ry="0.84821427" + d="M 13.4375,4.3571429 A 1.0044643,0.84821427 0 1 1 11.428572,4.3571429 A 1.0044643,0.84821427 0 1 1 13.4375,4.3571429 z" + transform="matrix(0.9955557,0,0,1.1789473,-0.3777794,-1.136842)" /> + + + + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/bulgy-eyes.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/bulgy-eyes.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/bunny.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/bunny.svg Mon Aug 25 02:46:56 2008 +0000 @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/bye.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/bye.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/cake.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/cake.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/cake.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="cake.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/pie.png" + inkscape:export-filename="/home/hbons/Desktop/cake.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,155 +25,314 @@ id="defs4"> + id="linearGradient4388"> + id="stop4390" /> + id="stop4392" /> - - - - + id="linearGradient4380"> + id="stop4382" /> + + + + + + + + + + + + + id="stop4236" /> + + + + + id="linearGradient4150"> + id="stop4152" /> + id="stop4154" /> - + id="linearGradient4142"> + + + + id="linearGradient4048"> + + + + + id="stop4005" /> + + + + + id="stop3945" /> + + + + - + gradientTransform="matrix(2.463041,0,0,1.1368063,-7.8330973,1.6781759)" /> + gradientTransform="matrix(1,0,0,1.1999999,0,-1.2999996)" /> + + xlink:href="#linearGradient4003" + id="linearGradient4009" + x1="20.058886" + y1="16.715609" + x2="11.393397" + y2="16.941942" + gradientUnits="userSpaceOnUse" /> + + xlink:href="#linearGradient4142" + id="linearGradient4148" + x1="15.5" + y1="10.635184" + x2="15.5" + y2="7.1438446" + gradientUnits="userSpaceOnUse" /> - + + + + + + + + + + + + + + inkscape:window-height="842" + inkscape:window-x="4" + inkscape:window-y="24" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="11" + gridtolerance="11"> + + @@ -212,82 +382,301 @@ id="layer1"> + style="opacity:0.475;color:#000000;fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter4540)" + id="path4466" + sodipodi:cx="12.03125" + sodipodi:cy="4.265625" + sodipodi:rx="5.125" + sodipodi:ry="2.109375" + d="m 17.15625,4.265625 a 5.125,2.109375 0 1 1 -10.25,0 A 5.125,2.109375 0 1 1 17.15625,4.265625 z" + transform="matrix(1.4634147,0,0,1.1851852,-6.1067077,-0.5555557)" /> + + + + + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0054175" + inkscape:original="M 2.5 11.5 L 2.5 18.5 C 2.5 20.155999 6.7560004 21.5 12 21.5 C 17.243999 21.5 21.5 20.155998 21.5 18.5 L 21.5 11.5 L 2.5 11.5 z " + style="fill:none;stroke:url(#linearGradient4054);stroke-width:1.00000059999999991;stroke-miterlimit:4;stroke-opacity:1" + id="path3983" + d="m 3.5,12.5 0,6 c 0,-0.016662 0.0034472,0.121066 0.34375,0.375 0.3403028,0.253934 0.9602178,0.531845 1.75,0.78125 C 7.1733144,20.15506 9.4638941,20.5 12,20.5 c 2.536106,0 4.826685,-0.34494 6.40625,-0.84375 0.789782,-0.249405 1.409697,-0.527316 1.75,-0.78125 C 20.496553,18.621066 20.5,18.483337 20.5,18.5 l 0,-6 z" /> + + + + + + + + - - - - - + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0051613" + inkscape:original="M 12 8.5 C 6.7560004 8.5 2.5000001 9.844 2.5 11.5 C 2.5 13.155999 6.7560004 14.5 12 14.5 C 17.243999 14.5 21.5 13.155999 21.5 11.5 C 21.5 9.844 17.244 8.5000008 12 8.5 z " + xlink:href="#path4198" + style="fill:url(#linearGradient4394);stroke:#ffffff;stroke-width:1.00000059999999991;stroke-miterlimit:4;stroke-opacity:1;fill-opacity:1" + id="path4200" + inkscape:href="#path4198" + d="M 12,9.5 C 9.4638721,9.5 7.1733501,9.8449289 5.59375,10.34375 4.80395,10.593161 4.1840886,10.87104 3.84375,11.125 3.5034114,11.37896 3.5,11.516552 3.5,11.5 c 0,-0.016553 0.0034113,0.12104 0.34375,0.375 0.3403387,0.25396 0.9601999,0.531839 1.75,0.78125 C 7.1733501,13.155071 9.4638722,13.5 12,13.5 c 2.536128,0 4.82665,-0.344929 6.40625,-0.84375 0.7898,-0.249411 1.409661,-0.52729 1.75,-0.78125 C 20.496589,11.62104 20.5,11.483447 20.5,11.5 c 0,0.016552 -0.003411,-0.12104 -0.34375,-0.375 -0.340339,-0.25396 -0.9602,-0.53184 -1.75,-0.78125 C 16.82665,9.844929 14.536128,9.5000004 12,9.5 z" /> + + + + + + + + + + + + + + + + + + + + + + - - - + style="fill:url(#linearGradient4386);fill-opacity:1;stroke:url(#linearGradient4352);stroke-width:1.00000119;stroke-miterlimit:4;stroke-opacity:1" + d="m 15.98217,5.4999993 c -0.827986,0 -1.499975,-0.6719998 -1.499975,-1.4999993 0,-0.82799966 0.671989,-1.4999994 1.4999755,-1.4999994 0.5378079,0 0.8279864,2.9999986 0,2.9999987 z" + id="path4348" + sodipodi:nodetypes="csss" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/call-me.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/call-me.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/camera.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/camera.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/camera.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="camera.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/camera.png" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/camera.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,27 +25,39 @@ id="defs3140"> + id="linearGradient3471"> + id="stop3473" /> + id="stop3475" /> + id="linearGradient3319"> + + + + + id="stop3277" /> + id="stop3279" /> + gradientTransform="matrix(1.1174699,0,0,1.0769198,-1.4092467,0.6538692)" /> - + + + id="filter3467" + x="-0.1873065" + width="1.374613" + y="-1.1862745" + height="3.372549"> + + + + inkscape:window-width="1440" + inkscape:window-height="845" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -147,16 +189,24 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> - + + + width="19" + height="13.999999" + x="2.5000005" + y="5.5000005" + rx="1.990342" + ry="1.990342" /> + x="8" + y="7" + rx="0.92309529" + ry="0.92309529" /> + d="m 12.213698,8.3860893 a 3.1126323,2.4528894 0 1 1 -6.2252645,0 3.1126323,2.4528894 0 1 1 6.2252645,0 z" + transform="matrix(0.9638144,0,0,1.2294331,6.7282617,2.2055276)" /> + + x="11" + y="8" + rx="0" + ry="0" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/car.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/car.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/car.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="car.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/car.png" + inkscape:export-filename="/home/hbons/Desktop/car.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,21 +25,129 @@ id="defs4"> + id="linearGradient3758"> + + + + + + + + + id="stop3742" /> + + + + + + + + + + + + + + + + + id="stop3569" /> + + + + + + + + + + + + - - - + xlink:href="#linearGradient3120" + id="linearGradient3126" + x1="15.079264" + y1="14.495613" + x2="21.728834" + y2="17.496004" + gradientUnits="userSpaceOnUse" /> - - - - + + + + + + + + + + + + + + inkscape:window-height="842" + inkscape:window-x="8" + inkscape:window-y="24" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="8" + gridtolerance="10"> + + @@ -143,16 +355,16 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> - + + sodipodi:nodetypes="csssccssscc" /> + + + d="m 16.125,4.53125 c 0,0 -7.78125,0.03125 -7.78125,0.03125 C 8.1177989,4.5634077 7.9835763,4.621924 7.75,4.90625 7.5164237,5.190576 7.263426,5.6769992 7.09375,6.1875 6.7543979,7.2085017 6.65625,8.28125 6.65625,8.28125 6.6161436,8.7299965 6.2854719,9.0988226 5.84375,9.1875 4.5141784,9.4359405 3.6962278,9.8162287 3.25,10.25 c -0.4462278,0.433771 -0.65625,0.967058 -0.65625,2.03125 0,0 -0.03125,3.90625 -0.03125,3.90625 -0.0006669,0.069365 -0.0129301,0.122978 0,0.15625 0.0213664,0.05498 0.0715789,0.127876 0.53125,0.125 0,0 15.537267,-0.11252 17.375,-0.125 C 20.463158,14.733182 20.437691,8.4611796 20.4375,8.40625 20.437323,8.4050378 20.437733,8.3765596 20.4375,8.375 20.421108,8.2654703 20.271566,7.4239108 19.6875,6.46875 19.06697,5.453957 18.138201,4.53125 16.125,4.53125 z" + transform="matrix(1,0,0,1.0026182,0,-4.3113605e-2)" /> + - + d="m 21.819837,16.167942 a 2.500762,3.5999982 0 1 1 -5.001524,0 2.500762,3.5999982 0 1 1 5.001524,0 z" + transform="matrix(1.399653,0,0,1.1111116,-15.0402,-2.4643878)" /> - - + d="m 21.819837,16.167942 a 2.500762,3.5999982 0 1 1 -5.001524,0 2.500762,3.5999982 0 1 1 5.001524,0 z" + transform="matrix(0.599816,0,0,0.4166667,0.9121078,8.7633578)" /> + d="m 21.819837,16.167942 a 2.500762,3.5999982 0 1 1 -5.001524,0 2.500762,3.5999982 0 1 1 5.001524,0 z" + transform="matrix(1.006066,0,0,0.8333336,-7.4521952,2.0267109)" /> + + + d="m 21.819837,16.167942 a 2.500762,3.5999982 0 1 1 -5.001524,0 2.500762,3.5999982 0 1 1 5.001524,0 z" + transform="matrix(1.006066,0,0,0.8333335,-0.4521951,2.0267121)" /> + + - + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 18.931704,5 18,5 c 1.039465,0.8330652 1.99897,2.7080774 1.99897,4 L 21,9 C 21,9 20.203162,5.2915728 18.931704,5 z" + id="path3595" + sodipodi:nodetypes="ccccc" /> + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/cat.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/cat.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/cat.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,79 +17,89 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop" sodipodi:docname="cat.svg" - inkscape:export-filename="/home/hbons/Desktop/poesjjj.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/cat.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + id="linearGradient3223" + inkscape:collect="always"> + style="stop-color:#eeeeec;stop-opacity:1" /> + style="stop-color:#60625d;stop-opacity:1" /> + id="linearGradient3213"> + id="stop3215" /> + id="stop3217" /> + + + + - - - - + - + id="filter3335" + x="-0.11466411" + width="1.2293282" + y="-0.32952015" + height="1.6590403"> + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -127,6 +147,16 @@ inkscape:groupmode="layer" id="layer1"> + - - + d="M 10.044643,11.589286 A 2.4553573,2.5 0 1 1 5.1339285,11.589286 A 2.4553573,2.5 0 1 1 10.044643,11.589286 z" + transform="matrix(1.018182,0,0,1,-0.227273,-8.9285851e-2)" /> - + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/cigarette.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/cigarette.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/cigarette.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="cigarette.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/cigarette.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/sigarette.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,55 +25,45 @@ id="defs4"> + id="linearGradient3196"> + id="stop3198" /> + id="stop3200" /> - + id="linearGradient3187"> + id="stop3189" /> + id="stop3191" /> - + id="linearGradient3179"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -126,12 +296,18 @@ inkscape:groupmode="layer" id="layer1"> + @@ -141,27 +317,18 @@ id="path2199" sodipodi:nodetypes="ccccc" /> - + sodipodi:nodetypes="ccsccc" /> + style="opacity:0.725;fill:#2e3436;fill-opacity:1;stroke:none;filter:url(#filter3326)" + id="path2518" + sodipodi:cx="9.5760565" + sodipodi:cy="9.4493694" + sodipodi:rx="4.9745746" + sodipodi:ry="1.6167368" + d="M 14.550631,9.4493694 A 4.9745746,1.6167368 0 1 1 4.6014819,9.4493694 A 4.9745746,1.6167368 0 1 1 14.550631,9.4493694 z" + transform="matrix(1.984711,0,0,2.2041469,21.810904,7.3805946)" /> + + + + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/clap.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/clap.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,257 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/clock.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/clock.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/clock.svg Mon Aug 25 02:46:56 2008 +0000 @@ -15,7 +15,7 @@ sodipodi:version="0.32" inkscape:version="0.46" version="1.0" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/clock.png" + inkscape:export-filename="/home/hbons/Pidgin objects refresh/bitmaps/clock.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" @@ -25,15 +25,27 @@ id="defs1333"> + id="linearGradient3178"> + id="stop3180" /> + id="stop3182" /> + + + + - + + + xlink:href="#linearGradient3178" + id="linearGradient3184" + x1="8.7305288" + y1="3.7277825" + x2="19.633175" + y2="21.416985" + gradientUnits="userSpaceOnUse" /> + + + + inkscape:window-width="1440" + inkscape:window-height="849" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="8" + gridtolerance="8"> + + @@ -105,37 +146,37 @@ inkscape:groupmode="layer"> + style="opacity:0.76126126;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter3298)" + id="path3200" + sodipodi:cx="13.360018" + sodipodi:cy="19.649748" + sodipodi:rx="5.5254393" + sodipodi:ry="1.5050638" + d="M 18.885457,19.649748 A 5.5254393,1.5050638 0 1 1 7.8345785,19.649748 A 5.5254393,1.5050638 0 1 1 18.885457,19.649748 z" + transform="matrix(1.2668676,0,0,1.3288475,-3.9253738,-5.1115186)" /> + d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z" + transform="matrix(0.7319534,0,0,0.7319534,0.5886799,-0.1300567)" /> + d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z" + transform="matrix(0.5925337,0,0,0.5925337,2.7622648,2.1804304)" /> - - + sodipodi:nodetypes="csssc" /> + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/clover.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/clover.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/clover.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="clover.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/clover.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/pidgin-mtn/pidgin/pixmaps/emotes/default/24/clover.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,27 +25,351 @@ id="defs4"> + id="linearGradient8888"> + + + + + + + + + + + + + + + + + + + + + + + + + id="stop8735" /> + + + + + + + + + + + + + + + + + id="stop8661" /> + + + + + + + + - + + + + + + + + + + x1="10.652974" + y1="12.422029" + x2="7.6124334" + y2="4.4080796" + gradientTransform="matrix(-0.9782754,-0.265917,0.2644895,-1.0013568,21.94694,26.001397)" /> + + + + + + + + + + + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -83,160 +417,61 @@ inkscape:groupmode="layer" id="layer1"> + - + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8814);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.095113,2.5845487 C 8.1457487,2.0864816 6.143596,3.1844466 5.6241402,5.0330274 C 5.1046846,6.8816087 6.2628735,8.787048 8.2122374,9.2851151 C 9.2066131,9.5391805 10.558954,9.9322654 11.756452,10.255958 C 12.064678,9.061245 12.379414,7.7964686 12.651412,6.828512 C 13.173229,4.9715276 12.044477,3.0826157 10.095113,2.5845487 z" + id="path4066" /> - - - + - + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8810);stroke-width:0.99999964;stroke-miterlimit:4;stroke-opacity:1" + d="M 6.063638,18.380004 C 4.2131248,17.879763 3.1154629,15.959242 3.6107885,14.094265 C 4.1061143,12.229289 6.0085359,11.119769 7.8590494,11.62001 C 8.8030012,11.875184 10.110492,12.180652 11.256112,12.472456 C 10.913396,13.664572 10.541077,14.921047 10.281714,15.897588 C 9.7841363,17.771043 7.9141516,18.880246 6.063638,18.380004 z" + id="path4070" /> + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8806);stroke-width:0.99999964;stroke-miterlimit:4;stroke-opacity:1" + d="M 15.077022,20.377621 C 16.951194,20.887062 18.877939,19.757135 19.379598,17.857857 C 19.881256,15.958579 18.76956,14.002735 16.895387,13.493293 C 15.939368,13.233426 14.639243,12.83116 13.487954,12.499999 C 13.190179,13.727446 12.886062,15.026865 12.623383,16.021367 C 12.119444,17.929279 13.202849,19.868179 15.077022,20.377621 z" + id="path4072" /> - + style="fill:url(#linearGradient8804);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044;stroke-miterlimit:4;stroke-opacity:1" + d="M 14.283249,16.922991 C 15.62235,17.242618 16.997714,16.538018 17.354551,15.351723 C 17.711387,14.165429 16.915777,12.942647 15.576676,12.623022 C 14.893598,12.45998 13.964617,12.207724 13.142005,12 C 12.930271,12.766687 12.714066,13.578334 12.527219,14.199503 C 12.168761,15.39119 12.944149,16.603367 14.283249,16.922991 z" + id="path8749" /> + style="fill:url(#linearGradient8802);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044000000004;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.9909831,15.913626 C 6.5600058,15.555081 5.7098094,14.183402 6.0911281,12.852655 C 6.4724471,11.521908 7.9421754,10.731511 9.3731529,11.090057 C 10.103098,11.272952 11.114123,11.492039 12,11.701241 C 11.736082,12.551849 11.449333,13.448372 11.249666,14.145179 C 10.866613,15.481976 9.4219606,16.272172 7.9909831,15.913626 z" + id="path8753" /> - + style="fill:url(#linearGradient8800);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044000000004;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.152122,5.0903824 C 9.8149115,4.7152486 8.4414893,5.5422133 8.0851569,6.9345264 C 7.7288245,8.3268399 8.5233104,9.7619777 9.8605208,10.137111 C 10.542636,10.328469 11.470304,10.624532 12.291755,10.868331 C 12.50319,9.9684972 12.71909,9.0158936 12.905674,8.2868484 C 13.263626,6.888206 12.489332,5.4655162 11.152122,5.0903824 z" + id="path8757" /> - + style="fill:url(#linearGradient8798);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.009017,7.0857067 C 18.439994,7.441483 19.29019,8.8025656 18.908873,10.123033 C 18.527553,11.4435 17.057824,12.227792 15.626847,11.872016 C 14.896902,11.690533 13.885877,11.47314 13,11.265553 C 13.263918,10.421515 13.550667,9.5319182 13.750334,8.8404931 C 14.133386,7.514023 15.578039,6.7299303 17.009017,7.0857067 z" + id="path8759" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/coffee.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/coffee.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/coffee.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="coffee.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/coffee.png" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/coffee.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,54 @@ id="defs2193"> + + + + + + + + + + + + + + + + - - - + xlink:href="#linearGradient2199" + id="linearGradient2205" + x1="20.15468" + y1="15.054713" + x2="5.4952478" + y2="16.003563" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.8418494,6.027441e-7,0.9988609)" /> + + + - - - - - + + xlink:href="#linearGradient3368" + id="linearGradient3374" + x1="9.5760565" + y1="10.332613" + x2="9.719101" + y2="11.245744" + gradientUnits="userSpaceOnUse" /> + + + + inkscape:guide-bbox="true" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -129,47 +203,72 @@ inkscape:groupmode="layer"> + style="opacity:0.725;fill:#2e3436;fill-opacity:1;stroke:none;filter:url(#filter3326)" + id="path2518" + sodipodi:cx="9.5760565" + sodipodi:cy="9.4493694" + sodipodi:rx="4.9745746" + sodipodi:ry="1.6167368" + d="m 14.550631,9.4493694 a 4.9745746,1.6167368 0 1 1 -9.9491491,0 4.9745746,1.6167368 0 1 1 9.9491491,0 z" + transform="matrix(1.984711,0,0,2.2041469,-7.2532725,-2.2065578)" /> - + d="m 14.550631,9.4493694 a 4.9745746,1.6167368 0 1 1 -9.9491491,0 4.9745746,1.6167368 0 1 1 9.9491491,0 z" + transform="matrix(1.909711,0,0,2.7833841,-7.2875001,-9.3012244)" /> + + + + d="m 14.550631,9.4493694 a 4.9745746,1.6167368 0 1 1 -9.9491491,0 4.9745746,1.6167368 0 1 1 9.9491491,0 z" + transform="matrix(1.1056221,0,0,1.2195576,0.4125003,-2.0523461)" /> + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/coins.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/coins.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/coins.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="coins.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/todo/msn_coins.png" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/coins.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,38 +25,39 @@ id="defs4"> + id="linearGradient3697"> + id="stop3699" /> + id="stop3701" /> - + id="linearGradient3301"> + id="stop3303" /> + id="stop3305" /> + + + + + gradientTransform="matrix(1.289311,0,0,1.289311,-3.516836,-2.546482)" /> + + + + + - + inkscape:window-width="1440" + inkscape:window-height="845" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="13" + gridtolerance="9"> + + @@ -138,6 +169,26 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> + + - - + d="m 21.659695,14.16983 a 6.3312955,6.3312955 0 1 1 -12.662591,0 A 6.3312955,6.3312955 0 1 1 21.659695,14.16983 z" + transform="matrix(1.105475,0,0,1.105482,-7.4364864,-7.1653594)" /> + d="m 21.659695,14.16983 a 6.3312955,6.3312955 0 1 1 -12.662591,0 A 6.3312955,6.3312955 0 1 1 21.659695,14.16983 z" + transform="matrix(0.788648,0,0,0.788653,-2.5800524,-2.6759494)" /> + d="m 21.659695,14.16983 a 6.3312955,6.3312955 0 1 1 -12.662591,0 A 6.3312955,6.3312955 0 1 1 21.659695,14.16983 z" + transform="matrix(1.105475,0,0,1.105482,-1.4442513,-1.1636254)" /> + d="m 21.659695,14.16983 a 6.3312955,6.3312955 0 1 1 -12.662591,0 A 6.3312955,6.3312955 0 1 1 21.659695,14.16983 z" + transform="matrix(0.788648,0,0,0.788653,3.4121827,3.3257816)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/computer.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/computer.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/computer.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="computer.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/pc.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/computer.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,54 @@ id="defs4"> + + + + + + + + + + + + + + + + - - - - - - + + + gradientTransform="translate(28.995853,0)" /> + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -114,6 +187,15 @@ inkscape:groupmode="layer" id="layer1"> + - + rx="1.1153738" + ry="1.1153738" /> - + height="4" + x="11.997927" + y="17" + transform="matrix(0,1,1,0,0,0)" /> + d="M 12.162752,-3.0121381 A 1.3537309,1.2704244 0 1 1 9.4552901,-3.0121381 A 1.3537309,1.2704244 0 1 1 12.162752,-3.0121381 z" + transform="matrix(0,-0.7386992,0.7871387,0,22.37097,14.984615)" /> + d="M 12.162752,-3.0121381 A 1.3537309,1.2704244 0 1 1 9.4552901,-3.0121381 A 1.3537309,1.2704244 0 1 1 12.162752,-3.0121381 z" + transform="matrix(0,-0.7386992,0.7871387,0,22.37097,17.984615)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/confused.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/confused.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/console.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/console.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/console.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,154 +17,173 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="console.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/xbox.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/console.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:collect="always" + id="linearGradient3341"> + id="stop3343" /> + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3345" /> + + + + id="stop3327" /> - + id="linearGradient3240"> + + + + id="linearGradient3228"> + id="stop3230" /> + id="stop3232" /> - + id="linearGradient3220"> + id="stop3222" /> + id="stop3224" /> + + + + - - + + + gradientTransform="translate(1,0)" /> + - - + xlink:href="#linearGradient3240" + id="linearGradient3246" + x1="7.2763333" + y1="15.301534" + x2="9.1193914" + y2="20.094202" + gradientUnits="userSpaceOnUse" /> + x1="7.2763333" + y1="15.301534" + x2="9.1193914" + y2="20.094202" + gradientTransform="translate(5.9999999,1.9878052)" /> + + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -200,33 +229,16 @@ id="layer1" inkscape:label="Layer 1" inkscape:groupmode="layer"> - - - - - + - + - + - + sodipodi:nodetypes="ccccccc" /> + d="M 11.896171,12.603668 A 0.93303299,0.89971036 0 1 1 10.030105,12.603668 A 0.93303299,0.89971036 0 1 1 11.896171,12.603668 z" + transform="matrix(1.071773,0,0,1.111469,4.2500047,-3.0085863)" /> + d="M 11.896171,12.603668 A 0.93303299,0.89971036 0 1 1 10.030105,12.603668 A 0.93303299,0.89971036 0 1 1 11.896171,12.603668 z" + transform="matrix(1.071773,0,0,1.111469,1.2500047,-3.0085863)" /> - - - - - - - - - - + x="17" + y="10" + rx="1" + ry="1" /> + + y="16" + rx="0.5" + ry="0.5" /> + transform="matrix(0,-1,1,0,0,0)" + rx="0.5" + ry="0.5" /> + x="10.999999" + y="18.024378" /> + x="10.999999" + y="16.024378" /> + x="9.999999" + y="17.024378" /> + x="11.999999" + y="17.024378" /> + + sodipodi:type="inkscape:offset" + inkscape:radius="-0.94345921" + inkscape:original="M 4.8125 14.5 C 3.5226619 14.617264 2.4999999 15.930591 2.5 17.5 C 2.5000001 19.146595 3.6204717 20.499999 5 20.5 C 5.1724411 20.499999 10.827559 20.5 11 20.5 C 12.379528 20.499999 13.5 19.146593 13.5 17.5 C 13.5 15.853407 12.379529 14.500001 11 14.5 C 10.827559 14.5 4.8759347 14.494233 4.8125 14.5 z " + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.02256215;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3365" + d="M 4.90625,15.4375 C 4.2041988,15.501326 3.4374999,16.340444 3.4375,17.5 C 3.4375001,18.718593 4.2375332,19.562499 5,19.5625 C 5.1725644,19.562499 10.827563,19.5625 11,19.5625 C 11.762465,19.562499 12.5625,18.71859 12.5625,17.5 C 12.5625,16.281409 11.762467,15.437501 11,15.4375 C 10.903262,15.4375 9.3920944,15.438221 7.875,15.4375 C 7.1164528,15.43714 6.3502348,15.43723 5.78125,15.4375 C 5.4967576,15.437635 5.2617531,15.437108 5.09375,15.4375 C 5.0097485,15.437696 4.9512552,15.437238 4.90625,15.4375 z" + transform="matrix(0.9863014,0,0,0.9696411,6.1095889,2.5313954)" /> + x="10.999999" + y="18.012182" + rx="0.5" + ry="0.5" /> + x="-20.012182" + y="9.999999" + transform="matrix(0,-1,1,0,0,0)" + rx="0.5" + ry="0.5" /> + x="15.999999" + y="20.012182" /> + x="15.999999" + y="18.012182" /> + x="14.999999" + y="19.012182" /> + x="17" + y="19.012182" /> + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/cowboy.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/cowboy.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,253 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/crying.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/crying.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,248 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/curl-lip.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/curl-lip.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,295 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/curse.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/curse.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/cute.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/cute.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/cyclops.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/cyclops.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,178 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/dance.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/dance.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,235 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/desire.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/desire.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/devil.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/devil.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/disappointed.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/disappointed.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/disdain.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/disdain.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/doctor.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/doctor.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/dog.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/dog.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/dog.svg Mon Aug 25 02:46:56 2008 +0000 @@ -25,6 +25,66 @@ id="defs4"> + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -127,44 +232,36 @@ inkscape:groupmode="layer" id="layer1"> - + d="M 6.875,4.53125 C 6.6568034,4.4540607 6.4624029,4.4485699 6.125,4.625 C 5.7875971,4.8014301 5.3592141,5.1884127 4.9375,5.75 C 4.0940718,6.8731746 3.2904391,8.7053007 2.84375,10.90625 C 2.3967148,13.108905 2.3755444,15.255758 2.6875,16.84375 C 2.9994556,18.431742 3.6882926,19.31426 4.125,19.46875 C 4.3431964,19.545939 4.5375971,19.55143 4.875,19.375 C 5.2124029,19.19857 5.6407858,18.811587 6.0625,18.25 C 6.9059283,17.126825 7.709561,15.294698 8.15625,13.09375 C 8.6032849,10.891095 8.6244556,8.744242 8.3125,7.15625 C 8.0005444,5.568258 7.3117075,4.6857399 6.875,4.53125 z" + transform="matrix(0.9962117,0,0,0.9986743,3.2287666e-2,5.9393481e-3)" /> + d="M 16.4375,4.59375 C 15.876368,4.7806718 15.133321,5.7028526 14.78125,7.375 C 14.429179,9.0471474 14.467292,11.298381 14.96875,13.625 C 15.470584,15.953373 16.338407,17.896489 17.28125,19.09375 C 17.752671,19.69238 18.231185,20.11618 18.625,20.3125 C 19.018815,20.50882 19.28319,20.499292 19.5625,20.40625 C 20.123629,20.219329 20.866679,19.297148 21.21875,17.625 C 21.570821,15.952852 21.532707,13.701618 21.03125,11.375 C 20.529414,9.0466259 19.661593,7.1035109 18.71875,5.90625 C 18.247329,5.3076196 17.768815,4.8838201 17.375,4.6875 C 16.981185,4.4911799 16.716809,4.5007077 16.4375,4.59375 z" + transform="matrix(1.0071456,0,0,1.0018674,-0.1039639,-8.458664e-3)" /> + + style="fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient3238);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.5,9.4999996 C 11.5,11.155999 10.628407,12.5 9.554478,12.5 C 8.480549,12.5 6.5,12.415189 6.5,10.759191 C 6.5,9.1031901 8.480549,6.5 9.554478,6.5 C 10.628407,6.5 11.5,7.8439997 11.5,9.4999996 z" + id="path3236" + sodipodi:nodetypes="csssc" /> + style="fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient3234);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 12.5,9.4999999 C 12.5,11.155999 13.371593,12.5 14.445522,12.5 C 15.519451,12.5 17.5,12.415189 17.5,10.759191 C 17.5,9.1031904 15.519451,6.5000003 14.445522,6.5000003 C 13.371593,6.5000003 12.5,7.844 12.5,9.4999999 z" + id="path3197" + sodipodi:nodetypes="csssc" /> + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/doh.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/doh.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,212 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/dont-know.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/dont-know.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/drink.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/drink.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/drink.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="drink.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/cocktail.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/drink.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,15 +25,74 @@ id="defs3192"> + id="linearGradient3312"> + + + + + id="stop3281" /> + id="stop3283" /> + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -129,49 +230,103 @@ id="layer1"> + style="opacity:0.29464286;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3272);enable-background:accumulate" + id="path3238" + sodipodi:cx="16.13129" + sodipodi:cy="21.829008" + sodipodi:rx="5.9083939" + sodipodi:ry="2.2259531" + d="M 22.039684,21.829008 A 5.9083939,2.2259531 0 1 1 10.222897,21.829008 A 5.9083939,2.2259531 0 1 1 22.039684,21.829008 z" + transform="matrix(0.8462537,0,0,0.8984914,-0.6511642,1.3868243)" /> - + style="opacity:1;fill:url(#linearGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 7 5 L 7 9 L 7.03125 9 C 7.0214273 9.0759607 7 9.1400297 7 9.21875 C 7 10.203764 7.7962357 11 8.78125 11 L 16.21875 11 C 17.203764 11 18 10.203764 18 9.21875 C 18 9.1400296 17.978573 9.0759607 17.96875 9 L 18 9 L 18 5 L 7 5 z " + id="rect3183" /> + d="M 19.78625,6.7694745 A 7.0076299,2.1160295 0 1 1 5.7709899,6.7694745 A 7.0076299,2.1160295 0 1 1 19.78625,6.7694745 z" + transform="matrix(0.998919,0,0,1.180751,-0.264861,-3.9915681)" /> + + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/drool.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/drool.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,259 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/eat.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/eat.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,263 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/embarrassed.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/embarrassed.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,245 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/excruciating.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/excruciating.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/eyeroll.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/eyeroll.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,299 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/female-fighter.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/female-fighter.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,244 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/film.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/film.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/film.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="film.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/film.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/film.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,48 +25,249 @@ id="defs4"> - - - - + id="linearGradient3291"> + id="stop3293" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id="stop3211" /> + + + + + + + + + xlink:href="#linearGradient3271" + id="radialGradient3277" + cx="13.07804" + cy="6.1990452" + fx="13.07804" + fy="6.1990452" + r="9.4996834" + gradientTransform="matrix(0.9405504,0.2520197,-0.1724403,0.6435557,2.2683061,-7.0719408e-2)" + gradientUnits="userSpaceOnUse" /> + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -102,102 +313,64 @@ inkscape:groupmode="layer" id="layer1"> + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1.00000036;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3325)" + d="M 13.499999,21.499998 C 8.5319987,21.499998 4.4999987,18.811999 4.4999987,15.499999 C 4.4999987,12.188 8.5319987,9.5000003 13.499999,9.5000003 C 18.467997,9.5000003 22.499995,12.188 22.499995,15.499999 C 22.499995,18.811999 18.467997,21.499998 13.499999,21.499998 z" + id="path3299" /> - - - + + + + + style="opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient3269);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1" + d="M 21.499998,8.5000003 C 21.499998,7.2125379 20.713037,6.0025538 19.281248,5.0625003 C 17.84946,4.1224469 15.786862,3.5000003 13.499998,3.5000003 C 11.213135,3.5000003 9.1505371,4.1224469 7.7187481,5.0625003 C 6.2869591,6.0025538 5.4999981,7.2125382 5.4999981,8.5000003 C 5.4999981,9.7874636 6.2869601,10.997446 7.7187481,11.9375 C 9.1505361,12.877554 11.213134,13.5 13.499998,13.5 C 15.786862,13.5 17.84946,12.877554 19.281248,11.9375 C 20.713037,10.997446 21.499998,9.7874636 21.499998,8.5000003 z" + id="path3265" /> + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.499999,8.9701525 C 16.671999,8.9701525 15.999998,8.5221522 15.999998,7.9701518 C 15.999998,7.4181515 16.671999,6.9701512 17.499999,6.9701512 C 18.327999,6.9701512 18.999999,7.4181515 18.999999,7.9701518 C 18.999999,8.5221522 18.327999,8.9701525 17.499999,8.9701525 z" + id="path3320" /> + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 12,10.470161 C 12,9.6421632 12.672,8.970165 13.5,8.970165 C 14.328,8.970165 15,9.6421632 15,10.470161 C 15,11.298159 14.328,11.970158 13.5,11.970158 C 12.672,11.970158 12,11.298159 12,10.470161 z" + id="path3322" /> + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 12,5.9701559 C 12,5.4181549 12.672,4.9701542 13.5,4.9701542 C 14.328,4.9701542 15,5.4181549 15,5.9701559 C 15,6.5221568 14.328,6.9701576 13.5,6.9701576 C 12.672,6.9701576 12,6.5221568 12,5.9701559 z" + id="path3324" /> + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.4999991,8.9701555 C 8.6719991,8.9701555 7.9999991,8.5221552 7.9999991,7.9701548 C 7.9999991,7.4181545 8.6719991,6.9701542 9.4999991,6.9701542 C 10.328,6.9701542 11,7.4181545 11,7.9701548 C 11,8.5221552 10.328,8.9701555 9.4999991,8.9701555 z" + id="path3326" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/fingers-crossed.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/fingers-crossed.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,253 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/foot-in-mouth.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/foot-in-mouth.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,206 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/freaked-out.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/freaked-out.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,206 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/giggle.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/giggle.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/girl.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/girl.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/girl.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="girl.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/girl.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/girl.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,27 +25,79 @@ id="defs4"> + id="linearGradient3200"> + + + + + id="stop3182" /> + id="stop3184" /> + + + + - + + + xlink:href="#linearGradient3200" + id="linearGradient3206" + x1="1.4138453" + y1="3.8759882" + x2="21.294281" + y2="24.454718" + gradientUnits="userSpaceOnUse" /> + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -82,26 +144,25 @@ id="layer1"> + style="opacity:0.24347826;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3360);enable-background:accumulate" + id="path3294" + sodipodi:cx="13.209417" + sodipodi:cy="20.996391" + sodipodi:rx="3.3265772" + sodipodi:ry="1.5179527" + d="M 16.535995,20.996391 A 3.3265772,1.5179527 0 1 1 9.8828402,20.996391 A 3.3265772,1.5179527 0 1 1 16.535995,20.996391 z" + transform="matrix(1.653351,0,0,1.317564,-8.3398032,-6.66409)" /> + style="opacity:1;fill:url(#linearGradient3178);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3186);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.440941,2.5430081 C 8.1418507,2.8338759 5.5391344,5.6355191 5.5391342,9.0149063 C 5.5391342,12.06835 7.6994377,14.62012 10.540645,15.300117 L 10.540645,16.529834 L 8.5053167,16.529834 L 8.5053167,19.50108 L 10.509077,19.50108 L 10.509077,21.508218 L 13.506827,21.508218 L 13.506827,19.50108 L 15.510588,19.50108 L 15.510588,16.545618 L 13.506827,16.545618 L 13.506827,15.300117 C 16.348034,14.62012 18.460985,12.068349 18.460986,9.0149063 C 18.460986,5.4423245 15.566586,2.5430081 12.00006,2.5430081 C 11.860743,2.5430081 11.733387,2.5342922 11.596252,2.5430081 C 11.543541,2.5463582 11.493308,2.5383911 11.440941,2.5430081 z M 11.627315,6.5257152 C 11.665939,6.5199031 11.712387,6.5297043 11.751563,6.5257152 C 11.835136,6.5172049 11.914256,6.5257152 12.00006,6.5257152 C 13.372919,6.5257151 14.485032,7.6397171 14.485032,9.0149063 C 14.485032,10.390097 13.372919,11.5041 12.00006,11.5041 C 10.627202,11.5041 9.5150889,10.390097 9.5150889,9.0149063 C 9.5150893,7.7659552 10.429947,6.7058868 11.627315,6.5257152 z" + id="path2264" + sodipodi:nodetypes="csccccccccccccsssccsssssc" /> + inkscape:radius="-0.9582172" + inkscape:original="M 11.4375 2.53125 C 8.1384098 2.8221178 5.5312502 5.6206128 5.53125 9 C 5.5312502 12.053444 7.6900427 14.632503 10.53125 15.3125 L 10.53125 16.53125 L 8.5 16.53125 L 8.5 19.5 L 10.5 19.5 L 10.5 21.5 L 13.5 21.5 L 13.5 19.5 L 15.5 19.5 L 15.5 16.53125 L 13.5 16.53125 L 13.5 15.3125 C 16.341207 14.632503 18.468749 12.053443 18.46875 9 C 18.468751 5.4274186 15.566526 2.53125 12 2.53125 C 11.860683 2.53125 11.730885 2.5225341 11.59375 2.53125 C 11.541039 2.5346001 11.489867 2.526633 11.4375 2.53125 z M 11.625 6.53125 C 11.663624 6.5254377 11.710824 6.5352391 11.75 6.53125 C 11.833573 6.5227395 11.914196 6.53125 12 6.53125 C 13.372859 6.5312497 14.5 7.6248108 14.5 9 C 14.5 10.375191 13.372859 11.5 12 11.5 C 10.627142 11.5 9.5 10.375191 9.5 9 C 9.5000003 7.7510493 10.427632 6.7114216 11.625 6.53125 z " + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3206);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3194" + d="M 11.53125,3.5 C 8.7237873,3.7475229 6.5000002,6.1134487 6.5,9 C 6.5000002,11.601803 8.3353275,13.797087 10.75,14.375 C 11.18903,14.472771 11.500986,14.862716 11.5,15.3125 L 11.5,16.53125 C 11.502823,16.789034 11.401666,17.037083 11.219374,17.219374 C 11.037083,17.401666 10.789034,17.502823 10.53125,17.5 L 9.46875,17.5 L 9.46875,18.53125 L 10.5,18.53125 C 10.757784,18.528427 11.005833,18.629584 11.188124,18.811876 C 11.370416,18.994167 11.471573,19.242216 11.46875,19.5 L 11.46875,20.53125 L 12.53125,20.53125 L 12.53125,19.5 C 12.528427,19.242216 12.629584,18.994167 12.811876,18.811876 C 12.994167,18.629584 13.242216,18.528427 13.5,18.53125 L 14.53125,18.53125 L 14.53125,17.5 L 13.5,17.5 C 13.242216,17.502823 12.994167,17.401666 12.811876,17.219374 C 12.629584,17.037083 12.528427,16.789034 12.53125,16.53125 L 12.53125,15.3125 C 12.530264,14.862716 12.84222,14.472771 13.28125,14.375 C 15.694375,13.797457 17.499999,11.60834 17.5,9 C 17.500001,5.9463641 15.047784,3.5 12,3.5 C 11.820718,3.5 11.714832,3.4962767 11.65625,3.5 C 11.468389,3.5119397 11.43315,3.5086491 11.53125,3.5 z M 11.65625,5.5625 C 11.865669,5.5411743 11.977557,5.5625 12,5.5625 C 13.881709,5.5624996 15.46875,7.1012242 15.46875,9 C 15.46875,10.898777 13.896249,12.46875 12,12.46875 C 10.103751,12.46875 8.53125,10.898777 8.53125,9 C 8.5312504,7.2765857 9.8070556,5.8437902 11.46875,5.59375 C 11.777722,5.5472546 11.85161,5.5426074 11.65625,5.5625 z" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/glasses-cool.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/glasses-cool.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/glasses-nerdy.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/glasses-nerdy.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,255 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/go-away.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/go-away.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/goat.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/goat.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/goat.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,23 +17,59 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop" sodipodi:docname="goat.svg" - inkscape:export-filename="/home/hbons/Desktop/goat.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/goat.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + + + + + id="linearGradient3206"> + id="stop3208" /> + + + + + id="stop3202" /> + + + + @@ -108,7 +144,7 @@ id="linearGradient3148" gradientUnits="userSpaceOnUse" x1="5.437963" - y1="0.23528472" + y1="1.9722594" x2="5.437963" y2="5.4434042" gradientTransform="matrix(-1,0,0,1,25,3e-7)" /> @@ -121,17 +157,45 @@ x2="12.5" y2="16.491886" gradientUnits="userSpaceOnUse" /> - + + + + + + inkscape:window-y="0"> + + @@ -172,16 +240,16 @@ id="layer1"> + style="opacity:0.60714285999999995;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3284);enable-background:accumulate" + id="path3214" + sodipodi:cx="13.5" + sodipodi:cy="22.5" + sodipodi:rx="4.5" + sodipodi:ry="3.5" + d="M 18,22.5 A 4.5,3.5 0 1 1 9,22.5 A 4.5,3.5 0 1 1 18,22.5 z" + transform="matrix(1.3333334,0,0,0.8571429,-5.0000004,0.7142839)" /> - + - - - - @@ -326,7 +346,7 @@ id="path3144" sodipodi:nodetypes="csccscc" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/good.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/good.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/good.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="good.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/thumbs-up.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/bad.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,48 +25,81 @@ id="defs4"> + id="linearGradient3272"> + id="stop3274" /> + id="stop3276" /> + + + + - + + + + + + + + - - - - + xlink:href="#linearGradient3272" + id="linearGradient3278" + x1="11.072799" + y1="14.794947" + x2="10.564541" + y2="14.994544" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,-1,0,24)" /> + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -105,47 +148,47 @@ id="layer1"> + style="opacity:0.23043478;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3260);enable-background:accumulate" + id="path3174" + sodipodi:cx="13.732098" + sodipodi:cy="18.569363" + sodipodi:rx="6.3158078" + sodipodi:ry="2.320581" + d="M 20.047905,18.569363 A 6.3158078,2.320581 0 1 1 7.4162898,18.569363 A 6.3158078,2.320581 0 1 1 20.047905,18.569363 z" + transform="matrix(1.1083301,0,0,1.0773164,-2.219697,-0.505079)" /> + + width="2.141026" + height="0.97348154" + x="7.4949389" + y="-4.3545794" + transform="matrix(0.8754801,0.4832541,0.128983,-0.9916468,0,0)" /> - + d="M 7.75,4.5 C 7.3889696,4.6356665 7.2866997,4.7661237 7.21875,4.90625 C 7.1508003,5.0463763 7.1083506,5.2803775 7.1875,5.6875 C 7.3457988,6.501745 8.0354633,7.8318577 9.09375,9.28125 C 9.2758832,9.5329909 9.332384,9.854404 9.247023,10.153167 C 9.1616621,10.451931 8.9438866,10.694979 8.65625,10.8125 C 8.65625,10.8125 7.7385508,11.173715 6.84375,11.65625 C 6.3963496,11.897517 5.9590251,12.18181 5.6875,12.40625 C 5.4159749,12.63069 5.4375,12.811338 5.4375,12.5 C 5.4375,14.73717 6.2292382,16.562351 7.125,17.8125 C 7.5728809,18.437574 8.0359694,18.919668 8.4375,19.21875 C 8.8390306,19.517832 9.2027059,19.59375 9.125,19.59375 C 13.637924,19.59375 18.529806,16.691086 19.3125,16.21875 L 18.65625,12 C 18.152748,11.709728 16.574424,10.82895 14.90625,10.59375 C 12.488856,10.252915 10.998267,8.2465059 9.8125,6.6875 C 9.2196164,5.9079971 8.6864056,5.2204834 8.28125,4.84375 C 8.0786722,4.6553833 7.9181899,4.5588208 7.84375,4.53125 C 7.7693101,4.5036792 7.7938358,4.4835276 7.75,4.5 z" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/handcuffs.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/handcuffs.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/handcuffs.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="handcuffs.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/act-up.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/handcuffs.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,27 +25,48 @@ id="defs4"> + id="linearGradient3167"> + id="stop3169" /> + id="stop3171" /> - + + + + xlink:href="#linearGradient3167" + id="linearGradient3272" + gradientUnits="userSpaceOnUse" + x1="6.0035257" + y1="12.458799" + x2="10.705997" + y2="20.542484" + gradientTransform="matrix(0.8660254,-0.5,0.5,0.8660254,2.2678327,0.9103648)" /> + + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -84,55 +115,74 @@ id="layer1"> + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:1.05544101999999995;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3284" + sodipodi:cx="11.153929" + sodipodi:cy="6.8221717" + sodipodi:rx="3.4200201" + sodipodi:ry="3.4200201" + d="M 7.8254853,7.6083026 A 3.4200201,3.4200201 0 0 1 13.654941,4.4894749" + transform="matrix(0.8771878,0,0,1.0233858,0.71591,-0.9817137)" + sodipodi:start="2.9096573" + sodipodi:end="5.5325943" + sodipodi:open="true" /> + style="opacity:0.25892857;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3266);enable-background:accumulate" + d="M 8.5 17 C 6.0159999 17 4 18.12 4 19.5 C 4 20.879999 6.016 21.999998 8.5 22 C 10.20775 22 11.675181 21.466792 12.4375 20.6875 C 14.028661 21.463399 16.796782 21.999999 18.5 22 C 20.984 22.000001 23 20.879998 23 19.5 C 23 18.119999 20.984 17 18.5 17 C 16.796782 17 14.028661 17.536601 12.4375 18.3125 C 11.675181 17.533208 10.20775 17 8.5 17 z M 17.5 18 C 18.88 18 20 18.448 20 19 C 20 19.552001 18.88 20 17.5 20 C 16.12 20.000001 15 19.552 15 19 C 15 18.448 16.12 18 17.5 18 z " + id="path3209" /> + - + style="opacity:0.77678576;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.930491,5.1465807 C 11.615395,5.4812787 11.546516,5.6451059 11.545476,5.7297136 C 11.544331,5.8227822 11.614604,6.0994476 11.890347,6.5770492 C 11.963809,6.6715923 12.074031,6.8145355 12.175784,7.13394 C 12.295631,7.51014 12.236944,8.0998517 11.957635,8.6310952 L 12.015949,8.6695968 C 11.161611,10.486331 11.582069,12.878106 13.021338,14.223482 C 13.026691,14.232418 13.0319,14.241441 13.036963,14.250545 C 14.547487,15.749913 17.259566,16.034021 19.094213,14.86701 C 19.10315,14.861657 19.112172,14.856448 19.121276,14.851385 C 20.992155,13.750698 21.972063,11.193835 21.328647,9.1746637 C 21.323294,9.1657271 21.318085,9.1567049 21.313022,9.1476004 C 20.797481,7.333744 19.008612,5.9134259 17.09241,5.7747851 C 16.432662,5.7418111 15.885937,5.3822585 15.620074,5.0371251 C 15.456646,4.8249699 15.445101,4.731254 15.397137,4.5884875 C 15.098117,4.0705697 14.820355,3.8781144 14.665006,3.8203988 C 14.509657,3.7626831 14.375002,3.7352417 14.014365,3.9434557 C 13.320111,4.3442838 12.624893,4.7456676 11.930491,5.1465807 z" + id="path3196" + sodipodi:nodetypes="csssccsssssscscssc" /> + + style="opacity:0.77678576;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3200" + width="3.0164168" + height="1" + x="7.5088181" + y="10.922316" + rx="0.5" + ry="0.5" + transform="matrix(0.8660254,-0.5,0.5,0.8660254,0,0)" /> + + + y="14.073529" /> - + x="6" + y="8.0735292" + rx="0.5" + ry="0.5" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/handshake.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/handshake.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,397 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/highfive.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/highfive.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,397 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/hug-left.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/hug-left.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/hug-right.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/hug-right.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/hypnotized.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/hypnotized.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,271 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/in-love.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/in-love.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/island.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/island.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/island.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="island.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/island.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/island.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,15 +25,75 @@ id="defs4"> + id="linearGradient3264"> + + + + + + + + + id="stop3233" /> + + + + + + + + + id="stop3199" /> + + + + - - - - - - - - - + + + - + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -148,34 +218,26 @@ inkscape:groupmode="layer" id="layer1"> - - + inkscape:radius="-0.99542791" + inkscape:original="M 12.4375 15.5 C 7.6607149 16.779936 4.4374999 18.188002 4.4375 21.5 C 7.623075 21.5 16.636712 21.5 20.4375 21.5 C 20.4375 18.188002 20.139222 15.5 12.4375 15.5 z " + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3270);stroke-width:0.99999970000000005;stroke-miterlimit:4;stroke-opacity:1" + id="path3260" + d="M 12.5625,16.5 C 10.277898,17.118752 8.3855542,17.771705 7.1875,18.5625 C 6.3329393,19.126567 5.9235785,19.763124 5.6875,20.5 C 9.1340307,20.5 15.572928,20.5 19.375,20.5 C 19.315651,19.429413 19.155122,18.525237 18.59375,17.9375 C 17.867032,17.176653 16.184133,16.519459 12.5625,16.5 z" /> + + style="opacity:1;fill:url(#linearGradient3253);fill-opacity:1;stroke:url(#linearGradient3201);stroke-width:0.96518665999999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 15.03125,1.46875 C 13.682902,1.4955869 12.340651,1.9052096 11.21875,2.65625 C 8.5350169,2.0988672 5.4994922,2.7678284 3.5625,4.78125 C 5.448226,3.7100523 7.7420629,3.4573393 9.84375,3.9375 C 6.1309451,5.8993977 3.0158477,7.2739777 3.3492695,11.837087 C 3.5393582,10.19609 6.390765,8.2124939 8.0138641,7.3683374 C 6.6562978,10.252178 5.8455485,13.575134 8.0570765,14.431275 C 7.1853365,13.63422 8.4919166,10.33438 9.4480947,9.3214231 C 10.424842,8.286676 11.545495,7.4927985 11.545495,7.4927985 C 11.545495,7.4927985 13.720971,7.5101844 13.720971,7.5101844 C 14.519571,9.4044479 17.091277,11.28629 15.618115,13.089299 C 15.092411,13.833841 16.176029,12.894398 16.379598,12.698748 C 17.563604,11.595259 17.610106,8.9335222 16.738298,7.345557 C 18.752171,7.7524737 20.378294,9.8447311 21.811041,11.498699 C 22.220235,8.3352399 19.260706,5.5615125 16.377514,4.0312083 C 15.847489,3.6447043 13.794312,3.7721176 13.574801,3.3414585 C 15.343756,2.3657273 17.53793,2.1733728 19.4375,2.875 C 18.170584,1.9507747 16.601569,1.4378117 15.03125,1.46875 z" + id="path2262" + sodipodi:nodetypes="ccccccczcccscccccc" /> - + sodipodi:type="inkscape:offset" + inkscape:radius="-0.95632279" + inkscape:original="M 15.03125 1.46875 C 13.682902 1.4955869 12.340651 1.9052096 11.21875 2.65625 C 8.5350169 2.0988672 5.4994922 2.7678284 3.5625 4.78125 C 5.448226 3.7100523 7.7420629 3.4573393 9.84375 3.9375 C 6.1309451 5.8993977 3.0103282 7.2806407 3.34375 11.84375 C 3.5338388 10.202753 6.3769009 8.2191565 8 7.375 C 6.6424333 10.25884 5.850972 13.581359 8.0625 14.4375 C 7.19076 13.640445 8.4813219 10.325457 9.4375 9.3125 C 10.414248 8.2777525 11.53125 7.5 11.53125 7.5 C 11.53125 7.5000002 13.71875 7.5 13.71875 7.5 C 14.51735 9.3942636 17.098162 11.290741 15.625 13.09375 C 15.099296 13.838292 16.171431 12.88315 16.375 12.6875 C 17.559005 11.584011 17.621808 8.9317152 16.75 7.34375 C 18.763873 7.7506665 20.379753 9.8460321 21.8125 11.5 C 22.221694 8.3365407 19.258192 5.5615542 16.375 4.03125 C 15.844975 3.6447458 13.782011 3.7744091 13.5625 3.34375 C 15.331455 2.3680187 17.53793 2.1733728 19.4375 2.875 C 18.170584 1.9507747 16.601569 1.4378117 15.03125 1.46875 z " + style="opacity:0.4;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.96518665999999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3278" + d="M 12.65625,3.03125 C 12.348876,3.1684333 12.027873,3.2514823 11.75,3.4375 C 11.540823,3.5833105 11.282083,3.6395585 11.03125,3.59375 C 10.939234,3.5746392 10.842885,3.6095632 10.75,3.59375 C 10.919465,4.0512021 10.717484,4.5628895 10.28125,4.78125 C 8.4089596,5.7705942 6.7919863,6.5878435 5.75,7.59375 C 5.653688,7.6867271 5.6190141,7.8108793 5.53125,7.90625 C 6.2361435,7.4003149 6.9773605,6.8355748 7.5625,6.53125 C 7.9256857,6.3401106 8.3703324,6.4019909 8.6675274,6.6850338 C 8.9647223,6.9680766 9.0482063,7.4091778 8.875,7.78125 C 8.6228508,8.3168833 8.5960167,8.7745176 8.40625,9.3125 C 8.5413787,9.1204152 8.5999381,8.8152227 8.75,8.65625 C 9.8123726,7.5307935 11,6.71875 11,6.71875 C 11.154242,6.6043302 11.339358,6.5389952 11.53125,6.53125 C 11.53125,6.53125 13.71875,6.53125 13.71875,6.53125 C 14.103255,6.5352752 14.447961,6.7691826 14.59375,7.125 C 14.887719,7.8222893 15.686607,8.7532874 16.3125,9.78125 C 16.290217,9.0659805 16.178026,8.3075289 15.90625,7.8125 C 15.721137,7.4850669 15.745132,7.0795339 15.967566,6.7762149 C 16.19,6.4728958 16.569567,6.3281162 16.9375,6.40625 C 17.978464,6.6165837 18.838643,7.1655243 19.625,7.8125 C 19.609315,7.7930237 19.609691,7.7694374 19.59375,7.75 C 18.652918,6.6027989 17.287506,5.5915391 15.9375,4.875 C 15.894365,4.8572428 15.852587,4.8363537 15.8125,4.8125 C 15.939189,4.904884 15.78191,4.7895578 15.5625,4.75 C 15.34309,4.7104422 15.059826,4.6916994 14.75,4.65625 C 14.440174,4.6208006 14.128116,4.573891 13.8125,4.5 C 13.496884,4.426109 13.057665,4.4461674 12.71875,3.78125 C 12.596297,3.5502965 12.573713,3.279286 12.65625,3.03125 z" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/jump.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/jump.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,293 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/kiss.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/kiss.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,260 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/kissed.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/kissed.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/kissing.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/kissing.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,349 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/lamp.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/lamp.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/lamp.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="lamp.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/idea.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/lamp.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,50 +25,135 @@ id="defs4"> + id="linearGradient3277"> + + + + + + + + + id="stop3262" /> + + + + + id="stop3256" /> + + + + + + - - - - + + + id="filter3313" + x="-0.17621524" + width="1.3524305" + y="-0.18172197" + height="1.3634439"> + + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -103,112 +198,62 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> + + - + sodipodi:nodetypes="cccssccccssccc" /> - + d="M 11.71875,2.5625 C 8.9490492,2.6269666 6.2230276,4.7216703 5.6875,7.4375 C 5.6876646,7.447916 5.6876646,7.458334 5.6875,7.46875 C 5.1776728,9.6587882 6.3071841,12.095136 8.125,13.5 C 8.135416,13.499835 8.145834,13.499835 8.15625,13.5 C 8.7109104,13.939256 9.2716896,14.316855 9.875,14.5625 C 10.247715,14.710039 10.494539,15.067933 10.5,15.46875 C 10.500143,15.459436 10.5,15.479298 10.5,15.5 C 10.5,15.74511 10.715541,16.116497 11.0625,16.34375 C 11.345395,16.518568 11.521514,16.82384 11.53125,17.15625 C 11.53125,17.15625 11.53125,17.332031 11.53125,17.4375 C 11.600175,17.469889 11.782915,17.537816 12,17.53125 C 12.207203,17.524983 12.391245,17.424494 12.5,17.375 C 12.509259,17.263893 12.53125,17.125 12.53125,17.125 C 12.556349,16.854003 12.691994,16.60532 12.90625,16.4375 C 13.145521,16.24676 13.483944,15.659144 13.5,15.53125 C 13.499796,15.526301 13.499612,15.509603 13.5,15.5 C 13.49919,15.480382 13.527311,15.456851 13.53125,15.40625 C 13.529768,15.375018 13.529768,15.343732 13.53125,15.3125 C 13.531275,15.312361 13.549553,15.256208 13.5625,15.21875 C 13.574851,15.143672 13.595823,15.07027 13.625,15 C 13.625047,14.999912 13.699431,14.943197 13.75,14.875 C 13.769892,14.853246 13.790746,14.832392 13.8125,14.8125 C 13.858584,14.754744 13.910994,14.702334 13.96875,14.65625 C 14.010727,14.628822 14.032854,14.644367 14.0625,14.625 C 14.089742,14.607204 14.124973,14.562511 14.125,14.5625 C 16.725782,13.545113 18.778947,10.807123 18.46875,8.0625 C 18.458102,8.0523174 18.447683,8.0418981 18.4375,8.03125 C 18.18394,5.3198885 15.737528,2.9708906 13.03125,2.625 C 13.020834,2.6251646 13.010416,2.6251646 13,2.625 C 12.597033,2.5642365 12.167741,2.5581966 11.75,2.5625 L 11.71875,2.5625 z" + transform="matrix(1.000014,0,0,1,-7.7768714e-5,4.169556e-4)" /> - - - - - - - + style="opacity:1;fill:url(#linearGradient3283);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11 9 L 11 10 L 12 10 L 12 9 L 11 9 z M 12 10 L 12 11 L 11 11 L 11 10 L 10 10 L 10 11 L 10 13 L 11 13 L 11 12 L 13 12 L 13 13 L 14 13 L 14 11 L 13 11 L 13 10 L 12 10 z M 13 10 L 14 10 L 14 9 L 13 9 L 13 10 z " + id="rect2238" /> + d="M 10.288355,6.046802 A 1.3745575,1.3329042 0 1 1 7.5392399,6.046802 A 1.3745575,1.3329042 0 1 1 10.288355,6.046802 z" + transform="matrix(2.1825206,0,0,1.8764973,-9.4545462,-4.8456165)" /> + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/lashes.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/lashes.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/laugh.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/laugh.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/love-over.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/love-over.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/love-over.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,34 +17,95 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="love-over.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/love-over.png" + inkscape:export-filename="/home/hbons/Pidgin objects refresh/bitmaps/love-over.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> - + + + + + id="linearGradient3226"> + + + + + + + + id="linearGradient3714"> + + + + + id="stop3306" /> + + + + + id="stop3300" /> + + + + + + + + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="849" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="11" + gridtolerance="11"> + + @@ -105,27 +254,41 @@ id="layer1"> + d="m 17.393564,10.457643 a 6.6449099,2.3675451 0 1 1 -13.28982,0 6.6449099,2.3675451 0 1 1 13.28982,0 z" + transform="matrix(1.5801579,0,0,1.2671353,-3.4845642,6.7487521)" /> + sodipodi:nodetypes="cscsscsc" /> + style="opacity:1;fill:url(#radialGradient3720);fill-opacity:1;stroke:url(#linearGradient3302);stroke-width:1.01360679000000009;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="path1319" + d="M 7.1875,4.40625 C 5.0498676,4.5631219 3.40625,6.2575247 3.40625,8.3125 c 0,2.509309 1.6803231,4.811719 3.8125,6.78125 1.9070161,1.761545 3.903432,3.060852 5.28125,4.25 1.338581,-1.147432 3.300288,-2.421169 5.21875,-4.1875 2.14795,-1.97762 3.875,-4.307639 3.875,-6.84375 0,-2.1584596 -1.79884,-3.90625 -4.09375,-3.90625 -1.347238,0 -1.999122,0.396731 -2.59375,1.03125 -0.594628,0.634519 -1.051784,1.5741334 -1.625,2.53125 C 13.123013,8.2516796 12.824173,8.4269471 12.5,8.4269471 12.175827,8.4269471 11.876987,8.2516796 11.71875,7.96875 11.166866,7.0472526 10.727368,6.1147374 10.125,5.46875 9.5226321,4.8227626 8.84175,4.40625 7.5,4.40625 c -0.1723922,0 -0.2695341,-0.0031531 -0.3125,0 z" + transform="matrix(0.9896907,0,0,0.9834703,0.1288659,0.1679622)" /> + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/love.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/love.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/love.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="love.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/love.png" + inkscape:export-filename="/home/hbons/Desktop/love.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,66 @@ id="defs4"> + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + inkscape:window-height="842" + inkscape:window-x="8" + inkscape:window-y="24" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="11" + gridtolerance="11"> + + @@ -103,28 +212,31 @@ id="layer1"> + d="m 17.393564,10.457643 a 6.6449099,2.3675451 0 1 1 -13.28982,0 6.6449099,2.3675451 0 1 1 13.28982,0 z" + transform="matrix(1.5801579,0,0,1.2671353,-3.4845642,6.7487521)" /> + d="M 7.1875,4.40625 C 5.0498676,4.5631219 3.40625,6.2575247 3.40625,8.3125 c 0,2.509309 1.6803231,4.811719 3.8125,6.78125 1.9070161,1.761545 3.903432,3.060852 5.28125,4.25 1.338581,-1.147432 3.300288,-2.421169 5.21875,-4.1875 2.14795,-1.97762 3.875,-4.307639 3.875,-6.84375 0,-2.1584596 -1.79884,-3.90625 -4.09375,-3.90625 -1.347238,0 -1.999122,0.396731 -2.59375,1.03125 -0.594628,0.634519 -1.051784,1.5741334 -1.625,2.53125 C 13.123013,8.2516796 12.824173,8.4269471 12.5,8.4269471 12.175827,8.4269471 11.876987,8.2516796 11.71875,7.96875 11.166866,7.0472526 10.727368,6.1147374 10.125,5.46875 9.5226321,4.8227626 8.84175,4.40625 7.5,4.40625 c -0.1723922,0 -0.2695341,-0.0031531 -0.3125,0 z" + transform="matrix(0.9896907,0,0,0.9834703,0.1288659,0.1679622)" /> + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/lying.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/lying.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,237 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/madtongue.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/madtongue.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,235 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/mail.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/mail.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/mail.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/22/scalable" sodipodi:docname="mail.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/22/mail.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/mail.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,42 @@ id="defs3192"> + + + + + + + + + + + + - - - - - @@ -100,17 +115,44 @@ r="8.9687502" gradientTransform="matrix(1.257382,-2.683712e-16,1.506476e-16,0.665505,-3.088585,4.013937)" gradientUnits="userSpaceOnUse" /> + + + + xlink:href="#linearGradient3204" + id="radialGradient3210" + cx="12" + cy="12" + fx="12" + fy="12" + r="8.9687502" + gradientTransform="matrix(1,0,0,0.7770035,0,2.6759581)" + gradientUnits="userSpaceOnUse" /> + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -145,62 +197,58 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> - + + rx="1.3235176" + ry="1.325834" /> + d="M 11.96875,11.71875 L 3.65625,18.3125 C 3.7184162,18.374228 3.7395128,18.53125 3.8125,18.53125 L 20.1875,18.53125 C 20.260486,18.53125 20.281584,18.374228 20.34375,18.3125 L 11.96875,11.71875 z" + transform="matrix(1.0093633,0,0,1,-3.4234557e-2,0)" /> + sodipodi:nodetypes="ccczcc" /> + sodipodi:nodetypes="cccccz" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/male-fighter2.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/male-fighter2.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,233 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/mean.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/mean.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/meeting.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/meeting.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/messed.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/messed.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,269 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/mobile.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/mobile.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/mobile.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="mobile.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/mobile-phone.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/mobile.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,27 +25,38 @@ id="defs4"> + id="linearGradient3202"> + id="stop3204" /> + id="stop3206" /> - + xlink:href="#linearGradient3202" + id="linearGradient3208" + x1="-2.2495997" + y1="0.73993975" + x2="20.575476" + y2="19.472322" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2.9802322e-8,1.0460377e-2)" /> + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -80,55 +101,46 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> - + - + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 7.5000001,1.5104604 C 6.946,1.5104604 6.5000001,1.9564605 6.5000001,2.5104604 L 6.5000001,19.01046 C 6.5000001,19.844136 7.1663248,20.51046 8,20.51046 L 16,20.51046 C 16.833676,20.51046 17.5,19.844135 17.5,19.01046 L 17.5,5.0104604 C 17.5,4.1767846 16.833675,3.5104604 16,3.5104604 L 8.5,3.5104604 L 8.5,2.5104604 C 8.5,1.9564603 8.0540002,1.5104604 7.5000001,1.5104604 z" + id="rect3187" + sodipodi:nodetypes="ccccccccccc" /> + y="5.5100746" + rx="0" + ry="0" /> + d="M 9.53125,7.53125 L 9.53125,11.46875 L 14.46875,11.46875 L 14.46875,7.53125 L 9.53125,7.53125 z" + transform="translate(0,-0.9895396)" /> + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/mohawk.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/mohawk.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/moneymouth.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/moneymouth.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/moon.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/moon.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/moon.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="moon.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-neutral.png" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/moon.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,42 @@ id="defs4"> + + + + + + + + + + + + + gradientTransform="matrix(0.847674,0,0,0.882201,25.482048,0.4439762)" /> + + + + + + + inkscape:window-width="1440" + inkscape:window-height="845" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="13" + gridtolerance="13"> + + @@ -104,22 +190,44 @@ id="layer1"> + + d="m 17.393564,10.457643 a 6.6449099,2.3675451 0 1 1 -13.28982,0 6.6449099,2.3675451 0 1 1 13.28982,0 z" + transform="matrix(1.730649,0,0,1.478324,17.897845,3.0402172)" /> + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/msn.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/msn.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/msn.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="msn.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/todo/msn_online.png" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/msn.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,26 +25,112 @@ id="defs4"> + id="linearGradient3365"> + + + + + id="stop3353" /> + + + + + id="stop3347" /> + + + + - + + + + + + + + + id="linearGradient3311"> + + + + + + + + + + + @@ -74,7 +160,7 @@ xlink:href="#linearGradient2219" id="linearGradient2251" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.747158,0,0,0.74873,0.374035,0.608489)" + gradientTransform="matrix(0.7478375,0,0,0.74565,0.362245,0.6499215)" x1="9.9973583" y1="14.918511" x2="14.069712" @@ -84,11 +170,104 @@ xlink:href="#linearGradient2228" id="linearGradient1330" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.782765,0,0,0.747651,1.035995,0.614065)" + gradientTransform="matrix(0.7836824,0,0,0.7456274,1.0441002,0.6393144)" x1="20.998175" y1="11.741063" x2="17.999571" y2="18.866741" /> + + + + + + + + + + + + + inkscape:window-height="842" + inkscape:window-x="4" + inkscape:window-y="24" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -126,18 +316,18 @@ inkscape:groupmode="layer" id="layer1"> + style="opacity:0.51;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter3524)" + id="path3373" + sodipodi:cx="14.786907" + sodipodi:cy="18.543423" + sodipodi:rx="4.2486324" + sodipodi:ry="2.7907684" + d="m 19.03554,18.543423 a 4.2486324,2.7907684 0 1 1 -8.4972649,0 4.2486324,2.7907684 0 1 1 8.4972649,0 z" /> + d="m 15.6875,10.5 c -0.473603,0.048216 -0.717991,0.167321 -0.875,0.3125 -0.157009,0.145179 -0.254582,0.333993 -0.3125,0.65625 -0.115836,0.644514 0.066506,1.762661 0.53125,2.875 0.464744,1.112339 1.177275,2.228538 1.875,3.03125 0.697725,0.802712 1.457149,1.15625 1.5,1.15625 0.128818,0 0.189747,-0.014042 0.3125,-0.125 0.122753,-0.110958 0.272186,-0.329464 0.40625,-0.65625 0.268128,-0.653572 0.422914,-1.695064 0.40625,-2.75 -0.016664,-1.054936 -0.202643,-2.142617 -0.5,-2.9375 -0.297357,-0.794883 -0.702716,-1.16837 -0.875,-1.21875 C 17.058619,10.522777 16.233116,10.444452 15.6875,10.5 z" /> + style="opacity:1;fill:url(#linearGradient3371);fill-opacity:1;stroke:none" + d="m 11.389657,9.0579863 c -0.414051,0.3722786 -0.352513,0.9865027 -0.277197,1.4838927 0.239773,1.364175 0.789435,2.64708 1.325924,3.915745 0.363289,0.814507 0.739494,1.646019 1.333013,2.322141 0.21439,0.294032 0.688179,0.394083 0.9256,0.076102 0.364704,-0.448044 0.240335,-1.068768 0.154354,-1.590251 C 14.606869,14.019691 14.107446,12.843211 13.623624,11.675334 13.252072,10.834687 12.875025,9.9742966 12.27693,9.2664664 12.071179,9.0077513 11.678175,8.7965612 11.389657,9.0579863 z" + id="path2192" /> - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/musical-note.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/musical-note.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/musical-note.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,32 +17,111 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="musical-note.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/hbons/Desktop/musical-note.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + id="linearGradient3427"> + + + + + id="stop3421" /> + id="stop3423" /> + + + + - + + + + + gradientTransform="translate(-1.6443614e-8,0.8612464)" /> + + + + + + + inkscape:window-height="842" + inkscape:window-x="16" + inkscape:window-y="24" + objecttolerance="13" + gridtolerance="13" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + + @@ -78,54 +168,38 @@ inkscape:groupmode="layer" id="layer1"> + transform="matrix(0.99724,0,0,1,3.2784126e-3,0.8612464)" /> - + style="opacity:0.58499995;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient3284)" + d="m 20,3.0487464 -0.5625,0.09375 -11,1.6875 -0.4375,0.0625 0,0.4375 0,2.0625 0,0.53125 0.03125,0 L 8,16.392496 C 7.9129515,16.337338 7.8146715,16.285232 7.71875,16.236246 7.1177958,15.929346 6.3629902,15.767496 5.5,15.767496 c -0.8629901,0 -1.649046,0.16185 -2.25,0.46875 -0.3004771,0.15345 -0.5733493,0.342868 -0.78125,0.59375 -0.2079008,0.250881 -0.375,0.605498 -0.375,1.0625 1e-07,0.457003 0.1670992,0.842868 0.375,1.09375 0.2079007,0.250882 0.480773,0.40905 0.78125,0.5625 0.600954,0.306899 1.3870099,0.5 2.25,0.5 0.86299,1e-06 1.6177961,-0.1931 2.21875,-0.5 0.3004768,-0.153451 0.5733493,-0.311619 0.78125,-0.5625 0.2079013,-0.250881 0.375,-0.636748 0.375,-1.09375 -2e-07,-0.228501 -0.0239112,-0.450114 -0.09375,-0.625 C 8.7114112,17.09261 8.6039504,16.955436 8.5,16.829996 c 0.146288,0.15048 0.2091392,0.299339 0.28125,0.4375 0.1025402,0.196462 0.2028297,0.355907 0.21875,0.46875 l 0,-9.875 C 9.1733304,7.8491888 9.2245716,7.8442661 9.46875,7.8299964 l 9,-0.625 1.0625,-0.09375 -0.5,0.0625 L 19,14.392496 c -0.084545,-0.053148 -0.157149,-0.108832 -0.25,-0.15625 -0.600954,-0.3069 -1.38701,-0.46875 -2.25,-0.46875 -0.862989,0 -1.649046,0.16185 -2.25,0.46875 -0.300477,0.15345 -0.573349,0.342868 -0.78125,0.59375 -0.207901,0.250881 -0.375,0.605498 -0.375,1.0625 0,0.457002 0.167099,0.842868 0.375,1.09375 0.207901,0.250882 0.480773,0.40905 0.78125,0.5625 0.600954,0.306899 1.38701,0.5 2.25,0.5 0.862991,1e-06 1.649046,-0.1931 2.25,-0.5 0.300477,-0.153451 0.5421,-0.311619 0.75,-0.5625 0.207901,-0.250881 0.40625,-0.636748 0.40625,-1.09375 -1e-06,-0.457002 -0.198349,-0.811619 -0.40625,-1.0625 0.346703,0.353767 0.473124,0.692968 0.5,0.875 l 0,-8.625 0,-0.46875 0,-2.96875 z m -1,1.1875 0,1.90625 -0.59375,0.0625 -9,0.625 C 9.1899899,6.8426345 9.163501,6.8500391 9,6.8612464 l 0,-1.09375 z m -2.5,10.75 c 0.788654,0 1.517811,0.160002 2,0.40625 0.241094,0.123123 0.4362,0.2603 0.53125,0.375 0.095049,0.114701 0.0625,0.160266 0.0625,0.125 1e-06,-0.035266 0.03255,-0.020951 -0.0625,0.09375 -0.095051,0.1147 -0.290155,0.283127 -0.53125,0.40625 -0.48219,0.246248 -1.211346,0.4375 -2,0.4375 -0.788652,0 -1.486561,-0.191252 -1.96875,-0.4375 -0.241095,-0.123123 -0.4362,-0.29155 -0.53125,-0.40625 -0.09505,-0.114701 -0.0625,-0.129016 -0.0625,-0.09375 0,0.035267 -0.03255,-0.010299 0.0625,-0.125 0.09505,-0.1147 0.290155,-0.251877 0.53125,-0.375 0.482189,-0.246248 1.180097,-0.40625 1.96875,-0.40625 z m -11,2 c 0.7886533,1e-06 1.517811,0.160002 2,0.40625 0.2410948,0.123122 0.4049498,0.2603 0.5,0.375 0.0950497,0.114701 0.09375,0.160266 0.09375,0.125 -2e-07,-0.035265 0.0013002,-0.020951 -0.09375,0.09375 -0.0950507,0.114699 -0.2589055,0.283127 -0.5,0.40625 -0.4821893,0.246249 -1.2113465,0.4375 -2,0.4375 -0.7886534,-1e-06 -1.486561,-0.191252 -1.96875,-0.4375 C 3.2901556,18.269374 3.0950502,18.100946 3,17.986246 2.9049497,17.871544 2.9375,17.85723 2.9375,17.892496 c 0,0.035268 -0.0325501,-0.010299 0.0625,-0.125 0.09505,-0.1147 0.2901555,-0.251877 0.53125,-0.375 0.4821893,-0.246249 1.1800966,-0.40625 1.96875,-0.40625 z" + id="path2249" /> + style="opacity:0.6;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3286" + sodipodi:cx="6.8421254" + sodipodi:cy="16.775099" + sodipodi:rx="2.9665158" + sodipodi:ry="1.1483287" + d="m 9.8086412,16.775099 a 2.9665158,1.1483287 0 1 1 -5.9330316,0 2.9665158,1.1483287 0 1 1 5.9330316,0 z" + transform="matrix(0.8427394,0,0,0.8708312,-1.2661291,2.2529678)" /> - + sodipodi:type="arc" + style="opacity:0.61000001;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3332" + sodipodi:cx="6.8421254" + sodipodi:cy="16.775099" + sodipodi:rx="2.9665158" + sodipodi:ry="1.1483287" + d="m 9.8086412,16.775099 a 2.9665158,1.1483287 0 1 1 -5.9330316,0 2.9665158,1.1483287 0 1 1 5.9330316,0 z" + transform="matrix(0.8427394,0,0,0.8708312,9.7338711,0.252967)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/nailbiting.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/nailbiting.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,505 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/neutral.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/neutral.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/on-the-phone.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/on-the-phone.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,237 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/party.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/party.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,281 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/phone.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/phone.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/phone.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,23 +17,24 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="phone.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/telephone.png" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/phone.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> - + id="linearGradient3269"> + + + @@ -60,34 +61,44 @@ - - - - + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1851852,0,0,1.1181261,0.8888888,-2.244396)" /> + + + + + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="12" + gridtolerance="10"> + + @@ -126,37 +148,33 @@ id="layer1"> + style="opacity:0.49;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3800);enable-background:accumulate" + id="path3277" + sodipodi:cx="14.85886" + sodipodi:cy="20.09248" + sodipodi:rx="9.7688007" + sodipodi:ry="3.8561056" + d="m 24.627661,20.09248 a 9.7688007,3.8561056 0 1 1 -19.537601,0 9.7688007,3.8561056 0 1 1 19.537601,0 z" + transform="matrix(0.8662568,0,0,0.3889935,0.7500074,12.684156)" /> + style="opacity:1;fill:url(#linearGradient3529);fill-opacity:1;stroke:none" + d="M 7.9076923,6.001784 C 6.3699042,6.2920835 5.0522485,6.9836483 4.076923,7.8886219 2.7764892,9.0952542 2,10.723285 2,12.500892 2,14.2785 2.7764892,15.906531 4.076923,17.113163 5.0725677,18.03699 6.4216731,18.720898 8,19 L 8,17.951757 C 7.0876075,17.708076 5.9374774,17.404452 5.2249112,16.743285 4.1260137,15.723652 3.037379,14.118029 3.037379,12.500892 3.0373792,10.883756 4.0253454,7.919738 7.9742926,6.9214902 L 8,6.0017838 c -0.0322108,0.005696 -0.0602705,-0.0060479 -0.0923077,0 z" + id="path3513" + sodipodi:nodetypes="csssccsscccc" /> - + sodipodi:nodetypes="ccccscccc" /> + d="m 17.46875,3.46875 c -0.371955,0.0041127 -0.884626,0.183904 -1.53125,0.75 -0.420672,0.6016629 -0.565465,1.3077233 -0.46875,1.9375 0.100024,0.651328 0.458009,1.1667956 0.6875,1.3125 0.276439,0.175338 0.61251,0.3230338 0.9375,0.625 0.32499,0.3019662 0.617476,0.8479766 0.625,1.40625 0.015049,1.116547 -0.586848,2.193642 -1.90625,4.25 -1.147593,1.845805 -1.552594,2.671148 -2.53125,3.125 -0.489328,0.226926 -1.029323,0.184881 -1.40625,0.09375 -0.376927,-0.091131 -0.690691,-0.213778 -1.15625,-0.3125 C 10.66493,16.640052 10.612644,16.619137 10.5625,16.59375 10.059532,16.394623 9.6793502,16.416067 9.1875,16.65625 8.7222341,16.883451 8.1430549,17.43167 7.5625,18.3125 7.4249718,18.799361 7.4438932,19.144364 7.59375,19.4375 7.756086,19.755046 8.0622865,20.043916 8.5,20.25 9.375427,20.662168 10.68663,20.638829 11.46875,20.09375 11.517729,20.057595 11.57005,20.026202 11.625,20 c 0.217369,-0.093816 1.052264,-0.823802 1.875,-1.875 0.822736,-1.051198 1.735996,-2.404673 2.59375,-3.84375 1.715508,-2.878154 3.21261,-6.187163 3.4375,-7.375 C 19.628604,6.2888048 19.422262,5.3294637 19,4.59375 18.577738,3.8580363 18.046351,3.4623635 17.46875,3.46875 z" + transform="matrix(0.9929258,0,0,0.9961714,8.330467e-2,4.4606506e-2)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/pidgin-emotes.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/pidgin-emotes.svg Mon Aug 25 02:46:56 2008 +0000 @@ -0,0 +1,19356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Generic Audio + + + mp3 + audio + media + file + audio + sound + music + wave + + + + + + + + + + + + + + + + + + mimetypes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + These icons are under GPLv2+ Clone parent > diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/pirate.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/pirate.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,204 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/pissed-off.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/pissed-off.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/pizza.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/pizza.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/pizza.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,55 +17,87 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="pizza.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/pizza.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/pizza.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:collect="always" + id="linearGradient3240"> + + + + + id="stop3234" /> + id="stop3236" /> + + + + - - - - + + + + - + inkscape:guide-bbox="true" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -103,16 +145,15 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> - + + d="M 14.615136,1.8978127 A 1.0512642,1.3845918 0 1 1 12.512607,1.8978127 A 1.0512642,1.3845918 0 1 1 14.615136,1.8978127 z" + transform="matrix(0.854747,-0.2244,0.173892,0.635856,3.2631562,14.49868)" /> + d="M 11.961758,12.086089 A 1.7703401,2.0095754 0 1 1 8.4210776,12.086089 A 1.7703401,2.0095754 0 1 1 11.961758,12.086089 z" + transform="matrix(0.847293,0,0,0.746426,5.8648864,7.4786281)" /> + d="M 11.961758,12.086089 A 1.7703401,2.0095754 0 1 1 8.4210776,12.086089 A 1.7703401,2.0095754 0 1 1 11.961758,12.086089 z" + transform="matrix(0.847293,0,0,0.746426,5.8648864,1.4786281)" /> + d="M 11.961758,12.086089 A 1.7703401,2.0095754 0 1 1 8.4210776,12.086089 A 1.7703401,2.0095754 0 1 1 11.961758,12.086089 z" + transform="matrix(0.847296,0,0,0.746427,1.8648546,4.4786154)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/plate.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/plate.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/plate.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="plate.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/plate.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/plate.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,30 @@ id="defs2254"> + + + + + + + + - - - - - + gradientTransform="matrix(1.6827493,-1.5771181,1.4323149,1.5283479,-13.225685,-3.9677205)" /> + + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -154,14 +196,14 @@ inkscape:groupmode="layer"> + style="opacity:0.75446424;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3262);enable-background:accumulate" + id="path3196" + sodipodi:cx="8.4118633" + sodipodi:cy="15.376073" + sodipodi:rx="5.3015943" + sodipodi:ry="3.4872708" + d="M 13.713458,15.376073 A 5.3015943,3.4872708 0 1 1 3.1102691,15.376073 A 5.3015943,3.4872708 0 1 1 13.713458,15.376073 z" + transform="matrix(1.3007901,0,0,1.1518087,-0.9544962,-1.6936255)" /> + d="M 11.357143,6.3928571 A 6.4642859,6.4642859 0 1 1 -1.5714288,6.3928571 A 6.4642859,6.4642859 0 1 1 11.357143,6.3928571 z" + transform="matrix(1.2254232,0,0,1.2328361,4.1131748,3.7204826)" /> + d="M 11.357143,6.3928571 A 6.4642859,6.4642859 0 1 1 -1.5714288,6.3928571 A 6.4642859,6.4642859 0 1 1 11.357143,6.3928571 z" + transform="matrix(1.2373992,0,0,1.2374265,3.4466796,3.5902302)" /> + d="M 11.357143,6.3928571 A 6.4642859,6.4642859 0 1 1 -1.5714288,6.3928571 A 6.4642859,6.4642859 0 1 1 11.357143,6.3928571 z" + transform="matrix(0.7734807,0,0,0.7734807,5.7154698,6.5552487)" /> + d="M 11.357143,6.3928571 A 6.4642859,6.4642859 0 1 1 -1.5714288,6.3928571 A 6.4642859,6.4642859 0 1 1 11.357143,6.3928571 z" + transform="matrix(1.0776288,0,0,1.0771326,4.2612146,4.6511517)" /> + d="M 11.357143,6.3928571 A 6.4642859,6.4642859 0 1 1 -1.5714288,6.3928571 A 6.4642859,6.4642859 0 1 1 11.357143,6.3928571 z" + transform="matrix(0.6187846,0,0,0.6187846,6.4723752,7.5441983)" /> + d="M 19.59375,5.5 C 19.070647,5.5 18.927267,5.6939548 18.75,5.96875 C 18.661367,6.1061476 18.600823,6.2783859 18.5625,6.40625 C 18.524177,6.5341141 18.5,6.6915306 18.5,6.53125 C 18.5,7.4266185 18.572327,8.0846458 18.6875,8.53125 C 18.802673,8.9778542 18.937628,9.221764 19.21875,9.5 C 19.399485,9.6831169 19.500569,9.9302133 19.5,10.1875 C 19.5,10.847091 19.556888,13.809786 19.5625,15.5625 C 19.567,15.559927 19.556863,15.530872 19.59375,15.53125 C 19.62326,15.531552 19.619313,15.524589 19.625,15.53125 C 19.620487,14.285469 19.5625,11.923383 19.5625,10.15625 C 19.561931,9.8989633 19.663015,9.6518669 19.84375,9.46875 C 20.203456,9.1127357 20.308992,8.9426005 20.40625,8.59375 C 20.503508,8.2448995 20.5625,7.6494197 20.5625,6.65625 C 20.557125,6.617079 20.547634,6.5721351 20.53125,6.5 C 20.498481,6.3557299 20.426746,6.1600249 20.34375,6 C 20.177759,5.6799502 20.081001,5.5 19.59375,5.5 z" + transform="translate(9.0282384e-3,1.0267138e-2)" /> + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/poop.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/poop.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/poop.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="poop.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/poop.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/pidgin-mtn/pidgin/pixmaps/emotes/default/24/poop.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,109 @@ id="defs4"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -123,67 +310,35 @@ inkscape:groupmode="layer" id="layer1"> - - + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter8719)" + d="M 6.9330807,14 L 18.066919,14 C 20.245845,14 22,15.561 22,17.499999 C 22,19.438999 20.245845,21 18.066919,21 L 6.9330807,21 C 4.7541542,21 3,19.438999 3,17.499999 C 3,15.561 4.7541542,14 6.9330807,14 z" + id="path8673" + transform="matrix(1,0,0,0.9089447,0,2.2747747)" /> + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8655);stroke-width:1.00000036000000003;stroke-miterlimit:4;stroke-opacity:1" + d="M 6.4330811,12.5 L 17.56692,12.5 C 19.745846,12.5 21.500001,14.284 21.500001,16.499999 C 21.500001,18.715998 19.745846,20.499999 17.56692,20.499999 L 6.4330811,20.499999 C 4.2541544,20.499999 2.5000002,18.715998 2.5000002,16.499999 C 2.5000002,14.284 4.2541544,12.5 6.4330811,12.5 z" + id="rect2412" /> + + style="opacity:1;fill:url(#linearGradient8815);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8737);stroke-width:1.00000083000000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 15.111798,9.6334706 L 7.8384409,11.583145 C 6.9688855,11.814308 6.2680245,12.300333 5.8888815,12.806468 C 5.5097385,13.312604 5.4325082,13.780505 5.5514577,14.220937 C 5.6691167,14.65659 6.0031148,15.002517 6.6012204,15.253118 C 7.1993261,15.503718 8.0142278,15.600144 8.8882035,15.367805 L 16.161561,13.45636 C 17.031114,13.225195 17.731976,12.739171 18.111119,12.233035 C 18.490263,11.726899 18.567492,11.258995 18.448543,10.818567 C 18.33025,10.380568 17.99835,10.005829 17.398781,9.7481574 C 16.79921,9.4904853 15.979327,9.4028453 15.111798,9.6334706 z" + id="path2422" /> + sodipodi:nodetypes="cccsscccc" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/pray.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/pray.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,251 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/present.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/present.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/present.svg Mon Aug 25 02:46:56 2008 +0000 @@ -24,31 +24,88 @@ + inkscape:collect="always" + id="linearGradient3652"> + + style="stop-color:#790000;stop-opacity:1" + offset="1" + id="stop3656" /> + + + style="stop-color:#c30000;stop-opacity:1" + offset="0" + id="stop3646" /> + id="stop3648" /> + + + + + id="linearGradient3522"> + + + + + id="stop3480" /> + + + + + id="stop3436" /> + + + + - - - - + gradientTransform="matrix(1.1428567,0,0,1.1102479,-2.7857118,-0.1498361)" /> + + - - + + gradientTransform="translate(7.46595,0)" /> + xlink:href="#linearGradient3522" + id="linearGradient3528" + x1="11.5" + y1="10.849895" + x2="11.5" + y2="18.090149" + gradientUnits="userSpaceOnUse" /> + + + + + + + inkscape:window-width="1440" + inkscape:window-height="845" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="11" + gridtolerance="11"> + + @@ -181,149 +283,180 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> + - - - - - + d="m 17.40625,6.53125 -11.8125,0.03125 -0.8125,3.90625 13.46875,0 z" + transform="matrix(1.036315,0,0,1.0109331,-0.4127486,-8.3206591e-2)" /> + width="15.999999" + height="10" + x="3.5" + y="11.5" + rx="0.57516032" + ry="0.57516032" /> + width="14.000001" + height="8" + x="4.5" + y="12.5" /> - + height="10" + x="9" + y="11" /> + height="10" + x="9" + y="11" /> + height="10" + x="13" + y="11" /> + d="m 14.875,3.59375 c -0.548863,0 -1.148954,0.3222587 -1.625,0.875 -0.476046,0.5527413 -0.75,1.3157208 -0.75,1.6875 0,0.0528303 0.019128,0.156724 0.1875,0.34375 0.168372,0.187026 0.47085,0.4312216 0.84375,0.625 0.745801,0.3875569 1.777837,0.625 2.5,0.625 0.720999,-2e-07 1.299672,0.2510876 1.8125,0.4375 C 18.356578,8.3739124 18.809728,8.492501 19,8.5 19.190272,8.507499 19.061264,8.6051406 19.1875,8.375 19.313736,8.1448594 19.5,7.4435504 19.5,6.15625 19.5,5.1940531 19.295964,4.6522578 19.03125,4.3125 18.766536,3.9727422 18.411947,3.7823777 17.9375,3.65625 16.988606,3.4039946 15.767979,3.59375 14.875,3.59375 z" + transform="matrix(1,0,0,0.9996711,7.4344624e-8,-2.4116052e-2)" /> + d="M 8.125,3.59375 C 7.227902,3.59375 6.0062051,3.4366241 5.0625,3.6875 4.5906475,3.812938 4.2618837,4.0076254 4,4.34375 3.7381163,4.6798746 3.5,5.1968824 3.5,6.15625 3.5,7.4421409 3.6888885,8.1496431 3.8125,8.375 3.9361115,8.6003569 3.8142106,8.5073223 4,8.5 4.1857894,8.4926777 4.6432999,8.3427069 5.15625,8.15625 5.6692001,7.9697931 6.2431857,7.7500001 6.96875,7.75 c 0.7185042,0 1.7569526,-0.270124 2.5,-0.65625 C 9.8402737,6.900687 10.146107,6.6848272 10.3125,6.5 10.478893,6.3151728 10.5,6.203611 10.5,6.15625 10.5,5.7906818 10.223636,5.0499425 9.75,4.5 9.2763643,3.9500575 8.6671246,3.59375 8.125,3.59375 z" + transform="matrix(1,0,0,1.004012,-9.2000152e-8,-5.938728e-2)" /> + + + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/question.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/question.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,209 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/quiet.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/quiet.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,264 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/rain.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/rain.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/rain.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="rain.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/rain.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/rain.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,54 @@ id="defs2203"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -104,8 +271,8 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> + d="M 22.857144,7.5535712 A 3.5714285,3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285,3.9464285 0 1 1 22.857144,7.5535712 z" + transform="matrix(-0.419979,0.848704,0.658303,0.443438,14.12698,-12.216191)" /> + d="M 22.857144,7.5535712 A 3.5714285,3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285,3.9464285 0 1 1 22.857144,7.5535712 z" + transform="matrix(0.419979,0.848582,-0.658302,0.443375,1.8701399,-12.213851)" /> + d="M 22.857144,7.5535712 A 3.5714285,3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285,3.9464285 0 1 1 22.857144,7.5535712 z" + transform="matrix(4.961495e-7,1.12,-0.897657,-7.661627e-7,16.776447,-15.599591)" /> + + + + + - - - - + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00595629;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2405" + d="M 9.84375,2.53125 C 8.841462,2.6018903 7.9442379,3.2747454 7.4375,4.28125 C 7.1841105,4.7868076 6.5719333,4.9955043 6.0625,4.75 C 5.7684236,4.6117418 5.4378082,4.53125 5.09375,4.53125 C 3.7286144,4.5312501 2.53125,5.7941838 2.53125,7.5 C 2.53125,9.2058169 3.728614,10.46875 5.09375,10.46875 C 5.1064027,10.46875 5.132082,10.4687 5.125,10.46875 C 5.1573038,10.468521 5.1829076,10.468375 5.15625,10.46875 L 5.46875,10.46875 L 15.53125,10.46875 L 15.875,10.46875 C 15.867913,10.4687 15.893598,10.46875 15.90625,10.46875 C 17.271385,10.46875 18.46875,9.2058164 18.46875,7.5 C 18.468749,5.7941838 17.271385,4.53125 15.90625,4.53125 C 15.365642,4.5312501 14.849558,4.7327398 14.4375,5.0625 C 14.179235,5.2738645 13.834917,5.3477692 13.512661,5.2610081 C 13.190406,5.174247 12.929736,4.937461 12.8125,4.625 C 12.331183,3.3616495 11.267097,2.53125 10.0625,2.53125 C 9.9274432,2.5312498 9.8203826,2.5328969 9.84375,2.53125 z" + transform="matrix(-1,0,0,1,23.997137,3)" + inkscape:href="#path2237" /> + + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/rose-dead.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/rose-dead.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/rose-dead.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,119 +17,184 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="rose-dead.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/rose-dead.png" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/rose-dead.png" inkscape:export-xdpi="90" - inkscape:export-ydpi="90" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:export-ydpi="90"> + id="linearGradient3876"> + id="stop3878" /> + id="stop3880" /> - + id="linearGradient3868"> + id="stop3870" /> + id="stop3872" /> + + + + + id="linearGradient3604"> + id="stop3606" /> + id="stop3608" /> + + + + + id="linearGradient3579"> + + + + + + + + + id="stop3396" /> - - - - + id="stop3398" /> + xlink:href="#linearGradient3612" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + x1="18.318537" + y1="8.972538" + x2="2.2226651" + y2="-0.15713201" /> + + + xlink:href="#linearGradient3876" + id="linearGradient3882" + x1="7.2539029" + y1="17.34292" + x2="7.1655145" + y2="23.002213" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-3,1)" /> + + gradientTransform="matrix(0.8660254,-0.5,-0.5454546,-0.944755,9.8721631,23.303016)" + x1="11.136157" + y1="11.40105" + x2="12.996579" + y2="1.3753101" /> + xlink:href="#linearGradient3587" + id="linearGradient3900" + gradientUnits="userSpaceOnUse" + x1="8.8008261" + y1="7.9140944" + x2="10.205569" + y2="15.798143" /> + + inkscape:window-width="1440" + inkscape:window-height="845" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -167,82 +243,73 @@ inkscape:groupmode="layer" id="layer1"> + style="opacity:1;color:#000000;fill:url(#linearGradient3882);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3874);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 9,5.5 C 5.399,5.5 2.5,8.399 2.5,12 l 0,12.46875 2,0 L 4.5,12 C 4.5,9.507 6.507,7.5 9,7.5 c 1.500496,0 2.808265,0.7212628 3.625,1.84375 l 2.3125,0 C 13.92385,7.0783631 11.650736,5.5 9,5.5 z" + id="rect3828" /> + style="color:#000000;fill:#c2d54a;fill-opacity:1;fill-rule:nonzero;stroke:#5b6407;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 17.281789,1.9254758 14.528109,4.696114 13.5,5.40625 18.170384,7.7765388 z" + id="path3753" + sodipodi:nodetypes="ccccc" /> - - - - + style="color:#000000;fill:#c2d54a;fill-opacity:1;fill-rule:nonzero;stroke:#5b6407;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 15.08405,4.8093592 15.5,9.0251933 12.030201,10.406491 11.434991,3.3289695 z" + id="rect3730" + sodipodi:nodetypes="ccccc" /> + + + style="opacity:0.87000001999999999;color:#000000;fill:url(#linearGradient3900);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3555" + sodipodi:cx="10.205569" + sodipodi:cy="9.4647951" + sodipodi:rx="1.7819248" + sodipodi:ry="1.9586446" + d="m 11.987494,9.4647951 a 1.7819248,1.9586446 0 1 1 -3.5638497,0 1.7819248,1.9586446 0 1 1 3.5638497,0 z" + transform="matrix(1.2150137,-0.7014885,0.7658358,1.3264665,-1.7870373,2.7450486)" /> + style="color:#000000;fill:none;stroke:url(#linearGradient3888);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 17.486096,15.35498 C 16.637852,15.656096 15.400327,15.940576 14.765882,14.841687 14.5717,14.505353 14.471061,14.128567 14.449267,13.730792 c -0.033242,-0.553818 -0.46475,-1.028347 -0.988371,-1.086907 -0.702719,-0.064102 -1.392763,-0.474838 -1.80178,-1.183276 -2.1421648,-4.2656036 4.947922,-6.5486015 6.221598,-5.8854881 0,0 2.5035571,0.38546288 1.1879936,3.4655973 0.3115074,0.1956551 1.8989194,0.4177051 2.1193194,0.7994495 0.634445,1.0988893 0.35959,2.4202043 -0.621237,2.9864853 -0.300199,0.17332 -0.89116,0.764576 -1.266702,0.748514 -0.522579,-0.019282 -0.720119,0.244669 -0.724071,0.79572 C 18.58447,15.111849 18.118421,14.989907 17.486096,15.35498 z" + id="path3392" + sodipodi:nodetypes="cssscccssssc" /> + style="color:#000000;fill:none;stroke:url(#linearGradient3822);stroke-width:0.94066298;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3535" + sodipodi:cx="15.315717" + sodipodi:cy="8.3455696" + sodipodi:rx="3.1809566" + sodipodi:ry="1.2517654" + d="m 18.496673,8.3455696 a 3.1809566,1.2517654 0 1 1 -6.3619132,0 3.1809566,1.2517654 0 1 1 6.3619132,0 z" + transform="matrix(0.8167594,-0.4715562,-0.5991538,-1.0377648,10.620323,28.487755)" /> + style="color:#000000;fill:#c30000;fill-opacity:1;stroke:url(#linearGradient3824);stroke-width:1.41099453;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3509" + sodipodi:cx="15.315717" + sodipodi:cy="8.3455696" + sodipodi:rx="3.1809566" + sodipodi:ry="1.2517654" + d="m 18.496673,8.3455696 a 3.1809566,1.2517654 0 1 1 -6.3619132,0 3.1809566,1.2517654 0 1 1 6.3619132,0 z" + transform="matrix(0.5445063,-0.3143708,-0.3994358,-0.6918432,13.373314,23.626448)" /> + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/rose.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/rose.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/rose.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,115 +17,181 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="rose.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/rose.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + id="linearGradient3802"> + id="stop3804" /> + id="stop3806" /> - + id="linearGradient3794"> + id="stop3796" /> + id="stop3798" /> + + + + + id="linearGradient3604"> + id="stop3606" /> + id="stop3608" /> + + + + + id="linearGradient3579"> + + + + + + + + + id="stop3396" /> - - - - + id="stop3398" /> + + + + + inkscape:window-width="1440" + inkscape:window-height="845" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -164,86 +241,74 @@ inkscape:groupmode="layer" id="layer1"> - - + style="color:#000000;fill:#c2d54a;fill-opacity:1;fill-rule:nonzero;stroke:#5b6407;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 16.1875,9.9375 -4.875,0.40625 -0.71875,2.5 5.9962087,1.8841529 z" + id="path3753" + sodipodi:nodetypes="ccccc" /> + + style="opacity:1;fill:url(#linearGradient3800);fill-opacity:1;stroke:url(#linearGradient3792);stroke-width:0.99999976000000002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 12.5,7.5 c -0.553684,0 -1,0.4463155 -1,1 l 0,13.06066 c 0,0.553684 0.446316,1 1,1 0.553684,0 1,-0.446316 1,-1 L 13.5,8.5 c 0,-0.5536841 -0.446316,-1 -1,-1 z" + id="path3472" + sodipodi:nodetypes="cccsccc" /> + style="color:#000000;fill:#c2d54a;fill-opacity:1;fill-rule:nonzero;stroke:#5b6407;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 10.93815,9.9955583 14.6875,8.84375 15.522097,12.097541 11.75,16.0625 z" + id="path3784" + sodipodi:nodetypes="ccccc" /> + + style="opacity:0.87000002;color:#000000;fill:url(#linearGradient3593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3555" + sodipodi:cx="10.205569" + sodipodi:cy="9.4647951" + sodipodi:rx="1.7819248" + sodipodi:ry="1.9586446" + d="m 11.987494,9.4647951 a 1.7819248,1.9586446 0 1 1 -3.5638497,0 1.7819248,1.9586446 0 1 1 3.5638497,0 z" + transform="matrix(1.402977,0,0,-1.5316716,0.1818202,23.496959)" /> + style="color:#000000;fill:none;stroke:url(#linearGradient3400);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 10.5,2.4687501 c -1.1325611,0 -2.03125,1.0068645 -2.03125,2.275753 0,0.38836452 0.1012374,0.76499057 0.28125,1.1203707 C 8.9981213,6.361115 8.8616882,6.9878235 8.4375,7.3003487 7.860978,7.707222 7.46875,8.4079517 7.46875,9.2259859 c 0.277633,4.7652031 7.559327,3.1972941 8.330806,1.9861831 0,0 1.9754126,-1.5855992 -0.703966,-3.5952921 0.171946,-0.3251962 1.4356602,-1.3112032 1.4356602,-1.7520036 0,-1.2688886 -0.898688,-2.275753 -2.03125,-2.275753 -0.34664,0 -1.154055,-0.21656261 -1.471253,-0.014881884 C 12.585821,3.8522267 12.556605,3.6663725 12.277657,3.1911244 11.914497,2.5452054 11.230146,2.4687502 10.5,2.4687501 z" + id="path3392" + sodipodi:nodetypes="cssscccssssc" /> + style="opacity:1;color:#000000;fill:none;stroke:url(#linearGradient3618);stroke-width:0.94066298000000004;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3535" + sodipodi:cx="15.315717" + sodipodi:cy="8.3455696" + sodipodi:rx="3.1809566" + sodipodi:ry="1.2517654" + d="m 18.496673,8.3455696 a 3.1809566,1.2517654 0 1 1 -6.3619132,0 3.1809566,1.2517654 0 1 1 6.3619132,0 z" + transform="matrix(0.9431125,0,0,1.1983076,-1.9444435,-5.0005591)" /> + style="opacity:1;color:#000000;fill:#c30000;fill-opacity:1;stroke:url(#linearGradient3610);stroke-width:1.41099452999999997;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3509" + sodipodi:cx="15.315717" + sodipodi:cy="8.3455696" + sodipodi:rx="3.1809566" + sodipodi:ry="1.2517654" + d="m 18.496673,8.3455696 a 3.1809566,1.2517654 0 1 1 -6.3619132,0 3.1809566,1.2517654 0 1 1 6.3619132,0 z" + transform="matrix(0.6287417,0,0,0.7988717,2.8703702,-2.1670393)" /> + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/rotfl.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/rotfl.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/sad.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/sad.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/sarcastic.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/sarcastic.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,199 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/secret.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/secret.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,289 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/shame.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/shame.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,236 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/sheep.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/sheep.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sheep.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="sheep.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/sheep.png" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/sheep.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,27 +25,119 @@ id="defs4"> + id="linearGradient3662"> + + + + + id="stop3622" /> + + + + + id="stop3550" /> + + + + - + gradientTransform="matrix(0.9991522,0,0,0.9938215,-1.5401989e-2,-0.9522273)" /> + + + + + + + + + inkscape:window-height="842" + inkscape:window-x="4" + inkscape:window-y="24" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="11" + gridtolerance="10"> + + @@ -82,81 +185,150 @@ id="layer1"> + d="m 23.085135,15.469381 a 1.3019395,7.1315193 0 1 1 -2.603879,0 A 1.3019395,7.1315193 0 1 1 23.085135,15.469381 z" + transform="matrix(0,-1.53617,-0.56089,0,27.676623,41.462691)" /> + + - + d="m 23.085135,15.469381 a 1.3019395,7.1315193 0 1 1 -2.603879,0 A 1.3019395,7.1315193 0 1 1 23.085135,15.469381 z" + transform="matrix(0,-1.53617,0.56089,0,-3.6766201,41.462692)" /> + style="opacity:1;fill:url(#linearGradient3644);fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path3660" + sodipodi:cx="21.783195" + sodipodi:cy="15.469381" + sodipodi:rx="1.3019395" + sodipodi:ry="7.1315193" + d="m 23.085135,15.469381 a 1.3019395,7.1315193 0 1 1 -2.603879,0 A 1.3019395,7.1315193 0 1 1 23.085135,15.469381 z" + transform="matrix(0,-1.1587333,0.4900134,0,-2.0747442,33.749515)" /> + + d="m 12.0625,3.53125 c -3.2156721,0 -6.0312498,3.2130724 -6.03125,7.40625 0,1.534219 -0.8621175,2.641923 -1.25,3.78125 -0.3878825,1.139327 -0.5195665,2.161347 0.5,3.75 0.3746967,0.58384 1.3029223,1.166241 2.625,1.53125 1.3220777,0.365009 2.974719,0.54501 4.59375,0.46875 1.619031,-0.07626 3.231565,-0.401627 4.4375,-0.875 1.205935,-0.473373 1.922627,-1.107257 2.125,-1.625 0.343088,-0.877742 0.417167,-1.381827 0.40625,-1.6875 -0.010917,-0.305673 -0.060381,-0.485641 -0.25,-0.84375 -0.379238,-0.716219 -1.15625,-1.992063 -1.15625,-4.5 0,-4.231897 -2.778829,-7.4062499 -6,-7.40625 z" + transform="matrix(1.001629,0,0,1.0029637,-1.4740041e-3,-4.6726972e-2)" /> - + d="m 10.657382,13.021205 a 0.59207678,1.234903 0 1 1 -1.1841536,0 0.59207678,1.234903 0 1 1 1.1841536,0 z" + transform="matrix(2.5334555,0,0,0.7928172,-17.000004,1.6975121)" /> + d="m 10.657382,13.021205 a 0.59207678,1.234903 0 1 1 -1.1841536,0 0.59207678,1.234903 0 1 1 1.1841536,0 z" + transform="matrix(2.5279332,0,0,0.80978,-9.9411507,1.4556889)" /> + + + sodipodi:type="arc" + style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3552);stroke-width:0.65185451999999999;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3501" + sodipodi:cx="11.875566" + sodipodi:cy="10.021281" + sodipodi:rx="4.4782667" + sodipodi:ry="2.8465095" + d="m 16.353832,10.021281 a 4.4782667,2.8465095 0 1 1 -8.9565334,0 4.4782667,2.8465095 0 1 1 8.9565334,0 z" + transform="matrix(1.6747551,0,0,1.4052298,-7.8886636,-8.5822031)" /> + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/shock.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/shock.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,247 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/shut-mouth.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/shut-mouth.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,216 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/sick.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/sick.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,236 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/sidefrown.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/sidefrown.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,206 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/silly.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/silly.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/sinister.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/sinister.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,275 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/skywalker.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/skywalker.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,291 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/sleepy.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/sleepy.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,216 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/smile-big.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/smile-big.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,275 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/smile.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/smile.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/smirk.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/smirk.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,295 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/snail.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/snail.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/snail.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="snail.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/snail.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/snail.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,54 @@ id="defs4"> + + + + + + + + + + + + + + + + - - - - - + + + gradientTransform="matrix(0.9987043,0,0,0.9974204,-8.3062961e-2,2.9703963e-2)" /> + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -101,28 +185,27 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> + - + sodipodi:nodetypes="csccccssssssssss" /> - + sodipodi:type="spiral" + style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient3185);stroke-width:1.15898561000000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path3176" + sodipodi:cx="8.9137974" + sodipodi:cy="10.171119" + sodipodi:expansion="1" + sodipodi:revolution="3.06551" + sodipodi:radius="6.7633414" + sodipodi:argument="-18.064157" + sodipodi:t0="0" + d="M 8.9137974,10.171119 C 9.1484553,10.405777 8.7132549,10.603205 8.5237802,10.561136 C 8.0103155,10.44713 7.927773,9.7894461 8.1337635,9.3910844 C 8.5022323,8.6785089 9.4590654,8.5950311 10.083849,9.0010679 C 11.000744,9.5969433 11.085877,10.887492 10.473865,11.731187 C 9.658149,12.8557 8.0236521,12.941717 6.9637117,12.121203 C 5.6298848,11.08867 5.5433732,9.1059311 6.5736958,7.8310159 C 7.8215545,6.2869226 10.154743,6.2001124 11.643917,7.4410002 C 13.398858,8.9033436 13.485861,11.588268 12.033933,13.291256 C 10.357624,15.257422 7.3201457,15.344557 5.4036431,13.681271 C 3.2259909,11.791341 3.1387637,8.400756 5.0136281,6.2709473 C 7.1169425,3.8816238 10.861024,3.7943282 13.203986,5.8809325 C 15.805118,8.1974587 15.892465,12.295324 13.594001,14.851324 C 12.978812,15.535443 12.22116,16.087634 11.383383,16.467462" + transform="matrix(0.8652742,0,0,0.8603798,1.3126142,2.7206145)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/soccerball.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/soccerball.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/soccerball.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="soccerball.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/soccer-ball.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/soccerball.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,18 @@ id="defs4"> + + + + - - - - - - - - - - + gradientTransform="matrix(0.9651813,0,0,0.9651813,0.5993862,4.5978299)" /> + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + showguides="true" + inkscape:guide-bbox="true" + inkscape:object-paths="true" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -150,14 +164,14 @@ id="layer1"> + style="opacity:0.61607143;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3257);enable-background:accumulate" + id="path3187" + sodipodi:cx="14.287068" + sodipodi:cy="20.626085" + sodipodi:rx="5.789803" + sodipodi:ry="1.749437" + d="M 20.076871,20.626085 A 5.789803,1.749437 0 1 1 8.4972653,20.626085 A 5.789803,1.749437 0 1 1 20.076871,20.626085 z" + transform="matrix(1.2199802,0,0,1.429031,-4.4933852,-9.9753158)" /> + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/soldier.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/soldier.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,223 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/star.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/star.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/star.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,56 +17,66 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="star.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/star.png" + inkscape:export-filename="/home/hbons/Desktop/Pidgin objects refresh/star.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> - + id="linearGradient3271"> + id="stop3273" /> + id="stop3275" /> + + + + - - - + xlink:href="#linearGradient3261" + id="linearGradient3267" + x1="10.262635" + y1="6.6949677" + x2="15.287231" + y2="18.565414" + gradientUnits="userSpaceOnUse" /> + + + + inkscape:window-height="842" + inkscape:window-x="4" + inkscape:window-y="24" + objecttolerance="10" + gridtolerance="11" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false"> + + @@ -102,33 +123,30 @@ inkscape:groupmode="layer" id="layer1"> + style="opacity:0.27;fill:#2e3436;fill-opacity:1;stroke:none;filter:url(#filter3449)" + d="M 22.875195,22.294655 12.869032,19.548651 2.9486487,22.414862 8.3218161,17.455461 11.225983,14.620009 15.469265,10.414862 16.757534,13.724414 23.880011,14.829914 18.506156,17.832113 z" + id="path3363" + sodipodi:nodetypes="cccccccccc" + transform="matrix(0.9529792,0,0,1,1.2961559,0)" /> + d="M 12,4.4375 10.25,8.875 C 10.093302,9.2542899 9.7228821,9.5012367 9.3125,9.5 L 4.5,9.5 8.09375,12.34375 c 0.36013266,0.28000822 0.48815547,0.7664949 0.3125,1.1875 l -2.28125,5.25 5.375,-3.125 C 11.81,15.479867 12.19,15.479867 12.5,15.65625 l 5.40625,3.0625 -2.28125,-5.1875 C 15.449345,13.110245 15.577367,12.623758 15.9375,12.34375 l 3.5625,-2.8125 -4.8125,0 C 14.277118,9.5324867 13.906698,9.2855399 13.75,8.90625 z" + transform="matrix(1,0,0,0.9956427,0,8.1835434e-2)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/starving.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/starving.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,254 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/stop.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/stop.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,240 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/struggle.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/struggle.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/sun.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/sun.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sun.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="sun.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/sun.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/sun.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,18 @@ id="defs4"> + + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" /> @@ -128,7 +161,17 @@ id="layer1"> + - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/talktohand.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/talktohand.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/terror.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/terror.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,281 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/thinking.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/thinking.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,206 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/thunder.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/thunder.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/thunder.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="thunder.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/rain.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/thunder.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,42 @@ id="defs2203"> + + + + + + + + + + + + + + r="3.5714285" /> + + + + + + + fill="#729fcf" + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -104,62 +221,98 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> + style="opacity:1;fill:url(#linearGradient3361);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3353);stroke-width:1.00000011999999994;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 13.09375,12.5 L 8.1249998,17.46875 L 9.6249998,19.09375 L 5.9374998,22.78125 L 7.3749998,24.1875 L 11.0625,20.5 L 13.955274,23.300949 L 15.361524,21.863449 L 10.875,17.53125 L 14.5,13.90625 L 13.09375,12.5 z" + id="rect3339" + sodipodi:nodetypes="ccccccccccc" /> - + d="M 22.857144,7.5535712 A 3.5714285,3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285,3.9464285 0 1 1 22.857144,7.5535712 z" + transform="matrix(0.419979,0.848704,-0.658303,0.443438,12.870157,-12.216191)" /> + d="M 22.857144,7.5535712 A 3.5714285,3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285,3.9464285 0 1 1 22.857144,7.5535712 z" + transform="matrix(0.419979,0.848582,-0.658302,0.443375,1.8701401,-12.213851)" /> + d="M 22.857144,7.5535712 A 3.5714285,3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285,3.9464285 0 1 1 22.857144,7.5535712 z" + transform="matrix(4.961495e-7,1.12,-0.897657,-7.661627e-7,16.776447,-15.599591)" /> + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00595629;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3279" + d="M 10.875,3.53125 C 9.8716407,3.6019659 8.9382625,4.2866132 8.4375,5.28125 C 8.1841105,5.7868076 7.5719333,5.9955043 7.0625,5.75 C 6.768424,5.611742 6.4378082,5.53125 6.09375,5.53125 C 4.7286142,5.5312499 3.53125,6.7941837 3.53125,8.5 C 3.5312499,10.205815 4.7286144,11.46875 6.09375,11.46875 C 6.1064026,11.46875 6.1320822,11.4687 6.125,11.46875 C 6.157303,11.468521 6.1829073,11.468375 6.15625,11.46875 L 6.46875,11.46875 L 16.53125,11.46875 L 16.875,11.46875 C 16.867918,11.4687 16.893598,11.46875 16.90625,11.46875 C 18.271383,11.46875 19.46875,10.205815 19.46875,8.5 C 19.468749,6.7941835 18.271385,5.53125 16.90625,5.53125 C 16.365641,5.5312499 15.849558,5.7327393 15.4375,6.0625 C 15.179235,6.2738645 14.834917,6.3477692 14.512661,6.2610081 C 14.190406,6.174247 13.929736,5.937461 13.8125,5.625 C 13.331183,4.3616492 12.267097,3.53125 11.0625,3.53125 C 10.927443,3.5312498 10.869214,3.5316578 10.875,3.53125 z" + transform="translate(-0.9717281,-0.9717281)" /> + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/time-out.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/time-out.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/tongue.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/tongue.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,235 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/tremble.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/tremble.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,268 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/turtle.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/turtle.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/turtle.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="turtle.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/turtle.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/turtle.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,49 +25,212 @@ id="defs4"> + id="linearGradient3362"> + + + + + id="stop3245" /> + + + + + id="stop3221" /> + + + + - + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -106,84 +279,128 @@ inkscape:groupmode="layer" id="layer1"> + sodipodi:type="arc" + style="opacity:0.66071424;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3358);enable-background:accumulate" + id="path3328" + sodipodi:cx="12.353427" + sodipodi:cy="18.477291" + sodipodi:rx="6.6230979" + sodipodi:ry="2.2838268" + d="M 18.976525,18.477291 A 6.6230979,2.2838268 0 1 1 5.730329,18.477291 A 6.6230979,2.2838268 0 1 1 18.976525,18.477291 z" + transform="matrix(1.1324006,0,0,1.0946539,1.5109722,-0.7262382)" /> + + + inkscape:radius="-1.0117662" + inkscape:original="M 10.46875 15.5 C 9.054683 15.5 8.5 16.959623 8.5 17.84375 C 8.5000002 18.727882 9.0546829 19.5 10.46875 19.5 C 11.882817 19.5 12.5 18.821634 12.5 17.9375 C 12.5 17.053371 11.882817 15.5 10.46875 15.5 z " + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3235);stroke-width:0.99999958;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3233" + d="M 10.46875,16.5 C 10.109837,16.5 9.9917269,16.636115 9.8125,16.90625 C 9.6332731,17.176385 9.5,17.613274 9.5,17.84375 C 9.5000001,18.07423 9.5653073,18.193733 9.65625,18.28125 C 9.7471927,18.368767 9.9458668,18.5 10.46875,18.5 C 11.013993,18.5 11.279694,18.36189 11.375,18.28125 C 11.470306,18.20061 11.5,18.144141 11.5,17.9375 C 11.5,17.730863 11.35749,17.240744 11.15625,16.9375 C 10.95501,16.634256 10.805304,16.5 10.46875,16.5 z" + transform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,12.536344,-4.4712412)" /> + + - - + + - + + + - + d="M 3.4266898,13.27573 A 0.45689198,0.39343476 0 1 1 2.5129059,13.27573 A 0.45689198,0.39343476 0 1 1 3.4266898,13.27573 z" + transform="matrix(1.139792,0,0,2.54173,2.0942863,-25.743317)" /> + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/umbrella.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/umbrella.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/umbrella.svg Mon Aug 25 02:46:56 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" sodipodi:docname="umbrella.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/umbrella.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin objecten voor 2.5.0/bitmaps/umbrella.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,48 +25,121 @@ id="defs4"> + id="linearGradient3269"> + + + + + id="stop3263" /> + id="stop3265" /> - + + + + + + + + + + + + - - - + xlink:href="#linearGradient3237" + id="linearGradient3243" + x1="9" + y1="4" + x2="11" + y2="10" + gradientUnits="userSpaceOnUse" /> + + + + + + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -103,35 +185,53 @@ id="layer1"> + style="opacity:0.24782607;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter3351);enable-background:accumulate" + id="path3277" + sodipodi:cx="13.5" + sodipodi:cy="20" + sodipodi:rx="6.5" + sodipodi:ry="2" + d="M 20,20 A 6.5,2 0 1 1 7,20 A 6.5,2 0 1 1 20,20 z" + transform="matrix(1.3846154,0,0,1,-6.6923083,1)" /> - - + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/vampire.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/vampire.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,242 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/victory.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/victory.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,247 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/waiting.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/waiting.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,245 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/waving.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/waving.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,253 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/weep.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/weep.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,235 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/wilt.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/wilt.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,182 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/wink.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/wink.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,192 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/worship.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/worship.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,236 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/scalable/yawn.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/yawn.svg Thu Aug 21 11:09:05 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,229 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/secret.png Binary file pidgin/pixmaps/emotes/default/24/secret.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/shame.png Binary file pidgin/pixmaps/emotes/default/24/shame.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/shock.png Binary file pidgin/pixmaps/emotes/default/24/shock.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/shut-mouth.png Binary file pidgin/pixmaps/emotes/default/24/shut-mouth.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/sick.png Binary file pidgin/pixmaps/emotes/default/24/sick.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/sidefrown.png Binary file pidgin/pixmaps/emotes/default/24/sidefrown.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/silly.png Binary file pidgin/pixmaps/emotes/default/24/silly.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/sinister.png Binary file pidgin/pixmaps/emotes/default/24/sinister.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/skywalker.png Binary file pidgin/pixmaps/emotes/default/24/skywalker.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/sleepy.png Binary file pidgin/pixmaps/emotes/default/24/sleepy.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/smile-big.png Binary file pidgin/pixmaps/emotes/default/24/smile-big.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/smile.png Binary file pidgin/pixmaps/emotes/default/24/smile.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/smirk.png Binary file pidgin/pixmaps/emotes/default/24/smirk.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/soldier.png Binary file pidgin/pixmaps/emotes/default/24/soldier.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/starving.png Binary file pidgin/pixmaps/emotes/default/24/starving.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/stop.png Binary file pidgin/pixmaps/emotes/default/24/stop.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/struggle.png Binary file pidgin/pixmaps/emotes/default/24/struggle.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/sweat.png Binary file pidgin/pixmaps/emotes/default/24/sweat.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/talktohand.png Binary file pidgin/pixmaps/emotes/default/24/talktohand.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/terror.png Binary file pidgin/pixmaps/emotes/default/24/terror.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/thinking.png Binary file pidgin/pixmaps/emotes/default/24/thinking.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/time-out.png Binary file pidgin/pixmaps/emotes/default/24/time-out.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/tongue.png Binary file pidgin/pixmaps/emotes/default/24/tongue.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/tremble.png Binary file pidgin/pixmaps/emotes/default/24/tremble.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/vampire.png Binary file pidgin/pixmaps/emotes/default/24/vampire.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/victory.png Binary file pidgin/pixmaps/emotes/default/24/victory.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/waiting.png Binary file pidgin/pixmaps/emotes/default/24/waiting.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/waving.png Binary file pidgin/pixmaps/emotes/default/24/waving.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/weep.png Binary file pidgin/pixmaps/emotes/default/24/weep.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/wilt.png Binary file pidgin/pixmaps/emotes/default/24/wilt.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/wink.png Binary file pidgin/pixmaps/emotes/default/24/wink.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/worship.png Binary file pidgin/pixmaps/emotes/default/24/worship.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/emotes/default/24/yawn.png Binary file pidgin/pixmaps/emotes/default/24/yawn.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/aim.png Binary file pidgin/pixmaps/protocols/16/aim.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/bonjour.png Binary file pidgin/pixmaps/protocols/16/bonjour.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/gadu-gadu.png Binary file pidgin/pixmaps/protocols/16/gadu-gadu.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/google-talk.png Binary file pidgin/pixmaps/protocols/16/google-talk.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/icq.png Binary file pidgin/pixmaps/protocols/16/icq.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/irc.png Binary file pidgin/pixmaps/protocols/16/irc.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/meanwhile.png Binary file pidgin/pixmaps/protocols/16/meanwhile.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/msn.png Binary file pidgin/pixmaps/protocols/16/msn.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/novell.png Binary file pidgin/pixmaps/protocols/16/novell.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/qq.png Binary file pidgin/pixmaps/protocols/16/qq.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/aim.svg --- a/pidgin/pixmaps/protocols/16/scalable/aim.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/aim.svg Mon Aug 25 02:46:56 2008 +0000 @@ -16,84 +16,168 @@ inkscape:version="0.46" sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/scalable" sodipodi:docname="aim.svg" - inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/aim.png" + inkscape:export-filename="/home/hbons/Bureaublad/aim.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + - - - - + style="stop-color:#bb7e07;stop-opacity:1" /> + style="stop-color:#926205;stop-opacity:1" /> + + + + + inkscape:collect="always" + id="linearGradient8686"> + + + + + id="stop8786" /> + id="stop8788" /> + + + + + id="linearGradient8653"> + + + + id="linearGradient8637"> + + + + + + gradientTransform="translate(1.2641541,-0.2145011)" /> + + + + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -129,54 +223,43 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> + style="opacity:1;fill:#f8c766;fill-opacity:1;stroke:url(#linearGradient8790);stroke-width:1.00000024000000010;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 8.9039189,4.5121855 C 2.6129138,6.1978553 8.2398799,12.598865 1.5258742,12.598865 L 1.5342001,15.603027 C 7.5993543,15.603027 7.4985792,12.514605 7.4985792,12.514605 C 9.596051,12.514605 10.513648,13.498816 10.513648,15.520135 L 14.530663,15.541737 C 14.530663,9.8333244 9.0743771,9.4942293 9.0743771,9.4942293 C 9.0743771,9.4942293 14.495884,9.4837515 14.495884,9.4837515 C 14.495884,9.4837515 14.522789,6.4996057 14.522789,6.4996057 C 12.764013,6.4996057 9.6229595,6.7951443 8.9039189,4.5121855 z" + id="path4275" + sodipodi:nodetypes="cccccccccc" /> + - - + d="M 15.630827,4.0385542 A 5.074944,5.074944 0 1 1 5.4809394,4.0385542 A 5.074944,5.074944 0 1 1 15.630827,4.0385542 z" + transform="matrix(0.4926163,0,0,0.4926163,3.7999997,1.0105423)" /> - + d="M 15.630827,4.0385542 A 5.074944,5.074944 0 1 1 5.4809394,4.0385542 A 5.074944,5.074944 0 1 1 15.630827,4.0385542 z" + transform="matrix(0.2955698,0,0,0.2955698,5.8799995,1.8063252)" /> + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/bonjour.svg --- a/pidgin/pixmaps/protocols/16/scalable/bonjour.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/bonjour.svg Mon Aug 25 02:46:56 2008 +0000 @@ -6,6 +6,7 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="16px" @@ -15,12 +16,67 @@ inkscape:version="0.46" sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/scalable" sodipodi:docname="bonjour.svg" - inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/bonjour.png" + inkscape:export-filename="/home/hbons/Bureaublad/bonjour.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + id="defs4241"> + + + + + + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -56,100 +122,68 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> - + style="opacity:1;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 12.25 0.8125 C 11.212904 0.82548147 9.8237981 1.3178148 8 2.75 C 13.624569 0.9376896 12.09375 3.9687501 12.09375 3.96875 C 12.730846 2.6945576 15.125 3.1250001 15.125 3.125 C 15.125 3.125 14.531611 0.78394076 12.25 0.8125 z M 5 1 C 5 1 6.2894977 2.4031671 5.96875 3.875 C 6.2142693 3.9629227 6.4825344 4.1298951 6.75 4.3125 C 6.3025525 4.8585397 4.5708564 7.0310338 3.59375 9.53125 C 1.0655137 6.5798281 2.28125 6.2187501 2.28125 6.21875 C 2.28125 6.21875 0.78185481 5.3348778 0.75 4.15625 C 0.75 4.15625 -2.0476392 7.5220008 3.5 9.78125 C 3.0973823 10.886071 2.8800606 12.018686 3.0625 13 C 3.0625 13 3.6157102 11.426301 5.03125 10.96875 C 4.9701968 10.621698 4.9938478 10.192279 5.0625 9.71875 C 5.3532166 7.7135288 6.5068895 5.1127489 6.84375 4.375 C 8.4782617 5.5373726 10.241354 7.9344916 10.75 8.65625 C 8.5490333 9.3974261 5.2127054 9.7062603 5.0625 9.71875 C 5.2473055 9.7481019 12.134313 10.824709 14.9375 8.625 C 14.9375 8.625 13.27052 8.9201184 12.15625 8 C 11.847198 8.2378763 11.367484 8.4425412 10.84375 8.625 C 10.458227 7.6220151 8.2341467 2.1234583 5 1 z M 11 10 C 10.948461 14.034482 8.8749996 13.6875 8.875 13.6875 C 8.875 13.6875 9.2741924 15.554033 8 16 C 8 16 14.4206 15.813404 11 10 z " + id="path8669" /> + d="M 8.421077,3.7607069 A 2.7512043,2.0574222 0 1 1 2.9186685,3.7607069 A 2.7512043,2.0574222 0 1 1 8.421077,3.7607069 z" + transform="matrix(0.5452158,0,0,0.7290669,-9.1304146e-2,0.2581915)" /> + d="M 8.421077,3.7607069 A 2.7512043,2.0574222 0 1 1 2.9186685,3.7607069 A 2.7512043,2.0574222 0 1 1 8.421077,3.7607069 z" + transform="matrix(0.5452157,0,0,0.7290676,10.908697,3.2581906)" /> - + d="M 8.421077,3.7607069 A 2.7512043,2.0574222 0 1 1 2.9186685,3.7607069 A 2.7512043,2.0574222 0 1 1 8.421077,3.7607069 z" + transform="matrix(0.5452157,0,0,0.7290676,2.9086961,11.25819)" /> + style="opacity:0.47685185;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path8682" + sodipodi:cx="2.3731835" + sodipodi:cy="2.1909397" + sodipodi:rx="0.90786207" + sodipodi:ry="1.0352813" + d="M 3.2810456,2.1909397 A 0.90786207,1.0352813 0 1 1 1.4653214,2.1909397 A 0.90786207,1.0352813 0 1 1 3.2810456,2.1909397 z" + transform="matrix(1.1014889,0,0,0.9659211,-0.6140352,-0.1162747)" /> - + style="opacity:0.47685188;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path8684" + sodipodi:cx="2.3731835" + sodipodi:cy="2.1909397" + sodipodi:rx="0.90786207" + sodipodi:ry="1.0352813" + d="M 3.2810456,2.1909397 A 0.90786207,1.0352813 0 1 1 1.4653214,2.1909397 A 0.90786207,1.0352813 0 1 1 3.2810456,2.1909397 z" + transform="matrix(1.1014889,0,0,0.9659211,10.385965,2.8837252)" /> - - + sodipodi:type="arc" + style="opacity:0.47685188;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path8686" + sodipodi:cx="2.3731835" + sodipodi:cy="2.1909397" + sodipodi:rx="0.90786207" + sodipodi:ry="1.0352813" + d="M 3.2810456,2.1909397 A 0.90786207,1.0352813 0 1 1 1.4653214,2.1909397 A 0.90786207,1.0352813 0 1 1 3.2810456,2.1909397 z" + transform="matrix(1.1014889,0,0,0.9659211,2.3859647,10.883725)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/gadu-gadu.svg --- a/pidgin/pixmaps/protocols/16/scalable/gadu-gadu.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/gadu-gadu.svg Mon Aug 25 02:46:56 2008 +0000 @@ -6,21 +6,180 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="16px" height="16px" - id="svg4239" + id="svg10335" sodipodi:version="0.32" inkscape:version="0.46" - sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/scalable" - sodipodi:docname="gadu-gadu.svg" - inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/jabber.png" + sodipodi:docname="emote-select.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/hbons/Bureaublad/gadu-gadu.png" inkscape:export-xdpi="90" - inkscape:export-ydpi="90" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:export-ydpi="90"> + id="defs10337"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10" + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0"> + + + id="metadata10340"> @@ -56,128 +224,142 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> + style="opacity:1;fill:#a40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8683" + width="2.0000002" + height="2" + x="12" + y="12" + rx="1" + ry="1" /> + style="opacity:1;fill:#a40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8685" + width="2.0000002" + height="2" + x="2" + y="12" + rx="1" + ry="1" /> + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8681" + width="2.0000002" + height="2" + x="12" + y="2" + rx="1" + ry="1" /> + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8679" + width="2.0000002" + height="2" + x="1.9999998" + y="2" + rx="1" + ry="1" /> + style="opacity:1;fill:#a40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8675" + width="2.0000002" + height="2" + x="14" + y="7" + rx="1" + ry="1" /> + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8671" + width="2.0000002" + height="2" + x="-2.3841858e-07" + y="7" + rx="1" + ry="1" /> + style="opacity:1;fill:#a40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8665" + width="2.0000002" + height="2" + x="7" + y="14" + rx="1" + ry="1" /> + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8663" + width="2.0000002" + height="2" + x="7" + y="0" + rx="1" + ry="1" /> + + transform="matrix(0.651488,0,0,0.651488,0.30843,0.8446922)" + d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z" + sodipodi:ry="9.975256" + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path17960" + style="opacity:1;fill:#fcaf3e;fill-opacity:1;stroke:url(#linearGradient8659);stroke-width:1.53875661000000008;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + transform="matrix(0.5513643,0,0,0.5513643,1.490506,1.944353)" + d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z" + sodipodi:ry="9.975256" + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path17964" + style="opacity:1;fill:url(#radialGradient20931);fill-opacity:1;stroke:url(#linearGradient20933);stroke-width:1.81368327;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + id="path17966" + d="M 8.5000005,6.7451615 C 8.5000005,7.9844904 7.604002,8.9903231 6.500001,8.9903231 C 5.3959999,8.9903231 4.5000001,7.9844904 4.5000001,6.7451615 C 4.5000001,5.5058325 5.3959999,4.5000005 6.500001,4.5000005 C 7.604002,4.5000005 8.5000005,5.5058325 8.5000005,6.7451615 z" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" /> + + + + - + transform="matrix(0.9747196,0,0,0.5150957,-2.4615398,2.0279474)" + d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" + sodipodi:ry="1.9413869" + sodipodi:rx="1.0259361" + sodipodi:cy="9.6526775" + sodipodi:cx="9.7069349" + id="path17968" + style="opacity:1;fill:url(#linearGradient11160);fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> - + transform="matrix(-0.9747196,0,0,0.5150957,18.46154,2.0279474)" + d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" + sodipodi:ry="1.9413869" + sodipodi:rx="1.0259361" + sodipodi:cy="9.6526775" + sodipodi:cx="9.7069349" + id="path11156" + style="opacity:1;fill:url(#linearGradient11158);fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/google-talk.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/google-talk.svg Mon Aug 25 02:46:56 2008 +0000 @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/icq.svg --- a/pidgin/pixmaps/protocols/16/scalable/icq.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/icq.svg Mon Aug 25 02:46:56 2008 +0000 @@ -16,18 +16,237 @@ inkscape:version="0.46" sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16" sodipodi:docname="icq.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/hbons/Bureaublad/icq.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -50,8 +269,8 @@ gradientUnits="userSpaceOnUse" x1="11.787398" y1="11.115861" - x2="12.405842" - y2="13.791453" /> + x2="12.075002" + y2="12.360133" /> + y2="17.320574" + gradientTransform="matrix(0.7516425,0,0,0.6729501,-0.8826506,1.4152198)" /> + + + + + + + + + + + + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" + objecttolerance="10" + gridtolerance="10" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false"> + + @@ -96,93 +496,83 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> + style="opacity:0.75;fill:none;fill-opacity:1;stroke:url(#linearGradient8770);stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.228804,10.517757 C 10.129288,10.479606 10.118014,10.490039 9.8252606,10.679756 C 9.6724455,10.778787 9.5775476,10.848926 9.5427802,10.888041 C 9.5080129,10.927156 9.5107318,10.913111 9.5024259,10.957469 C 9.4869472,11.040134 9.5429901,11.490751 9.7445519,12.230322 C 10.019277,12.740003 10.386743,13.148547 10.692879,13.341176 C 11.011903,13.541914 11.205257,13.517117 11.298194,13.45689 C 11.392617,13.395699 11.497569,13.253133 11.499966,12.855177 C 11.502252,12.475722 11.370376,11.941058 11.1166,11.420325 C 10.645066,10.845418 10.310619,10.549121 10.228804,10.517757 z" + id="path2242" /> + style="opacity:0.75;fill:url(#linearGradient4383);fill-opacity:1;stroke:url(#linearGradient8786);stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + d="M 4.8486235,10.500046 C 4.4564782,10.496935 3.9190242,10.637124 3.3923161,10.899611 C 2.8449198,11.364365 2.5603453,11.685808 2.5232295,11.782857 C 2.4833052,11.88725 2.475064,11.884191 2.6641625,12.182421 C 2.765801,12.342716 2.8393005,12.443491 2.8755619,12.476837 C 2.9118233,12.510183 2.8851423,12.490643 2.9225396,12.497866 C 2.9909999,12.51109 3.4626384,12.466271 4.1909363,12.26654 C 4.7259059,11.978527 5.1414644,11.620122 5.3418889,11.299174 C 5.5465286,10.971477 5.5126093,10.773335 5.4593331,10.689313 C 5.4086116,10.60932 5.2638969,10.503341 4.8486235,10.500046 z" + id="path2244" /> + style="opacity:0.75;fill:none;fill-opacity:1;stroke:url(#linearGradient8778);stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + d="M 6.5498451,10.543916 C 6.4093043,10.616602 6.0575323,11.02735 5.5985498,11.81853 C 5.4505732,12.478908 5.4715025,13.128474 5.6461146,13.592993 C 5.8305566,14.083663 6.1144425,14.372852 6.4547155,14.467729 C 6.7934078,14.562164 7.1943156,14.450544 7.5962698,14.117834 C 7.9788085,13.801196 8.3117436,13.270312 8.5000003,12.618288 C 8.4834797,11.748172 8.3825717,11.225309 8.2859589,11.068757 C 8.1814922,10.899479 8.0370643,10.799946 7.4773579,10.643886 C 6.8871683,10.479326 6.6912608,10.470777 6.5498451,10.543916 z" + id="path2240" /> + style="fill:#73d216;fill-opacity:1;stroke:url(#linearGradient8714);stroke-width:1.00000142999999997;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.1358685,3.3890634 C 7.7698834,5.3939828 7.5437147,5.7203005 6.707483,6.2153016 C 5.8712512,6.7103014 5.4165141,6.6728807 4.1060474,5.1825438 C 3.2863948,3.7269694 3.29985,2.1438938 4.1360794,1.6488936 C 4.9723098,1.1538927 6.3162154,1.933489 7.1358685,3.3890634 z" + id="path2222" /> + style="opacity:0.75;fill:none;fill-opacity:1;stroke:url(#linearGradient8738);stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1" + d="M 4.9118956,2.5017868 C 4.8344656,2.4933075 4.7351802,2.5160688 4.6853705,2.5476409 C 4.5947769,2.6050638 4.5024975,2.7622504 4.5000318,3.1666707 C 4.4976449,3.5581659 4.6240111,4.1063439 4.8913024,4.6340007 C 5.3464159,5.169468 5.6802006,5.4473321 5.7768094,5.4823009 C 5.8806263,5.5198786 5.8903157,5.5109256 6.1886732,5.3218116 C 6.3467933,5.2215868 6.4419865,5.153277 6.4769778,5.1154684 C 6.5119691,5.0776597 6.4898306,5.0865385 6.497571,5.0466873 C 6.5117411,4.9737348 6.4672348,4.52308 6.2710459,3.8086276 C 5.8382221,3.0048392 5.2079215,2.5342044 4.9118956,2.5017868 z" + id="path2232" /> + style="opacity:0.75;fill:none;fill-opacity:1;stroke:url(#linearGradient8746);stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 4.1673858,5.5985208 C 3.5054714,5.4505063 2.8569334,5.4716193 2.3921875,5.6460861 C 1.9012783,5.8303746 1.6129084,6.1118678 1.5170897,6.4546964 C 1.4218347,6.7955083 1.5091367,7.1942976 1.842126,7.5962639 C 2.1592142,7.9790353 2.7135907,8.3119339 3.3672964,8.5000048 C 4.2422495,8.4831842 4.7779308,8.3858367 4.9424724,8.2859609 C 5.1201805,8.1780935 5.2118965,8.0341525 5.3675199,7.4773506 C 5.5280018,6.9031664 5.529332,6.7148477 5.4425283,6.549827 C 5.3619401,6.3966226 4.9589342,6.0564559 4.1673858,5.5985208 z" + id="path2234" /> + style="opacity:0.75;fill:none;fill-opacity:1;stroke:url(#linearGradient8754);stroke-width:1.00000203;stroke-miterlimit:4;stroke-opacity:1" + d="M 12.855285,4.500051 C 12.462919,4.4969506 11.922943,4.6374156 11.394658,4.8996821 C 10.844605,5.3646776 10.559734,5.7082145 10.522993,5.8041104 C 10.483512,5.9071611 10.474936,5.8852008 10.664344,6.1827083 C 10.766342,6.3429165 10.840542,6.4443185 10.876371,6.4771733 C 10.9122,6.5100281 10.886952,6.4911647 10.923488,6.4982065 C 10.991576,6.5113294 11.462538,6.4555529 12.219205,6.2458079 C 12.737907,5.9609072 13.130324,5.6126604 13.326454,5.2993132 C 13.531108,4.9723484 13.51988,4.7711454 13.467804,4.68935 C 13.41783,4.6108533 13.270794,4.5033345 12.855285,4.500051 z" + id="path2236" /> + style="fill:#73d216;fill-opacity:1;stroke:url(#linearGradient8666);stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.375232,4.5493545 C 10.422975,6.6416097 9.9911458,6.6905364 8.9215873,6.3281422 C 7.8520275,5.9657484 7.4975249,5.534567 7.5000157,3.2363329 C 7.8893038,1.3991926 9.0732966,0.20229738 10.142856,0.56469125 C 11.212416,0.92708537 11.764519,2.7122143 11.375232,4.5493545 z" + id="path2192" /> + style="opacity:0.75;fill:none;fill-opacity:1;stroke:url(#linearGradient8730);stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.8631692,1.5360262 C 9.6347437,1.4415107 9.3708203,1.5274542 9.1023257,1.8595278 C 8.8466524,2.1757441 8.6265865,2.7251574 8.4999913,3.3774976 C 8.5099761,4.2473344 8.5751845,4.7795065 8.6426495,4.9452367 C 8.7155134,5.124228 8.8111337,5.2149983 9.1815803,5.3682774 C 9.5648319,5.5268552 9.6889381,5.5298463 9.7997656,5.4429315 C 9.9026575,5.3622401 10.127302,4.9625969 10.433802,4.1738094 C 10.533317,3.5150226 10.518933,2.8709279 10.4021,2.4069923 C 10.27869,1.9169393 10.091661,1.6305687 9.8631692,1.5360262 z" + id="path2230" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/irc.svg --- a/pidgin/pixmaps/protocols/16/scalable/irc.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/irc.svg Mon Aug 25 02:46:56 2008 +0000 @@ -16,7 +16,7 @@ inkscape:version="0.46" sodipodi:docbase="/home/hbons/Desktop" sodipodi:docname="irc.svg" - inkscape:export-filename="/home/hbons/Desktop/pidgin.png" + inkscape:export-filename="/home/hbons/Bureaublad/irc.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" version="1.0" @@ -25,6 +25,30 @@ id="defs4347"> + + + + + + + + + + + + + height="16px" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10" + showguides="true" + inkscape:guide-bbox="true"> + + @@ -105,15 +179,13 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/meanwhile.svg --- a/pidgin/pixmaps/protocols/16/scalable/meanwhile.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/meanwhile.svg Mon Aug 25 02:46:56 2008 +0000 @@ -16,55 +16,126 @@ inkscape:version="0.46" sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/scalable" sodipodi:docname="meanwhile.svg" - inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/msn.png" + inkscape:export-filename="/home/hbons/Bureaublad/meanwhile.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:collect="always" + id="linearGradient8675"> + id="stop8677" /> + id="stop8679" /> + inkscape:collect="always" + id="linearGradient8667"> + + + + + id="stop8652" /> + id="stop8654" /> + + + + + id="linearGradient8634"> + + + + + + + x1="8.701582" + y1="8.7882452" + x2="14.751598" + y2="21.009844" /> + + + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -101,39 +182,37 @@ inkscape:groupmode="layer"> + d="M 15.630827,4.0385542 A 5.074944,5.074944 0 1 1 5.4809394,4.0385542 A 5.074944,5.074944 0 1 1 15.630827,4.0385542 z" + transform="matrix(0.4926164,0,0,0.4926165,2.7999985,1.0105418)" /> + d="M 15.630827,4.0385542 A 5.074944,5.074944 0 1 1 5.4809394,4.0385542 A 5.074944,5.074944 0 1 1 15.630827,4.0385542 z" + transform="matrix(0.2955698,0,0,0.2955699,4.8799997,1.8063249)" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/msn.svg --- a/pidgin/pixmaps/protocols/16/scalable/msn.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/msn.svg Mon Aug 25 02:46:56 2008 +0000 @@ -16,13 +16,121 @@ inkscape:version="0.46" sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/scalable" sodipodi:docname="msn.svg" - inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/qq.png" + inkscape:export-filename="/home/hbons/Bureaublad/msn.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + x1="20.007692" + y1="13.250565" + x2="18.727983" + y2="17.102213" /> + gradientTransform="matrix(0.5438817,0,0,0.5799505,-0.3274572,-0.2722861)" + x1="10.200594" + y1="14.726058" + x2="13.252806" + y2="18.174761" /> + + + + + + + + + + inkscape:window-width="1430" + inkscape:window-height="837" + inkscape:window-x="254" + inkscape:window-y="427" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -101,24 +303,21 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> + style="opacity:0.50000000000000000;fill:none;fill-opacity:1;stroke:url(#linearGradient8691);stroke-width:1.45003652999999999;stroke-miterlimit:4;stroke-opacity:1" + d="M 2.9037792,8.1978741 C 3.2143877,9.0316623 3.9610232,9.9051913 4.759397,10.781009 C 6.3561448,12.532642 8.35926,13.89948 10.765977,13.389526 C 11.255672,13.285765 11.400406,13.151715 11.448617,13.081331 C 11.496824,13.010949 11.537361,12.912219 11.448617,12.641053 C 11.271127,12.098721 10.247411,11.388991 9.1968152,10.475925 C 8.146221,9.5628599 6.8660046,8.7034079 5.6266656,8.0176219 C 4.3873265,7.3318362 3.3045923,6.5498939 2.7239802,6.4956482 C 2.4148401,6.4667656 2.5931708,7.3640855 2.9037792,8.1978741 z" + id="path2249" + sodipodi:nodetypes="csssssssc" /> + style="opacity:0.50000000000000000;fill:none;fill-opacity:1;stroke:url(#linearGradient8745);stroke-width:1.00000059999999991;stroke-miterlimit:4;stroke-opacity:1" + d="M 13.641543,2.6087804 C 13.042222,2.7550593 12.566354,3.1867157 12.108436,3.5768078 C 11.18133,4.4213418 10.408475,5.418624 9.6753778,6.4315252 C 9.7266839,7.073663 10.22649,7.8212816 10.524225,8.4451141 C 11.523392,8.3745467 12.537477,8.14589 13.395949,7.6120796 C 13.929097,6.4895545 14.279568,5.2829939 14.46967,4.0564994 C 14.517847,3.5935306 14.505216,3.0568259 14.178422,2.69122 C 14.015215,2.4959594 13.853389,2.5338947 13.641543,2.6087804 z" + id="path1328" + sodipodi:nodetypes="ccccccsc" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/novell.svg --- a/pidgin/pixmaps/protocols/16/scalable/novell.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/novell.svg Mon Aug 25 02:46:56 2008 +0000 @@ -16,35 +16,82 @@ inkscape:version="0.46" sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/scalable" sodipodi:docname="novell.svg" - inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/silc.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/pidgin-mtn/pidgin/pixmaps/protocols/16/novell.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:collect="always" + id="linearGradient8681"> + + + + + id="stop8675" /> + id="stop8677" /> + + + + - + + xlink:href="#linearGradient8657" + id="linearGradient8663" + x1="13.540643" + y1="4.1059771" + x2="13.540643" + y2="27.537933" + gradientUnits="userSpaceOnUse" /> + + + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:grid-points="true" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + + @@ -81,25 +138,26 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> + id="path2201" + transform="matrix(0.747082,0,0,0.764706,-1.838521,-1.176469)" /> + sodipodi:type="inkscape:offset" + inkscape:radius="0" + inkscape:original="M 4.03125 4 L 4 12 L 6 12 L 6 7.96875 L 11 13 L 11 5.03125 L 9 5.03125 L 9 8.96875 L 4.03125 4 z " + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path8697" + d="M 4.03125,4 L 4,12 L 6,12 L 6,7.96875 L 11,13 L 11,5.03125 L 9,5.03125 L 9,8.96875 L 4.03125,4 z" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/qq.svg --- a/pidgin/pixmaps/protocols/16/scalable/qq.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/qq.svg Mon Aug 25 02:46:56 2008 +0000 @@ -6,6 +6,7 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="16px" @@ -15,12 +16,161 @@ inkscape:version="0.46" sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/scalable" sodipodi:docname="qq.svg" - inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/qq.png" + inkscape:export-filename="/home/hbons/Bureaublad/qq.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + id="defs4241"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -55,84 +215,71 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.31935179;stroke-miterlimit:4;stroke-opacity:1" + d="M 13,11 C 13,13.208 10.76,15 8.0000001,15 C 5.24,15 3,13.208 3,11 C 3,8.7919994 5.24,7 8.0000001,7 C 10.76,7 13,8.7919994 13,11 z" + id="path2324" /> + style="fill:url(#linearGradient8704);fill-opacity:1;stroke:#a40000;stroke-width:0.99999886999999998;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.15625,4.96875 C 5.4240803,4.9726784 1.5,5.9235458 1.5,8.90625 C 1.5,9.4840741 2.1947377,9.8904346 2.5625,10.25 L 2.5,11.5 C 2.5,12.054 2.9459998,12.5 3.5,12.5 C 4.0540001,12.5 4.5,12.054 4.5,11.5 C 4.5,11.5 5.9093656,11.497572 6.40625,11.53125 L 9.5625,11.53125 C 12.104149,11.53125 14.625,10.035864 14.625,8.393968 C 14.625,5.818713 10.88842,4.9648216 8.15625,4.96875 z" + id="path8684" + sodipodi:nodetypes="ccccsccccc" /> - + style="fill:#fcaf3e;fill-opacity:1;stroke:url(#linearGradient8640);stroke-width:0.99999939999999998;stroke-miterlimit:4;stroke-opacity:1" + d="M 12.500014,7.4999965 C 12.500014,8.6039955 10.484012,9.4999932 8.0000075,9.4999932 C 5.5160043,9.4999932 3.5000014,8.6039955 3.5000014,7.4999965 C 3.5000014,6.3959983 5.5160043,5.4999996 8.0000075,5.4999996 C 10.484012,5.4999996 12.500014,6.3959983 12.500014,7.4999965 z" + id="path2320" /> + - diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/silc.svg --- a/pidgin/pixmaps/protocols/16/scalable/silc.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/silc.svg Mon Aug 25 02:46:56 2008 +0000 @@ -16,13 +16,48 @@ inkscape:version="0.46" sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/scalable" sodipodi:docname="silc.svg" - inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/silc.png" + inkscape:export-filename="/home/hbons/Bureaublad/silc.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + + + + + + + + + + + + + y2="-28.749279" + gradientTransform="matrix(0.797619,0,0,0.940287,-21.494048,-2.875489)" /> + + + + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -87,18 +160,14 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> + style="opacity:1;fill:url(#linearGradient8647);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8639);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 7.4939374,1.4832176 C 6.9292248,1.4832176 6.489473,1.9229695 6.489473,2.487682 L 6.489473,11.522046 L 1.5714286,11.522046 C 0.98499647,11.522046 0.5,12.007042 0.5,12.593475 L 0.5,13.445354 C 0.5,14.031787 0.98499647,14.516783 1.5714286,14.516783 L 8.4398609,14.516783 C 9.0262932,14.516783 9.5112895,14.031787 9.5112895,13.445354 L 9.5112895,4.4905103 L 14.495536,4.4905103 C 15.060249,4.4905103 15.500001,4.0507584 15.500001,3.4860459 L 15.500001,2.487682 C 15.500001,1.9229694 15.060249,1.4832176 14.495536,1.4832176 L 7.4939374,1.4832176 z" + id="rect8625" + sodipodi:nodetypes="ccccccccccccccc" /> + style="opacity:1;fill:url(#linearGradient8664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 7.5,2.0000003 C 7.2189639,2.0000003 7,2.2189642 7,2.5000003 L 7,12 L 1.5,12 C 1.2189639,12 1,12.223 1,12.5 C 1,12.777 1.2189639,13 1.5,13 L 7.5,13 C 7.5604228,13 7.6338463,12.987963 7.6875,12.96875 C 7.7482316,12.943516 7.7979041,12.888938 7.84375,12.84375 C 7.8975454,12.794761 7.9400258,12.755638 7.96875,12.6875 C 7.9943521,12.627641 8,12.56925 8,12.5 L 8,3.0000003 L 14.5,3.0000003 C 14.781036,3.0000003 15,2.7810364 15,2.5000003 C 15,2.2189642 14.781036,2.0000003 14.5,2.0000003 C 12.16669,1.9999996 9.8332346,2.0000003 7.5,2.0000003 z" + id="rect8649" + sodipodi:nodetypes="ccccsccssscccscc" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/simple.svg --- a/pidgin/pixmaps/protocols/16/scalable/simple.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/simple.svg Mon Aug 25 02:46:56 2008 +0000 @@ -16,7 +16,7 @@ inkscape:version="0.46" sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/scalable" sodipodi:docname="simple.svg" - inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/sip.png" + inkscape:export-filename="/home/hbons/Bureaublad/simple.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -24,24 +24,195 @@ id="defs4250"> + id="linearGradient8880"> + + + + + + + + + + + + + id="stop8805" /> + + + + + + + + + id="stop8768" /> + + + + + + + + + + + + + + + + + + objecttolerance="10" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + showguides="true" + inkscape:guide-bbox="true"> + + @@ -84,31 +265,32 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> + style="opacity:1;fill:url(#linearGradient8853);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8756);stroke-width:0.99999994000000003;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8636" + width="14.999999" + height="13" + x="0.49999991" + y="2.4999998" + rx="3.0005085" + ry="3.2505507" /> - + sodipodi:type="arc" + style="opacity:0.68981479;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8870);stroke-width:0.84120828;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path8862" + sodipodi:cx="2.6779742" + sodipodi:cy="4.4601307" + sodipodi:rx="1.953498" + sodipodi:ry="1.8111902" + d="M 4.6314722,4.4601307 A 1.953498,1.8111902 0 1 1 0.72447622,4.4601307 A 1.953498,1.8111902 0 1 1 4.6314722,4.4601307 z" + transform="matrix(1.2797557,0,0,1.1042462,-0.4271535,-0.4250818)" /> + + style="opacity:1;fill:url(#linearGradient8886);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8770);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 2.4741248,0.50000065 C 1.3661247,0.50000065 0.52587321,0.81840525 0.52587321,1.9114243 L 0.49999906,3.5270424 C 0.49999906,4.6200615 1.3590849,5.5000008 2.4670851,5.5000008 C 4.5595002,5.5000008 4.5123322,3.5158266 4.5123322,3.5158266 L 11.522958,3.5158266 C 11.522958,3.5158266 11.350973,5.5000008 13.599818,5.5000008 C 14.707818,5.5000008 15.5,4.6200613 15.5,3.5270424 L 15.5,1.9511491 C 15.5,0.85812995 14.582887,0.50000065 13.474887,0.50000065 C 9.8101504,0.54853745 5.822683,0.50379835 2.4741248,0.50000065 z" + id="rect7860" + sodipodi:nodetypes="cccsccscccc" /> + + + + + + style="opacity:0.68981479;fill:url(#linearGradient8809);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8801" + width="12" + height="1" + x="1.999999" + y="1.0000006" + rx="0.4285714" + ry="0.5" /> + + + + + + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8825" + width="2" + height="1" + x="10" + y="8.000001" + rx="0" + ry="0" /> + + + + + + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect8837" + width="2" + height="1" + x="10" + y="6.0000005" + rx="0" + ry="0" /> + + + + + diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/scalable/yahoo.svg --- a/pidgin/pixmaps/protocols/16/scalable/yahoo.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/protocols/16/scalable/yahoo.svg Mon Aug 25 02:46:56 2008 +0000 @@ -16,12 +16,19 @@ inkscape:version="0.46" sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/scalable" sodipodi:docname="yahoo.svg" - inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/protocols/16/yahoo.png" + inkscape:export-filename="/home/hbons/Bureaublad/yahoo.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> + @@ -41,17 +48,18 @@ gradientUnits="userSpaceOnUse" x1="20.181133" y1="12.686874" - x2="20.102123" - y2="3.0395992" /> + x2="20.181133" + y2="5.3694997" /> + x1="10.378018" + y1="18.430471" + x2="5.8631868" + y2="-0.23792659" + gradientTransform="matrix(0.676847,0,0,0.662872,0.3362294,0.7829564)" /> + objecttolerance="10" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false"> + + @@ -107,27 +123,9 @@ y="6.4881902" transform="translate(-1.463597e-2,-4.995136)" /> - - + style="fill:url(#linearGradient6739);fill-opacity:1;stroke:#a40000;stroke-width:1.00000047999999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 6.5 3.5 L 0.5 3.53125 L 0.5 5.53125 L 2.75 5.53125 L 5.5 9.25 L 5.5 10.5 L 4.28125 10.5 C 3.3577546 10.5 3.5 11.5 3.5 11.5 L 3.5 12.5 L 6.5 12.5 L 9.5 12.5 L 9.5 11.21875 C 9.4999997 11.21875 9.4638896 10.5 8.71875 10.5 L 7.53125 10.5 L 7.53125 9.6875 L 10.21875 6.5 L 11.53125 6.5 L 11.5 4.5 L 8.5 4.5 L 8.5 5.8125 L 7.09375 7.5 L 6.65625 7.5 L 5.1875 5.5 L 6.5 5.5 L 6.5 3.5 z M 13.5 3.5 L 13.53125 9.9375 L 15.71875 3.5 L 13.5 3.5 z M 12.5 10.5 C 11.948 10.5 11.5 10.948002 11.5 11.5 C 11.5 12.051998 11.948 12.5 12.5 12.5 C 13.052 12.5 13.5 12.051998 13.5 11.5 C 13.5 10.948002 13.052001 10.5 12.5 10.5 z " + id="rect3219" /> @@ -24,6 +24,49 @@ id="defs4250"> + + + + + + + + + + + + + + + + + + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + + @@ -86,15 +175,15 @@ y="6.4881902" transform="matrix(0.883816,0,0,0.883018,-2.999998,-1.426403)" /> + style="opacity:1;fill:url(#linearGradient8668);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8644);stroke-width:0.99999994000000003;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 2.40625,0.50000003 C 1.9048,0.50000003 1.5,0.9048 1.5,1.40625 L 1.5,3.59375 C 1.5,4.0952 1.9048,4.5 2.40625,4.5 L 10.5,4.5 L 10.5,4.59375 C 10.5,5.09762 10.90238,5.5 11.40625,5.5 L 12.59375,5.5 C 13.09762,5.5 13.5,5.097621 13.5,4.59375 L 13.5,1.40625 C 13.5,1.280887 13.483182,1.170863 13.4375,1.0625 C 13.346137,0.845774 13.154226,0.65386303 12.9375,0.56250003 C 12.829137,0.51681806 12.719113,0.50000003 12.59375,0.50000003 L 11.40625,0.50000003 L 2.40625,0.50000003 z M 6.1875,6.5 C 5.8138457,6.5 5.5,6.8138458 5.5,7.1875 L 5.5,8.8125 C 5.5,9.1861543 5.8138458,9.4999998 6.1875,9.5 L 8.875,9.5 C 9.2486543,9.5 9.5625,9.1861539 9.5625,8.8125 L 9.5625,7.1875 C 9.5625,6.8138457 9.2486542,6.5 8.875,6.5 L 6.1875,6.5 z M 2.40625,10.5 C 1.9023796,10.5 1.5,10.902379 1.5,11.40625 L 1.5,14.59375 C 1.5,14.719113 1.5168185,14.829137 1.5625,14.9375 C 1.653863,15.154226 1.8457744,15.346137 2.0625,15.4375 C 2.1708628,15.483182 2.2808874,15.5 2.40625,15.5 L 3.59375,15.5 L 12.59375,15.5 C 13.0952,15.5 13.5,15.0952 13.5,14.59375 L 13.5,12.40625 C 13.5,11.9048 13.0952,11.5 12.59375,11.5 L 4.5,11.5 L 4.5,11.40625 C 4.5,10.90238 4.0976203,10.5 3.59375,10.5 L 2.40625,10.5 z" + id="rect8625" /> + inkscape:radius="-1.0018694" + inkscape:original="M 2.40625 0.5 C 1.9048 0.49999997 1.5 0.9048 1.5 1.40625 L 1.5 3.59375 C 1.5 4.0952 1.9048 4.5 2.40625 4.5 L 10.5 4.5 L 10.5 4.59375 C 10.5 5.09762 10.90238 5.5 11.40625 5.5 L 12.59375 5.5 C 13.09762 5.5 13.5 5.097621 13.5 4.59375 L 13.5 1.40625 C 13.5 1.280887 13.483182 1.170863 13.4375 1.0625 C 13.346137 0.845774 13.154226 0.653863 12.9375 0.5625 C 12.829137 0.516818 12.719113 0.5 12.59375 0.5 L 11.40625 0.5 L 2.40625 0.5 z M 6.1875 6.5 C 5.8138457 6.5 5.5 6.8138458 5.5 7.1875 L 5.5 8.8125 C 5.5 9.1861543 5.8138458 9.4999998 6.1875 9.5 L 8.875 9.5 C 9.2486543 9.5 9.5625 9.1861539 9.5625 8.8125 L 9.5625 7.1875 C 9.5625 6.8138457 9.2486542 6.5 8.875 6.5 L 6.1875 6.5 z M 2.40625 10.5 C 1.9023796 10.5 1.5 10.902379 1.5 11.40625 L 1.5 14.59375 C 1.5 14.719113 1.5168185 14.829137 1.5625 14.9375 C 1.653863 15.154226 1.8457744 15.346137 2.0625 15.4375 C 2.1708628 15.483182 2.2808874 15.5 2.40625 15.5 L 3.59375 15.5 L 12.59375 15.5 C 13.0952 15.5 13.5 15.0952 13.5 14.59375 L 13.5 12.40625 C 13.5 11.9048 13.0952 11.5 12.59375 11.5 L 4.5 11.5 L 4.5 11.40625 C 4.5 10.90238 4.0976203 10.5 3.59375 10.5 L 2.40625 10.5 z " + style="opacity:0.62037037;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8660);stroke-width:0.99999994000000003;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path8650" + d="M 2.5,1.5 L 2.5,3.5 L 10.5,3.5 C 11.051835,3.5010837 11.498916,3.9481648 11.5,4.5 L 12.5,4.5 L 12.5,1.5 L 11.40625,1.5 L 2.5,1.5 z M 6.5,7.5 L 6.5,8.5 L 8.5625,8.5 L 8.5625,7.5 L 6.5,7.5 z M 2.5,11.5 L 2.5,14.5 L 3.59375,14.5 L 12.5,14.5 L 12.5,12.5 L 4.5,12.5 C 3.9481648,12.498916 3.5010837,12.051835 3.5,11.5 L 2.5,11.5 z" /> diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/silc.png Binary file pidgin/pixmaps/protocols/16/silc.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/simple.png Binary file pidgin/pixmaps/protocols/16/simple.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/yahoo.png Binary file pidgin/pixmaps/protocols/16/yahoo.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/protocols/16/zephyr.png Binary file pidgin/pixmaps/protocols/16/zephyr.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/toolbar/16/emote-select.png Binary file pidgin/pixmaps/toolbar/16/emote-select.png has changed diff -r 5b60f32bf547 -r 0529d26b6154 pidgin/pixmaps/toolbar/16/scalable/emote-select.svg --- a/pidgin/pixmaps/toolbar/16/scalable/emote-select.svg Thu Aug 21 11:09:05 2008 +0000 +++ b/pidgin/pixmaps/toolbar/16/scalable/emote-select.svg Mon Aug 25 02:46:56 2008 +0000 @@ -9,19 +9,188 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - id="svg2" + width="16px" + height="16px" + id="svg10335" sodipodi:version="0.32" inkscape:version="0.46" - width="16" - height="16" - version="1.0" sodipodi:docname="emote-select.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" - inkscape:export-filename="/home/hbons/Pidgin objects refresh/emote-select.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/pidgin-mtn/pidgin/pixmaps/toolbar/16/emote-select.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id="metadata10340"> @@ -31,246 +200,101 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +