aboutsummaryrefslogtreecommitdiffstats
path: root/data/icons/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix distcheck when doing parallel buildXavier Claessens2012-07-231-2/+6
| | | | | This makes sure the icones are done (un)installing before regenerating the icon cache.
* "Build" a local copy of the icons to be used from sourcesEmanuele Aina2012-03-081-0/+30
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=616159
* Improve iain sleeping patternDamien Lespiau2011-10-141-1/+2
| | | | | | | | | | | | | | | | | | | The Hypno Koala was making iain wake up in sweat and with his heart pounding at unreasonable hours. Nobody wants that. The Hypno Koala has served his duty and it's now time for retirement. Its replacement was designed and drawn by: Cyrene Domogalla <cyrene.domogalla@intel.com> I've included the source SVG in the commit. To generate icons from this one, one needs to use the render-icon-theme.py script to generate the 16x16, 24x24, 32x32 and 48x48 versions, the 22x22 one was generated by the generate-png.sh script in data/icons. https://bugzilla.gnome.org/show_bug.cgi?id=619186
* New Empathy icon (#614640)Jakub Steiner2011-03-161-1/+1
| | | | Thank you Telepathy icon, you served us well.
* Ship a 256x256 version of the Empathy iconGuillaume Desmottes2011-02-221-0/+1
|
* add 22x22 version of the im-message iconGuillaume Desmottes2010-05-181-0/+1
| | | | | Copied from http://git.gnome.org/browse/empathy/tree/data/scalable/message.xcf?id=c7010d43264dafca66ff65540c5d6666f1c66e2a
* user-extended-away has been renamed to user-idle.svgGuillaume Desmottes2010-04-191-1/+1
|
* rename im-xmpp icon to im-jabberGuillaume Desmottes2010-04-081-6/+6
| | | | Empathy uses 'im-jabber'.
* Rename empathy status icons to fit standard icon nameGuillaume Desmottes2010-03-301-30/+30
| | | | | This give us fallback to Empathy icons for free if they are not implemented in the theme.
* Import aim, icq and yahoo icons from gnome-icon-theme (#330394)Guillaume Desmottes2010-03-081-0/+18
| | | | They have been removed from gnome-icon-theme.
* remove empathy-starred and empathy-unstarred iconsGuillaume Desmottes2010-02-281-10/+0
| | | | We don't need those any more.
* Add icon for the 'mxit' protocol (#609519)K.Vishnoo Charan Reddy2010-02-101-0/+6
| | | | | This icon won't be displayed while telepathy-haze won't have been released with a patch renaming the "loubserp-mxit" protocol to "mxit".
* Add icon for the Zephyr protocol (#609343)Guillaume Desmottes2010-02-091-0/+6
|
* add im-silc icon (#604554)Guillaume Desmottes2009-12-151-0/+6
| | | | Thanks to K.Vishnoo Charan Reddy for the icon.
* add im-groupwise icon (#603634)Guillaume Desmottes2009-12-031-0/+6
| | | | Thanks to K.Vishnoo Charan Reddy for the icon.
* add im-sametime icon (#603508)Guillaume Desmottes2009-12-021-0/+6
| | | | Thanks to K.Vishnoo Charan Reddy for the icon.
* add 24x24 and 32x32 versions of the im-meanwhile iconGuillaume Desmottes2009-12-021-0/+2
|
* add im-myspace icon (#603502)Guillaume Desmottes2009-12-021-0/+6
| | | | Thanks to K.Vishnoo Charan Reddy for the icon.
* add facebook iconGuillaume Desmottes2009-09-031-0/+3
|
* import im-meanwhile from PidginGuillaume Desmottes2009-06-111-0/+4
|
* More icon sizesDavyd Madeley2009-04-201-0/+8
|
* Icons from FirefoxDavyd Madeley2009-04-201-0/+2
|
* Compile icon cache for private icon repo as well as public oneDavyd Madeley2009-02-271-0/+10
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2534
* Add QQ profile and iconsXavier Claessens2008-08-121-0/+6
| | | | svn path=/trunk/; revision=1327
* Add gadugadu profile and iconsXavier Claessens2008-08-121-0/+6
| | | | svn path=/trunk/; revision=1326
* Scalable images are .svg no .pngXavier Claessens2008-01-141-1/+1
| | | | svn path=/trunk/; revision=548
* Add im-sip icon picked from pidgin.Xavier Claessens2008-01-121-0/+6
| | | | svn path=/trunk/; revision=541
* Cleanup icons: Regenerate icons from SVG at 16, 22, 24, 32 and 48 size. ↵Xavier Claessens2008-01-121-9/+15
| | | | | | Change xmpp-link-local icon from apple's to the avahi icon. Still missing SVG for im-message, im-message-new and user-typing. svn path=/trunk/; revision=540
* Add 22x22, 24x24 and 48x48 status icon sizes. Partly fixes bug #469902.Xavier Claessens2007-12-171-1/+19
| | | | svn path=/trunk/; revision=483
* Install SVG status images as scalable. Fixes bug #492984.Xavier Claessens2007-11-031-6/+6
| | | | | | | | | | | | | | | | | | | | | | 2007-11-03 Xavier Claessens <xclaesse@gmail.com> * data/icons/hicolor_status_scalable_empathy-pending.svg: * data/icons/hicolor_status_16x16_empathy-pending.svg: * data/icons/hicolor_status_scalable_empathy-extended-away.svg: * data/icons/hicolor_status_16x16_empathy-extended-away.svg: * data/icons/hicolor_status_scalable_empathy-away.svg: * data/icons/hicolor_status_16x16_empathy-away.svg: * data/icons/hicolor_status_scalable_empathy-offline.svg: * data/icons/hicolor_status_16x16_empathy-offline.svg: * data/icons/hicolor_status_scalable_empathy-busy.svg: * data/icons/hicolor_status_16x16_empathy-busy.svg: * data/icons/hicolor_status_scalable_empathy-available.svg: * data/icons/hicolor_status_16x16_empathy-available.svg: * data/icons/Makefile.am: Install SVG status images as scalable. Fixes bug #492984. svn path=/trunk/; revision=414
* Rename icons to follow fd.o icon naming spec. Move icons to the rightXavier Claessens2007-10-281-0/+136
2007-10-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-status-icon.glade: * libempathy-gtk/empathy-group-chat.glade: * libempathy-gtk/empathy-main-window.glade: * libempathy-gtk/empathy-images.h: * src/empathy.c: * src/Makefile.am: * configure.ac: * data/jabber.profile: * data/salut.profile: * data/msn.profile: * data/gtalk.profile: * data/irc.profile: * data/22x22: * data/32x32: * data/24x24: * data/16x16: * data/48x48: * data/scalable: * data/Makefile.am: * data/icons/*: Rename icons to follow fd.o icon naming spec. Move icons to the right directory. Fixes bug #470418 (Michael Monreal). svn path=/trunk/; revision=404