Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Abort directly if a test failed | Xavier Claessens | 2010-07-30 | 1 | -6/+4 |
| | |||||
* | Make livesearch work if accentued letters are pre-decomposed | Xavier Claessens | 2010-07-30 | 1 | -1/+6 |
| | |||||
* | Add unit tests for the multi-word searching | Xavier Claessens | 2010-07-30 | 1 | -0/+6 |
| | |||||
* | Add GTK_LIBS to build tests | Xavier Claessens | 2010-07-30 | 1 | -3/+6 |
| | |||||
* | add GTK+ flags when building tests | Guillaume Desmottes | 2010-07-13 | 1 | -0/+1 |
| | |||||
* | move GTK+ check to its own PKG_CHECK_MODULES | Guillaume Desmottes | 2010-07-08 | 1 | -1/+3 |
| | |||||
* | rename valgrind.supp to tp-glib.supp | Guillaume Desmottes | 2010-07-02 | 2 | -1/+1 |
| | |||||
* | sync valgrind supp file with tp-glib's one | Guillaume Desmottes | 2010-07-02 | 1 | -581/+203 |
| | |||||
* | Remove dead code in tests that still use MC4 | Xavier Claessens | 2010-06-21 | 1 | -103/+0 |
| | |||||
* | Remove useless occurences of 'gconf' word | Xavier Claessens | 2010-06-21 | 1 | -2/+0 |
| | | | | Die gconf, die! | ||||
* | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 2 | -4/+0 |
| | |||||
* | tests: add TPL CFLAGS and LIBS | Guillaume Desmottes | 2010-06-18 | 2 | -0/+4 |
| | |||||
* | empathy_string_replace_escaped: remove '\r' (#620903) | Guillaume Desmottes | 2010-06-08 | 1 | -0/+4 |
| | |||||
* | empathy-parser-test: use empathy_string_replace_escaped | Guillaume Desmottes | 2010-06-08 | 1 | -18/+7 |
| | |||||
* | empathy-parser-test: stop as soon a test fails | Guillaume Desmottes | 2010-06-08 | 1 | -5/+1 |
| | | | | That's much easier to spot the test failing. | ||||
* | Add unit test for the live search matching | Xavier Claessens | 2010-06-08 | 3 | -1/+81 |
| | |||||
* | 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 |
| | |||||
* | Revert "Disable empathy-parser-test for now as it doesn't build any more" | Xavier Claessens | 2010-03-05 | 1 | -2/+2 |
| | | | | This reverts commit 400dc9cfed1e4ff95e10ecec47c51871332302a9. | ||||
* | Parser API is moved from empathy-ui-utils to empathy-string-parser | Xavier Claessens | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Disable empathy-parser-test for now as it doesn't build any moreEMPATHY_2_29_91_2 | Guillaume Desmottes | 2010-03-05 | 1 | -2/+2 |
| | |||||
* | 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). | ||||
* | Add some more tests, and fail only after all have run, it's easier to debug | Xavier Claessens | 2009-11-25 | 1 | -8/+18 |
| | |||||
* | Add test for bug #597049 | Xavier Claessens | 2009-11-25 | 1 | -2/+9 |
| | |||||
* | Add more test cases and fix some found issues in link regex. | Xavier Claessens | 2009-11-25 | 1 | -20/+52 |
| | |||||
* | Replace GString param with a generic gpointer user_data, and port ↵ | Xavier Claessens | 2009-11-25 | 1 | -5/+21 |
| | | | | EmpathyChatTextView to new parser API. | ||||
* | Also parse smileys in tests | Xavier Claessens | 2009-11-25 | 1 | -0/+14 |
| | |||||
* | Init GTK from test_init() | Xavier Claessens | 2009-11-25 | 1 | -2/+4 |
| | |||||
* | Add parser tests | Xavier Claessens | 2009-11-25 | 3 | -1/+72 |
| | |||||
* | Call empathy_init() from test_init() | Xavier Claessens | 2009-11-25 | 1 | -1/+3 |
| | |||||
* | Move empathy-log to tests/interactive and don't install it anymore | Laurent Bigonville | 2009-11-19 | 3 | -0/+63 |
| | |||||
* | rename check-irc-helper to test-irc-helper | Guillaume Desmottes | 2009-11-03 | 6 | -7/+7 |
| | |||||
* | merge check-empathy-helpers to test-helper | Guillaume Desmottes | 2009-11-03 | 7 | -205/+188 |
| | |||||
* | remove check-* | Guillaume Desmottes | 2009-11-03 | 8 | -189/+1 |
| | |||||
* | port check-empathy-chatroom-manager.c to GTest | Guillaume Desmottes | 2009-11-03 | 5 | -22/+31 |
| | | | | | The tests have not been ported yet as they are currently disabled. | ||||
* | port check-empathy-chatroom.c to GTest | Guillaume Desmottes | 2009-11-03 | 5 | -16/+24 |
| | | | | | The tests have not been ported yet as they are currently disabled. | ||||
* | port check-empathy-irc-network-manager.c to GTest | Guillaume Desmottes | 2009-11-03 | 6 | -103/+120 |
| | |||||
* | port check-empathy-irc-network.c to GTest | Guillaume Desmottes | 2009-11-03 | 5 | -40/+50 |
| | |||||
* | port check-empathy-irc-server.c to GTest | Guillaume Desmottes | 2009-11-03 | 6 | -40/+48 |
| | |||||
* | move test_init/test_deinit to test-helper.c | Guillaume Desmottes | 2009-11-03 | 4 | -17/+31 |
| | |||||
* | port check-empathy-utils.c to GTest | Guillaume Desmottes | 2009-11-03 | 6 | -34/+72 |
| | |||||
* | Merge branch 'accountz' | Jonny Lamb | 2009-11-02 | 3 | -5/+6 |
|\ | |||||
| * | check-empathy-chatroom-manager: port to new tp-glib account API | Jonny Lamb | 2009-10-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | tests: port to new tp-glib account API | Jonny Lamb | 2009-10-25 | 2 | -4/+5 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | move test app needing user interaction to interactive/ | Guillaume Desmottes | 2009-10-29 | 10 | -32/+44 |
| | | | | | | | | tests/ should be used only for automatic unit tests. | ||||
* | | check-empathy-irc-network-manager: fix shadow declarations | Jonny Lamb | 2009-10-25 | 1 | -6/+0 |
|/ | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Enable extra error CFLAGS in tests/ | Guillaume Desmottes | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | Use new API in the test. | Cosimo Cecchi | 2009-10-15 | 1 | -1/+1 |
| | |||||
* | Ignore tests/test-empathy-account-assistant | Xavier Claessens | 2009-08-24 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Add a parent window property to the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -1/+1 |
| | |||||
* | Move back the account assistant to src/ | Cosimo Cecchi | 2009-08-22 | 2 | -1/+6 |
| | |||||
* | Implement first page in the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -1/+1 |
| | |||||
* | Add a test for the assistant | Cosimo Cecchi | 2009-08-22 | 2 | -0/+27 |
| | |||||
* | Merge branch 'sjoerd-mc5' into mc5 | Cosimo Cecchi | 2009-08-01 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c libempathy-gtk/empathy-protocol-chooser.c | ||||
| * | Update gitignore | Xavier Claessens | 2009-07-28 | 1 | -1/+1 |
| | | |||||
* | | Synchronize EmpathyProtocolChooser and EmpathyAccountsDialog | Cosimo Cecchi | 2009-07-30 | 1 | -4/+4 |
|/ | | | | | Synchronize the two objects with the help of EmpathyConnectionManagers, so that we can get a consistent list of the CMs when using the chooser. | ||||
* | Disable tests that try to use MC4 related code | Sjoerd Simons | 2009-07-22 | 3 | -0/+10 |
| | |||||
* | Transform profile chooser into a protocol chooser | Sjoerd Simons | 2009-07-06 | 2 | -4/+4 |
| | |||||
* | Add api to create accounts, by cm and proto name | Sjoerd Simons | 2009-07-06 | 1 | -1/+2 |
| | |||||
* | Port the tests to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 5 | -28/+51 |
| | |||||
* | Add test-empathy-profile-chooser. | Jonny Lamb | 2009-06-05 | 3 | -1/+35 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | check-empathy-helpers: gconf_entry_free has been deprecated; use ↵ | Guillaume Desmottes | 2009-04-23 | 1 | -1/+1 |
| | | | | gconf_entry_unref | ||||
* | Merge branch 'presets-dialog' | Davyd Madeley | 2009-04-23 | 4 | -1/+57 |
|\ | |||||
| * | Make test load status presets | Davyd Madeley | 2009-04-22 | 1 | -0/+4 |
| | | |||||
| * | Skeleton of a test program for the dialog | Davyd Madeley | 2009-04-21 | 3 | -1/+53 |
| | | |||||
* | | Remove obsolet test applications | Xavier Claessens | 2009-04-22 | 3 | -120/+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 | ||||
* | coding style fixes | Guillaume Desmottes | 2009-04-16 | 2 | -2/+2 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2836 | ||||
* | 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 | ||||
* | Adjust empetit to test the contact selector filtering. | Jonny Lamb | 2009-04-11 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2806 | ||||
* | Add tests/test-empathy-presence-chooser to gitignore | Xavier Claessens | 2009-04-11 | 1 | -0/+1 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2803 | ||||
* | Coding style fix for test | Davyd Madeley | 2009-04-11 | 1 | -2/+5 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2801 | ||||
* | Fix typo in my email address | Davyd Madeley | 2009-04-11 | 1 | -1/+1 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2784 | ||||
* | Update comment headers/copyrights/etc. | Davyd Madeley | 2009-04-11 | 1 | -0/+20 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2782 | ||||
* | Add a test program for the presence widget | Davyd Madeley | 2009-04-11 | 2 | -1/+32 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2767 | ||||
* | Add a message format for gtk_message_dialog_new | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2359 | ||||
* | Rename _get_selected to _dup_selected and make sure the contact is unrefed. | Jonny Lamb | 2009-01-31 | 1 | -1/+3 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2357 | ||||
* | Removed dispatcher dup as it's been fixed. | Jonny Lamb | 2009-01-31 | 1 | -4/+0 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2356 | ||||
* | Pass an EmpathyContactList to _new and create the store from that. | Jonny Lamb | 2009-01-31 | 1 | -4/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2355 | ||||
* | Use empathy_gtk_init. | Jonny Lamb | 2009-01-31 | 1 | -4/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2352 | ||||
* | Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+. | Jonny Lamb | 2009-01-31 | 1 | -3/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2347 | ||||
* | Use gtk_main_quit as the destroy callback. | Jonny Lamb | 2009-01-31 | 1 | -9/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2346 | ||||
* | Updated empetit to use the new dispatcher. | Jonny Lamb | 2009-01-31 | 1 | -3/+26 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2338 | ||||
* | Use the new _dup_singleton function instead of _new. | Jonny Lamb | 2009-01-31 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2337 | ||||
* | Added Elliot's empetit test program. | Jonny Lamb | 2009-01-31 | 3 | -1/+83 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2335 | ||||
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 1 | -16/+16 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2185 | ||||
* | Port EmpathyContactManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 2 | -2/+2 |
| | | | | svn path=/trunk/; revision=2121 | ||||
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2113 | ||||
* | Don't forget to include empathy-utils.h to get empathy_init(). | Xavier Claessens | 2008-12-16 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=1974 | ||||
* | Init empathy for megaphone, nothere and check-main. | Xavier Claessens | 2008-12-12 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=1972 | ||||
* | gtk_init and g_thread_init shouldn't be called by libraries. Let ↵ | Xavier Claessens | 2008-12-12 | 1 | -1/+2 |
| | | | | | | applications do it. svn path=/trunk/; revision=1971 | ||||
* | Use empathy_gtk_init() | Xavier Claessens | 2008-12-12 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=1968 | ||||
* | Improve the contact-manager to display contacts in a combobox | Xavier Claessens | 2008-12-05 | 1 | -15/+20 |
| | | | | svn path=/trunk/; revision=1946 | ||||
* | Add necessary files to EXTRA_DIST | Xavier Claessens | 2008-12-01 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=1940 | ||||
* | Fix distcheck of tests/xml/ | Xavier Claessens | 2008-12-01 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1938 | ||||
* | check-empathy-chatroom-manager.c: factor out change_account_name_in_file | Xavier Claessens | 2008-10-13 | 1 | -36/+35 |
| | | | | svn path=/trunk/; revision=1577 | ||||
* | check-empathy-chatroom-manager.c: check the result of system() | Xavier Claessens | 2008-10-13 | 1 | -1/+7 |
| | | | | svn path=/trunk/; revision=1576 | ||||
* | reuse test account instead of creating one at each test to avoid to pollute ↵ | Xavier Claessens | 2008-10-13 | 4 | -16/+29 |
| | | | | | | gconf DB with loooooot of unremovable accounts svn path=/trunk/; revision=1573 | ||||
* | automatically save the chatroom mgr XML file when one chatroom is modified | Xavier Claessens | 2008-10-13 | 1 | -0/+74 |
| | | | | svn path=/trunk/; revision=1568 | ||||
* | test empathy chatroom manager change favorite | Xavier Claessens | 2008-10-13 | 1 | -0/+65 |
| | | | | svn path=/trunk/; revision=1565 | ||||
* | test favorite change | Xavier Claessens | 2008-10-13 | 1 | -0/+31 |
| | | | | svn path=/trunk/; revision=1563 | ||||
* | test empathy_chatroom_manager_remove | Xavier Claessens | 2008-10-13 | 1 | -0/+56 |
| | | | | svn path=/trunk/; revision=1562 | ||||
* | test empathy_chatroom_manager_add | Xavier Claessens | 2008-10-13 | 1 | -0/+65 |
| | | | | svn path=/trunk/; revision=1561 | ||||
* | check_chatrooms_list: don't depend on the order of the chatrooms in the list | Xavier Claessens | 2008-10-13 | 1 | -5/+22 |
| | | | | svn path=/trunk/; revision=1560 | ||||
* | factor out check_chatrooms_list | Xavier Claessens | 2008-10-13 | 1 | -30/+35 |
| | | | | svn path=/trunk/; revision=1559 | ||||
* | factor out check_chatroom | Xavier Claessens | 2008-10-13 | 1 | -9/+18 |
| | | | | svn path=/trunk/; revision=1558 | ||||
* | test chatroom xml parsing | Xavier Claessens | 2008-10-13 | 1 | -0/+37 |
| | | | | svn path=/trunk/; revision=1557 | ||||
* | fix leak in destroy_test_account | Xavier Claessens | 2008-10-13 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=1556 | ||||
* | rename remove_account_from_gconf to destroy_test_account and destroy the ↵ | Xavier Claessens | 2008-10-13 | 4 | -11/+8 |
| | | | | | | account object in it svn path=/trunk/; revision=1555 | ||||
* | factor out create_test_account | Xavier Claessens | 2008-10-13 | 4 | -8/+18 |
| | | | | svn path=/trunk/; revision=1554 | ||||
* | move empathy specifc helpers to check-empathy-helpers | Xavier Claessens | 2008-10-13 | 7 | -102/+160 |
| | | | | svn path=/trunk/; revision=1553 | ||||
* | load the chatrooms sample XML file | Xavier Claessens | 2008-10-13 | 1 | -1/+20 |
| | | | | svn path=/trunk/; revision=1552 | ||||
* | add 2 chatrooms to chatrooms-sample.xml | Xavier Claessens | 2008-10-13 | 1 | -1/+14 |
| | | | | svn path=/trunk/; revision=1551 | ||||
* | add remove_account_from_gconf to check-helpers | Xavier Claessens | 2008-10-13 | 2 | -0/+67 |
| | | | | svn path=/trunk/; revision=1550 | ||||
* | fake the profile and the CM for tests | Xavier Claessens | 2008-10-13 | 4 | -3/+13 |
| | | | | svn path=/trunk/; revision=1549 | ||||
* | factor out get_xml_file, get_user_xml_file and copy_xml_file | Xavier Claessens | 2008-10-13 | 4 | -73/+44 |
| | | | | svn path=/trunk/; revision=1548 | ||||
* | copy chatrooms xml file instead of using the sample one for tests | Xavier Claessens | 2008-10-13 | 1 | -1/+30 |
| | | | | svn path=/trunk/; revision=1547 | ||||
* | move xml/chatrooms.xml to xml/chatrooms-sample.xml | Xavier Claessens | 2008-10-13 | 2 | -1/+4 |
| | | | | svn path=/trunk/; revision=1546 | ||||
* | rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.c | Xavier Claessens | 2008-10-13 | 2 | -3/+2 |
| | | | | svn path=/trunk/; revision=1545 | ||||
* | check-empathy-chatroom: unref and destroy the account | Xavier Claessens | 2008-10-13 | 1 | -2/+5 |
| | | | | svn path=/trunk/; revision=1544 | ||||
* | add a test file for EmpathyChatroomManager | Xavier Claessens | 2008-10-13 | 6 | -2/+47 |
| | | | | svn path=/trunk/; revision=1543 | ||||
* | add EmpathyChatroom tests | Xavier Claessens | 2008-10-13 | 4 | -1/+132 |
| | | | | svn path=/trunk/; revision=1540 | ||||
* | Display debug messages in the contact-manager tests program. | Xavier Claessens | 2008-08-03 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=1287 | ||||
* | Add new program to gitignore | Xavier Claessens | 2008-04-11 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=887 | ||||
* | Change this test to be a bit more real-live | Xavier Claessens | 2008-04-11 | 1 | -7/+19 |
| | | | | svn path=/trunk/; revision=886 | ||||
* | Add a 2nd test for empathy_contact_run_until_ready(). This tests fails. | Xavier Claessens | 2008-04-11 | 2 | -1/+66 |
| | | | | svn path=/trunk/; revision=885 | ||||
* | Improve a bit the test and fix empathy_contact_run_until, data.ready was not ↵ | Xavier Claessens | 2008-03-11 | 1 | -8/+10 |
| | | | | | | set. svn path=/trunk/; revision=760 | ||||
* | Minimal version of contact-run-until-ready test | Xavier Claessens | 2008-03-11 | 2 | -20/+15 |
| | | | | svn path=/trunk/; revision=759 | ||||
* | Add a test for empathy_contact_run_until_ready | Xavier Claessens | 2008-03-11 | 2 | -1/+48 |
| | | | | svn path=/trunk/; revision=758 | ||||
* | Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead. | Xavier Claessens | 2008-03-04 | 2 | -24/+78 |
| | | | | svn path=/trunk/; revision=693 | ||||
* | Add xml files for unit tests to the release tarball | Xavier Claessens | 2008-03-03 | 2 | -0/+5 |
| | | | | svn path=/trunk/; revision=691 | ||||
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=688 | ||||
* | Merge commit 'cassidy/irc' | Xavier Claessens | 2008-02-18 | 11 | -1/+1333 |
| | | | | 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 | 9 | -0/+1047 |
| | | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519 | ||||
* | merge git work | Xavier Claessens | 2007-12-29 | 9 | -1047/+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 | 9 | -0/+1049 |
| | | | | svn path=/trunk/; revision=509 | ||||
* | Use g_timeout_add_seconds when appropriated to avoid weaking the process | Xavier Claessens | 2007-10-13 | 1 | -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. Fix | Xavier Claessens | 2007-09-28 | 1 | -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 Claessens | 2007-09-27 | 2 | -7/+11 |
| | | | | | | | | | | | 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 | 2 | -0/+45 |
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 |