]> git.0d.be Git - empathy.git/log
empathy.git
15 years agoAdded Russian translation by Nikita Belobrov <qvzqvz@gmail.com>.
Nickolay V. Shmyrev [Sun, 26 Oct 2008 22:15:16 +0000 (22:15 +0000)]
Added Russian translation by Nikita Belobrov <qvzqvz@gmail.com>.

2008-10-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru/ru.po: Added Russian translation by Nikita Belobrov <qvzqvz@gmail.com>.

svn path=/trunk/; revision=1661

15 years agoRemove session information from Ekiga registration URL. (closes: #554938)
Frederic Peters [Fri, 24 Oct 2008 10:29:19 +0000 (10:29 +0000)]
Remove session information from Ekiga registration URL.  (closes: #554938)

svn path=/trunk/; revision=1660

15 years agoUpdated Greek translation (Nick Agianniotis).
Simos Xenitellis [Wed, 22 Oct 2008 17:10:08 +0000 (17:10 +0000)]
Updated Greek translation (Nick Agianniotis).

svn path=/trunk/; revision=1658

15 years agoUpdated th translation (Theppitak Karoonboonyanan)
Theppitak Karoonboonyanan [Sat, 18 Oct 2008 12:39:31 +0000 (12:39 +0000)]
Updated th translation (Theppitak Karoonboonyanan)

svn path=/trunk/; revision=1650

15 years agoUpdated th translation (Theppitak Karoonboonyanan)
Theppitak Karoonboonyanan [Sat, 18 Oct 2008 11:03:48 +0000 (11:03 +0000)]
Updated th translation (Theppitak Karoonboonyanan)

svn path=/trunk/; revision=1649

15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Fri, 17 Oct 2008 15:12:45 +0000 (15:12 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=1647

15 years agoUse l to iterate a GList, less confusing naming.
Xavier Claessens [Fri, 17 Oct 2008 12:48:41 +0000 (12:48 +0000)]
Use l to iterate a GList, less confusing naming.

svn path=/trunk/; revision=1646

15 years agoIt is a map from pidgin to CM, not MC.
Xavier Claessens [Fri, 17 Oct 2008 12:48:38 +0000 (12:48 +0000)]
It is a map from pidgin to CM, not MC.

svn path=/trunk/; revision=1645

15 years agoSplit pidgin import code into its own module. It makes easier to add other import...
Xavier Claessens [Fri, 17 Oct 2008 12:48:34 +0000 (12:48 +0000)]
Split pidgin import code into its own module. It makes easier to add other import modules for other programs.

svn path=/trunk/; revision=1644

15 years agoConnect to the "destroy" and "response" signals on the import window instead of conne...
Xavier Claessens [Fri, 17 Oct 2008 12:48:31 +0000 (12:48 +0000)]
Connect to the "destroy" and "response" signals on the import window instead of connecting OK/Cancel buttons.

svn path=/trunk/; revision=1643

15 years agoDo not include accounts which don't have profile.. Also fix a leak.
Xavier Claessens [Fri, 17 Oct 2008 12:48:28 +0000 (12:48 +0000)]
Do not include accounts which don't have profile.. Also fix a leak.

svn path=/trunk/; revision=1642

15 years agoRemove useless vars
Xavier Claessens [Fri, 17 Oct 2008 12:48:25 +0000 (12:48 +0000)]
Remove useless vars

svn path=/trunk/; revision=1641

15 years agoRemove declaration of functions on top of import dialog file.
Xavier Claessens [Fri, 17 Oct 2008 12:48:21 +0000 (12:48 +0000)]
Remove declaration of functions on top of import dialog file.

svn path=/trunk/; revision=1640

15 years agoThere is no reason for import_dialog_add_account to fail.
Xavier Claessens [Fri, 17 Oct 2008 12:48:18 +0000 (12:48 +0000)]
There is no reason for import_dialog_add_account to fail.

svn path=/trunk/; revision=1639

15 years agoBe more careful in import_dialog_account_data_free
Xavier Claessens [Fri, 17 Oct 2008 12:48:14 +0000 (12:48 +0000)]
Be more careful in import_dialog_account_data_free

svn path=/trunk/; revision=1638

15 years agoRemove useless include in main window
Xavier Claessens [Fri, 17 Oct 2008 12:48:11 +0000 (12:48 +0000)]
Remove useless include in main window

svn path=/trunk/; revision=1637

15 years agorename import boolean to import_asked.
Xavier Claessens [Fri, 17 Oct 2008 12:48:08 +0000 (12:48 +0000)]
rename import boolean to import_asked.

svn path=/trunk/; revision=1636

15 years agoStore the McProfile in AccountData instead of a string of the account name. (Jonny...
Jonny Lamb [Fri, 17 Oct 2008 12:48:05 +0000 (12:48 +0000)]
Store the McProfile in AccountData instead of a string of the account name. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1635

15 years agoCall import_dialog_account_data_free to actually free the account data after being...
Jonny Lamb [Fri, 17 Oct 2008 12:48:01 +0000 (12:48 +0000)]
Call import_dialog_account_data_free to actually free the account data after being processed. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1634

15 years agoDo not store the account data in a G_TYPE_POINTER GValue but straight in the list...
Jonny Lamb [Fri, 17 Oct 2008 12:47:58 +0000 (12:47 +0000)]
Do not store the account data in a G_TYPE_POINTER GValue but straight in the list store as a gpointer. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1633

15 years agoRemoved call to mc_accounts_filter and wrote another function to loop through the...
Jonny Lamb [Fri, 17 Oct 2008 12:47:55 +0000 (12:47 +0000)]
Removed call to mc_accounts_filter and wrote another function to loop through the accounts. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1632

15 years agoCompare GLists to NULL instead of g_list_length(list) == 0. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:47:51 +0000 (12:47 +0000)]
Compare GLists to NULL instead of g_list_length(list) == 0. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1631

15 years agoRemoved empathy_import_dialog_accounts_to_import to stop the accounts being parsed...
Jonny Lamb [Fri, 17 Oct 2008 12:47:48 +0000 (12:47 +0000)]
Removed empathy_import_dialog_accounts_to_import to stop the accounts being parsed twice. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1630

15 years agoMoved some code around for clarity and also to parse accounts before the Glade file...
Jonny Lamb [Fri, 17 Oct 2008 12:47:45 +0000 (12:47 +0000)]
Moved some code around for clarity and also to parse accounts before the Glade file is loaded. (Jonny Lamb)

This prevents the glade being parsed, all the widgets being set up, and
then a single message dialog popping up saying there are no accounts to
import, just to then free it all.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1629

15 years agoRemoved tabs from GConf schema. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:47:41 +0000 (12:47 +0000)]
Removed tabs from GConf schema. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1628

15 years agoOnly display the importing result if there was a failure. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:47:38 +0000 (12:47 +0000)]
Only display the importing result if there was a failure. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1627

15 years agoAsk whether to import if there are accounts to import on loading the account editor...
Jonny Lamb [Fri, 17 Oct 2008 12:47:35 +0000 (12:47 +0000)]
Ask whether to import if there are accounts to import on loading the account editor, but only once. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1626

15 years agoAdded GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:47:31 +0000 (12:47 +0000)]
Added GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1625

