aboutsummaryrefslogtreecommitdiffstats
path: root/megaphone
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>
* Renamed empathy_contact_list_view_get_selected to ↵Jonny Lamb2009-04-221-1/+2
| | | | | | empathy_contact_list_view_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Change EmpathyTpContactFactory API to look more like TpConnection. Add ↵Xavier Claessens2009-04-221-4/+9
| | | | | | function to get only one contact from id/handle.
* Port megaphone applet to new APIXavier Claessens2009-04-221-168/+202
|
* 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
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
| | | | svn path=/trunk/; revision=2233
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2121
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2113
* Remove libgnomevfs include in megaphone-applet.c (Andre Klapper).Xavier Claessens2008-12-241-1/+0
| | | | svn path=/trunk/; revision=2013
* Init empathy for megaphone, nothere and check-main.Xavier Claessens2008-12-121-0/+1
| | | | svn path=/trunk/; revision=1972
* Mark some forgotten strings for translation (bug #553066)Gabor Keleman2008-10-041-2/+2
| | | | svn path=/trunk/; revision=1504
* Move avatar cache to ~/.cache and don't mix avatar from different contacts, ↵Xavier Claessens2008-05-281-4/+2
| | | | | | tokens are not garanteed to be different. svn path=/trunk/; revision=1128
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-062-7/+7
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-8/+8
| | | | svn path=/trunk/; revision=1066
* Create contact menu in empathy-contact-menu.hXavier Claessens2008-04-251-1/+2
| | | | svn path=/trunk/; revision=1046
* Do not take show_groups in empathy_contact_list_store_newXavier Claessens2008-01-211-1/+1
| | | | svn path=/trunk/; revision=587
* Add a property to have or not groups on EmpathyContactListStoreXavier Claessens2008-01-211-1/+1
| | | | svn path=/trunk/; revision=586
* Add a features property on EmpathyContactListView to enable/disable each action.Xavier Claessens2008-01-211-2/+2
| | | | svn path=/trunk/; revision=585
* Merge branch 'ignore'Xavier Claessens2007-12-231-0/+4
| | | | svn path=/trunk/; revision=497
* More flexible API for EmpathyContactWidget, we now have flags to setXavier Claessens2007-10-101-1/+1
| | | | | | | | | | | | | | | | | | 2007-10-09 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-dialogs.h: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/empathy-chat-window.c: * megaphone/src/megaphone-applet.c: More flexible API for EmpathyContactWidget, we now have flags to set editable each fields. Implement personal information menu item in main window. svn path=/trunk/; revision=365
* Updated to use new avatar cache.Xavier Claessens2007-10-012-86/+83
| | | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * megaphone/src/megaphone-applet.c: * megaphone/data/GNOME_Megaphone_Applet.schemas.in: Updated to use new avatar cache. svn path=/trunk/; revision=343
* Fix ref count error for account objects.Xavier Claessens2007-09-218-0/+733
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