aboutsummaryrefslogtreecommitdiffstats
path: root/tests/contact-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2121
* gtk_init and g_thread_init shouldn't be called by libraries. Let ↵Xavier Claessens2008-12-121-1/+2
| | | | | | applications do it. svn path=/trunk/; revision=1971
* Use empathy_gtk_init()Xavier Claessens2008-12-121-1/+2
| | | | svn path=/trunk/; revision=1968
* Improve the contact-manager to display contacts in a comboboxXavier Claessens2008-12-051-15/+20
| | | | svn path=/trunk/; revision=1946
* Display debug messages in the contact-manager tests program.Xavier Claessens2008-08-031-0/+3
| | | | svn path=/trunk/; revision=1287
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-131-1/+1
| | | | | | | | | | | | | | | | | | 2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-presence-chooser.c: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-contact-list-store.c: * libempathy-gtk/empathy-chat-window.c: * libempathy/empathy-idle.c: * tests/contact-manager.c: Use g_timeout_add_seconds when appropriated to avoid weaking the process too much. svn path=/trunk/; revision=370
* Look in the local_pendings list if a contact is already local pending. FixXavier Claessens2007-09-281-2/+2
| | | | | | | | | | | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-group.c: Look in the local_pendings list if a contact is already local pending. * tests/contact-manager.c: Fix white space typo. svn path=/trunk/; revision=326
* No need to init gtk, GMainLoop is enough and makes easier to run valgrind.Xavier Claessens2007-09-271-6/+10
| | | | | | | | | | | 2007-09-27 Xavier Claessens <xclaesse@gmail.com> * tests/contact-manager.c: * tests/Makefile.am: No need to init gtk, GMainLoop is enough and makes easier to run valgrind. svn path=/trunk/; revision=324
* Fix warnings when finalizing.Xavier Claessens2007-09-211-0/+30
2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-contact-list.c: Fix warnings when finalizing. * tests/contact-manager.c: * tests/Makefile.am: * configure.ac: * Makefile.am: Add a test program to track leaks. svn path=/trunk/; revision=304