15 years agoAdded empathy_import_dialog_accounts_to_import. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:47:28 +0000 (12:47 +0000)]
Added empathy_import_dialog_accounts_to_import. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1624

15 years agoAutomatically tick "import" only for accounts which are not already present in MC...
Jonny Lamb [Fri, 17 Oct 2008 12:47:25 +0000 (12:47 +0000)]
Automatically tick "import" only for accounts which are not already present in MC. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1623

15 years agoMake the parent of the import dialog be the parent of the warning message dialog...
Jonny Lamb [Fri, 17 Oct 2008 12:47:21 +0000 (12:47 +0000)]
Make the parent of the import dialog be the parent of the warning message dialog. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1622

15 years agoDisplay a warning when no accounts could be found for importing. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:47:18 +0000 (12:47 +0000)]
Display a warning when no accounts could be found for importing. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1621

15 years agoCheck whether ~/.purple/accounts.xml is readable before trying to read it. (Jonny...
Jonny Lamb [Fri, 17 Oct 2008 12:47:15 +0000 (12:47 +0000)]
Check whether ~/.purple/accounts.xml is readable before trying to read it. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1620

15 years agoUse g_ascii_strtod instead of sscanf. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:47:11 +0000 (12:47 +0000)]
Use g_ascii_strtod instead of sscanf. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1619

