aboutsummaryrefslogtreecommitdiffstats
path: root/nothere
Commit message (Collapse)AuthorAgeFilesLines
* Add shave support to build process.Jonny Lamb2009-04-241-1/+3
| | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-181-1/+1
| | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* Remove reference to glade from panel appletsXavier Claessens2009-04-161-1/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2876
* Init empathy for megaphone, nothere and check-main.Xavier Claessens2008-12-121-2/+2
| | | | svn path=/trunk/; revision=1972
* Add nothere files to gitignore.Xavier Claessens2008-04-141-0/+4
| | | | svn path=/trunk/; revision=936
* Fix icon lookup in nothere. Fixes bug #527924 (Frederic Peters).Xavier Claessens2008-04-141-0/+3
| | | | svn path=/trunk/; revision=935
* Make possible to remove nothere applet from planel and activate it by defaut ↵Xavier Claessens2008-04-141-0/+14
| | | | | | if dep are met. Fixes bug #489978 (Frederic Peters). svn path=/trunk/; revision=934
* Fix ref count error for account objects.Xavier Claessens2007-09-217-0/+258
2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: Fix ref count error for account objects. * libempathy/empathy-contact-manager.c: Disconnect signals from MissionControl object when finalising the contact manager. * configure.ac: * megaphone/src/megaphone-applet.c: * megaphone/src/Makefile.am: * megaphone/src/megaphone-applet.h: * megaphone/data/GNOME_Megaphone_Applet.schemas.in: * megaphone/data/Makefile.am: * megaphone/data/GNOME_Megaphone_Applet.server.in.in: * megaphone/data/GNOME_Megaphone_Applet.xml: * megaphone/Makefile.am: * nothere/src/nothere-applet.c: * nothere/src/Makefile.am: * nothere/src/nothere-applet.h: * nothere/data/Makefile.am: * nothere/data/GNOME_NotHere_Applet.server.in.in: * nothere/data/GNOME_NotHere_Applet.xml: * nothere/Makefile.am: * Makefile.am: * po/POTFILES.in: * po/POTFILES.skip: Add Megaphone and Nothere applets. Fixes bug #464954 (Raphael Slinckx, Xavier Claessens). svn path=/trunk/; revision=303