Mercurial > pidgin.yaz
changeset 16213:37a664cf7f2d
Some icon improvements from hbons
line wrap: on
line diff
--- a/pidgin/gtkdnd-hints.c Mon Apr 16 16:21:33 2007 +0000 +++ b/pidgin/gtkdnd-hints.c Mon Apr 16 22:03:26 2007 +0000 @@ -46,10 +46,10 @@ * Info about each hint widget. See DndHintWindowId enum. */ static HintWindowInfo hint_windows[] = { - { NULL, "tb_drag_arrow_up.xpm", -13/2, 0 }, - { NULL, "tb_drag_arrow_down.xpm", -13/2, -16 }, - { NULL, "tb_drag_arrow_left.xpm", 0, -13/2 }, - { NULL, "tb_drag_arrow_right.xpm", -16, -13/2 }, + { NULL, "arrow-up.xpm", -13/2, 0 }, + { NULL, "arrow-down.xpm", -13/2, -16 }, + { NULL, "arrow-left.xpm", 0, -13/2 }, + { NULL, "arrow-right.xpm", -16, -13/2 }, { NULL, NULL, 0, 0 } };
--- a/pidgin/pixmaps/Makefile.am Mon Apr 16 16:21:33 2007 +0000 +++ b/pidgin/pixmaps/Makefile.am Mon Apr 16 22:03:26 2007 +0000 @@ -36,10 +36,10 @@ status-connect3.png \ stock_connect_16.png \ stock_disconnect_16.png \ - tb_drag_arrow_down.xpm \ - tb_drag_arrow_left.xpm \ - tb_drag_arrow_right.xpm \ - tb_drag_arrow_up.xpm \ + arrow-down.xpm \ + arrow-up.xpm \ + arrow-right.xpm \ + arrow_left.xpm \ text_bigger.png \ text_normal.png \ text_smaller.png \ @@ -53,7 +53,7 @@ pidginbuttonpix_DATA = about_menu.png accounts.png change-bgcolor-small.png change-fgcolor-small.png edit.png info.png insert-image-small.png insert-link-small.png insert-smiley-small.png pause.png text_bigger.png text_normal.png text_smaller.png send-im.png pidgindistpixdir = $(datadir)/pixmaps/pidgin -pidgindistpix_DATA = logo.png tb_drag_arrow_down.xpm tb_drag_arrow_left.xpm tb_drag_arrow_right.xpm tb_drag_arrow_up.xpm typed.png typing.png status-online.png status-offline.png status-away.png status-invisible.png status-typing0.png status-typing1.png status-typing2.png status-typing3.png status-connect0.png status-connect1.png status-connect2.png status-connect3.png phone.png insert-image.png +pidgindistpix_DATA = logo.png arrow-down.xpm arrow-left.xpm arrow-right.xpm arrow-up.xpm typed.png typing.png status-online.png status-offline.png status-away.png status-invisible.png status-typing0.png status-typing1.png status-typing2.png status-typing3.png status-connect0.png status-connect1.png status-connect2.png status-connect3.png phone.png insert-image.png distpixmapdir = $(datadir)/pixmaps
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/arrow-down.xpm Mon Apr 16 22:03:26 2007 +0000 @@ -0,0 +1,49 @@ +/* XPM */ +static char * arrow_down_xpm[] = { +"13 16 30 1", +" c None", +". c #5C3566", +"+ c #D3BBD1", +"@ c #D5BDD2", +"# c #D5BED3", +"$ c #CFB5CC", +"% c #C9ABC6", +"& c #623C6C", +"* c #D4BDD2", +"= c #C2A0BE", +"- c #613A6A", +"; c #BC9FBB", +"> c #C8AAC5", +", c #BB95B7", +"' c #623B6B", +") c #BEA2BD", +"! c #B48BB0", +"~ c #B58BB0", +"{ c #BDA1BC", +"] c #BEA2BE", +"^ c #C5A5C2", +"/ c #AE81A9", +"( c #C7A8C3", +"_ c #BFA3BE", +": c #D0B6CD", +"< c #BB9FBB", +"[ c #623C6B", +"} c #A787A8", +"| c #603A6A", +"1 c #5E3667", +" ..... ", +" .+@+. ", +" .@#@. ", +" .@#@. ", +" .@#@. ", +" .@#@. ", +" .@#@. ", +" .@$@. ", +" .@%@. ", +"....&*=*&....", +" -;**>,>**;- ", +" ')%!!~%{- ", +" ']^/(;- ", +" '_:<- ", +" [}| ", +" 1 "};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/arrow-left.xpm Mon Apr 16 22:03:26 2007 +0000 @@ -0,0 +1,46 @@ +/* XPM */ +static char * arrow_left_xpm[] = { +"16 13 30 1", +" c None", +". c #5C3566", +"+ c #613A6A", +"@ c #623B6B", +"# c #BC9FBB", +"$ c #C0A5BF", +"% c #D5BDD2", +"& c #C0A5C0", +"* c #D4BCD1", +"= c #623C6C", +"- c #623C6B", +"; c #C2A6C1", +"> c #D5BED3", +", c #D3BBD1", +"' c #5E3667", +") c #A787A8", +"! c #D2B9CF", +"~ c #C2A0BE", +"{ c #C19FBE", +"] c #C2A1BF", +"^ c #C3A1BF", +"/ c #C3A2C0", +"( c #603A6A", +"_ c #BB9FBB", +": c #C7A8C3", +"< c #AE81A9", +"[ c #D4BDD2", +"} c #D3BBD0", +"| c #C7A7C3", +"1 c #BDA1BC", +" . ", +" +. ", +" @#. ", +" @$%. ", +" @&*%=.........", +" -;*>*%%%%%%%%,.", +"')!~{{]^^^^^^/%.", +" (_:<]*[[[[[[[}.", +" +#|*=.........", +" +1[. ", +" +#. ", +" +. ", +" . "};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/arrow-right.xpm Mon Apr 16 22:03:26 2007 +0000 @@ -0,0 +1,46 @@ +/* XPM */ +static char * arrow_right_xpm[] = { +"16 13 30 1", +" c None", +". c #5C3566", +"+ c #613A6A", +"@ c #BC9FBB", +"# c #623B6B", +"$ c #D5BDD2", +"% c #C0A5BF", +"& c #623C6C", +"* c #D4BCD1", +"= c #C0A5C0", +"- c #D3BBD1", +"; c #D5BED3", +"> c #C2A6C1", +", c #623C6B", +"' c #C3A2C0", +") c #C3A1BF", +"! c #C2A1BF", +"~ c #C19FBE", +"{ c #C2A0BE", +"] c #D2B9CF", +"^ c #A787A8", +"/ c #5E3667", +"( c #D3BBD0", +"_ c #D4BDD2", +": c #AE81A9", +"< c #C7A8C3", +"[ c #BB9FBB", +"} c #603A6A", +"| c #C7A7C3", +"1 c #BDA1BC", +" . ", +" .+ ", +" .@# ", +" .$%# ", +".........&$*=# ", +".-$$$$$$$$*;*>, ", +".$'))))))!~~{]^/", +".(_______*!:<[} ", +".........&*|@+ ", +" ._1+ ", +" .@+ ", +" .+ ", +" . "};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/arrow-up.xpm Mon Apr 16 22:03:26 2007 +0000 @@ -0,0 +1,49 @@ +/* XPM */ +static char * arrow_up_xpm[] = { +"13 16 30 1", +" c None", +". c #5E3667", +"+ c #623C6B", +"@ c #A787A8", +"# c #603A6A", +"$ c #623B6B", +"% c #C2A6C1", +"& c #D4BDD2", +"* c #BEA2BD", +"= c #613A6A", +"- c #C0A5C0", +"; c #D4BCD1", +"> c #D5BED3", +", c #BEA3BE", +"' c #C0A5BF", +") c #BFA3BE", +"! c #BC9FBB", +"~ c #D5BDD2", +"{ c #D1B8CF", +"] c #CFB5CC", +"^ c #5C3566", +"/ c #623C6C", +"( c #C9ACC6", +"_ c #C4A4C1", +": c #BF9BBB", +"< c #B992B4", +"[ c #B389AE", +"} c #AF83AA", +"| c #B084AB", +"1 c #D3BBD0", +" . ", +" +@# ", +" $%&*= ", +" $-;>;,= ", +" $';>>>;)= ", +" =!~~{]{~~!= ", +"^^^^/~(~/^^^^", +" ^~_~^ ", +" ^&:&^ ", +" ^&<&^ ", +" ^&[&^ ", +" ^&}&^ ", +" ^&}&^ ", +" ^&|&^ ", +" ^1&1^ ", +" ^^^^^ "};
--- a/pidgin/pixmaps/dialogs/16/scalable/mail.svg Mon Apr 16 16:21:33 2007 +0000 +++ b/pidgin/pixmaps/dialogs/16/scalable/mail.svg Mon Apr 16 22:03:26 2007 +0000 @@ -7,279 +7,146 @@ 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://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="16" - id="svg2" + width="16px" + height="16px" + id="svg4220" sodipodi:version="0.32" - inkscape:version="0.43" - version="1.0" - sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emblems" - sodipodi:docname="message-pending.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emblems/message-pending.png" + inkscape:version="0.44.1" + sodipodi:docbase="/home/hbons/Desktop" + sodipodi:docname="mail.svg" + inkscape:export-filename="/home/hbons/Desktop/mail.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"> <defs - id="defs4"> + id="defs4222"> <linearGradient - id="linearGradient2804"> + inkscape:collect="always" + id="linearGradient6160"> <stop - style="stop-color:black;stop-opacity:0;" + style="stop-color:#eeeeec;stop-opacity:1;" offset="0" - id="stop2806" /> + id="stop6162" /> <stop - id="stop2812" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop6164" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6134"> <stop - style="stop-color:black;stop-opacity:0;" + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop6136" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" offset="1" - id="stop2808" /> + id="stop6138" /> </linearGradient> <linearGradient inkscape:collect="always" - xlink:href="#linearGradient2804" - id="linearGradient2831" - gradientUnits="userSpaceOnUse" - x1="21.875" - y1="48.000977" - x2="21.875" - y2="40" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2781" - id="radialGradient2829" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2,0,0,0.8,36,8.8)" - cx="1" - cy="44" - fx="1" - fy="44" - r="5" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2781"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop2783" /> + id="linearGradient5207"> <stop - style="stop-color:black;stop-opacity:0;" + style="stop-color:#a40000;stop-opacity:1;" + offset="0" + id="stop5209" /> + <stop + style="stop-color:#a40000;stop-opacity:0;" offset="1" - id="stop2785" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2781" - id="radialGradient2827" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" - cx="1" - cy="44" - fx="1" - fy="44" - r="5" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2422"> - <stop - style="stop-color:#dfe2dc;stop-opacity:1;" - offset="0" - id="stop2424" /> - <stop - style="stop-color:#dfe2dc;stop-opacity:0;" - offset="1" - id="stop2426" /> + id="stop5211" /> </linearGradient> <linearGradient inkscape:collect="always" - id="linearGradient2260"> + id="linearGradient5189"> <stop - style="stop-color:#555753;stop-opacity:1;" + style="stop-color:#2e3436;stop-opacity:1;" offset="0" - id="stop2262" /> + id="stop5191" /> <stop - style="stop-color:#555753;stop-opacity:0;" + style="stop-color:#2e3436;stop-opacity:0;" offset="1" - id="stop2264" /> + id="stop5193" /> + </linearGradient> + <linearGradient + id="linearGradient5172" + inkscape:collect="always"> + <stop + id="stop5174" + offset="0" + style="stop-color:#3465a4;stop-opacity:1" /> + <stop + id="stop5176" + offset="1" + style="stop-color:#729fcf;stop-opacity:0;" /> </linearGradient> <linearGradient inkscape:collect="always" - id="linearGradient3816"> + id="linearGradient5152"> <stop - style="stop-color:#000000;stop-opacity:1;" + style="stop-color:#729fcf;stop-opacity:1;" offset="0" - id="stop3818" /> + id="stop5154" /> <stop - style="stop-color:#000000;stop-opacity:0;" + style="stop-color:#729fcf;stop-opacity:0;" offset="1" - id="stop3820" /> + id="stop5156" /> </linearGradient> - <radialGradient + <linearGradient inkscape:collect="always" - xlink:href="#linearGradient3816" - id="radialGradient3822" - cx="31.112698" - cy="19.008621" - fx="31.112698" - fy="19.008621" - r="8.6620579" + xlink:href="#linearGradient5152" + id="linearGradient5158" + x1="11.004456" + y1="5.8402152" + x2="8.971117" + y2="5.8402152" gradientUnits="userSpaceOnUse" /> <linearGradient inkscape:collect="always" - id="linearGradient2200"> - <stop - style="stop-color:#d3d7cf;stop-opacity:1;" - offset="0" - id="stop2202" /> - <stop - style="stop-color:#d3d7cf;stop-opacity:0;" - offset="1" - id="stop2204" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2200" - id="radialGradient2216" + xlink:href="#linearGradient5172" + id="linearGradient5170" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.522332,-1.518129e-16,-1.517788e-16,2.521765,40.1904,-21.83521)" - cx="9.9988937" - cy="8.963316" - fx="9.9988937" - fy="8.963316" - r="7.003407" /> - <radialGradient + x1="8.5388231" + y1="1.7454954" + x2="10.960778" + y2="1.7454954" /> + <linearGradient inkscape:collect="always" - xlink:href="#linearGradient2260" - id="radialGradient2266" - cx="11.756953" - cy="17.588654" - fx="11.756953" - fy="17.588654" - r="6.3436799" - gradientTransform="matrix(1,0,0,0.626667,1.8722e-15,6.566431)" + xlink:href="#linearGradient5207" + id="linearGradient5215" + x1="9.5816832" + y1="6.1136937" + x2="9.5816832" + y2="18.364809" gradientUnits="userSpaceOnUse" /> <linearGradient - id="linearGradient3150" - inkscape:collect="always"> - <stop - id="stop3152" - offset="0" - style="stop-color:#2e3436;stop-opacity:1;" /> - <stop - id="stop3154" - offset="1" - style="stop-color:#2e3436;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4130" - inkscape:collect="always"> - <stop - id="stop4132" - offset="0" - style="stop-color:#babdb6;stop-opacity:1;" /> - <stop - id="stop4134" - offset="1" - style="stop-color:#babdb6;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4138" - inkscape:collect="always"> - <stop - id="stop4140" - offset="0" - style="stop-color:#babdb6;stop-opacity:1;" /> - <stop - id="stop4142" - offset="1" - style="stop-color:#babdb6;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4146" - inkscape:collect="always"> - <stop - id="stop4148" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop4150" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.257382,-2.683712e-16,1.506476e-16,0.665505,-3.088585,4.013937)" - r="8.96875" - fy="12" - fx="12" - cy="12" - cx="12" - id="radialGradient1484" - xlink:href="#linearGradient4146" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="17.151861" - x2="12.015625" - y1="13.368965" - x1="12.015625" - id="linearGradient1482" - xlink:href="#linearGradient4138" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="20.157516" - x2="12.015625" - y1="12.904307" - x1="12.015625" - id="linearGradient1480" - xlink:href="#linearGradient4130" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" - r="6.6449099" - fy="10.457643" - fx="10.748654" - cy="10.457643" - cx="10.748654" - id="radialGradient1478" - xlink:href="#linearGradient3150" - inkscape:collect="always" /> - <radialGradient inkscape:collect="always" - xlink:href="#linearGradient3150" - id="radialGradient1518" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" - cx="10.748654" - cy="10.457643" - fx="10.748654" - fy="10.457643" - r="6.6449099" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4146" - id="radialGradient1537" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.257382,-2.683712e-16,1.506476e-16,0.665505,-3.088585,4.013937)" - cx="12" - cy="12" - fx="12" - fy="12" - r="8.96875" /> + xlink:href="#linearGradient5189" + id="linearGradient5217" + x1="11.067129" + y1="3.9572284" + x2="11.067129" + y2="12.610402" + gradientUnits="userSpaceOnUse" /> <linearGradient inkscape:collect="always" - xlink:href="#linearGradient2422" - id="linearGradient2432" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.92783,0,0,1.001064,-0.823593,-7.013831)" - x1="9.5028229" - y1="12.832533" - x2="10.30435" - y2="12.031006" /> + xlink:href="#linearGradient6134" + id="linearGradient6140" + x1="5.8160882" + y1="1.2742199" + x2="5.8160882" + y2="2.7518916" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6160" + id="linearGradient6166" + x1="-1.3478112" + y1="10.69802" + x2="-3.9190595" + y2="10.69802" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -288,19 +155,19 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="29.556977" - inkscape:cx="14.103447" - inkscape:cy="8.3465311" - inkscape:document-units="px" + inkscape:zoom="22.197802" + inkscape:cx="16.874753" + inkscape:cy="9.0920181" inkscape:current-layer="layer1" showgrid="true" - fill="#d3d7cf" - inkscape:window-width="1268" - inkscape:window-height="971" - inkscape:window-x="6" - inkscape:window-y="21" /> + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1274" + inkscape:window-height="966" + inkscape:window-x="3" + inkscape:window-y="25" /> <metadata - id="metadata7"> + id="metadata4225"> <rdf:RDF> <cc:Work rdf:about=""> @@ -311,55 +178,78 @@ </rdf:RDF> </metadata> <g + id="layer1" inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> + inkscape:groupmode="layer"> <rect - style="fill:#dfe2dc;fill-opacity:1;stroke:#888a85;stroke-width:1.00000072;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3198" - width="13.000139" - height="10.992994" - x="1.4998647" - y="2.5055699" - rx="1.3258357" - ry="1.3258338" /> + style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.78218919;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5237" + width="2.1618812" + height="3.3960395" + x="-5" + y="9" + transform="matrix(-1.38768,0,0,1.177842,0.561595,2.899424)" /> + <path + style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1.21195817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 3.59375,0.5625 C 2.9954821,0.56249997 2.5,0.98218664 2.5,1.53125 L 2.5,2.5089109 C 2.4999999,3.0579743 2.995482,3.5089109 3.59375,3.5089109 L 8.5,3.4983911 L 8.5,1.53125 C 8.4999999,0.9821866 8.004518,0.5625 7.40625,0.5625 L 3.59375,0.5625 z " + id="rect4235" + transform="matrix(-0.666667,0,0,1.021212,16.16667,-7.443168e-2)" + sodipodi:nodetypes="cccccccc" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0251163" - inkscape:original="M 2.8125 2.5 C 2.077987 2.5 1.5 3.1092381 1.5 3.84375 L 1.5 12.1875 C 1.5 12.922012 2.0779871 13.5 2.8125 13.5 L 13.1875 13.5 C 13.922013 13.5 14.5 12.922012 14.5 12.1875 L 14.5 3.84375 C 14.5 3.1092381 13.922013 2.5 13.1875 2.5 L 2.8125 2.5 z " - xlink:href="#rect3198" - style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#radialGradient1537);stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4119" - inkscape:href="#rect3198" - d="M 2.8125,5.625 C 2.6448378,5.625 2.53125,5.7407625 2.53125,5.9375 L 2.53125,14.15625 C 2.53125,14.352987 2.6157624,14.4375 2.8125,14.4375 L 13.1875,14.4375 C 13.384238,14.4375 13.46875,14.352988 13.46875,14.15625 L 13.46875,5.9375 C 13.46875,5.7407629 13.355162,5.625 13.1875,5.625 L 2.8125,5.625 z " - transform="translate(-2.49527e-7,3.000449)" /> + style="opacity:1;fill:#3465a4;fill-opacity:1;stroke:none;stroke-width:1.12612677;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.5,3.5 C 9.2919996,3.5 7.4999998,5.2919998 7.5,7.5 L 7.5,15.5 L 15.5,15.5 C 15.478216,12.827013 15.5,10.063651 15.5,7.5 C 15.5,5.2919996 13.708,3.4999999 11.5,3.5 z " + id="rect4237" + sodipodi:nodetypes="cccccc" + transform="matrix(-1,0,0,1.083333,17.5,-2.291666)" /> + <path + style="opacity:1;fill:url(#linearGradient5158);fill-opacity:1;stroke:none;stroke-width:1.12612677;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.5,3.5 C 9.2919996,3.5 7.4999998,5.2919998 7.5,7.5 L 7.5,9.09375 L 7.9375,9.09375 C 8.6141042,7.843499 9.9482407,7 11.46875,7 C 12.984241,6.9999999 14.258879,7.8502646 14.9375,9.09375 L 15.5,9.09375 C 15.478216,6.4207631 15.5,10.063651 15.5,7.5 C 15.5,5.2919996 13.708,3.4999999 11.5,3.5 z " + id="path5137" + transform="matrix(-1,0,0,0.9865,17.5,-1.411079)" /> + <path + style="opacity:1;fill:none;fill-opacity:1;stroke:#204a87;stroke-width:0.90582156;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.5,3.5 C 9.2919996,3.5 7.4999998,5.2919998 7.5,7.5 L 7.5,15.5 L 15.5,15.5 C 15.478216,12.827013 15.5,10.063651 15.5,7.5 C 15.5,5.2919996 13.708,3.4999999 11.5,3.5 z " + id="path5142" + sodipodi:nodetypes="cccccc" + transform="matrix(-1.125,0,0,1.083333,18.9375,-2.291664)" /> <path - style="fill:#dfe2dc;fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1" - d="M 13.592215,13.500304 L 2.4076597,13.500304 C 1.9049198,13.500304 1.5001876,12.987314 1.5001876,12.350102 L 7.9870143,6.4978147 L 14.499686,12.350102 C 14.499686,12.987314 14.094954,13.500304 13.592215,13.500304 z " - id="path4113" - sodipodi:nodetypes="cccccc" /> + style="opacity:1;fill:url(#linearGradient5170);fill-opacity:1;stroke:none;stroke-width:1.12612677;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.5,3.5 C 9.2919996,3.5 7.4999998,5.2919998 7.5,7.5 L 7.5,9.09375 L 7.9375,9.09375 C 8.6141042,7.843499 9.9482407,7 11.46875,7 C 12.984241,6.9999999 14.258879,7.8502646 14.9375,9.09375 L 15.5,9.09375 C 15.478216,6.4207631 15.5,10.063651 15.5,7.5 C 15.5,5.2919996 13.708,3.4999999 11.5,3.5 z " + id="path5168" + transform="matrix(1,0,0,0.968342,-5.500003,-1.3892)" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0369591" - inkscape:original="M 8 6.5 L 1.5 12.34375 C 1.5 12.980962 1.90351 13.5 2.40625 13.5 L 13.59375 13.5 C 14.096489 13.5 14.5 12.980962 14.5 12.34375 L 8 6.5 z " - xlink:href="#path4113" - style="opacity:0.4;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1" - id="path2434" - inkscape:href="#path4113" - d="M 7.96875,9.875 L 2.90625,14.4375 L 13.09375,14.4375 L 7.96875,9.875 z " /> + transform="matrix(0,0.725638,-0.958084,0,3.777564,13.37297)" + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M -7.3422797,-3.4557652 L -1.8920792,-4.4071686 L -1.8920792,-0.23216725 L -7.392191,-1.1735655 L -7.3422797,-3.4557652 z " + id="rect6168" + sodipodi:nodetypes="ccccc" /> <path - style="fill:url(#linearGradient2432);fill-opacity:1;stroke:#888a85;stroke-width:1.00000095;stroke-miterlimit:4;stroke-opacity:1" - d="M 13.583704,2.5043194 L 2.4031327,2.5043194 C 1.9005721,2.5043194 1.4959838,3.0164966 1.4959838,3.6526958 L 7.9805003,9.4956802 L 14.490853,3.6526958 C 14.490853,3.0164966 14.086265,2.5043194 13.583704,2.5043194 z " - id="path4122" - sodipodi:nodetypes="cccccc" /> + style="opacity:1;fill:url(#linearGradient5217);fill-opacity:1;stroke:#90b4da;stroke-width:1.30930662;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.5,3.5 C 9.2919996,3.5 7.4999998,5.2919998 7.5,7.5 L 7.5,15.5 L 15.5,15.5 C 15.478216,12.827013 15.5,10.063651 15.5,7.5 C 15.5,5.2919996 13.708,3.4999999 11.5,3.5 z " + id="path5179" + sodipodi:nodetypes="cccccc" + transform="matrix(-0.875,0,0,0.666667,16.0625,3.166662)" /> + <rect + style="opacity:1;fill:url(#linearGradient5215);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5197" + width="5.1633663" + height="13.946039" + x="7" + y="3" + transform="matrix(-0.193672,0,0,0.932164,12.3557,-0.796496)" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0758224" - inkscape:original="M 2.40625 2.5 C 1.9036894 2.5 1.5 3.0200508 1.5 3.65625 L 7.96875 9.5 L 14.5 3.65625 C 14.5 3.0200507 14.096311 2.5 13.59375 2.5 L 2.40625 2.5 z " - xlink:href="#path4122" - style="opacity:0.4;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" - id="path2430" - inkscape:href="#path4122" - d="M 3.03125,5.625 L 7.96875,10.0625 L 12.96875,5.625 L 3.03125,5.625 z " /> + style="opacity:0.81222708;fill:url(#linearGradient6140);fill-opacity:1;stroke:none;stroke-width:0.98955971;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 3.59375,0.5625 C 2.9954821,0.56249997 2.5,0.98218664 2.5,1.53125 L 2.5,2.5089109 C 2.4999999,3.0579743 2.995482,3.5089109 3.59375,3.5089109 L 8.5,3.4983911 L 8.5,1.53125 C 8.4999999,0.9821866 8.004518,0.5625 7.40625,0.5625 L 3.59375,0.5625 z " + id="path5239" + transform="matrix(-0.499999,0,0,0.678792,15.25,0.618177)" + sodipodi:nodetypes="cccccccc" /> + <rect + style="opacity:1;fill:url(#linearGradient6166);fill-opacity:1;stroke:none;stroke-width:0.78218919;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6142" + width="2.1618812" + height="3.3960395" + x="-5" + y="9" + transform="matrix(-0.92512,0,0,0.58892,2.374395,9.699713)" /> </g> </svg>
--- a/pidgin/pixmaps/emotes/default/22/Makefile.am Mon Apr 16 16:21:33 2007 +0000 +++ b/pidgin/pixmaps/emotes/default/22/Makefile.am Mon Apr 16 22:03:26 2007 +0000 @@ -18,6 +18,7 @@ brb.png \ bye.png \ cake.png \ + call-me.png \ camera.png \ can.png \ car.png \ @@ -118,6 +119,7 @@ rain.png \ rose-dead.png \ rose.png \ + rotfl.png \ sad.png \ sarcastic.png \ search.png \
--- a/pidgin/pixmaps/emotes/default/22/scalable/Makefile.am Mon Apr 16 16:21:33 2007 +0000 +++ b/pidgin/pixmaps/emotes/default/22/scalable/Makefile.am Mon Apr 16 22:03:26 2007 +0000 @@ -16,6 +16,7 @@ brb.svg \ bye.svg \ cake.svg \ + call-me.svg \ camera.svg \ can.svg \ car.svg \ @@ -109,6 +110,7 @@ quiet.svg \ rainbow.svg \ rain.svg \ + rotfl.svg \ rose-dead.svg \ rose.svg \ sad.svg \
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/22/scalable/call-me.svg Mon Apr 16 22:03:26 2007 +0000 @@ -0,0 +1,248 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + 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="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44.1" + version="1.0" + sodipodi:docbase="/home/hbons" + sodipodi:docname="call-me.svg" + inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/emotes/22/call-me.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient3156" + cx="10.748654" + cy="10.457643" + fx="10.748654" + fy="10.457643" + r="6.6449099" + gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" + r="6.6449099" + fy="10.457643" + fx="10.748654" + cy="10.457643" + cx="10.748654" + id="radialGradient4272" + xlink:href="#linearGradient3150" + inkscape:collect="always" /> + <radialGradient + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + gradientUnits="userSpaceOnUse" + r="9.975256" + fy="14.186539" + fx="8.3343515" + cy="14.186539" + cx="8.3343515" + id="radialGradient4270" + xlink:href="#linearGradient3104" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" + r="6.6449099" + fy="10.457643" + fx="10.748654" + cy="10.457643" + cx="10.748654" + id="radialGradient4349" + xlink:href="#linearGradient3150" + inkscape:collect="always" /> + <radialGradient + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + gradientUnits="userSpaceOnUse" + r="9.975256" + fy="14.186539" + fx="8.3343515" + cy="14.186539" + cx="8.3343515" + id="radialGradient4347" + xlink:href="#linearGradient3104" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="17.083728" + inkscape:cy="13.780139" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="25" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3140" + sodipodi:cx="10.748654" + sodipodi:cy="10.457643" + sodipodi:rx="6.6449099" + sodipodi:ry="2.3675451" + 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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(0.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(0.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(0.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" + transform="translate(0,-1)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-3.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-3.099183)" /> + <path + style="fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2.3125,11.46875 C 1.0550623,11.46875 1.5722275,15.169184 1.5,17 C 1.5,17.861433 1.9286749,18.612736 2.59375,19.0625 C 2.595279,19.066139 2.6234326,19.058857 2.625,19.0625 C 2.7036834,19.245398 2.7991385,19.424139 2.96875,19.59375 L 5.40625,22.03125 C 5.8630522,22.488052 6.4455738,22.648177 6.71875,22.375 L 7.375,21.71875 C 7.648176,21.445574 7.488052,20.863052 7.03125,20.40625 L 5.59375,18.96875 C 6.1487493,18.529977 6.5,17.845254 6.5,17 C 6.4999999,15.621708 4.9105114,14.5 3.53125,14.5 C 3.5312499,12.547655 3.748127,11.46875 2.3125,11.46875 z " + id="path7168" + transform="translate(4.581908e-2,-2.008804)" + sodipodi:nodetypes="ccssccccccscc" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:white;stroke-width:6.72773218;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4369" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(-0.147964,0,0,0.149316,5.770908,13.33376)" /> + <path + style="fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2.3132945,11.461137 C 1.0558567,11.461137 1.5722275,15.169184 1.5,17 C 1.5,18.378293 2.6207386,19.5 4,19.5 C 5.4308736,19.5 6.5,18.496025 6.5,17 C 6.4999999,15.621708 4.912895,14.5 3.5336336,14.5 C 3.5336336,12.547655 3.9427147,11.461137 2.3132945,11.461137 z " + id="path5288" + sodipodi:nodetypes="cccccc" + transform="matrix(0,1,1,0,3.038863,15)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:white;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5290" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(0,-0.149308,0.149316,0,18.38142,20.75436)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/22/scalable/rotfl.svg Mon Apr 16 22:03:26 2007 +0000 @@ -0,0 +1,474 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + 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="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44.1" + version="1.0" + sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/emotes/22/scalable" + sodipodi:docname="rotfl.svg" + inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/emotes/22/rotfl.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2192"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop2194" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop2196" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient3156" + cx="10.748654" + cy="10.457643" + fx="10.748654" + fy="10.457643" + r="6.6449099" + gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="linearGradient2198" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="linearGradient2211" + gradientUnits="userSpaceOnUse" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.031727,-3.469361e-16,2.206895e-16,0.405482,-0.39556,7.851964)" + r="3.8738739" + fy="13.207286" + fx="12.467445" + cy="13.207286" + cx="12.467445" + id="radialGradient2433" + xlink:href="#linearGradient2427" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" + r="6.6449099" + fy="10.457643" + fx="10.748654" + cy="10.457643" + cx="10.748654" + id="radialGradient4280" + xlink:href="#linearGradient3150" + inkscape:collect="always" /> + <radialGradient + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + gradientUnits="userSpaceOnUse" + r="9.975256" + fy="14.186539" + fx="8.3343515" + cy="14.186539" + cx="8.3343515" + id="radialGradient4278" + xlink:href="#linearGradient3104" + inkscape:collect="always" /> + <linearGradient + id="linearGradient2427" + inkscape:collect="always"> + <stop + id="stop2429" + offset="0" + style="stop-color:#ef2929;stop-opacity:1;" /> + <stop + id="stop2431" + offset="1" + style="stop-color:#ef2929;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient4297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.842757,0,0,-0.35721,19.80716,14.19321)" + cx="10.748654" + cy="10.457643" + fx="10.748654" + fy="10.457643" + r="6.6449099" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient4299" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" + r="6.6449099" + fy="10.457643" + fx="10.748654" + cy="10.457643" + cx="10.748654" + id="radialGradient4347" + xlink:href="#linearGradient3150" + inkscape:collect="always" /> + <radialGradient + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + gradientUnits="userSpaceOnUse" + r="9.975256" + fy="14.186539" + fx="8.3343515" + cy="14.186539" + cx="8.3343515" + id="radialGradient4345" + xlink:href="#linearGradient3104" + inkscape:collect="always" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient4366" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.842757,0,0,-0.35721,19.80716,14.19321)" + cx="10.748654" + cy="10.457643" + fx="10.748654" + fy="10.457643" + r="6.6449099" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient4368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient4370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" + r="6.6449099" + fy="10.457643" + fx="10.748654" + cy="10.457643" + cx="10.748654" + id="radialGradient4294" + xlink:href="#linearGradient3150" + inkscape:collect="always" /> + <radialGradient + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + gradientUnits="userSpaceOnUse" + r="9.975256" + fy="14.186539" + fx="8.3343515" + cy="14.186539" + cx="8.3343515" + id="radialGradient4292" + xlink:href="#linearGradient3104" + inkscape:collect="always" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient4313" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.842757,0,0,-0.35721,19.80716,14.19321)" + cx="10.748654" + cy="10.457643" + fx="10.748654" + fy="10.457643" + r="6.6449099" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient4315" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" + r="6.6449099" + fy="10.457643" + fx="10.748654" + cy="10.457643" + cx="10.748654" + id="radialGradient4371" + xlink:href="#linearGradient3150" + inkscape:collect="always" /> + <radialGradient + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + gradientUnits="userSpaceOnUse" + r="9.975256" + fy="11.471028" + fx="11.092934" + cy="11.471028" + cx="11.092934" + id="radialGradient4369" + xlink:href="#linearGradient3104" + inkscape:collect="always" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient4392" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.842757,0,0,-0.35721,19.80716,14.19321)" + cx="10.748654" + cy="10.457643" + fx="10.748654" + fy="10.457643" + r="6.6449099" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient4394" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.194454" + inkscape:cx="21.120207" + inkscape:cy="18.588273" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="25" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3140" + sodipodi:cx="10.748654" + sodipodi:cy="10.457643" + sodipodi:rx="6.6449099" + sodipodi:ry="2.3675451" + 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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(0.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(0.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + style="opacity:1;fill:#c00;fill-opacity:1;stroke:#a40000;stroke-width:0.61382484;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.502944,13.527087 C 17.502944,15.892107 16.396026,17.503252 12.067027,17.503252 C 8.2483655,17.503252 6.5000001,15.748283 6.5000001,13.496751 C 8.8954736,13.496751 14.896167,13.527087 17.502944,13.527087 z " + id="path3160" + sodipodi:nodetypes="cscc" + transform="matrix(1.181502,0,0,2.246346,-2.179761,-20.81838)" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.0137405,14 L 17,14 L 16.84396,15 L 7.219218,15 L 7.0137405,14 z " + id="rect1324" + sodipodi:nodetypes="ccccc" + transform="matrix(1.201651,0,0,2.249998,-2.428075,-21.43746)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(0.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.1856395,16 C 8.1856395,16 12.07472,15.322133 15.960686,16 C 15.088059,16.698228 14.146334,17.036641 11.900631,17.036641 C 10.343848,17.036641 8.3808048,16.309056 8.1856395,16 z " + id="path2207" + sodipodi:nodetypes="cccc" + transform="matrix(1.27293,0,0,2.999971,-3.277671,-32.99953)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient4370);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4289" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(0.8019,0,0,0.801938,45.53196,-10.80663)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:white;stroke-width:1.17343903;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4291" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(0.852176,0,0,0.852216,44.9384,-11.35884)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.641583,9.000258 C 14.679329,9.007089 14.745122,9.030186 14.781988,9.041921 C 14.83072,9.05969 14.922307,9.099265 14.969194,9.125247 C 15.56061,9.481805 15.998827,10.493797 15.998827,11.666696 C 15.998827,11.781686 16.006772,11.888833 15.998827,12 C 15.897529,11.184362 15.385047,10.540062 14.781988,10.37514 C 14.732834,10.363406 14.645467,10.338632 14.594782,10.333477 C 14.569268,10.331748 14.527013,10.333477 14.501179,10.333477 C 14.475344,10.333477 14.43309,10.331748 14.407576,10.333477 C 14.356891,10.338632 14.269524,10.363406 14.22037,10.37514 C 13.617311,10.540062 13.104829,11.184362 13.003531,12 C 12.995586,11.888833 13.003531,11.781686 13.003531,11.666696 C 13.003531,10.493797 13.441747,9.481805 14.033164,9.125247 C 14.080051,9.099265 14.171638,9.05969 14.22037,9.041921 C 14.269524,9.026274 14.356891,9.007131 14.407576,9.000258 C 14.43309,8.997952 14.475344,9.000258 14.501179,9.000258 C 14.527013,9.000258 14.569268,8.997952 14.594782,9.000258 C 14.607453,9.001976 14.629002,8.99798 14.641583,9.000258 z " + id="path4294" + transform="translate(1.113333e-7,-4)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.3584164,9.000258 C 9.3206704,9.007089 9.2548774,9.030186 9.2180114,9.041921 C 9.1692794,9.05969 9.0776924,9.099265 9.0308054,9.125247 C 8.4393894,9.481805 8.0011724,10.493797 8.0011724,11.666696 C 8.0011724,11.781686 7.9932274,11.888833 8.0011724,12 C 8.1024704,11.184362 8.6149524,10.540062 9.2180114,10.37514 C 9.2671654,10.363406 9.3545324,10.338632 9.4052174,10.333477 C 9.4307314,10.331748 9.4729864,10.333477 9.4988204,10.333477 C 9.5246554,10.333477 9.5669094,10.331748 9.5924234,10.333477 C 9.6431084,10.338632 9.7304754,10.363406 9.7796294,10.37514 C 10.382688,10.540062 10.895171,11.184362 10.996469,12 C 11.004414,11.888833 10.996469,11.781686 10.996469,11.666696 C 10.996469,10.493797 10.558253,9.481805 9.9668354,9.125247 C 9.9199484,9.099265 9.8283614,9.05969 9.7796294,9.041921 C 9.7304754,9.026274 9.6431084,9.007131 9.5924234,9.000258 C 9.5669094,8.997952 9.5246554,9.000258 9.4988204,9.000258 C 9.4729864,9.000258 9.4307314,8.997952 9.4052174,9.000258 C 9.3925464,9.001976 9.3709974,8.99798 9.3584164,9.000258 z " + id="path2423" + transform="translate(2.358711e-3,-4)" /> + <path + sodipodi:type="arc" + style="fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.72525024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4407" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(-0.299391,0,0,0.150338,23.04691,18.34974)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:white;stroke-width:9.93023205;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4409" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(-0.197857,0,0,5.125458e-2,21.84819,19.4267)" /> + <path + sodipodi:type="arc" + style="fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00226641;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4411" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(-0.250479,0,0,0.25048,7.9572,2.248973)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:white;stroke-width:6.65018988;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4413" + sodipodi:cx="11.806158" + sodipodi:cy="10.983024" + sodipodi:rx="9.975256" + sodipodi:ry="9.975256" + 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" + transform="matrix(-0.150372,0,0,0.150372,6.775314,3.348461)" /> + </g> +</svg>
--- a/pidgin/pixmaps/emotes/default/22/theme Mon Apr 16 16:21:33 2007 +0000 +++ b/pidgin/pixmaps/emotes/default/22/theme Mon Apr 16 22:03:26 2007 +0000 @@ -4,274 +4,360 @@ Author=Hylke Bons [default] -smile.png :-) :) -smile-big.png :-D :-d :D :d -sad.png :-( :( -wink.png ;-) ;) -tongue.png :-P :-p -shock.png =-O =-o -kiss.png :-* -glasses-cool.png 8-) -embarrassed.png :-[ -crying.png :'( -thinking.png :-/ :-\\ -angel.png O:-) -shut-mouth.png :-X -moneymouth.png :-$ -foot-in-mouth.png :-! -shout.png >:o >:O +smile.png :) :-) +smile-big.png :-D :-d :D :d +sad.png :-( :( +wink.png ;-) ;) +tongue.png :P :-P :-p :p +shock.png =-O =-o +kiss.png :-* +glasses-cool.png 8-) +embarrassed.png :-[ +crying.png :'( +thinking.png :-/ :-\\ +angel.png O:-) o:-) +shut-mouth.png :-X +moneymouth.png :-$ +foot-in-mouth.png :-! +shout.png >:o >:O +### Following AIM 6.1 +[AIM] +smile.png :-) :) +wink.png ;-) ;) +sad.png :-( :( +tongue.png :-P :P +shock.png =-O +kiss.png :-* +shout.png >:o +smile-big.png :-D :D +moneymouth.png :-$ +foot-in-mouth.png :-! +embarrassed.png :-[ +angel.png O:-) +thinking.png :-\ +crying.png :'( +shut-mouth.png :-X +glasses-cool.png 8-) + +### Following JEP 0038 +[Jabber] +smile.png :-) :) +sad.png :-( :( +wink.png ;-) ;) +crying.png :'-( :'( +angry.png >:-( >:( +good.png :yes: +bad.png :no: +#wait.png :wait: +rose.png @->-- :rose: +phone.png :telephone: +mail.png :email: +lamp.png :jabber: +cake.png :cake: +kiss.png :kiss: +love.png :heart: +love-over.png :brokenheart: +musical-note.png :music: +beer.png :beer: +coffee.png :coffee: +coins.png :money: +moon.png :moon: +sun.png :sun: +star.png :star: + +### Following Windows Live Messenger 8.1 [MSN] -smile.png :) -smile-big.png :-D :-d :D :d -shock.png :-O :-o :O :o -tongue.png :-P :-p :P :p -wink.png ;-) ;) -sad.png :-( :( -confused.png :-S :-s :S :s -disapointed.png :-| :| -crying.png :'-( :'( -embarrassed.png :-$ :$ -glasses-cool.png (H) (h) -angry.png :-@ :@ >:-( >:( -angel.png (A) (a) -devil.png (6) -quiet.png :-# :# -teeth.png 8o| -glasses-nerdy.png 8-) -sarcastic.png ^o( -secret.png :-* -sick.png +o( -dont-know.png :^) -thinking.png *-) -party.png <:O) <:o) -disdain.png -sleepy.png |-) -coffee.png (C) (c) -good.png (Y) (y) -bad.png (N) (n) -beer.png (B) (b) -drink.png (D) (d) -boy.png (Z) (z) -girl.png (X) (x) -hug-left.png ({) -hug-right.png (}) -vampire.png :[ :-[ -cake.png (^) -love.png (L) (l) -love-over.png (U) (u) -kiss.png (K) (k) -present.png (G) (g) -rose.png (F) (f) -rose-dead.png (W) (w) -camera.png (P) (p) -film.png (~) -cat.png (@) -dog.png (&) -phone.png (T) (t) -lamp.png (I) (i) -musical-note.png (8) -moon.png (S) (s) -star.png (*) -mail.png (E) (e) -clock.png (O) (o) -msn.png (M) (m) -snail.png (SN) (sn) -sheep.png (BAH) (bah) -plate.png (PL) (pl) -bowl.png (||) -pizza.png (PI) (pi) -soccerball.png (SO) (so) -car.png (AU) (au) -airplane.png (AP) (ap) -umbrella.png (UM) (um) -island.png (IP) (ip) -computer.png (CO) (co) -mobile.png (MP) (mp) -rain.png (ST) (st) -thunder.png (LI) (li) -coins.png (MO) (mo) +smile.png :) :-) +smile-big.png :D :d :-D :-d +wink.png ;) ;-) +shock.png :-O :-o :O :o +tongue.png :P :p :-P :-p +glasses-cool.png (H) (h) +angry.png :@ :-@ +embarrassed.png :$ :-$ +confused.png :S :s :-S :-s +sad.png :( :-( +crying.png :'( +neutral.png :| :-| +devil.png (6) +angel.png (A) (a) +love.png (L) (l) +love-over.png (U) (u) +msn.png (M) (m) +cat.png (@) +dog.png (&) +moon.png (S) (s) +star.png (*) +film.png (~) +musical-note.png (8) +mail.png (E) (e) +rose.png (F) (f) +rose-dead.png (W) (w) +clock.png (O) (o) +kiss.png (K) (k) +present.png (G) (g) +cake.png (^) +camera.png (P) (p) +lamp.png (I) (i) +coffee.png (C) (c) +phone.png (T) (t) +hug-left.png ({) +hug-right.png (}) +beer.png (B) (b) +drink.png (D) (d) +boy.png (Z) (z) +girl.png (X) (x) +good.png (Y) (y) +bad.png (N) (n) +vampire.png :[ :-[ +#goat.png (nah) (NAH) +sun.png (#) +rainbow.png (R) (r) +quiet.png :-# +teeth.png 8o| +glasses-nerdy.png 8-| +sarcastic.png ^o) +secret.png :-* +sick.png +o( +snail.png (sn) (SN) +turtle.png (tu) (TU) +plate.png (pl) (PL) +bowl.png (||) +pizza.png (pi) (PI) +soccerball.png (so) (SO) +car.png (au) (AU) +airplane.png (ap) (AP) +umbrella.png (um) (UM) +island.png (ip) (IP) +computer.png (co) (CO) +mobile.png (mp) (MP) +brb.png (brb) (BRB) +rain.png (st) (ST) +highfive.png (h5) (H5) +coins.png (mo) (MO) +sheep.png (bah) (BAH) +dont-know.png :^) +thinking.png *-) +thunder.png (li) (LI) +party.png <:o) +eyeroll.png 8-) +yawn.png |-) +### Following QQ 2006 [QQ] -shock.png /惊讶 /:O /jy /surprised -curl-lip.png /撇嘴 /:~ /pz /curl_lip -desire.png /色 /:* /se /desire -dazed.png /发呆 /:| /dazed -party.png /得意 /8-) /dy /revel (to revel in) -crying.png /:< /ll /cry -bashful.png /害羞 /:$ /hx /bashful -shut-mouth.png /闭嘴 /:X /bz /shut_mouth -sleepy.png /睡 /:Z /shui /sleep -weep.png /大哭 /:'( /dk /weep -embarrassed.png /尴尬 /:-| /gg /embarassed -pissed-off.png /发怒 /:@ /fn /pissed_off -act-up.png /调皮 /:P /tp /act_up -smile-big.png /呲牙 /:D /cy /toothy_smile -smile.png /微笑 /:) /wx /small_smile -sad.png /难过 /:( /ng /sad -glasses-cool.png /酷 /:+ /kuk /cool -doctor.png /非典 /:# /feid /SARS -silly.png /抓狂 /:Q /zk /crazy -sick.png /吐 /:T /tu /vomit -snicker.png /偷笑 /;p /tx /titter (snicker) -cute.png /可爱 /;-D /ka /cute -disdain.png /白眼 /;d /by /disdain -arrogant.png /傲慢 /;o /am /arrogant -starving.png /饥饿 /:g /jie /starving -yawn.png /困 /|-) /kun /sleepy -terror.png /惊恐 /:! /jk /terror -sweat.png /流汗 /:L /sweat -smirk.png /憨笑 /:> /hanx /smirk -soldier.png /大兵 /:; /db /soldier -struggle.png /奋斗 /;f /fendou /struggle -curse.png /咒骂 /:-S /zhm /curse (swear) -question.png /疑问 /? /yiw /question (confused) -quiet.png /嘘... /;x /xu /shh -hypnotized.png /晕 /;@ /yun /dizzy -excruciating.png /折磨 /:8 /zhem /excrutiating -freaked-out.png /衰 /;! /shuai /freaked_out (pissed off) -skeleton.png /骷髅 /!!! /kl /skeleton -hammer.png /敲打 /xx /qiao /hammer -bye.png /再见 /bye /zj /bye -go-away.png /闪人 /go /shan /go (going somewhere) -tremble.png /发抖 /shake /fad /shake (tremble) -in-love.png /爱情 /love /aiq /love -jump.png /跳 /jump /tiao /jump -search.png /找 /find /zhao /search -lashes.png /美眉 /& /mm /beautiful_eyebrows (synonym for beauty) -pig.png /猪头 /pig /zt /pig -cat.png /猫咪 /cat /mm /cat -dog.png /小狗 /dog /xg /dog -hug-left.png /拥抱 /hug /yb /hug -coins.png /钱 /$ /qianc /money -lamp.png /灯泡 /! /dp /lightbulb -bowl.png /酒杯 /cup /bei /cup -cake.png /蛋糕 /cake /dg /cake -thunder.png /闪电 /li /shd /lightning -bomb.png /炸弹 /bome /zhd /bomb -knife.png /刀 /kn /dao /knife -soccerball.png /足球 /footb /zq /soccer -musical-note.png /音乐 /music /yy /music -poop.png /便便 /shit /bb /shit -coffee.png /咖啡 /coffee /kf /coffee -eat.png /饭 /eat /fan /eat -pill.png /药丸 /pill /yw /pill -rose.png /玫瑰 /rose /mg /rose -wilt.png /凋谢 /fade /dx /wilt -kiss.png /吻 /kiss /wen /kiss -love.png /爱心 /heart /xin /heart -love-over.png /心碎 /break /xs /broken_heart -meeting.png /会议 /meeting /hy /meeting -present.png /礼物 /gift /lw /gift -phone.png /电话 /phone /dh /phone -clock.png /时间 /time /sj /time -mail.png /邮件 /email /yj /email -tv.png /电视 /TV /ds /TV -sun.png /太阳 /sun /ty /sun -moon.png /月亮 /moon /yl /moon -good.png /强 /strong /qiang /thumbs_up -bad.png /弱 /weak /ruo /thumbs_down -handshake.png /握手 /share /ws /handshake -victory.png /胜利 /v /shl /victory -beauty.png /美女 /<J> /mn /beauty (noun) -qq.png /Q仔 /<QQ> /qz /qq (QQ's penguin logo) -blowkiss.png /飞吻 /<L> /fw /blow_kiss -angry.png /怄火 /<O> /oh /angry -liquor.png /白酒 /<B> /bj /baijiu (a type of Chinese liquor) -can.png /汽水 /<U> /qsh /soda -watermelon.png /西瓜 /<W> /xigua /watermelon -rain.png /下雨 /<!!> /xy /rain -cloudy.png /多云 /<~> /duoy /cloudy -snowman.png /雪人 /<Z> /xr /snowman -star.png /星星 /<*> /xixing /star -girl.png /女 /<00> /nv /woman -boy.png /男 /<11> /nan /man +shock.png /惊讶 /:O /jy /surprised +curl-lip.png /撇嘴 /:~ /pz /curl_lip +desire.png /色 /:* /se /desire +dazed.png /发呆 /:| /dazed +party.png /得意 /8-) /dy /revel (to revel in) +crying.png /:< /ll /cry +bashful.png /害羞 /:$ /hx /bashful +shut-mouth.png /闭嘴 /:X /bz /shut_mouth +sleepy.png /睡 /:Z /shui /sleep +weep.png /大哭 /:'( /dk /weep +embarrassed.png /尴尬 /:-| /gg /embarassed +pissed-off.png /发怒 /:@ /fn /pissed_off +act-up.png /调皮 /:P /tp /act_up +smile-big.png /呲牙 /:D /cy /toothy_smile +smile.png /微笑 /:) /wx /small_smile +sad.png /难过 /:( /ng /sad +glasses-cool.png /酷 /:+ /kuk /cool +doctor.png /非典 /:# /feid /SARS +silly.png /抓狂 /:Q /zk /crazy +sick.png /吐 /:T /tu /vomit +snicker.png /偷笑 /;p /tx /titter (snicker) +cute.png /可爱 /;-D /ka /cute +disdain.png /白眼 /;d /by /disdain +arrogant.png /傲慢 /;o /am /arrogant +starving.png /饥饿 /:g /jie /starving +yawn.png /困 /|-) /kun /sleepy +terror.png /惊恐 /:! /jk /terror +sweat.png /流汗 /:L /sweat +smirk.png /憨笑 /:> /hanx /smirk +soldier.png /大兵 /:; /db /soldier +struggle.png /奋斗 /;f /fendou /struggle +curse.png /咒骂 /:-S /zhm /curse (swear) +question.png /疑问 /? /yiw /question (confused) +quiet.png /嘘... /;x /xu /shh +hypnotized.png /晕 /;@ /yun /dizzy +excruciating.png /折磨 /:8 /zhem /excrutiating +freaked-out.png /衰 /;! /shuai /freaked_out (pissed off) +skeleton.png /骷髅 /!!! /kl /skeleton +hammer.png /敲打 /xx /qiao /hammer +bye.png /再见 /bye /zj /bye +go-away.png /闪人 /go /shan /go (going somewhere) +tremble.png /发抖 /shake /fad /shake (tremble) +in-love.png /爱情 /love /aiq /love +jump.png /跳 /jump /tiao /jump +search.png /找 /find /zhao /search +lashes.png /美眉 /& /mm /beautiful_eyebrows (synonym for beauty) +pig.png /猪头 /pig /zt /pig +cat.png /猫咪 /cat /mm /cat +dog.png /小狗 /dog /xg /dog +hug-left.png /拥抱 /hug /yb /hug +coins.png /钱 /$ /qianc /money +lamp.png /灯泡 /! /dp /lightbulb +bowl.png /酒杯 /cup /bei /cup +cake.png /蛋糕 /cake /dg /cake +thunder.png /闪电 /li /shd /lightning +bomb.png /炸弹 /bome /zhd /bomb +knife.png /刀 /kn /dao /knife +soccerball.png /足球 /footb /zq /soccer +musical-note.png /音乐 /music /yy /music +poop.png /便便 /shit /bb /shit +coffee.png /咖啡 /coffee /kf /coffee +eat.png /饭 /eat /fan /eat +pill.png /药丸 /pill /yw /pill +rose.png /玫瑰 /rose /mg /rose +wilt.png /凋谢 /fade /dx /wilt +kiss.png /吻 /kiss /wen /kiss +love.png /爱心 /heart /xin /heart +love-over.png /心碎 /break /xs /broken_heart +meeting.png /会议 /meeting /hy /meeting +present.png /礼物 /gift /lw /gift +phone.png /电话 /phone /dh /phone +clock.png /时间 /time /sj /time +mail.png /邮件 /email /yj /email +tv.png /电视 /TV /ds /TV +sun.png /太阳 /sun /ty /sun +moon.png /月亮 /moon /yl /moon +good.png /强 /strong /qiang /thumbs_up +bad.png /弱 /weak /ruo /thumbs_down +handshake.png /握手 /share /ws /handshake +victory.png /胜利 /v /shl /victory +beauty.png /美女 /<J> /mn /beauty (noun) +qq.png /Q仔 /<QQ> /qz /qq (QQ's penguin logo) +blowkiss.png /飞吻 /<L> /fw /blow_kiss +angry.png /怄火 /<O> /oh /angry +liquor.png /白酒 /<B> /bj /baijiu (a type of Chinese liquor) +can.png /汽水 /<U> /qsh /soda +watermelon.png /西瓜 /<W> /xigua /watermelon +rain.png /下雨 /<!!> /xy /rain +cloudy.png /多云 /<~> /duoy /cloudy +snowman.png /雪人 /<Z> /xr /snowman +star.png /星星 /<*> /xixing /star +girl.png /女 /<00> /nv /woman +boy.png /男 /<11> /nan /man +### Following ICQ 5.1 +[ICQ] +smile.png :-) :) +sad.png :-( :( +wink.png ;-) ;) +tongue.png :-P :P +laugh.png *JOKINGLY* +crying.png :'( +#*KISSED* +kiss.png :-* +embarrassed.png :-[ +angel.png O:-) +shut-mouth.png :-X :X +thinking.png :-\ +shout.png >:o >:O +smile-big.png :-D :D +moneymouth.png :-$ +shock.png =-O +glasses-cool.png 8-) +#[:-} +sleepy.png *TIRED* +sick.png :-! +#*STOP* +#*KISSING* +devil.png ]:-> +rose.png @}->-- +bomb.png @= +good.png *THUMBS UP* +beer.png *DRINK* +in-love.png *IN LOVE* +### Following Yahoo! Messenger 8.1 [Yahoo] -angel.png o:-) O:-) 0:-) -angry.png X-( x-( X( x( -lashes.png ;;) -smile-big.png :D :-D :d :-d -embarrassed.png :"> -bye.png =; -clap.png =D> =d> -clown.png :o) :O) :0) -crying.png :(( :-(( -devil.png >:) -doh.png #-o #-O -drool.png =P~ =p~ -sarcastic.png /:) /:-) -eyeroll.png 8-| -glasses-nerdy.png :-B :-b -kiss.png :* :-* -laugh.png :)) :-)) -love.png :x :-x :X :-X -mean.png :> :-> -neutral.png :| :-| -shock.png :O :-O :o :-o -question.png :-\\ :-/ -sad.png :( :-( -quiet.png :-$ [-( -sick.png :-& -silly.png 8-} -sleepy.png I-) |-) -smile.png :-) :) (: (-: -glasses-cool.png B-) b-) -yawn.png (:| -thinking.png :-? -tongue.png :-p :-P :p :P -wink.png ;-) ;) -confused.png :-s :-S +smile.png :) :-) +question.png :-/ :-\ +shock.png :-O :O :-o :o +devil.png >:) +angel.png O:-) o:-) 0:-) +sick.png :-& +yawn.png (:| +hypnotized.png @-) +#on_the_phone :)] MISSING: "Wait,I'm phoning!" (not phone.png) => smily showing phone and hand ("stop") +sad.png :( :-( +in-love.png :x :-x :X :-X +angry.png X-( x-( X( x( +crying.png :(( +glasses-nerdy.png :-B :-b +quiet.png :-$ +drool.png =P~ =p~ +lying.png :^O :^o +call-me.png :-c +wink.png ;) ;-) +embarrassed.png :"> +mean.png :-> :> +laugh.png :)) :-)) +bye.png =; +arrogant.png [-( +thinking.png :-? +waiting.png :-w :-W +#at_wits_end ~x( ~X( MISSING: "Why.Does.This.Not.Work.AAAAARGH!!" => angry smily shouting and pulling hair off +smile-big.png :D :-D :d :-d +tongue.png :-P :P :-p :p +glasses-cool.png B-) b-) +neutral.png :| :-| +sleepy.png I-) i-) |-) +clown.png :o) :O) +doh.png #-o #-O +weep.png :-< +go-away.png :-h +lashes.png ;;) +kiss.png :-* :* +confused.png :-S :-s +sarcastic.png /:) +eyeroll.png 8-| +silly.png 8-} +clap.png =D> =d> +#phbbbt >:P >:p MISSING/YAHOO 6: "You are dumb! - No you are!!" => tongue on pissed of smily +#timeout :-t :-T MISSING: "Let's have a break." +hug-left.png >:D< >:d< +love-over.png =(( +sweat.png #:-S #:-s +rotfl.png =)) +#loser L-) l-) MISSING/YAHOO 6: "Loser!" +party.png <:-P <:-p +tremble.png :-SS :-Ss :-sS :-ss +cowboy.png <):) +desire.png 8-> +alien.png =:) >-) +beat-up.png b-( B-( +chicken.png ~:> +coffee.png ~o) ~O) +cow.png 3:-O 3:-o +dance.png \:D/ \:d/ +rose.png @};- +dont-know.png :-L :-l +skeleton.png 8-X 8-x +lamp.png *-:) +monkey.png :(|) +coins.png $-) +peace.png :)>- +pig.png :@) +pray.png [-o< [-O< +pumpkin.png (~~) +shame.png [-X [-x +flag.png **== +clover.png %%- +musical-note.png :-" +nailbiting.png :-SS :-ss +giggle.png ;)) +worship.png ^:)^ +star.png (*) +#yahoo_madtongue.gif >:P >:p TODO +#yahoo_waving.gif >:/ TODO +#yahoo_talktohand.gif :-@ TODO +#yahoo_youkiddingme.gif :-j :-J TODO -# These are supposed to be hidden. - -alien.png =:) =:-) >-) -beat-up.png b-( B-( -chicken.png ~:> -coffee.png ~o) ~O) -cow.png 3:-0 3:-O 3:-o -cowboy.png <):) -dance.png \\:D/ \\:d/ -rose.png @};- -dont-know.png :-L :-l -ghost.png 8-X 8-x -hug-left.png >:D< >:d< -hypnotized.png @-) -lamp.png *-:) -lying.png :^o :^O -monkey.png :(|) -coins.png $-) -peace.png :)>- -pig.png :@) -pray.png [-o< [-O< -pumpkin.png (~~) -shame.png [-X [-x -flag.png **== -clover.png %%- -musical-note.png :-" - -# These only work in a certain IMvironment - +### These only work in a certain IMvironment #yahoo_malefighter1.gif o-> O-> #yahoo_malefighter2.gif o=> O=> #yahoo_femalefighter.gif o-+ O-+ -#ying-yan.png (%) - -# New in Yahoo 6 - -#love-over.png =(( -#yahoo_sweating.gif #:-S #:-s -#yahoo_rotfl.gif =)) -#yahoo_loser.gif L-) l-) -#party.png <:-P <:-p -#yahoo_nailbiting.gif :-SS :-Ss :-sS :-ss -#yahoo_waiting.gif :-w :-W -#yahoo_sighing.gif :-< -#yahoo_madtongue.gif >:P >:p -#yahoo_waving.gif >:/ -#yahoo_giggle.gif ;)) -#yahoo_talktohand.gif :-@ -#yahoo_worship.gif ^:)^ -#yahoo_youkiddingme.gif :-j :-J -#star.png (*) +yin-yang.png (%)
--- a/pidgin/pixmaps/tb_drag_arrow_down.xpm Mon Apr 16 16:21:33 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -/* XPM */ -static char * tb_drag_arrow_down_xpm[] = { -"13 16 13 1", -" g None", -". g #E40E0E", -"+ g #B80000", -"@ g #F02F2F", -"# g #E78383", -"$ g #E87676", -"% g #E56A6A", -"& g #EDAFAF", -"* g #E79F9F", -"= g #ED9191", -"- g #F05757", -"; g #E54545", -"> g #D23333", -" ....+ ", -" @#$%+ ", -" @#$%+ ", -" @#$%+ ", -" @#$%+ ", -" @#$%+ ", -" @#$%+ ", -" @#$%+ ", -" @#$%+ ", -"....@#$%....+", -" @&*=#$%-;>+ ", -" @*=#$%-;+ ", -" @=#$%-+ ", -" @#$%+ ", -" @$+ ", -" + "};
--- a/pidgin/pixmaps/tb_drag_arrow_left.xpm Mon Apr 16 16:21:33 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -/* XPM */ -static char * tb_drag_arrow_left_xpm[] = { -"16 13 13 1", -" c None", -". c #B80000", -"+ c #E40E0E", -"@ c #D23333", -"# c #E54545", -"$ c #F05757", -"% c #E56A6A", -"& c #E87676", -"* c #F02F2F", -"= c #E78383", -"- c #ED9191", -"; c #E79F9F", -"> c #EDAFAF", -" . ", -" .+ ", -" .@+ ", -" .##+ ", -" .$$$+.........", -" .%%%%%%%%%%%%%+", -".&&&&&&&&&&&&&&+", -" *=============+", -" *---*********+", -" *;;+ ", -" *>+ ", -" *+ ", -" + "};
--- a/pidgin/pixmaps/tb_drag_arrow_right.xpm Mon Apr 16 16:21:33 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -/* XPM */ -static char * tb_drag_arrow_right_xpm[] = { -"16 13 13 1", -" c None", -". c #B80000", -"+ c #E40E0E", -"@ c #D23333", -"# c #E54545", -"$ c #F05757", -"% c #E56A6A", -"& c #E87676", -"* c #E78383", -"= c #F02F2F", -"- c #ED9191", -"; c #E79F9F", -"> c #EDAFAF", -" . ", -" +. ", -" +@. ", -" +##. ", -".........+$$$. ", -"+%%%%%%%%%%%%%. ", -"+&&&&&&&&&&&&&&.", -"+*************= ", -"+=========---= ", -" +;;= ", -" +>= ", -" += ", -" + "};
--- a/pidgin/pixmaps/tb_drag_arrow_up.xpm Mon Apr 16 16:21:33 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -/* XPM */ -static char * tb_drag_arrow_up_xpm[] = { -"13 16 13 1", -" c None", -". c #B80000", -"+ c #F02F2F", -"@ c #E87676", -"# c #E78383", -"$ c #E56A6A", -"% c #ED9191", -"& c #F05757", -"* c #E79F9F", -"= c #E54545", -"- c #EDAFAF", -"; c #D23333", -"> c #E40E0E", -" . ", -" +@. ", -" +#@$. ", -" +%#@$&. ", -" +*%#@$&=. ", -" +-*%#@$&=;. ", -">>>>+#@$>>>>.", -" +#@$. ", -" +#@$. ", -" +#@$. ", -" +#@$. ", -" +#@$. ", -" +#@$. ", -" +#@$. ", -" +#@$. ", -" >>>>. "};
--- a/pidgin/pixmaps/toolbar/16/scalable/emote-select.svg Mon Apr 16 16:21:33 2007 +0000 +++ b/pidgin/pixmaps/toolbar/16/scalable/emote-select.svg Mon Apr 16 22:03:26 2007 +0000 @@ -7,32 +7,31 @@ 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://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="16" - id="svg2" + width="16px" + height="16px" + id="svg4346" sodipodi:version="0.32" - inkscape:version="0.43" - version="1.0" - sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh" - sodipodi:docname="emote-select.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emote-select.png" + inkscape:version="0.44.1" + sodipodi:docbase="/home/hbons/Desktop/pidgin improvements" + sodipodi:docname="inser-emote.svg" + inkscape:export-filename="/home/hbons/Desktop/pidgin improvements/insert-emote.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"> <defs - id="defs4"> + id="defs4348"> <linearGradient inkscape:collect="always" - id="linearGradient3150"> + id="linearGradient5269"> <stop - style="stop-color:#2e3436;stop-opacity:1;" + style="stop-color:#fcaf3e;stop-opacity:1;" offset="0" - id="stop3152" /> + id="stop5271" /> <stop - style="stop-color:#2e3436;stop-opacity:0;" + style="stop-color:#fcaf3e;stop-opacity:0;" offset="1" - id="stop3154" /> + id="stop5273" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -50,13 +49,25 @@ inkscape:collect="always" xlink:href="#linearGradient3104" id="radialGradient3114" - cx="8.0159302" - cy="14.49998" - fx="8.0159302" - fy="14.49998" + cx="5.7434092" + cy="16.737026" + fx="5.7434092" + fy="16.737026" r="9.975256" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + gradientTransform="matrix(-1.30241,1.304442,-1.325199,-1.323009,41.46631,16.11711)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient3150" @@ -66,7 +77,16 @@ fx="10.748654" fy="10.457643" r="6.6449099" - gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" + gradientTransform="matrix(-0.842757,0,0,-0.35721,19.80716,14.19321)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5269" + id="linearGradient5275" + x1="26.243328" + y1="13.001364" + x2="26.243328" + y2="10.507664" gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview @@ -76,21 +96,19 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="36.388908" - inkscape:cx="11.656008" - inkscape:cy="3.5100376" - inkscape:document-units="px" + inkscape:zoom="31.392433" + inkscape:cx="14.469085" + inkscape:cy="9.6077349" inkscape:current-layer="layer1" showgrid="true" - fill="#2e3436" - inkscape:window-width="1268" - inkscape:window-height="971" - inkscape:window-x="6" - inkscape:window-y="21" - showguides="true" - inkscape:guide-bbox="true" /> + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1274" + inkscape:window-height="966" + inkscape:window-x="3" + inkscape:window-y="25" /> <metadata - id="metadata7"> + id="metadata4351"> <rdf:RDF> <cc:Work rdf:about=""> @@ -101,29 +119,19 @@ </rdf:RDF> </metadata> <g + id="layer1" inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> + inkscape:groupmode="layer"> <path sodipodi:type="arc" - style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path3140" - sodipodi:cx="10.748654" - sodipodi:cy="10.457643" - sodipodi:rx="6.6449099" - sodipodi:ry="2.3675451" - 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.203929,0,0,1.055946,-4.94062,2.457294)" /> - <path - sodipodi:type="arc" - style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.53628862;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:#fce94f;fill-opacity:1;stroke:#f57900;stroke-width:1.53872597;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path1307" sodipodi:cx="11.806158" sodipodi:cy="10.983024" sodipodi:rx="9.975256" sodipodi:ry="9.975256" 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" - transform="matrix(0.652535,0,0,0.652535,0.296071,0.833194)" /> + transform="matrix(0.651503,0,0,0.651499,-0.691896,-0.15554)" /> <path sodipodi:type="arc" style="opacity:0.79545456;fill:url(#radialGradient3114);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" @@ -133,38 +141,61 @@ sodipodi:rx="9.975256" sodipodi:ry="9.975256" 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" - transform="matrix(0.601488,0,0,0.601488,0.898734,1.393846)" /> + transform="matrix(0.601488,0,0,0.601488,-0.101266,0.39384)" /> <path sodipodi:type="arc" - style="opacity:0.7;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.80226827;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:white;stroke-width:1.81368434;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2184" sodipodi:cx="11.806158" sodipodi:cy="10.983024" sodipodi:rx="9.975256" sodipodi:ry="9.975256" 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" - transform="matrix(0.554855,0,0,0.554857,1.449291,1.905989)" /> + transform="matrix(0.551364,0,0,0.551364,0.490507,0.944359)" /> <path style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 11.991472,9 C 11.581026,10.712824 9.6798887,12 7.997585,12 C 6.3152818,12 4.4416249,10.740305 4.0311784,9.0274809 C 4.7686393,10.13659 6.5310171,11.008492 7.997585,11.008492 C 9.464152,11.008493 11.254011,10.109109 11.991472,9 z " + d="M 15.725806,10.961292 C 15.725806,15.032532 14.403819,17 12,17 C 9.596182,17 8.1945569,15.02924 8.1945569,10.961292 C 9.1602707,14.990359 9.904443,15.152467 12,15.152467 C 14.095556,15.152468 14.914933,15.003949 15.725806,10.961292 z " id="path2186" - sodipodi:nodetypes="cscsc" /> - <rect + sodipodi:nodetypes="cscsc" + transform="matrix(1.062241,0,0,0.5,-5.704588,1.519354)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856175,0,0,1.032991,-2.756776,-3.574387)" /> + <path + sodipodi:type="arc" style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect2243" - width="1" - height="3" - x="6" - y="5" - ry="0.5" /> - <rect - style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect2246" - width="1" - height="3" - x="9" - y="5" - ry="0.5" - rx="0.5" /> + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.85617,0,0,1.032991,1.243263,-3.574387)" /> + <image + id="image4376" + height="16" + width="16" + sodipodi:absref="/home/hbons/Desktop/pidgin improvements/insert-image.png" + xlink:href="insert-image.png" + transform="translate(17,-1)" /> + <path + transform="matrix(1.046767,0,0,0.836179,-16.0259,3.13821)" + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.06887114;stroke-miterlimit:4;stroke-opacity:1" + d="M 22,10 L 29.642574,10 L 25.830275,14.783663 L 22,10 z " + id="path4382" + sodipodi:nodetypes="cccc" /> + <path + transform="matrix(1.046767,0,0,0.836179,-16.52887,3.138211)" + style="fill:url(#linearGradient5275);fill-opacity:1;stroke:#d5680b;stroke-width:1.06887114;stroke-miterlimit:4;stroke-opacity:1" + d="M 22,10 L 29.642574,10 L 25.830275,14.783663 L 22,10 z " + id="rect4379" + sodipodi:nodetypes="cccc" /> </g> </svg>