15 years agoUse tp_strdiff instead of strcmp. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:47:08 +0000 (12:47 +0000)]
Use tp_strdiff instead of strcmp. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1618

15 years agoAdded import_dialog_free and actually destroy the importer when finished importing...
Jonny Lamb [Fri, 17 Oct 2008 12:47:04 +0000 (12:47 +0000)]
Added import_dialog_free and actually destroy the importer when finished importing or when cancelled. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1617

15 years agoActually add the accounts when the user presses OK. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:47:01 +0000 (12:47 +0000)]
Actually add the accounts when the user presses OK. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1616

15 years agoRenamed import_dialog_add_accounts to import_dialog_add_accounts_to_model to avoid...
Jonny Lamb [Fri, 17 Oct 2008 12:46:58 +0000 (12:46 +0000)]
Renamed import_dialog_add_accounts to import_dialog_add_accounts_to_model to avoid confusion. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1615

15 years agoAdded more whitespace between indentations and comments. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:54 +0000 (12:46 +0000)]
Added more whitespace between indentations and comments. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1614

15 years agoFill the tree view with Pidgin accounts to import. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:51 +0000 (12:46 +0000)]
Fill the tree view with Pidgin accounts to import. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1613

15 years agoSet a height request of 200px for the treeview widget. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:48 +0000 (12:46 +0000)]
Set a height request of 200px for the treeview widget. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1612

15 years agoRe-wrote the UI of the importer dialog. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:45 +0000 (12:46 +0000)]
Re-wrote the UI of the importer dialog. (Jonny Lamb)

This UI currently does not work with the backend.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1611

15 years agoFix wrong condition in import_dialog_pidgin_parse_setting().
Xavier Claessens [Fri, 17 Oct 2008 12:46:42 +0000 (12:46 +0000)]
Fix wrong condition in import_dialog_pidgin_parse_setting().

svn path=/trunk/; revision=1610

15 years agoAdd comments and cleanup the pidgin importer. Account settings are now imported into...
Xavier Claessens [Fri, 17 Oct 2008 12:46:38 +0000 (12:46 +0000)]
Add comments and cleanup the pidgin importer. Account settings are now imported into a GHashTable mapping the param's string to a GValue.

svn path=/trunk/; revision=1609

15 years agoRenamed static empathy_import_dialog_* functions to import_dialog_*. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:35 +0000 (12:46 +0000)]
Renamed static empathy_import_dialog_* functions to import_dialog_*. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1608

15 years agoSimplified the node looping code further. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:32 +0000 (12:46 +0000)]
Simplified the node looping code further. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1607

15 years agoUse a different loop with nodes to shorten code. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:28 +0000 (12:46 +0000)]
Use a different loop with nodes to shorten code. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1606

15 years agoAdded another empty line between function declaration and code. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:25 +0000 (12:46 +0000)]
Added another empty line between function declaration and code. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1605

15 years agoAvoid using gtk_widget_show_all and show each widget separately. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:22 +0000 (12:46 +0000)]
Avoid using gtk_widget_show_all and show each widget separately. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1604

15 years agoAdded a missing g_free. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:19 +0000 (12:46 +0000)]
Added a missing g_free. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1603

15 years agoMake EmpathyImportDialog a singleton. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:15 +0000 (12:46 +0000)]
Make EmpathyImportDialog a singleton. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1602

15 years agoName imported accounts in the same way as a new account does. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:12 +0000 (12:46 +0000)]
Name imported accounts in the same way as a new account does. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1601

