index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a message format for gtk_message_dialog_new
Xavier Claessens
2009-01-31
1
-1
/
+1
*
Rename _get_selected to _dup_selected and make sure the contact is unrefed.
Jonny Lamb
2009-01-31
1
-1
/
+3
*
Removed dispatcher dup as it's been fixed.
Jonny Lamb
2009-01-31
1
-4
/
+0
*
Pass an EmpathyContactList to _new and create the store from that.
Jonny Lamb
2009-01-31
1
-4
/
+1
*
Use empathy_gtk_init.
Jonny Lamb
2009-01-31
1
-4
/
+2
*
Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+.
Jonny Lamb
2009-01-31
1
-3
/
+2
*
Use gtk_main_quit as the destroy callback.
Jonny Lamb
2009-01-31
1
-9
/
+1
*
Updated empetit to use the new dispatcher.
Jonny Lamb
2009-01-31
1
-3
/
+26
*
Use the new _dup_singleton function instead of _new.
Jonny Lamb
2009-01-31
1
-1
/
+1
*
Added Elliot's empetit test program.
Jonny Lamb
2009-01-31
3
-1
/
+83
*
Convert EmpathyChatroomManager to the new singleton convention
Sjoerd Simons
2009-01-10
1
-16
/
+16
*
Port EmpathyContactManager to the new singleton policy.
Xavier Claessens
2009-01-09
2
-2
/
+2
*
Port EmpathyContactFactory to the new singleton policy.
Xavier Claessens
2009-01-09
1
-1
/
+1
*
Don't forget to include empathy-utils.h to get empathy_init().
Xavier Claessens
2008-12-16
1
-0
/
+1
*
Init empathy for megaphone, nothere and check-main.
Xavier Claessens
2008-12-12
1
-0
/
+1
*
gtk_init and g_thread_init shouldn't be called by libraries. Let applications...
Xavier Claessens
2008-12-12
1
-1
/
+2
*
Use empathy_gtk_init()
Xavier Claessens
2008-12-12
1
-1
/
+2
*
Improve the contact-manager to display contacts in a combobox
Xavier Claessens
2008-12-05
1
-15
/
+20
*
Add necessary files to EXTRA_DIST
Xavier Claessens
2008-12-01
1
-0
/
+4
*
Fix distcheck of tests/xml/
Xavier Claessens
2008-12-01
1
-1
/
+1
*
check-empathy-chatroom-manager.c: factor out change_account_name_in_file
Xavier Claessens
2008-10-13
1
-36
/
+35
*
check-empathy-chatroom-manager.c: check the result of system()
Xavier Claessens
2008-10-13
1
-1
/
+7
*
reuse test account instead of creating one at each test to avoid to pollute g...
Xavier Claessens
2008-10-13
4
-16
/
+29
*
automatically save the chatroom mgr XML file when one chatroom is modified
Xavier Claessens
2008-10-13
1
-0
/
+74
*
test empathy chatroom manager change favorite
Xavier Claessens
2008-10-13
1
-0
/
+65
*
test favorite change
Xavier Claessens
2008-10-13
1
-0
/
+31
*
test empathy_chatroom_manager_remove
Xavier Claessens
2008-10-13
1
-0
/
+56
*
test empathy_chatroom_manager_add
Xavier Claessens
2008-10-13
1
-0
/
+65
*
check_chatrooms_list: don't depend on the order of the chatrooms in the list
Xavier Claessens
2008-10-13
1
-5
/
+22
*
factor out check_chatrooms_list
Xavier Claessens
2008-10-13
1
-30
/
+35
*
factor out check_chatroom
Xavier Claessens
2008-10-13
1
-9
/
+18
*
test chatroom xml parsing
Xavier Claessens
2008-10-13
1
-0
/
+37
*
fix leak in destroy_test_account
Xavier Claessens
2008-10-13
1
-0
/
+2
*
rename remove_account_from_gconf to destroy_test_account and destroy the acco...
Xavier Claessens
2008-10-13
4
-11
/
+8
*
factor out create_test_account
Xavier Claessens
2008-10-13
4
-8
/
+18
*
move empathy specifc helpers to check-empathy-helpers
Xavier Claessens
2008-10-13
7
-102
/
+160
*
load the chatrooms sample XML file
Xavier Claessens
2008-10-13
1
-1
/
+20
*
add 2 chatrooms to chatrooms-sample.xml
Xavier Claessens
2008-10-13
1
-1
/
+14
*
add remove_account_from_gconf to check-helpers
Xavier Claessens
2008-10-13
2
-0
/
+67
*
fake the profile and the CM for tests
Xavier Claessens
2008-10-13
4
-3
/
+13
*
factor out get_xml_file, get_user_xml_file and copy_xml_file
Xavier Claessens
2008-10-13
4
-73
/
+44
*
copy chatrooms xml file instead of using the sample one for tests
Xavier Claessens
2008-10-13
1
-1
/
+30
*
move xml/chatrooms.xml to xml/chatrooms-sample.xml
Xavier Claessens
2008-10-13
2
-1
/
+4
*
rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.c
Xavier Claessens
2008-10-13
2
-3
/
+2
*
check-empathy-chatroom: unref and destroy the account
Xavier Claessens
2008-10-13
1
-2
/
+5
*
add a test file for EmpathyChatroomManager
Xavier Claessens
2008-10-13
6
-2
/
+47
*
add EmpathyChatroom tests
Xavier Claessens
2008-10-13
4
-1
/
+132
*
Display debug messages in the contact-manager tests program.
Xavier Claessens
2008-08-03
1
-0
/
+3
*
Add new program to gitignore
Xavier Claessens
2008-04-11
1
-0
/
+1
*
Change this test to be a bit more real-live
Xavier Claessens
2008-04-11
1
-7
/
+19
*
Add a 2nd test for empathy_contact_run_until_ready(). This tests fails.
Xavier Claessens
2008-04-11
2
-1
/
+66
*
Improve a bit the test and fix empathy_contact_run_until, data.ready was not ...
Xavier Claessens
2008-03-11
1
-8
/
+10
*
Minimal version of contact-run-until-ready test
Xavier Claessens
2008-03-11
2
-20
/
+15
*
Add a test for empathy_contact_run_until_ready
Xavier Claessens
2008-03-11
2
-1
/
+48
*
Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.
Xavier Claessens
2008-03-04
2
-24
/
+78
*
Add xml files for unit tests to the release tarball
Xavier Claessens
2008-03-03
2
-0
/
+5
*
Update collabora copyright to 2008
Xavier Claessens
2008-03-03
1
-1
/
+1
*
Merge commit 'cassidy/irc'
Xavier Claessens
2008-02-18
11
-1
/
+1333
*
Do not install tests programs
Xavier Claessens
2008-01-17
1
-1
/
+1
*
Revert "merge git work"
Xavier Claessens
2007-12-29
9
-0
/
+1047
*
merge git work
Xavier Claessens
2007-12-29
9
-1047
/
+0
*
Fix build of tests
Xavier Claessens
2007-12-29
1
-2
/
+0
*
Add "check" framework support. Fixes bug #505622 (Guillaume Desmottes).
Xavier Claessens
2007-12-29
9
-0
/
+1049
*
Use g_timeout_add_seconds when appropriated to avoid weaking the process
Xavier Claessens
2007-10-13
1
-1
/
+1
*
Look in the local_pendings list if a contact is already local pending. Fix
Xavier Claessens
2007-09-28
1
-2
/
+2
*
No need to init gtk, GMainLoop is enough and makes easier to run valgrind.
Xavier Claessens
2007-09-27
2
-7
/
+11
*
Fix warnings when finalizing.
Xavier Claessens
2007-09-21
2
-0
/
+45