Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the import system more future-proof | Cosimo Cecchi | 2009-08-22 | 1 | -1/+1 |
| | | | | | | | | | Split the utilities from the widget and the dialog; we now have an enum for supported applications, with a special value which means "all applications", which is the only one which triggers showing the "Source" column in EmpathyImportWidget. We need this to avoid being redundant in the EmpathyAccountAssistant, as we already choose there the application from which to import. | ||||
* | Update the test | Cosimo Cecchi | 2009-08-22 | 1 | -0/+3 |
| | |||||
* | Move back the account assistant to src/ | Cosimo Cecchi | 2009-08-22 | 1 | -0/+5 |
| | |||||
* | Add a test for the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -0/+2 |
| | |||||
* | Transform profile chooser into a protocol chooser | Sjoerd Simons | 2009-07-06 | 1 | -2/+2 |
| | |||||
* | Add test-empathy-profile-chooser. | Jonny Lamb | 2009-06-05 | 1 | -1/+3 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Merge branch 'presets-dialog' | Davyd Madeley | 2009-04-23 | 1 | -1/+3 |
|\ | |||||
| * | Skeleton of a test program for the dialog | Davyd Madeley | 2009-04-21 | 1 | -1/+3 |
| | | |||||
* | | Remove obsolet test applications | Xavier Claessens | 2009-04-22 | 1 | -4/+0 |
|/ | |||||
* | Use autotools magic to take care of disabling deprecated symbols | Laurent Bigonville | 2009-04-18 | 1 | -1/+2 |
| | | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols | ||||
* | enable coding style checks in tests | Guillaume Desmottes | 2009-04-16 | 1 | -0/+5 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2835 | ||||
* | Add a test program for the presence widget | Davyd Madeley | 2009-04-11 | 1 | -1/+3 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2767 | ||||
* | Added Elliot's empetit test program. | Jonny Lamb | 2009-01-31 | 1 | -1/+4 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2335 | ||||
* | Add necessary files to EXTRA_DIST | Xavier Claessens | 2008-12-01 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=1940 | ||||
* | move empathy specifc helpers to check-empathy-helpers | Xavier Claessens | 2008-10-13 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=1553 | ||||
* | fake the profile and the CM for tests | Xavier Claessens | 2008-10-13 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=1549 | ||||
* | rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.c | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1545 | ||||
* | add a test file for EmpathyChatroomManager | Xavier Claessens | 2008-10-13 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=1543 | ||||
* | add EmpathyChatroom tests | Xavier Claessens | 2008-10-13 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=1540 | ||||
* | Add a 2nd test for empathy_contact_run_until_ready(). This tests fails. | Xavier Claessens | 2008-04-11 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=885 | ||||
* | Add a test for empathy_contact_run_until_ready | Xavier Claessens | 2008-03-11 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=758 | ||||
* | Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead. | Xavier Claessens | 2008-03-04 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=693 | ||||
* | Add xml files for unit tests to the release tarball | Xavier Claessens | 2008-03-03 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=691 | ||||
* | Merge commit 'cassidy/irc' | Xavier Claessens | 2008-02-18 | 1 | -1/+6 |
| | | | | svn path=/trunk/; revision=649 | ||||
* | Do not install tests programs | Xavier Claessens | 2008-01-17 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=571 | ||||
* | Revert "merge git work" | Xavier Claessens | 2007-12-29 | 1 | -0/+25 |
| | | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519 | ||||
* | merge git work | Xavier Claessens | 2007-12-29 | 1 | -25/+0 |
| | | | | svn path=/trunk/; revision=518 | ||||
* | Fix build of tests | Xavier Claessens | 2007-12-29 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=510 | ||||
* | Add "check" framework support. Fixes bug #505622 (Guillaume Desmottes). | Xavier Claessens | 2007-12-29 | 1 | -0/+27 |
| | | | | svn path=/trunk/; revision=509 | ||||
* | No need to init gtk, GMainLoop is enough and makes easier to run valgrind. | Xavier Claessens | 2007-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | 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 Claessens | 2007-09-21 | 1 | -0/+15 |
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 |