15 years agoChanged import button to "Import Accounts...". (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:09 +0000 (12:46 +0000)]
Changed import button to "Import Accounts...". (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1600

15 years agoAdded spacing of 6 to "Import accounts" button. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:05 +0000 (12:46 +0000)]
Added spacing of 6 to "Import accounts" button. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1599

15 years agoMoved to Collabora coding style. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:46:02 +0000 (12:46 +0000)]
Moved to Collabora coding style. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1598

15 years agoAdded an "Import accounts" button to the accounts dialog. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:45:58 +0000 (12:45 +0000)]
Added an "Import accounts" button to the accounts dialog. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1597

15 years agoRemoved import dialog references from main window. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:45:55 +0000 (12:45 +0000)]
Removed import dialog references from main window. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1596

15 years agoFixed typos of constants in the import dialog. (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:45:52 +0000 (12:45 +0000)]
Fixed typos of constants in the import dialog. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1595

15 years agoFixed part of dialog, as per Xavier's comments.
Jonny Lamb [Fri, 17 Oct 2008 12:45:48 +0000 (12:45 +0000)]
Fixed part of dialog, as per Xavier's comments.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1594

15 years agoAdded an account importer dialog. Fixes bug #541060 (Jonny Lamb)
Jonny Lamb [Fri, 17 Oct 2008 12:45:44 +0000 (12:45 +0000)]
Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1593

15 years agoUse alphabetical order in makefile
Xavier Claessens [Fri, 17 Oct 2008 07:05:49 +0000 (07:05 +0000)]
Use alphabetical order in makefile

svn path=/trunk/; revision=1592

15 years agoUpdated el translation
Nikos Charonitakis [Tue, 14 Oct 2008 01:00:07 +0000 (01:00 +0000)]
Updated el translation

svn path=/trunk/; revision=1590

15 years agoUpdated Danish translation (Kenneth Nielsen)
Kenneth Nielsen [Mon, 13 Oct 2008 20:53:45 +0000 (20:53 +0000)]
Updated Danish translation (Kenneth Nielsen)

svn path=/trunk/; revision=1588

15 years agoUpdate gitignore
Xavier Claessens [Mon, 13 Oct 2008 08:06:43 +0000 (08:06 +0000)]
Update gitignore

svn path=/trunk/; revision=1586

15 years agoempathy-contact-menu.c: store the chatroom instead of the channel in contact_room_sub...
Xavier Claessens [Mon, 13 Oct 2008 08:04:35 +0000 (08:04 +0000)]
empathy-contact-menu.c: store the chatroom instead of the channel in contact_room_sub_menu_item_activate_cb_ctx

svn path=/trunk/; revision=1585

15 years agoempathy-contact-menu.c: use new empathy_chatroom_manager_new API
Xavier Claessens [Mon, 13 Oct 2008 08:04:32 +0000 (08:04 +0000)]
empathy-contact-menu.c: use new empathy_chatroom_manager_new API

svn path=/trunk/; revision=1584

15 years agoChange menu entry to 'Invite to chatroom'
Xavier Claessens [Mon, 13 Oct 2008 08:04:29 +0000 (08:04 +0000)]
Change menu entry to 'Invite to chatroom'

svn path=/trunk/; revision=1583

15 years agoActually invite contact to chatroom. Fixes bug #496100 (Guillaume Desmottes).
Xavier Claessens [Mon, 13 Oct 2008 08:04:27 +0000 (08:04 +0000)]
Actually invite contact to chatroom. Fixes bug #496100 (Guillaume Desmottes).

svn path=/trunk/; revision=1582

15 years agoDisplay invite menu entry in the contact menu
Xavier Claessens [Mon, 13 Oct 2008 08:04:24 +0000 (08:04 +0000)]
Display invite menu entry in the contact menu

svn path=/trunk/; revision=1581

15 years agoUpdate python bindings
Xavier Claessens [Mon, 13 Oct 2008 07:55:45 +0000 (07:55 +0000)]
Update python bindings

svn path=/trunk/; revision=1580

