# HG changeset patch # User Hylke Bons # Date 1219362339 0 # Node ID a0ea445b99de00d6d1265c74ee8a3c054036b43f # Parent ced4e7f27ff6a4c75b61068b017fc231c2ab9dbd Throbber test. diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/gtkstatusbox.c Thu Aug 21 23:45:39 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 ced4e7f27ff6 -r a0ea445b99de pidgin/gtkstatusbox.h --- a/pidgin/gtkstatusbox.h Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/gtkstatusbox.h Thu Aug 21 23:45:39 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 ced4e7f27ff6 -r a0ea445b99de pidgin/pidginstock.c --- a/pidgin/pidginstock.c Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pidginstock.c Thu Aug 21 23:45:39 2008 +0000 @@ -134,15 +134,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 ced4e7f27ff6 -r a0ea445b99de pidgin/pidginstock.h --- a/pidgin/pidginstock.h Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pidginstock.h Thu Aug 21 23:45:39 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 ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/Makefile.am --- a/pidgin/pixmaps/Makefile.am Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pixmaps/Makefile.am Thu Aug 21 23:45:39 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 \ @@ -133,7 +164,6 @@ emotes/default/24/scalable/hammer.svg \ emotes/default/24/scalable/handcuffs.svg \ emotes/default/24/scalable/island.svg \ - emotes/default/24/scalable/jump.svg \ emotes/default/24/scalable/knife.svg \ emotes/default/24/scalable/lamp.svg \ emotes/default/24/scalable/liquor.svg \ @@ -146,7 +176,6 @@ 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/peace.svg \ emotes/default/24/scalable/phone.svg \ emotes/default/24/scalable/pig.svg \ diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working0.png Binary file pidgin/pixmaps/animations/16/process-working0.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working1.png Binary file pidgin/pixmaps/animations/16/process-working1.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working10.png Binary file pidgin/pixmaps/animations/16/process-working10.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working11.png Binary file pidgin/pixmaps/animations/16/process-working11.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working12.png Binary file pidgin/pixmaps/animations/16/process-working12.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working13.png Binary file pidgin/pixmaps/animations/16/process-working13.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working14.png Binary file pidgin/pixmaps/animations/16/process-working14.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working15.png Binary file pidgin/pixmaps/animations/16/process-working15.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working16.png Binary file pidgin/pixmaps/animations/16/process-working16.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working17.png Binary file pidgin/pixmaps/animations/16/process-working17.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working18.png Binary file pidgin/pixmaps/animations/16/process-working18.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working19.png Binary file pidgin/pixmaps/animations/16/process-working19.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working2.png Binary file pidgin/pixmaps/animations/16/process-working2.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working20.png Binary file pidgin/pixmaps/animations/16/process-working20.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working21.png Binary file pidgin/pixmaps/animations/16/process-working21.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working22.png Binary file pidgin/pixmaps/animations/16/process-working22.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working23.png Binary file pidgin/pixmaps/animations/16/process-working23.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working24.png Binary file pidgin/pixmaps/animations/16/process-working24.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working25.png Binary file pidgin/pixmaps/animations/16/process-working25.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working26.png Binary file pidgin/pixmaps/animations/16/process-working26.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working27.png Binary file pidgin/pixmaps/animations/16/process-working27.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working28.png Binary file pidgin/pixmaps/animations/16/process-working28.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working29.png Binary file pidgin/pixmaps/animations/16/process-working29.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working3.png Binary file pidgin/pixmaps/animations/16/process-working3.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working30.png Binary file pidgin/pixmaps/animations/16/process-working30.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working4.png Binary file pidgin/pixmaps/animations/16/process-working4.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working5.png Binary file pidgin/pixmaps/animations/16/process-working5.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working6.png Binary file pidgin/pixmaps/animations/16/process-working6.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working7.png Binary file pidgin/pixmaps/animations/16/process-working7.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working8.png Binary file pidgin/pixmaps/animations/16/process-working8.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/animations/16/process-working9.png Binary file pidgin/pixmaps/animations/16/process-working9.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/emotes/default/24/clover.png Binary file pidgin/pixmaps/emotes/default/24/clover.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/emotes/default/24/poop.png Binary file pidgin/pixmaps/emotes/default/24/poop.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/emotes/default/24/scalable/clover.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/clover.svg Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/clover.svg Thu Aug 21 23:45:39 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 ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/emotes/default/24/scalable/poop.svg --- a/pidgin/pixmaps/emotes/default/24/scalable/poop.svg Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/poop.svg Thu Aug 21 23:45:39 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 ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/toolbar/16/emote-select.png Binary file pidgin/pixmaps/toolbar/16/emote-select.png has changed diff -r ced4e7f27ff6 -r a0ea445b99de pidgin/pixmaps/toolbar/16/scalable/emote-select.svg --- a/pidgin/pixmaps/toolbar/16/scalable/emote-select.svg Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pixmaps/toolbar/16/scalable/emote-select.svg Thu Aug 21 23:45:39 2008 +0000 @@ -9,19 +9,225 @@ 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-xdpi="90" - inkscape:export-ydpi="90"> + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id="metadata10340"> @@ -31,246 +237,101 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +