aboutsummaryrefslogtreecommitdiffstats
path: root/tests/interactive
Commit message (Collapse)AuthorAgeFilesLines
* Group all harddeps in one pkg-config callXavier Claessens2010-11-151-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 Minko2010-11-111-2/+4
| | | | accounts properly (#633481).
* allow building empathy without edsSaleem Abdulrasool2010-08-251-3/+5
|
* re-implement empathy_dispatcher_chat_with_contact using ↵Guillaume Desmottes2010-08-111-21/+1
| | | | | | empathy_dispatcher_chat_with_contact_id We don't use the callback arg anyway.
* move GTK+ check to its own PKG_CHECK_MODULESGuillaume Desmottes2010-07-081-1/+3
|
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-181-2/+0
|
* tests: add TPL CFLAGS and LIBSGuillaume Desmottes2010-06-181-0/+2
|
* add timestamp arg to empathy_dispatcher_chat_with_contact(_id)Sjoerd Simons2010-04-251-1/+2
|
* add tests/interactive/test-empathy-account-chooser.cGuillaume Desmottes2010-04-053-1/+49
|
* Point Makefile.am to .lo files, to please some libtool deityFrédéric Péters2010-02-181-5/+5
|
* Pass a ready EmpathyConnectionManagers to empathy_account_assistant_showGuillaume Desmottes2010-01-251-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 closedGuillaume Desmottes2010-01-201-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 anymoreLaurent Bigonville2009-11-193-0/+63
|
* move test app needing user interaction to interactive/Guillaume Desmottes2009-10-298-0/+336
tests/ should be used only for automatic unit tests.