aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* roster-view: inherit from GtkListBoxGuillaume Desmottes2013-09-043-6/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706988
* fix 'popup-individual-menu' in roster testsGuillaume Desmottes2013-09-043-6/+9
| | | | We added the 'group' argument to the signal.
* Use the telepathy-account-widgets submodule instead of the internal copyMarco Barisione2013-08-202-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* calendar-button: move from Empathy to tp-accounts-widgetsMarco Barisione2013-08-201-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* string-parser: move everything except for _match_smiley(), to tp-awMarco Barisione2013-08-201-4/+5
| | | | | | | empathy_string_match_smiley() depends on other files and it's not needed by tp-account-widgets, so we can leave it in libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* live-search: move from Empathy to tp-account-widgetsMarco Barisione2013-08-205-8/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* keyring: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tp-account-widgets: rename all the files from empathy-* to tpaw-*Marco Barisione2013-08-204-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tp-account-widgets: Switch the symbols namespace to tpawEmanuele Aina2013-08-205-121/+121
| | | | | | | | The file names have been kept unchanged to keep the diff simple and will be updated later. This makes easier to spot where the account widgets still rely on libempathy. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tp-account-widgets: Move the IRC support sources with the account widgetEmanuele Aina2013-08-201-0/+2
| | | | | | | | To handle different networks and servers the IRC account widget uses many helper object and functions. Move them close to the IRC account widget sources. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Clean up #include directives in source filesEmanuele Aina2013-04-026-24/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Clean up #include directives in headersEmanuele Aina2013-04-022-4/+2
| | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-0220-52/+34
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-0122-46/+48
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-0120-44/+44
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* tests: Fix empathy-tls-testStef Walter2013-02-068-31/+67
| | | | | | | * Create new certificates * Add a make target for rebuilding the certificates in the future https://bugzilla.gnome.org/show_bug.cgi?id=693190
* tests: disable empathy-tls-testEMPATHY_3_7_5Guillaume Desmottes2013-02-051-2/+2
| | | | | The test is currently broken because tests/certificates/dhansak-collabora.cer expired. I opened bgo#693190 to fix it.
* include telepathy-glib.hGuillaume Desmottes2012-09-173-4/+3
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* update tests/interactive/.gitignoreGuillaume Desmottes2012-09-061-0/+2
|
* "gck/pkcs11.h" is deprecated, must use p11-kit/pkcs11.h nowXavier Claessens2012-08-141-1/+1
|
* model-aggregator test app filters on avatar presenceLaurent Contzen2012-08-101-0/+4
|
* Added filtering function to model-aggregatorLaurent Contzen2012-08-091-1/+10
|
* New test app test-empathy-roster-model-aggregator.cLaurent Contzen2012-08-092-1/+154
|
* Removed the manager from the view, relying only on the modelLaurent Contzen2012-08-062-3/+2
|
* Added test-empathy-dual-roster-viewLaurent Contzen2012-08-062-1/+158
|
* empathy-roster-view: start using empathy-roster-modelLaurent Contzen2012-07-231-1/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680302
* roster-view: use a signal instead of a cb to handle individual tooltipsGuillaume Desmottes2012-06-181-3/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678294
* roster-view: add 'empty' propertyGuillaume Desmottes2012-06-141-0/+13
|
* add API for individual tooltipsGuillaume Desmottes2012-06-141-0/+16
|
* Add popup-individual-menu signalGuillaume Desmottes2012-06-141-0/+30
|
* add a signal when a contact is activatedGuillaume Desmottes2012-06-141-0/+14
|
* roster-view: add live search supportGuillaume Desmottes2012-06-141-2/+11
|
* test-empathy-roster-view: add --groups optionGuillaume Desmottes2012-06-141-0/+3
|
* test-empathy-roster-view: add option to display offline contactsGuillaume Desmottes2012-06-141-0/+21
|
* add test-empathy-roster-viewGuillaume Desmottes2012-06-143-1/+47
|
* remove libebook supportGuillaume Desmottes2012-06-071-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
* Use TpTpTLSCertificateGuillaume Desmottes2012-05-101-28/+29
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=674318
* add tests/certificates/Makefile.amGuillaume Desmottes2012-04-232-1/+4
| | | | | certificates needs to be in EXTRA_DIST so empathy-tls-test passes when distchecking.
* tls-test: Use a proper PKCS#11 mock module for testingStef Walter2012-04-195-43/+1821
| | | | | | | | | | | * In empathy-tls-test.c use a proper PKCS#11 mock module, which we can place certificate anchors and pinned certificates in. * Fix EmpathyTlsVerifier to check for server trust assertions not client ones, this was a bug highlighted by fixing tests. https://bugzilla.gnome.org/show_bug.cgi?id=668186 https://bugzilla.gnome.org/show_bug.cgi?id=668261
* add tests to noinst_PROGRAMSGuillaume Desmottes2012-04-191-1/+4
| | | | | Make sure tests are always build. This is how tp-glib is handling its tests as well.
* Hook tests on 'make check' instead of 'make test'Guillaume Desmottes2012-04-191-6/+4
| | | | | | | | This is how it's supposed to be done and so has the nice side effect of actually using TESTS_ENVIRONMENT and so fix tests if EMPATHY_SRCDIR is not defined. https://bugzilla.gnome.org/show_bug.cgi?id=668186
* stop using g_thread_initGuillaume Desmottes2012-04-051-1/+0
| | | | | | It has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662
* add EmpathyCalendarButtonGuillaume Desmottes2012-03-163-1/+76
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671981
* add missing config.h in testsGuillaume Desmottes2012-03-122-0/+4
|
* remove empathy-auto-salut-account-helperGuillaume Desmottes2012-02-171-11/+0
| | | | | | It was used only by the accounts assistant https://bugzilla.gnome.org/show_bug.cgi?id=652669
* Remove empathy-account-assistantGuillaume Desmottes2012-02-171-42/+0
| | | | | | DIE DIE DIE!!! https://bugzilla.gnome.org/show_bug.cgi?id=652669
* empathy-tls-test: use g_assert_(no_)error()Guillaume Desmottes2012-01-191-22/+23
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=668186
* empathy-irc-network-manager-test: use more specific assertionsGuillaume Desmottes2012-01-191-22/+21
| | | | | | They are more useful for debugging when the test is failing. https://bugzilla.gnome.org/show_bug.cgi?id=668186
* contact-blocking-dialog: stop using EmpathyContactManagerGuillaume Desmottes2011-12-021-7/+35
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547
* remove EmpathyContactManager's testGuillaume Desmottes2011-11-242-45/+0
| | | | | | We want to get rid of it any way. https://bugzilla.gnome.org/show_bug.cgi?id=663387
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-162-3/+3
| | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/
* empathy-logs: prepare the account manager firstGuillaume Desmottes2011-11-141-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 styleGuillaume Desmottes2011-11-141-17/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=663873
* remove empetitGuillaume Desmottes2011-10-092-71/+0
| | | | | | It used to test EmpathyContactSelector which is going away. https://bugzilla.gnome.org/show_bug.cgi?id=629517
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-5/+5
| | | | | | | | | | | | | | | | | - EmpathyChannelFactory has been changed to EmpathyClientFactory and inherit from TpAutomaticClientFactory. - We now always use the _with_am variant of TpSimple* constructors - We define our own factory as default. - Replace empathy_get_account_for_connection() by tp_connection_get_account() - The factory is passed to EmpathyTpChat and TpyCallChannel - Use tp_simple_client_factory_ensure_account() instead of tp_account_manager_ensure_account(). - Rely on the factory to prepare connection features. This should ensure that all the TpProxy and TpContact objects created in Empathy are shared and use EmpathyClientFactory. https://bugzilla.gnome.org/show_bug.cgi?id=655799
* tests: simplify running blocking dialogWill Thompson2011-08-091-8/+1
| | | | This is reminiscent of 8f42bd4.
* remove unused string util functionsGuillaume Desmottes2011-06-292-37/+0
|
* PresetDialog test: quit cleanlyWill Thompson2011-06-241-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 warningsMarc Plano-Lesay2011-05-051-2/+1
|
* Fix calls to empathy_tls_verifier_new() in tests.Stef Walter2011-03-231-11/+76
|
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-171-2/+2
| | | | | We don't have EmpathyDispatcher any more so this file just contains some utility functions now.
* Prepare EmpathyContactManager in testDanielle Madeley2011-03-081-0/+7
|
* Connect ::response in testDanielle Madeley2011-03-081-0/+3
|
* Test for contact blocking dialogDanielle Madeley2011-03-083-0/+48
|
* tests: Fix memory leak of dbus connectionStef Walter2010-12-241-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3
* libempathy, tests: Wrap new function arguments properly.Stef Walter2010-12-241-11/+24
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3
* tests: Lookup the pkcs11 standalone directory at run time.Stef Walter2010-12-242-2/+20
| | | | | Rather than cluttering up configure, lookup the relevant directory at runtime.
* test: Add tests which load PKCS#11 modules for TLS verification.Stef Walter2010-12-243-45/+236
| | | | | | Add various tests which load gnome-keyring PKCS#11 modules and use them in the TLS verification. These are the standalone versions of the builtin gnome-keyring PKCS#11 modules.
* tests: Add test for basic verification.Stef Walter2010-12-241-13/+47
| | | | | This test depends on the certificates you have in gnome-keyring, will fix this dependency in later commits.
* tests: Add mock object and test infrastructure for testing tls.Stef Walter2010-12-244-1/+362
| | | | | | | Create a mock o.f.T.Authentication.TLSCertificate object and connect to it in various tests. Loads certificate data from certificates/ subdir
* Group all harddeps in one pkg-config callXavier Claessens2010-11-152-4/+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).
* String parser is changed in order not to break URLs at apostrophes.Vitaly Minko2010-11-011-1/+5
|
* 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.
* Abort directly if a test failedXavier Claessens2010-07-301-6/+4
|
* Make livesearch work if accentued letters are pre-decomposedXavier Claessens2010-07-301-1/+6
|
* Add unit tests for the multi-word searchingXavier Claessens2010-07-301-0/+6
|
* Add GTK_LIBS to build testsXavier Claessens2010-07-301-3/+6
|
* add GTK+ flags when building testsGuillaume Desmottes2010-07-131-0/+1
|
* move GTK+ check to its own PKG_CHECK_MODULESGuillaume Desmottes2010-07-081-1/+3
|
* rename valgrind.supp to tp-glib.suppGuillaume Desmottes2010-07-022-1/+1
|
* sync valgrind supp file with tp-glib's oneGuillaume Desmottes2010-07-021-581/+203
|
* Remove dead code in tests that still use MC4Xavier Claessens2010-06-211-103/+0
|
* Remove useless occurences of 'gconf' wordXavier Claessens2010-06-211-2/+0
| | | | Die gconf, die!
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-182-4/+0
|
* tests: add TPL CFLAGS and LIBSGuillaume Desmottes2010-06-182-0/+4
|
* empathy_string_replace_escaped: remove '\r' (#620903)Guillaume Desmottes2010-06-081-0/+4
|
* empathy-parser-test: use empathy_string_replace_escapedGuillaume Desmottes2010-06-081-18/+7
|
* empathy-parser-test: stop as soon a test failsGuillaume Desmottes2010-06-081-5/+1
| | | | That's much easier to spot the test failing.
* Add unit test for the live search matchingXavier Claessens2010-06-083-1/+81
|
* 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
|
* Revert "Disable empathy-parser-test for now as it doesn't build any more"Xavier Claessens2010-03-051-2/+2
| | | | This reverts commit 400dc9cfed1e4ff95e10ecec47c51871332302a9.
* Parser API is moved from empathy-ui-utils to empathy-string-parserXavier Claessens2010-03-051-1/+1
|
* Disable empathy-parser-test for now as it doesn't build any moreEMPATHY_2_29_91_2Guillaume Desmottes2010-03-051-2/+2
|
* 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).
* Add some more tests, and fail only after all have run, it's easier to debugXavier Claessens2009-11-251-8/+18
|
* Add test for bug #597049Xavier Claessens2009-11-251-2/+9
|
* Add more test cases and fix some found issues in link regex.Xavier Claessens2009-11-251-20/+52
|
* Replace GString param with a generic gpointer user_data, and port ↵Xavier Claessens2009-11-251-5/+21
| | | | EmpathyChatTextView to new parser API.
* Also parse smileys in testsXavier Claessens2009-11-251-0/+14
|
* Init GTK from test_init()Xavier Claessens2009-11-251-2/+4
|
* Add parser testsXavier Claessens2009-11-253-1/+72
|
* Call empathy_init() from test_init()Xavier Claessens2009-11-251-1/+3
|
* Move empathy-log to tests/interactive and don't install it anymoreLaurent Bigonville2009-11-193-0/+63
|
* rename check-irc-helper to test-irc-helperGuillaume Desmottes2009-11-036-7/+7
|
* merge check-empathy-helpers to test-helperGuillaume Desmottes2009-11-037-205/+188
|
* remove check-*Guillaume Desmottes2009-11-038-189/+1
|
* port check-empathy-chatroom-manager.c to GTestGuillaume Desmottes2009-11-035-22/+31
| | | | | The tests have not been ported yet as they are currently disabled.
* port check-empathy-chatroom.c to GTestGuillaume Desmottes2009-11-035-16/+24
| | | | | The tests have not been ported yet as they are currently disabled.
* port check-empathy-irc-network-manager.c to GTestGuillaume Desmottes2009-11-036-103/+120
|
* port check-empathy-irc-network.c to GTestGuillaume Desmottes2009-11-035-40/+50
|
* port check-empathy-irc-server.c to GTestGuillaume Desmottes2009-11-036-40/+48
|
* move test_init/test_deinit to test-helper.cGuillaume Desmottes2009-11-034-17/+31
|
* port check-empathy-utils.c to GTestGuillaume Desmottes2009-11-036-34/+72
|
* Merge branch 'accountz'Jonny Lamb2009-11-023-5/+6
|\
| * check-empathy-chatroom-manager: port to new tp-glib account APIJonny Lamb2009-10-251-1/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * tests: port to new tp-glib account APIJonny Lamb2009-10-252-4/+5
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | move test app needing user interaction to interactive/Guillaume Desmottes2009-10-2910-32/+44
| | | | | | | | tests/ should be used only for automatic unit tests.
* | check-empathy-irc-network-manager: fix shadow declarationsJonny Lamb2009-10-251-6/+0
|/ | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Enable extra error CFLAGS in tests/Guillaume Desmottes2009-10-231-0/+1
|
* Use new API in the test.Cosimo Cecchi2009-10-151-1/+1
|
* Ignore tests/test-empathy-account-assistantXavier Claessens2009-08-241-0/+1
|
* Make the import system more future-proofCosimo Cecchi2009-08-221-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 testCosimo Cecchi2009-08-221-0/+3
|
* Add a parent window property to the assistantCosimo Cecchi2009-08-221-1/+1
|
* Move back the account assistant to src/Cosimo Cecchi2009-08-222-1/+6
|
* Implement first page in the assistantCosimo Cecchi2009-08-221-1/+1
|
* Add a test for the assistantCosimo Cecchi2009-08-222-0/+27
|
* Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-011-1/+1
|\ | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c libempathy-gtk/empathy-protocol-chooser.c
| * Update gitignoreXavier Claessens2009-07-281-1/+1
| |
* | Synchronize EmpathyProtocolChooser and EmpathyAccountsDialogCosimo Cecchi2009-07-301-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 codeSjoerd Simons2009-07-223-0/+10
|
* Transform profile chooser into a protocol chooserSjoerd Simons2009-07-062-4/+4
|
* Add api to create accounts, by cm and proto nameSjoerd Simons2009-07-061-1/+2
|
* Port the tests to EmpathyAccountSjoerd Simons2009-07-015-28/+51
|
* Add test-empathy-profile-chooser.Jonny Lamb2009-06-053-1/+35
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* check-empathy-helpers: gconf_entry_free has been deprecated; use ↵Guillaume Desmottes2009-04-231-1/+1
| | | | gconf_entry_unref
* Merge branch 'presets-dialog'Davyd Madeley2009-04-234-1/+57
|\
| * Make test load status presetsDavyd Madeley2009-04-221-0/+4
| |
| * Skeleton of a test program for the dialogDavyd Madeley2009-04-213-1/+53
| |
* | Remove obsolet test applicationsXavier Claessens2009-04-223-120/+0
|/
* Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-181-1/+2
| | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* coding style fixesGuillaume Desmottes2009-04-162-2/+2
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2836
* enable coding style checks in testsGuillaume Desmottes2009-04-161-0/+5
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2835
* Adjust empetit to test the contact selector filtering.Jonny Lamb2009-04-111-0/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2806
* Add tests/test-empathy-presence-chooser to gitignoreXavier Claessens2009-04-111-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2803
* Coding style fix for testDavyd Madeley2009-04-111-2/+5
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2801
* Fix typo in my email addressDavyd Madeley2009-04-111-1/+1
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2784
* Update comment headers/copyrights/etc.Davyd Madeley2009-04-111-0/+20
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2782
* Add a test program for the presence widgetDavyd Madeley2009-04-112-1/+32
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2767
* Add a message format for gtk_message_dialog_newXavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2359
* Rename _get_selected to _dup_selected and make sure the contact is unrefed.Jonny Lamb2009-01-311-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 Lamb2009-01-311-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 Lamb2009-01-311-4/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2355
* Use empathy_gtk_init.Jonny Lamb2009-01-311-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 Lamb2009-01-311-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 Lamb2009-01-311-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 Lamb2009-01-311-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 Lamb2009-01-311-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2337
* Added Elliot's empetit test program.Jonny Lamb2009-01-313-1/+83
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2335
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-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 Claessens2009-01-092-2/+2
| | | | svn path=/trunk/; revision=2121
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2113
* Don't forget to include empathy-utils.h to get empathy_init().Xavier Claessens2008-12-161-0/+1
| | | | svn path=/trunk/; revision=1974
* Init empathy for megaphone, nothere and check-main.Xavier Claessens2008-12-121-0/+1
| | | | svn path=/trunk/; revision=1972
* 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
* Add necessary files to EXTRA_DISTXavier Claessens2008-12-011-0/+4
| | | | svn path=/trunk/; revision=1940
* Fix distcheck of tests/xml/Xavier Claessens2008-12-011-1/+1
| | | | svn path=/trunk/; revision=1938
* check-empathy-chatroom-manager.c: factor out change_account_name_in_fileXavier Claessens2008-10-131-36/+35
| | | | svn path=/trunk/; revision=1577
* check-empathy-chatroom-manager.c: check the result of system()Xavier Claessens2008-10-131-1/+7
| | | | svn path=/trunk/; revision=1576
* reuse test account instead of creating one at each test to avoid to pollute ↵Xavier Claessens2008-10-134-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 modifiedXavier Claessens2008-10-131-0/+74
| | | | svn path=/trunk/; revision=1568
* test empathy chatroom manager change favoriteXavier Claessens2008-10-131-0/+65
| | | | svn path=/trunk/; revision=1565
* test favorite changeXavier Claessens2008-10-131-0/+31
| | | | svn path=/trunk/; revision=1563
* test empathy_chatroom_manager_removeXavier Claessens2008-10-131-0/+56
| | | | svn path=/trunk/; revision=1562
* test empathy_chatroom_manager_addXavier Claessens2008-10-131-0/+65
| | | | svn path=/trunk/; revision=1561
* check_chatrooms_list: don't depend on the order of the chatrooms in the listXavier Claessens2008-10-131-5/+22
| | | | svn path=/trunk/; revision=1560
* factor out check_chatrooms_listXavier Claessens2008-10-131-30/+35
| | | | svn path=/trunk/; revision=1559
* factor out check_chatroomXavier Claessens2008-10-131-9/+18
| | | | svn path=/trunk/; revision=1558
* test chatroom xml parsingXavier Claessens2008-10-131-0/+37
| | | | svn path=/trunk/; revision=1557
* fix leak in destroy_test_accountXavier Claessens2008-10-131-0/+2
| | | | svn path=/trunk/; revision=1556
* rename remove_account_from_gconf to destroy_test_account and destroy the ↵Xavier Claessens2008-10-134-11/+8
| | | | | | account object in it svn path=/trunk/; revision=1555
* factor out create_test_accountXavier Claessens2008-10-134-8/+18
| | | | svn path=/trunk/; revision=1554
* move empathy specifc helpers to check-empathy-helpersXavier Claessens2008-10-137-102/+160
| | | | svn path=/trunk/; revision=1553
* load the chatrooms sample XML fileXavier Claessens2008-10-131-1/+20
| | | | svn path=/trunk/; revision=1552
* add 2 chatrooms to chatrooms-sample.xmlXavier Claessens2008-10-131-1/+14
| | | | svn path=/trunk/; revision=1551
* add remove_account_from_gconf to check-helpersXavier Claessens2008-10-132-0/+67
| | | | svn path=/trunk/; revision=1550
* fake the profile and the CM for testsXavier Claessens2008-10-134-3/+13
| | | | svn path=/trunk/; revision=1549
* factor out get_xml_file, get_user_xml_file and copy_xml_fileXavier Claessens2008-10-134-73/+44
| | | | svn path=/trunk/; revision=1548
* copy chatrooms xml file instead of using the sample one for testsXavier Claessens2008-10-131-1/+30
| | | | svn path=/trunk/; revision=1547
* move xml/chatrooms.xml to xml/chatrooms-sample.xmlXavier Claessens2008-10-132-1/+4
| | | | svn path=/trunk/; revision=1546
* rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.cXavier Claessens2008-10-132-3/+2
| | | | svn path=/trunk/; revision=1545
* check-empathy-chatroom: unref and destroy the accountXavier Claessens2008-10-131-2/+5
| | | | svn path=/trunk/; revision=1544
* add a test file for EmpathyChatroomManagerXavier Claessens2008-10-136-2/+47
| | | | svn path=/trunk/; revision=1543
* add EmpathyChatroom testsXavier Claessens2008-10-134-1/+132
| | | | svn path=/trunk/; revision=1540
* Display debug messages in the contact-manager tests program.Xavier Claessens2008-08-031-0/+3
| | | | svn path=/trunk/; revision=1287
* Add new program to gitignoreXavier Claessens2008-04-111-0/+1
| | | | svn path=/trunk/; revision=887
* Change this test to be a bit more real-liveXavier Claessens2008-04-111-7/+19
| | | | svn path=/trunk/; revision=886
* Add a 2nd test for empathy_contact_run_until_ready(). This tests fails.Xavier Claessens2008-04-112-1/+66
| | | | svn path=/trunk/; revision=885
* Improve a bit the test and fix empathy_contact_run_until, data.ready was not ↵Xavier Claessens2008-03-111-8/+10
| | | | | | set. svn path=/trunk/; revision=760
* Minimal version of contact-run-until-ready testXavier Claessens2008-03-112-20/+15
| | | | svn path=/trunk/; revision=759
* Add a test for empathy_contact_run_until_readyXavier Claessens2008-03-112-1/+48
| | | | svn path=/trunk/; revision=758
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.Xavier Claessens2008-03-042-24/+78
| | | | svn path=/trunk/; revision=693
* Add xml files for unit tests to the release tarballXavier Claessens2008-03-032-0/+5
| | | | svn path=/trunk/; revision=691
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
| | | | svn path=/trunk/; revision=688
* Merge commit 'cassidy/irc'Xavier Claessens2008-02-1811-1/+1333
| | | | svn path=/trunk/; revision=649
* Do not install tests programsXavier Claessens2008-01-171-1/+1
| | | | svn path=/trunk/; revision=571
* Revert "merge git work"Xavier Claessens2007-12-299-0/+1047
| | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519
* merge git workXavier Claessens2007-12-299-1047/+0
| | | | svn path=/trunk/; revision=518
* Fix build of testsXavier Claessens2007-12-291-2/+0
| | | | svn path=/trunk/; revision=510
* Add "check" framework support. Fixes bug #505622 (Guillaume Desmottes).Xavier Claessens2007-12-299-0/+1049
| | | | svn path=/trunk/; revision=509
* 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-272-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 Claessens2007-09-212-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