diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-12 20:33:05 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-12 20:33:05 +0800 |
commit | 93d389d9ace5a78aaf388530fe9799d890955922 (patch) | |
tree | d75dcedb0eb4d67b4e95f9f41bff525e39b145f5 | |
parent | d878797488a710d94cbd3a758a3d1f163d3ed25c (diff) | |
download | gsoc2013-empathy-93d389d9ace5a78aaf388530fe9799d890955922.tar gsoc2013-empathy-93d389d9ace5a78aaf388530fe9799d890955922.tar.gz gsoc2013-empathy-93d389d9ace5a78aaf388530fe9799d890955922.tar.bz2 gsoc2013-empathy-93d389d9ace5a78aaf388530fe9799d890955922.tar.lz gsoc2013-empathy-93d389d9ace5a78aaf388530fe9799d890955922.tar.xz gsoc2013-empathy-93d389d9ace5a78aaf388530fe9799d890955922.tar.zst gsoc2013-empathy-93d389d9ace5a78aaf388530fe9799d890955922.zip |
Add QQ profile and icons
svn path=/trunk/; revision=1327
-rw-r--r-- | data/Makefile.am | 3 | ||||
-rw-r--r-- | data/icons/Makefile.am | 6 | ||||
-rw-r--r-- | data/icons/hicolor_apps_16x16_im-qq.png | bin | 0 -> 823 bytes | |||
-rw-r--r-- | data/icons/hicolor_apps_22x22_im-qq.png | bin | 0 -> 1264 bytes | |||
-rw-r--r-- | data/icons/hicolor_apps_24x24_im-qq.png | bin | 0 -> 1421 bytes | |||
-rw-r--r-- | data/icons/hicolor_apps_32x32_im-qq.png | bin | 0 -> 2105 bytes | |||
-rw-r--r-- | data/icons/hicolor_apps_48x48_im-qq.png | bin | 0 -> 3653 bytes | |||
-rw-r--r-- | data/icons/hicolor_apps_scalable_im-qq.svg | 290 | ||||
-rw-r--r-- | data/qq.profile | 11 |
9 files changed, 309 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index cd6b31bc0..58b185218 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -16,7 +16,8 @@ profile_DATA = \ fwd.profile \ sipphone.profile \ groupwise.profile \ - gadugadu.profile + gadugadu.profile \ + qq.profile desktopdir = $(datadir)/applications desktop_in_files = empathy.desktop.in empathy-properties.desktop.in diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 208b062db..e3e0ffe12 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -28,6 +28,7 @@ private_icons = \ hicolor_apps_16x16_im-sip.png \ hicolor_apps_16x16_im-local-xmpp.png \ hicolor_apps_16x16_im-gadugadu.png \ + hicolor_apps_16x16_im-qq.png \ hicolor_apps_22x22_im-ekiga.png \ hicolor_apps_22x22_im-gizmo.png \ hicolor_apps_22x22_im-google-talk.png \ @@ -37,6 +38,7 @@ private_icons = \ hicolor_apps_22x22_im-sip.png \ hicolor_apps_22x22_im-local-xmpp.png \ hicolor_apps_22x22_im-gadugadu.png \ + hicolor_apps_22x22_im-qq.png \ hicolor_apps_24x24_im-ekiga.png \ hicolor_apps_24x24_im-gizmo.png \ hicolor_apps_24x24_im-google-talk.png \ @@ -46,6 +48,7 @@ private_icons = \ hicolor_apps_24x24_im-sip.png \ hicolor_apps_24x24_im-local-xmpp.png \ hicolor_apps_24x24_im-gadugadu.png \ + hicolor_apps_24x24_im-qq.png \ hicolor_apps_32x32_im-ekiga.png \ hicolor_apps_32x32_im-gizmo.png \ hicolor_apps_32x32_im-google-talk.png \ @@ -55,6 +58,7 @@ private_icons = \ hicolor_apps_32x32_im-sip.png \ hicolor_apps_32x32_im-local-xmpp.png \ hicolor_apps_32x32_im-gadugadu.png \ + hicolor_apps_32x32_im-qq.png \ hicolor_apps_48x48_im-ekiga.png \ hicolor_apps_48x48_im-gizmo.png \ hicolor_apps_48x48_im-google-talk.png \ @@ -64,6 +68,7 @@ private_icons = \ hicolor_apps_48x48_im-sip.png \ hicolor_apps_48x48_im-local-xmpp.png \ hicolor_apps_48x48_im-gadugadu.png \ + hicolor_apps_48x48_im-qq.png \ hicolor_apps_scalable_im-ekiga.svg \ hicolor_apps_scalable_im-gizmo.svg \ hicolor_apps_scalable_im-google-talk.svg \ @@ -73,6 +78,7 @@ private_icons = \ hicolor_apps_scalable_im-sip.svg \ hicolor_apps_scalable_im-local-xmpp.svg \ hicolor_apps_scalable_im-gadugadu.svg \ + hicolor_apps_scalable_im-qq.svg \ hicolor_status_16x16_empathy-available.png \ hicolor_status_16x16_empathy-away.png \ hicolor_status_16x16_empathy-busy.png \ diff --git a/data/icons/hicolor_apps_16x16_im-qq.png b/data/icons/hicolor_apps_16x16_im-qq.png Binary files differnew file mode 100644 index 000000000..f384004f3 --- /dev/null +++ b/data/icons/hicolor_apps_16x16_im-qq.png diff --git a/data/icons/hicolor_apps_22x22_im-qq.png b/data/icons/hicolor_apps_22x22_im-qq.png Binary files differnew file mode 100644 index 000000000..3383a9d66 --- /dev/null +++ b/data/icons/hicolor_apps_22x22_im-qq.png diff --git a/data/icons/hicolor_apps_24x24_im-qq.png b/data/icons/hicolor_apps_24x24_im-qq.png Binary files differnew file mode 100644 index 000000000..4c62128ab --- /dev/null +++ b/data/icons/hicolor_apps_24x24_im-qq.png diff --git a/data/icons/hicolor_apps_32x32_im-qq.png b/data/icons/hicolor_apps_32x32_im-qq.png Binary files differnew file mode 100644 index 000000000..5f7063b83 --- /dev/null +++ b/data/icons/hicolor_apps_32x32_im-qq.png diff --git a/data/icons/hicolor_apps_48x48_im-qq.png b/data/icons/hicolor_apps_48x48_im-qq.png Binary files differnew file mode 100644 index 000000000..7ce11d5b7 --- /dev/null +++ b/data/icons/hicolor_apps_48x48_im-qq.png diff --git a/data/icons/hicolor_apps_scalable_im-qq.svg b/data/icons/hicolor_apps_scalable_im-qq.svg new file mode 100644 index 000000000..b73677e6e --- /dev/null +++ b/data/icons/hicolor_apps_scalable_im-qq.svg @@ -0,0 +1,290 @@ +<?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://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/protocols/48/scalable" + sodipodi:docname="qq.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/protocols/48/qq.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2234"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2236" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2238" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2226"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2228" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2230" /> + </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> + <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="#linearGradient2226" + id="linearGradient2232" + x1="13.296353" + y1="9.8980713" + x2="13.296353" + y2="11.762599" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2234" + id="linearGradient2240" + x1="23.995228" + y1="3.6292775" + x2="23.995228" + y2="15.460559" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="13.788818" + inkscape:cx="40.171151" + inkscape:cy="24.9552" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + fill="#f57900" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <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;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(2.884895,0,0,2.493965,-7.834213,14.7186)" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:1.12731504;stroke-miterlimit:4;stroke-opacity:1" + d="M 42.428297,39.500007 C 42.428297,41.665624 39.100419,43.423228 34.999998,43.423228 C 30.899577,43.423228 27.571699,41.665624 27.571699,39.500007 C 27.571699,37.334387 30.899577,35.576783 34.999998,35.576783 C 39.100419,35.576783 42.428297,37.334387 42.428297,39.500007 z " + id="path2344" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.1975733" + inkscape:original="M 35 35.5625 C 30.899579 35.5625 27.5625 37.334379 27.5625 39.5 C 27.5625 41.665617 30.899581 43.437499 35 43.4375 C 39.100421 43.4375 42.437502 41.665616 42.4375 39.5 C 42.4375 37.33438 39.100423 35.562501 35 35.5625 z " + xlink:href="#path2344" + style="opacity:0.2;fill:#f57900;fill-opacity:1;stroke:#ffffff;stroke-width:1.12731504;stroke-miterlimit:4;stroke-opacity:1" + id="path2213" + inkscape:href="#path2344" + d="M 35,36.75 C 33.122288,36.75 31.437541,37.185098 30.3125,37.78125 C 29.187459,38.377402 28.75,39.032317 28.75,39.5 C 28.75,39.96768 29.187459,40.622598 30.3125,41.21875 C 31.437541,41.814902 33.12229,42.25 35,42.25 C 36.877711,42.25 38.562459,41.814902 39.6875,41.21875 C 40.812541,40.622598 41.25,39.967679 41.25,39.5 C 41.25,39.032317 40.812541,38.377402 39.6875,37.78125 C 38.562459,37.185098 36.877713,36.75 35,36.75 z " /> + <path + style="fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:1.12731493;stroke-miterlimit:4;stroke-opacity:1" + d="M 20.428294,39.500007 C 20.428294,41.665624 17.100417,43.423228 12.999998,43.423228 C 8.8995795,43.423228 5.5717033,41.665624 5.5717033,39.500007 C 5.5717033,37.334387 8.8995795,35.576783 12.999998,35.576783 C 17.100417,35.576783 20.428294,37.334387 20.428294,39.500007 z " + id="path2340" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.1365247" + inkscape:original="M 13 35.5625 C 8.8995815 35.5625 5.5624999 37.334379 5.5625 39.5 C 5.5625 41.665617 8.8995814 43.437499 13 43.4375 C 17.100419 43.4375 20.437501 41.665616 20.4375 39.5 C 20.4375 37.33438 17.100419 35.562501 13 35.5625 z " + xlink:href="#path2340" + style="fill:#f57900;fill-opacity:1;stroke:#ffffff;stroke-width:1.12731493;stroke-miterlimit:4;stroke-opacity:1;opacity:0.2" + id="path2216" + inkscape:href="#path2340" + d="M 13,36.6875 C 11.113496,36.6875 9.417597,37.116607 8.28125,37.71875 C 7.144903,38.320893 6.6875,39.00096 6.6875,39.5 C 6.6875,39.999037 7.1449028,40.679107 8.28125,41.28125 C 9.4175972,41.883393 11.113496,42.3125 13,42.3125 C 14.886503,42.3125 16.582403,41.883393 17.71875,41.28125 C 18.855097,40.679107 19.3125,39.999036 19.3125,39.5 C 19.3125,39.00096 18.855097,38.320893 17.71875,37.71875 C 16.582403,37.116607 14.886504,36.6875 13,36.6875 z " /> + <path + style="fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-width:0.9999994;stroke-miterlimit:4;stroke-opacity:1" + d="M 16.512817,28.000001 C 16.512817,31.046362 13.819074,33.518772 10.499997,33.518772 C 7.1809214,33.518772 4.4871784,31.046362 4.4871784,28.000001 C 4.4871784,24.953638 7.1809214,22.481229 10.499997,22.481229 C 13.819074,22.481229 16.512817,24.953638 16.512817,28.000001 z " + id="path2346" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99468362" + inkscape:original="M 10.5 22.46875 C 7.1809244 22.46875 4.5000001 24.953636 4.5 28 C 4.5 31.046361 7.1809243 33.53125 10.5 33.53125 C 13.819077 33.53125 16.5 31.04636 16.5 28 C 16.5 24.953637 13.819077 22.468749 10.5 22.46875 z " + xlink:href="#path2346" + style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.9999994;stroke-miterlimit:4;stroke-opacity:1;opacity:0.2" + id="path2207" + inkscape:href="#path2346" + d="M 10.5,23.46875 C 7.677383,23.46875 5.5000001,25.537211 5.5,28 C 5.5,30.462786 7.6773835,32.53125 10.5,32.53125 C 13.322618,32.53125 15.5,30.462785 15.5,28 C 15.5,25.537212 13.322618,23.468749 10.5,23.46875 z " /> + <path + style="fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" + d="M 43.529524,27.990624 C 43.529524,31.032236 40.925766,33.500791 37.717565,33.500791 C 34.509364,33.500791 31.905607,31.032236 31.905607,27.990624 C 31.905607,24.94901 34.509364,22.480455 37.717565,22.480455 C 40.925766,22.480455 43.529524,24.94901 43.529524,27.990624 z " + id="path2348" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0194331" + inkscape:original="M 37.71875 22.46875 C 34.510549 22.46875 31.90625 24.958387 31.90625 28 C 31.90625 31.041612 34.51055 33.500001 37.71875 33.5 C 40.926951 33.5 43.531248 31.041613 43.53125 28 C 43.53125 24.958386 40.926952 22.46875 37.71875 22.46875 z " + xlink:href="#path2348" + style="fill:#555753;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1;opacity:0.2" + id="path2210" + inkscape:href="#path2348" + d="M 37.71875,23.5 C 35.037951,23.5 32.9375,25.540295 32.9375,28 C 32.9375,30.459704 35.031333,32.468751 37.71875,32.46875 C 40.406169,32.46875 42.499998,30.459706 42.5,28 C 42.5,25.540294 40.39955,23.5 37.71875,23.5 z " /> + <path + style="fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-width:0.99999851;stroke-miterlimit:4;stroke-opacity:1" + d="M 39.499823,30.499795 C 39.499823,37.123448 32.555881,42.499166 23.999954,42.499166 C 15.444028,42.499166 8.500088,37.123448 8.500088,30.499795 C 8.500088,23.876141 15.444028,18.500423 23.999954,18.500423 C 32.555881,18.500423 39.499823,23.876141 39.499823,30.499795 z " + id="path2322" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0023749" + inkscape:original="M 24 18.5 C 15.444074 18.5 8.5000003 23.876345 8.5 30.5 C 8.5 37.123653 15.444074 42.500001 24 42.5 C 32.555927 42.5 39.499998 37.123652 39.5 30.5 C 39.5 23.876346 32.555927 18.5 24 18.5 z " + xlink:href="#path2322" + style="fill:#555753;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999851;stroke-miterlimit:4;stroke-opacity:1;opacity:0.2" + id="path2204" + inkscape:href="#path2322" + d="M 24,19.5 C 19.931993,19.5 16.266755,20.79143 13.65625,22.8125 C 11.045745,24.83357 9.5000001,27.538461 9.5,30.5 C 9.5,33.461538 11.045745,36.16643 13.65625,38.1875 C 16.266755,40.20857 19.931994,41.5 24,41.5 C 28.068007,41.5 31.733245,40.20857 34.34375,38.1875 C 36.954255,36.16643 38.499999,33.461538 38.5,30.5 C 38.5,27.538461 36.954255,24.83357 34.34375,22.8125 C 31.733245,20.79143 28.068007,19.5 24,19.5 z " /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:0.99999964;stroke-miterlimit:4;stroke-opacity:1" + d="M 35.499727,31.513502 C 35.499727,36.473648 30.347846,40.499275 23.999994,40.499275 C 17.652141,40.499275 12.500261,36.473648 12.500261,31.513502 C 12.500261,26.553353 17.652141,22.527728 23.999994,22.527728 C 30.347846,22.527728 35.499727,26.553353 35.499727,31.513502 z " + id="path2324" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1" + d="M 39.500074,23.567769 C 39.500074,26.23172 32.974173,28.996603 24.456043,28.996603 C 22.326509,28.996603 16.736214,27.907042 11.047899,32.502199 C 9.5994849,31.202637 8.2282338,30.682189 7.4999943,29.550469 C 10.583901,26.508381 9.3151719,24.813625 9.3151719,23.481649 C 9.3151719,20.817694 15.551058,19.435466 24.069189,19.435466 C 32.587316,19.435466 39.500074,20.903814 39.500074,23.567769 z " + id="path2338" + sodipodi:nodetypes="csccscc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0198945" + inkscape:original="M 24.0625 19.4375 C 15.544369 19.4375 9.3124997 20.804795 9.3125 23.46875 C 9.3125 24.800726 10.583907 26.520413 7.5 29.5625 C 8.2282395 30.69422 9.6140857 31.20044 11.0625 32.5 C 16.750815 27.904843 22.339216 29 24.46875 29 C 32.98688 29 39.500002 26.226452 39.5 23.5625 C 39.5 20.898545 32.580627 19.437499 24.0625 19.4375 z " + xlink:href="#path2338" + style="opacity:0.2;fill:#ef2929;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + id="path2352" + inkscape:href="#path2338" + d="M 23.78125,20.625 C 19.513931,20.625 15.847844,21.000067 13.34375,21.71875 C 12.091703,22.078092 11.128194,22.525914 10.5625,22.96875 C 9.9968057,23.411586 9.84375,23.757615 9.84375,24.15625 C 9.84375,24.61981 10.180025,25.486492 10.09375,26.75 C 10.020891,27.817027 9.4211808,29.129125 8.28125,30.59375 C 8.8275971,31.260718 9.8376614,32.075363 10.96875,33.09375 C 13.726867,30.866878 16.436481,29.770299 18.71875,29.4375 C 21.226032,29.07189 23.299616,29.375 24.1875,29.375 C 28.393452,29.375 32.111073,28.617129 34.6875,27.53125 C 35.975713,26.988311 36.964234,26.376877 37.59375,25.78125 C 38.223266,25.185623 38.4375,24.662279 38.4375,24.28125 C 38.4375,23.923108 38.262431,23.559823 37.625,23.09375 C 36.987569,22.627677 35.940994,22.158273 34.59375,21.78125 C 31.899262,21.027204 28.043658,20.625 23.78125,20.625 z " /> + <path + style="fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" + d="M 21.960325,3.5010229 L 25.764207,3.5010229 C 31.085197,3.5010229 35.608549,8.5308564 36.949275,14.000863 C 38.32645,19.619567 37.747111,24.500705 27.838472,24.500705 L 20.083608,24.500705 C 10.158913,24.500705 9.6944095,19.619567 11.071582,14.000863 C 12.355856,8.7611743 16.639337,3.5010229 21.960325,3.5010229 z " + id="rect2317" + sodipodi:nodetypes="ccsccsc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0200312" + inkscape:original="M 21.96875 3.5 C 16.647762 3.5 12.346774 8.7603112 11.0625 14 C 9.6853275 19.618704 10.169054 24.499999 20.09375 24.5 L 27.84375 24.5 C 37.752389 24.5 38.314674 19.618704 36.9375 14 C 35.596774 8.5299934 31.070989 3.5000001 25.75 3.5 L 21.96875 3.5 z " + xlink:href="#rect2317" + style="opacity:0.2;fill:url(#linearGradient2240);fill-opacity:1.0;stroke:#ffffff;stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1" + id="path2355" + inkscape:href="#rect2317" + d="M 22.3125,5.625 C 20.004556,5.625 17.866452,6.7459198 16.125,8.5625 C 14.383548,10.37908 13.095153,12.874863 12.5,15.3125 C 11.838105,18.0235 11.722466,20.352475 12.65625,21.875 C 13.590034,23.397525 15.704379,24.53125 20.46875,24.53125 L 28.15625,24.53125 C 32.912367,24.53125 35.073893,23.40303 36.03125,21.875 C 36.988607,20.34697 36.879156,18.0174 36.21875,15.3125 C 34.977402,10.228171 30.73919,5.6249999 26.09375,5.625 L 22.3125,5.625 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2326" + sodipodi:cx="5.5383673" + sodipodi:cy="3.4618888" + sodipodi:rx="1.2307483" + sodipodi:ry="2.4871371" + d="M 6.7691156 3.4618888 A 1.2307483 2.4871371 0 1 1 4.307619,3.4618888 A 1.2307483 2.4871371 0 1 1 6.7691156 3.4618888 z" + transform="matrix(2.437541,0,0,2.010344,6.500003,5.040414)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2328" + sodipodi:cx="5.5383673" + sodipodi:cy="3.4618888" + sodipodi:rx="1.2307483" + sodipodi:ry="2.4871371" + d="M 6.7691156 3.4618888 A 1.2307483 2.4871371 0 1 1 4.307619,3.4618888 A 1.2307483 2.4871371 0 1 1 6.7691156 3.4618888 z" + transform="matrix(2.336368,0,0,1.926902,14.93582,5.121749)" /> + <path + style="fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.99999952;stroke-miterlimit:4;stroke-opacity:1" + d="M 34.506346,21.499996 C 34.506346,24.245838 29.795953,26.474343 23.99207,26.474343 C 18.188191,26.474343 13.477796,24.245838 13.477796,21.499996 C 13.477796,18.754158 18.188191,16.52565 23.99207,16.52565 C 29.795953,16.52565 34.506346,18.754158 34.506346,21.499996 z " + id="path2320" /> + <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="path2330" + sodipodi:cx="5.5383673" + sodipodi:cy="3.4618888" + sodipodi:rx="1.2307483" + sodipodi:ry="2.4871371" + d="M 6.7691156 3.4618888 A 1.2307483 2.4871371 0 1 1 4.307619,3.4618888 A 1.2307483 2.4871371 0 1 1 6.7691156 3.4618888 z" + transform="matrix(1.218772,0,0,0.603105,19.74999,11.41212)" /> + <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="path2332" + sodipodi:cx="5.5383673" + sodipodi:cy="3.4618888" + sodipodi:rx="1.2307483" + sodipodi:ry="2.4871371" + d="M 6.7691156 3.4618888 A 1.2307483 2.4871371 0 1 1 4.307619,3.4618888 A 1.2307483 2.4871371 0 1 1 6.7691156 3.4618888 z" + transform="matrix(1.21877,0,0,0.603105,14.75,11.41212)" /> + <path + sodipodi:type="arc" + style="opacity:0.2;fill:url(#linearGradient2232);fill-opacity:1.0;stroke:#ffffff;stroke-width:0.60585797;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2336" + sodipodi:cx="13.296353" + sodipodi:cy="10.923561" + sodipodi:rx="8.2214088" + sodipodi:ry="1.7085644" + d="M 21.517762 10.923561 A 8.2214088 1.7085644 0 1 1 5.0749445,10.923561 A 8.2214088 1.7085644 0 1 1 21.517762 10.923561 z" + transform="matrix(1.167356,0,0,2.333756,8.467761,-4.004284)" /> + </g> +</svg> diff --git a/data/qq.profile b/data/qq.profile new file mode 100644 index 000000000..9a52d2441 --- /dev/null +++ b/data/qq.profile @@ -0,0 +1,11 @@ +[Profile] +Manager=haze +Protocol=qq +DisplayName=QQ +IconName = im-qq +ConfigurationUI = qq +Capabilities = chat-p2p, chat-room, contact-search, supports-alias, supports-roster +VCardDefault = 1 +VCardField = X-QQ +SupportedPresences = offline,available,away,hidden + |