15 years agoempathy_chatroom_manager_remove: when looking for the chatroom to remove check the...
Xavier Claessens [Mon, 13 Oct 2008 07:55:41 +0000 (07:55 +0000)]
empathy_chatroom_manager_remove: when looking for the chatroom to remove check the address first so we are not confuse if the room was invalidated

svn path=/trunk/; revision=1579

15 years agoempathy_chatroom_equal: use tp_strdiff instead of g_str_equal
Xavier Claessens [Mon, 13 Oct 2008 07:55:38 +0000 (07:55 +0000)]
empathy_chatroom_equal: use tp_strdiff instead of g_str_equal

svn path=/trunk/; revision=1578

15 years agocheck-empathy-chatroom-manager.c: factor out change_account_name_in_file
Xavier Claessens [Mon, 13 Oct 2008 07:55:36 +0000 (07:55 +0000)]
check-empathy-chatroom-manager.c: factor out change_account_name_in_file

svn path=/trunk/; revision=1577

15 years agocheck-empathy-chatroom-manager.c: check the result of system()
Xavier Claessens [Mon, 13 Oct 2008 07:55:33 +0000 (07:55 +0000)]
check-empathy-chatroom-manager.c: check the result of system()

svn path=/trunk/; revision=1576

15 years agoempathy_chatroom_set_auto_connect: notify the favorite property change if needed
Xavier Claessens [Mon, 13 Oct 2008 07:55:30 +0000 (07:55 +0000)]
empathy_chatroom_set_auto_connect: notify the favorite property change if needed

svn path=/trunk/; revision=1575

15 years agochatroom-manager: add_chatroom: connect the 'notify' signal instead of each signal...
Xavier Claessens [Mon, 13 Oct 2008 07:55:27 +0000 (07:55 +0000)]
chatroom-manager: add_chatroom: connect the 'notify' signal instead of each signal individually

svn path=/trunk/; revision=1574

15 years agoreuse test account instead of creating one at each test to avoid to pollute gconf...
Xavier Claessens [Mon, 13 Oct 2008 07:55:25 +0000 (07:55 +0000)]
reuse test account instead of creating one at each test to avoid to pollute gconf DB with loooooot of unremovable accounts

svn path=/trunk/; revision=1573

15 years agoempathy-chat-window: use new chatroom mgr API
Xavier Claessens [Mon, 13 Oct 2008 07:55:22 +0000 (07:55 +0000)]
empathy-chat-window: use new chatroom mgr API

svn path=/trunk/; revision=1572

15 years agoremove empathy_chatroom_manager_store from the API as it's became useless
Xavier Claessens [Mon, 13 Oct 2008 07:55:19 +0000 (07:55 +0000)]
remove empathy_chatroom_manager_store from the API as it's became useless

svn path=/trunk/; revision=1571

15 years agoempathy-chatrooms-window: no need to call empathy_chatroom_manager_store anymore
Xavier Claessens [Mon, 13 Oct 2008 07:55:16 +0000 (07:55 +0000)]
empathy-chatrooms-window: no need to call empathy_chatroom_manager_store anymore

svn path=/trunk/; revision=1570

15 years agodisconnect chatroom signals when they are removed from the mgr
Xavier Claessens [Mon, 13 Oct 2008 07:55:13 +0000 (07:55 +0000)]
disconnect chatroom signals when they are removed from the mgr

svn path=/trunk/; revision=1569

15 years agoautomatically save the chatroom mgr XML file when one chatroom is modified
Xavier Claessens [Mon, 13 Oct 2008 07:55:10 +0000 (07:55 +0000)]
automatically save the chatroom mgr XML file when one chatroom is modified

svn path=/trunk/; revision=1568

15 years agochatroom-mgr: use a save timer instead of saving the file directly
Xavier Claessens [Mon, 13 Oct 2008 07:55:08 +0000 (07:55 +0000)]
chatroom-mgr: use a save timer instead of saving the file directly

svn path=/trunk/; revision=1567

15 years agoonly save the chatrooms xml when a favorite chatroom is added/removed
Xavier Claessens [Mon, 13 Oct 2008 07:55:05 +0000 (07:55 +0000)]
only save the chatrooms xml when a favorite chatroom is added/removed

