Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empathy-roster-view: start using empathy-roster-model | Laurent Contzen | 2012-07-23 | 1 | -1/+7 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680302 | ||||
* | roster-view: use a signal instead of a cb to handle individual tooltips | Guillaume Desmottes | 2012-06-18 | 1 | -3/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678294 | ||||
* | roster-view: add 'empty' property | Guillaume Desmottes | 2012-06-14 | 1 | -0/+13 |
| | |||||
* | add API for individual tooltips | Guillaume Desmottes | 2012-06-14 | 1 | -0/+16 |
| | |||||
* | Add popup-individual-menu signal | Guillaume Desmottes | 2012-06-14 | 1 | -0/+30 |
| | |||||
* | add a signal when a contact is activated | Guillaume Desmottes | 2012-06-14 | 1 | -0/+14 |
| | |||||
* | roster-view: add live search support | Guillaume Desmottes | 2012-06-14 | 1 | -2/+11 |
| | |||||
* | test-empathy-roster-view: add --groups option | Guillaume Desmottes | 2012-06-14 | 1 | -0/+3 |
| | |||||
* | test-empathy-roster-view: add option to display offline contacts | Guillaume Desmottes | 2012-06-14 | 1 | -0/+21 |
| | |||||
* | add test-empathy-roster-view | Guillaume Desmottes | 2012-06-14 | 3 | -1/+47 |
| | |||||
* | remove libebook support | Guillaume Desmottes | 2012-06-07 | 1 | -3/+1 |
| | | | | | | | It's API just changed and it's not really useful anymore as gnome-about-me has been removed. https://bugzilla.gnome.org/show_bug.cgi?id=677533 | ||||
* | stop using g_thread_init | Guillaume Desmottes | 2012-04-05 | 1 | -1/+0 |
| | | | | | | It has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662 | ||||
* | add EmpathyCalendarButton | Guillaume Desmottes | 2012-03-16 | 3 | -1/+76 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671981 | ||||
* | remove empathy-auto-salut-account-helper | Guillaume Desmottes | 2012-02-17 | 1 | -11/+0 |
| | | | | | | It was used only by the accounts assistant https://bugzilla.gnome.org/show_bug.cgi?id=652669 | ||||
* | Remove empathy-account-assistant | Guillaume Desmottes | 2012-02-17 | 1 | -42/+0 |
| | | | | | | DIE DIE DIE!!! https://bugzilla.gnome.org/show_bug.cgi?id=652669 | ||||
* | contact-blocking-dialog: stop using EmpathyContactManager | Guillaume Desmottes | 2011-12-02 | 1 | -7/+35 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | remove EmpathyContactManager's test | Guillaume Desmottes | 2011-11-24 | 2 | -45/+0 |
| | | | | | | We want to get rid of it any way. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | empathy-logs: prepare the account manager first | Guillaume Desmottes | 2011-11-14 | 1 | -3/+21 |
| | | | | | | The log viewer assumes it's already prepared. https://bugzilla.gnome.org/show_bug.cgi?id=663873 | ||||
* | empathy-logs: port to TP coding style | Guillaume Desmottes | 2011-11-14 | 1 | -17/+15 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663873 | ||||
* | remove empetit | Guillaume Desmottes | 2011-10-09 | 2 | -71/+0 |
| | | | | | | It used to test EmpathyContactSelector which is going away. https://bugzilla.gnome.org/show_bug.cgi?id=629517 | ||||
* | tests: simplify running blocking dialog | Will Thompson | 2011-08-09 | 1 | -8/+1 |
| | | | | This is reminiscent of 8f42bd4. | ||||
* | PresetDialog test: quit cleanly | Will Thompson | 2011-06-24 | 1 | -5/+4 |
| | | | | | Previously one had to kill the process, but by just switching to gtk_dialog_run() we get more functionality for less code. :D | ||||
* | fix unused-but-set-variable warnings | Marc Plano-Lesay | 2011-05-05 | 1 | -2/+1 |
| | |||||
* | rename empathy-dispatcher to empathy-request-util | Guillaume Desmottes | 2011-03-17 | 1 | -2/+2 |
| | | | | | We don't have EmpathyDispatcher any more so this file just contains some utility functions now. | ||||
* | Prepare EmpathyContactManager in test | Danielle Madeley | 2011-03-08 | 1 | -0/+7 |
| | |||||
* | Connect ::response in test | Danielle Madeley | 2011-03-08 | 1 | -0/+3 |
| | |||||
* | Test for contact blocking dialog | Danielle Madeley | 2011-03-08 | 3 | -0/+48 |
| | |||||
* | Group all harddeps in one pkg-config call | Xavier Claessens | 2010-11-15 | 1 | -2/+0 |
| | | | | We do not support GTK2 anymore, so there is no point in keeping those | ||||
* | Make AccountChooser filters asynchronous to let them handle newly connected ↵ | Vitaly Minko | 2010-11-11 | 1 | -2/+4 |
| | | | | accounts properly (#633481). | ||||
* | allow building empathy without eds | Saleem Abdulrasool | 2010-08-25 | 1 | -3/+5 |
| | |||||
* | re-implement empathy_dispatcher_chat_with_contact using ↵ | Guillaume Desmottes | 2010-08-11 | 1 | -21/+1 |
| | | | | | | empathy_dispatcher_chat_with_contact_id We don't use the callback arg anyway. | ||||
* | move GTK+ check to its own PKG_CHECK_MODULES | Guillaume Desmottes | 2010-07-08 | 1 | -1/+3 |
| | |||||
* | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 1 | -2/+0 |
| | |||||
* | tests: add TPL CFLAGS and LIBS | Guillaume Desmottes | 2010-06-18 | 1 | -0/+2 |
| | |||||
* | add timestamp arg to empathy_dispatcher_chat_with_contact(_id) | Sjoerd Simons | 2010-04-25 | 1 | -1/+2 |
| | |||||
* | add tests/interactive/test-empathy-account-chooser.c | Guillaume Desmottes | 2010-04-05 | 3 | -1/+49 |
| | |||||
* | Point Makefile.am to .lo files, to please some libtool deity | Frédéric Péters | 2010-02-18 | 1 | -5/+5 |
| | |||||
* | Pass a ready EmpathyConnectionManagers to empathy_account_assistant_show | Guillaume Desmottes | 2010-01-25 | 1 | -4/+21 |
| | | | | | This kinda suck but we have to construct the assistant in a sync way so can't wait for the manager to become ready. | ||||
* | Call create_salut_account_if_needed when the assistant is closed | Guillaume Desmottes | 2010-01-20 | 1 | -1/+2 |
| | | | | | That way we only try to create the account if the assistant properly terminates (#607436). | ||||
* | Move empathy-log to tests/interactive and don't install it anymore | Laurent Bigonville | 2009-11-19 | 3 | -0/+63 |
| | |||||
* | move test app needing user interaction to interactive/ | Guillaume Desmottes | 2009-10-29 | 8 | -0/+336 |
tests/ should be used only for automatic unit tests. |