svn path=/trunk/; revision=1566

15 years agotest empathy chatroom manager change favorite
Xavier Claessens [Mon, 13 Oct 2008 07:55:02 +0000 (07:55 +0000)]
test empathy chatroom manager change favorite

svn path=/trunk/; revision=1565

15 years agochatroom-mgr: store the file when a chatroom changes its favorite state
Xavier Claessens [Mon, 13 Oct 2008 07:54:59 +0000 (07:54 +0000)]
chatroom-mgr: store the file when a chatroom changes its favorite state

svn path=/trunk/; revision=1564

15 years agotest favorite change
Xavier Claessens [Mon, 13 Oct 2008 07:54:56 +0000 (07:54 +0000)]
test favorite change

svn path=/trunk/; revision=1563

15 years agotest empathy_chatroom_manager_remove
Xavier Claessens [Mon, 13 Oct 2008 07:54:53 +0000 (07:54 +0000)]
test empathy_chatroom_manager_remove

svn path=/trunk/; revision=1562

15 years agotest empathy_chatroom_manager_add
Xavier Claessens [Mon, 13 Oct 2008 07:54:51 +0000 (07:54 +0000)]
test empathy_chatroom_manager_add

svn path=/trunk/; revision=1561

15 years agocheck_chatrooms_list: don't depend on the order of the chatrooms in the list
Xavier Claessens [Mon, 13 Oct 2008 07:54:48 +0000 (07:54 +0000)]
check_chatrooms_list: don't depend on the order of the chatrooms in the list

svn path=/trunk/; revision=1560

15 years agofactor out check_chatrooms_list
Xavier Claessens [Mon, 13 Oct 2008 07:54:40 +0000 (07:54 +0000)]
factor out check_chatrooms_list

svn path=/trunk/; revision=1559

15 years agofactor out check_chatroom
Xavier Claessens [Mon, 13 Oct 2008 07:54:37 +0000 (07:54 +0000)]
factor out check_chatroom

svn path=/trunk/; revision=1558

15 years agotest chatroom xml parsing
Xavier Claessens [Mon, 13 Oct 2008 07:54:35 +0000 (07:54 +0000)]
test chatroom xml parsing

svn path=/trunk/; revision=1557

15 years agofix leak in destroy_test_account
Xavier Claessens [Mon, 13 Oct 2008 07:54:32 +0000 (07:54 +0000)]
fix leak in destroy_test_account

svn path=/trunk/; revision=1556

15 years agorename remove_account_from_gconf to destroy_test_account and destroy the account...
Xavier Claessens [Mon, 13 Oct 2008 07:54:29 +0000 (07:54 +0000)]
rename remove_account_from_gconf to destroy_test_account and destroy the account object in it

svn path=/trunk/; revision=1555

15 years agofactor out create_test_account
Xavier Claessens [Mon, 13 Oct 2008 07:54:25 +0000 (07:54 +0000)]
factor out create_test_account

svn path=/trunk/; revision=1554

15 years agomove empathy specifc helpers to check-empathy-helpers
Xavier Claessens [Mon, 13 Oct 2008 07:54:23 +0000 (07:54 +0000)]
move empathy specifc helpers to check-empathy-helpers

svn path=/trunk/; revision=1553

15 years agoload the chatrooms sample XML file
Xavier Claessens [Mon, 13 Oct 2008 07:54:15 +0000 (07:54 +0000)]
load the chatrooms sample XML file

svn path=/trunk/; revision=1552

15 years agoadd 2 chatrooms to chatrooms-sample.xml
Xavier Claessens [Mon, 13 Oct 2008 07:54:12 +0000 (07:54 +0000)]
add 2 chatrooms to chatrooms-sample.xml

svn path=/trunk/; revision=1551

15 years agoadd remove_account_from_gconf to check-helpers
Xavier Claessens [Mon, 13 Oct 2008 07:54:09 +0000 (07:54 +0000)]
add remove_account_from_gconf to check-helpers

svn path=/trunk/; revision=1550