aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup code and add some commentsxclaesse2008-11-112-7/+17
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1710 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Move code to avoid declaring functions on the top of the file.xclaesse2008-11-111-71/+57
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1709 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Make a dichotomic search for the optimal image size. Cleanup some codexclaesse2008-11-111-112/+121
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1708 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Correctly resize the image to fit required max width/heightxclaesse2008-11-111-13/+33
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1707 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Add empathy_pixbuf_from_data_and_mime instead of breaking API.xclaesse2008-11-114-6/+17
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1706 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Don't modify EmpathyAvatar::format if gdkpixbuf disagreesxclaesse2008-11-111-4/+4
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1705 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use two g_asserts rather than g_assert (foo && bar).xclaesse2008-11-111-2/+4
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1704 4ee84921-47dd-4033-b63a-18d7a039a3e4
* can_satisfy_mime_type_requirements: assume out params != NULLxclaesse2008-11-111-10/+2
| | | | | | (I never actually removed the assertion that they be non-NULL.) git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1703 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Prefer png or jpeg if possible when converting avatarsxclaesse2008-11-111-20/+34
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1702 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Update avatar chooser's account from its own callback.xclaesse2008-11-111-22/+19
| | | | | | | | This fixes a bug where the account chooser's account would change, but the avatar picker would not be updated because the main account_chooser::changed signal handler is suppressed! git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1701 4ee84921-47dd-4033-b63a-18d7a039a3e4
* ContactWidget: set up account widget before avatar widgetxclaesse2008-11-111-23/+24
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1700 4ee84921-47dd-4033-b63a-18d7a039a3e4
* If setting an avatar from an EmpathyAvatar, just ref it.xclaesse2008-11-111-25/+66
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1699 4ee84921-47dd-4033-b63a-18d7a039a3e4
* AvatarChooser: clarify why _scale_down_if_necessary is cheap.xclaesse2008-11-111-2/+7
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1698 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Make can_satisfy_mime_type_requirements accept NULL out params.xclaesse2008-11-111-6/+24
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1697 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Flip iterating across format_mime_types and accepted_mime_types.xclaesse2008-11-111-2/+2
| | | | | | | | This better reflects the purpose of the conditional; "for each mime type we can convert to, is it acceptable?" is clearer than "for each acceptable mime type, can we convert to it?". git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1696 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use l and strv for list and strv iterators, not i and jxclaesse2008-11-111-7/+7
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1695 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use foo[1] rather than *(foo + 1)xclaesse2008-11-111-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1694 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Coding style: cuddle a bracexclaesse2008-11-111-2/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1693 4ee84921-47dd-4033-b63a-18d7a039a3e4
* AvatarChooser: don't set contact_factory to NULL after unreffing.xclaesse2008-11-111-3/+2
| | | | | | The object is being destroyed anyway. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1692 4ee84921-47dd-4033-b63a-18d7a039a3e4
* AvatarChooser: Remove empathy_ prefix from static functions.xclaesse2008-11-111-10/+10
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1691 4ee84921-47dd-4033-b63a-18d7a039a3e4
* AvatarChooser needs no ContactFactory property; it's a singleton.xclaesse2008-11-113-32/+6
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1690 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Coding style: no blank lines in local variable declarationsxclaesse2008-11-111-4/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1689 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Coding style: use FIXME rather than TODO.xclaesse2008-11-111-5/+5
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1688 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Coding style: only one blank line between functions.xclaesse2008-11-113-10/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1687 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Coding style: use braces for one-statement blocks in AvatarChooserxclaesse2008-11-111-9/+19
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1686 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Check the contact factory is still ready when avatar picker is OKed.xclaesse2008-11-111-0/+13
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1685 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Don't explicitly check for the new avatar being zero bytesxclaesse2008-11-111-1/+1
| | | | | | | empathy_pixbuf_from_data will whine if it can't parse the image, which it won't be able to. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1684 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Don't clear user's avatar if a file can't be read.xclaesse2008-11-111-2/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1683 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Implement scaling and converting avatars before sending.xclaesse2008-11-111-65/+265
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1682 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Make empathy_pixbuf_scale_down_if_necessary treat 0 as "no limit"xclaesse2008-11-111-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1681 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Track whether avatar is being set locally, or received from elsewhere.xclaesse2008-11-111-12/+17
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1680 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use e_avatar_chooser_clear_image() helper.xclaesse2008-11-111-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1679 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Ref result of empathy_contact_factory_get_tp_factoryxclaesse2008-11-111-2/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1678 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Make avatar chooser (in)sensitive when the TpContactFactory becomes (not) readyxclaesse2008-11-111-10/+62
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1677 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Update AvatarChooser::account when changed in ContactWidgetxclaesse2008-11-111-0/+24
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1676 4ee84921-47dd-4033-b63a-18d7a039a3e4
* AvatarChooser: Add McAccount and EmpathyContactFactory propertiesxclaesse2008-11-113-4/+100
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1675 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Add G_PARAM_STATIC_STRINGS to TpContactFactory propertiesxclaesse2008-11-111-8/+16
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1674 4ee84921-47dd-4033-b63a-18d7a039a3e4
* EmpathyTpContactFactory: add properties for avatar requirementsxclaesse2008-11-111-3/+91
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1673 4ee84921-47dd-4033-b63a-18d7a039a3e4
* EmpathyTpContactFactory: get avatar requirements before becoming ready.xclaesse2008-11-111-9/+54
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1672 4ee84921-47dd-4033-b63a-18d7a039a3e4
* EmpathyTpContactFactory: split on-ready code out of got_self_handle_cbxclaesse2008-11-111-4/+22
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1671 4ee84921-47dd-4033-b63a-18d7a039a3e4
* EmpathyTpContactFactoryPriv: add fields for avatar requirementsxclaesse2008-11-111-0/+9
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1670 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Don't automatically resize and png-ify avatars.xclaesse2008-11-114-44/+62
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1669 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Consolidate hardcoding avatars to PNG to one function.xclaesse2008-11-111-1/+7
| | | | | | | (Incidentally, return "image/png" rather than "png" for the mime type, as the latter is not a mime type.) git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1668 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Spansih translationjorgegonz2008-11-081-179/+218
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1667 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated es translation (Jorge Gonzalez)jorgegonz2008-11-081-47/+60
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1666 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Add ru to gitignorexclaesse2008-11-041-1/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1665 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2008-11-3 Maxim Dziumanenko <dziumanenko@gmail.com>mdziumanenko2008-11-031-1522/+1345
| | | | | | | | * Update Ukrainian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1663 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2008-10-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>nshmyrev2008-10-271-0/+775
| | | | | | | | * ru/ru.po: Added Russian translation by Nikita Belobrov <qvzqvz@gmail.com>. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1661 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Remove session information from Ekiga registration URL. (closes: #554938)fpeters2008-10-241-2/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1660 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Greek translation (Nick Agianniotis).simos2008-10-231-164/+477
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1658 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated th translation (Theppitak Karoonboonyanan)tkaroonb2008-10-181-9/+6
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1650 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated th translation (Theppitak Karoonboonyanan)tkaroonb2008-10-181-70/+103
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1649 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated es translation (Jorge Gonzalez)jorgegonz2008-10-171-7/+15
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1647 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use l to iterate a GList, less confusing naming.xclaesse2008-10-171-3/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1646 4ee84921-47dd-4033-b63a-18d7a039a3e4
* It is a map from pidgin to CM, not MC.xclaesse2008-10-171-10/+10
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1645 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Split pidgin import code into its own module. It makes easier to add other ↵xclaesse2008-10-175-283/+375
| | | | | | import modules for other programs. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1644 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Connect to the "destroy" and "response" signals on the import window instead ↵xclaesse2008-10-172-59/+59
| | | | | | of connecting OK/Cancel buttons. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1643 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Do not include accounts which don't have profile.. Also fix a leak.xclaesse2008-10-171-2/+7
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1642 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Remove useless varsxclaesse2008-10-171-1/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1641 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Remove declaration of functions on top of import dialog file.xclaesse2008-10-171-29/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1640 4ee84921-47dd-4033-b63a-18d7a039a3e4
* There is no reason for import_dialog_add_account to fail.xclaesse2008-10-171-7/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1639 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Be more careful in import_dialog_account_data_freexclaesse2008-10-171-2/+6
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1638 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Remove useless include in main windowxclaesse2008-10-171-1/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1637 4ee84921-47dd-4033-b63a-18d7a039a3e4
* rename import boolean to import_asked.xclaesse2008-10-171-4/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1636 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Store the McProfile in AccountData instead of a string of the account name. ↵xclaesse2008-10-171-34/+15
| | | | | | | | (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1635 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Call import_dialog_account_data_free to actually free the account data after ↵xclaesse2008-10-171-5/+4
| | | | | | | | being processed. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1634 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Do not store the account data in a G_TYPE_POINTER GValue but straight in the ↵xclaesse2008-10-171-10/+4
| | | | | | | | list store as a gpointer. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1633 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Removed call to mc_accounts_filter and wrote another function to loop ↵xclaesse2008-10-171-23/+24
| | | | | | | | through the accounts. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1632 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Compare GLists to NULL instead of g_list_length(list) == 0. (Jonny Lamb)xclaesse2008-10-171-2/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1631 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Removed empathy_import_dialog_accounts_to_import to stop the accounts being ↵xclaesse2008-10-173-57/+27
| | | | | | | | parsed twice. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1630 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Moved some code around for clarity and also to parse accounts before the ↵xclaesse2008-10-171-33/+30
| | | | | | | | | | | | 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> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1629 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Removed tabs from GConf schema. (Jonny Lamb)xclaesse2008-10-171-45/+45
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1628 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Only display the importing result if there was a failure. (Jonny Lamb)xclaesse2008-10-171-19/+14
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1627 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Ask whether to import if there are accounts to import on loading the account ↵xclaesse2008-10-171-0/+34
| | | | | | | | editor, but only once. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1626 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb)xclaesse2008-10-172-0/+15
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1625 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added empathy_import_dialog_accounts_to_import. (Jonny Lamb)xclaesse2008-10-172-0/+16
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1624 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Automatically tick "import" only for accounts which are not already present ↵xclaesse2008-10-171-1/+45
| | | | | | | | in MC. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1623 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Make the parent of the import dialog be the parent of the warning message ↵xclaesse2008-10-171-3/+3
| | | | | | | | dialog. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1622 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Display a warning when no accounts could be found for importing. (Jonny Lamb)xclaesse2008-10-171-6/+26
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1621 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Check whether ~/.purple/accounts.xml is readable before trying to read it. ↵xclaesse2008-10-171-1/+8
| | | | | | | | (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1620 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use g_ascii_strtod instead of sscanf. (Jonny Lamb)xclaesse2008-10-171-2/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1619 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use tp_strdiff instead of strcmp. (Jonny Lamb)xclaesse2008-10-171-18/+18
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1618 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added import_dialog_free and actually destroy the importer when finished ↵xclaesse2008-10-171-2/+9
| | | | | | | | importing or when cancelled. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1617 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Actually add the accounts when the user presses OK. (Jonny Lamb)xclaesse2008-10-171-7/+54
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1616 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Renamed import_dialog_add_accounts to import_dialog_add_accounts_to_model to ↵xclaesse2008-10-171-2/+2
| | | | | | | | avoid confusion. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1615 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added more whitespace between indentations and comments. (Jonny Lamb)xclaesse2008-10-171-1/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1614 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fill the tree view with Pidgin accounts to import. (Jonny Lamb)xclaesse2008-10-171-14/+19
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1613 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Set a height request of 200px for the treeview widget. (Jonny Lamb)xclaesse2008-10-171-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1612 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Re-wrote the UI of the importer dialog. (Jonny Lamb)xclaesse2008-10-172-33/+250
| | | | | | | | This UI currently does not work with the backend. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1611 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fix wrong condition in import_dialog_pidgin_parse_setting().xclaesse2008-10-171-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1610 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Add comments and cleanup the pidgin importer. Account settings are now ↵xclaesse2008-10-171-141/+152
| | | | | | imported into a GHashTable mapping the param's string to a GValue. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1609 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Renamed static empathy_import_dialog_* functions to import_dialog_*. (Jonny ↵xclaesse2008-10-171-29/+29
| | | | | | | | Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1608 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Simplified the node looping code further. (Jonny Lamb)xclaesse2008-10-171-69/+66
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1607 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use a different loop with nodes to shorten code. (Jonny Lamb)xclaesse2008-10-171-3/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1606 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added another empty line between function declaration and code. (Jonny Lamb)xclaesse2008-10-171-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1605 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Avoid using gtk_widget_show_all and show each widget separately. (Jonny Lamb)xclaesse2008-10-171-2/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1604 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added a missing g_free. (Jonny Lamb)xclaesse2008-10-171-0/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1603 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Make EmpathyImportDialog a singleton. (Jonny Lamb)xclaesse2008-10-171-3/+8
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1602 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Name imported accounts in the same way as a new account does. (Jonny Lamb)xclaesse2008-10-171-5/+10
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1601 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Changed import button to "Import Accounts...". (Jonny Lamb)xclaesse2008-10-171-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1600 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added spacing of 6 to "Import accounts" button. (Jonny Lamb)xclaesse2008-10-171-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1599 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Moved to Collabora coding style. (Jonny Lamb)xclaesse2008-10-171-287/+308
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1598 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added an "Import accounts" button to the accounts dialog. (Jonny Lamb)xclaesse2008-10-172-11/+44
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1597 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Removed import dialog references from main window. (Jonny Lamb)xclaesse2008-10-171-10/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1596 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fixed typos of constants in the import dialog. (Jonny Lamb)xclaesse2008-10-171-3/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1595 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fixed part of dialog, as per Xavier's comments.xclaesse2008-10-172-93/+74
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1594 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)xclaesse2008-10-175-0/+466
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1593 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use alphabetical order in makefilexclaesse2008-10-171-12/+12
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1592 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated el translationfrolix682008-10-141-684/+801
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1590 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Danish translation (Kenneth Nielsen)kennethn2008-10-141-7/+24
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1588 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Update gitignorexclaesse2008-10-131-0/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1586 4ee84921-47dd-4033-b63a-18d7a039a3e4
* empathy-contact-menu.c: store the chatroom instead of the channel in ↵xclaesse2008-10-131-12/+13
| | | | | | contact_room_sub_menu_item_activate_cb_ctx git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1585 4ee84921-47dd-4033-b63a-18d7a039a3e4
* empathy-contact-menu.c: use new empathy_chatroom_manager_new APIxclaesse2008-10-131-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1584 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Change menu entry to 'Invite to chatroom'xclaesse2008-10-131-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1583 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Actually invite contact to chatroom. Fixes bug #496100 (Guillaume Desmottes).xclaesse2008-10-131-9/+61
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1582 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Display invite menu entry in the contact menuxclaesse2008-10-132-0/+93
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1581 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Update python bindingsxclaesse2008-10-131-6/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1580 4ee84921-47dd-4033-b63a-18d7a039a3e4
* empathy_chatroom_manager_remove: when looking for the chatroom to remove ↵xclaesse2008-10-131-1/+2
| | | | | | check the address first so we are not confuse if the room was invalidated git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1579 4ee84921-47dd-4033-b63a-18d7a039a3e4
* empathy_chatroom_equal: use tp_strdiff instead of g_str_equalxclaesse2008-10-131-3/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1578 4ee84921-47dd-4033-b63a-18d7a039a3e4
* check-empathy-chatroom-manager.c: factor out change_account_name_in_filexclaesse2008-10-131-36/+35
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1577 4ee84921-47dd-4033-b63a-18d7a039a3e4
* check-empathy-chatroom-manager.c: check the result of system()xclaesse2008-10-131-1/+7
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1576 4ee84921-47dd-4033-b63a-18d7a039a3e4
* empathy_chatroom_set_auto_connect: notify the favorite property change if neededxclaesse2008-10-131-0/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1575 4ee84921-47dd-4033-b63a-18d7a039a3e4
* chatroom-manager: add_chatroom: connect the 'notify' signal instead of each ↵xclaesse2008-10-131-9/+1
| | | | | | signal individually git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1574 4ee84921-47dd-4033-b63a-18d7a039a3e4
* reuse test account instead of creating one at each test to avoid to pollute ↵xclaesse2008-10-134-16/+29
| | | | | | gconf DB with loooooot of unremovable accounts git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1573 4ee84921-47dd-4033-b63a-18d7a039a3e4
* empathy-chat-window: use new chatroom mgr APIxclaesse2008-10-131-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1572 4ee84921-47dd-4033-b63a-18d7a039a3e4
* remove empathy_chatroom_manager_store from the API as it's became uselessxclaesse2008-10-132-9/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1571 4ee84921-47dd-4033-b63a-18d7a039a3e4
* empathy-chatrooms-window: no need to call empathy_chatroom_manager_store anymorexclaesse2008-10-131-1/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1570 4ee84921-47dd-4033-b63a-18d7a039a3e4
* disconnect chatroom signals when they are removed from the mgrxclaesse2008-10-131-10/+24
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1569 4ee84921-47dd-4033-b63a-18d7a039a3e4
* automatically save the chatroom mgr XML file when one chatroom is modifiedxclaesse2008-10-132-4/+87
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1568 4ee84921-47dd-4033-b63a-18d7a039a3e4
* chatroom-mgr: use a save timer instead of saving the file directlyxclaesse2008-10-131-3/+40
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1567 4ee84921-47dd-4033-b63a-18d7a039a3e4
* only save the chatrooms xml when a favorite chatroom is added/removedxclaesse2008-10-131-2/+16
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1566 4ee84921-47dd-4033-b63a-18d7a039a3e4
* test empathy chatroom manager change favoritexclaesse2008-10-131-0/+65
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1565 4ee84921-47dd-4033-b63a-18d7a039a3e4
* chatroom-mgr: store the file when a chatroom changes its favorite statexclaesse2008-10-131-2/+22
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1564 4ee84921-47dd-4033-b63a-18d7a039a3e4
* test favorite changexclaesse2008-10-131-0/+31
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1563 4ee84921-47dd-4033-b63a-18d7a039a3e4
* test empathy_chatroom_manager_removexclaesse2008-10-131-0/+56
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1562 4ee84921-47dd-4033-b63a-18d7a039a3e4
* test empathy_chatroom_manager_addxclaesse2008-10-131-0/+65
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1561 4ee84921-47dd-4033-b63a-18d7a039a3e4
* check_chatrooms_list: don't depend on the order of the chatrooms in the listxclaesse2008-10-131-5/+22
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1560 4ee84921-47dd-4033-b63a-18d7a039a3e4
* factor out check_chatrooms_listxclaesse2008-10-131-30/+35
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1559 4ee84921-47dd-4033-b63a-18d7a039a3e4
* factor out check_chatroomxclaesse2008-10-131-9/+18
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1558 4ee84921-47dd-4033-b63a-18d7a039a3e4
* test chatroom xml parsingxclaesse2008-10-131-0/+37
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1557 4ee84921-47dd-4033-b63a-18d7a039a3e4
* fix leak in destroy_test_accountxclaesse2008-10-131-0/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1556 4ee84921-47dd-4033-b63a-18d7a039a3e4
* rename remove_account_from_gconf to destroy_test_account and destroy the ↵xclaesse2008-10-134-11/+8
| | | | | | account object in it git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1555 4ee84921-47dd-4033-b63a-18d7a039a3e4
* factor out create_test_accountxclaesse2008-10-134-8/+18
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1554 4ee84921-47dd-4033-b63a-18d7a039a3e4
* move empathy specifc helpers to check-empathy-helpersxclaesse2008-10-137-102/+160
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1553 4ee84921-47dd-4033-b63a-18d7a039a3e4
* load the chatrooms sample XML filexclaesse2008-10-131-1/+20
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1552 4ee84921-47dd-4033-b63a-18d7a039a3e4
* add 2 chatrooms to chatrooms-sample.xmlxclaesse2008-10-131-1/+14
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1551 4ee84921-47dd-4033-b63a-18d7a039a3e4
* add remove_account_from_gconf to check-helpersxclaesse2008-10-132-0/+67
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1550 4ee84921-47dd-4033-b63a-18d7a039a3e4
* fake the profile and the CM for testsxclaesse2008-10-134-3/+13
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1549 4ee84921-47dd-4033-b63a-18d7a039a3e4
* factor out get_xml_file, get_user_xml_file and copy_xml_filexclaesse2008-10-134-73/+44
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1548 4ee84921-47dd-4033-b63a-18d7a039a3e4
* copy chatrooms xml file instead of using the sample one for testsxclaesse2008-10-131-1/+30
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1547 4ee84921-47dd-4033-b63a-18d7a039a3e4
* move xml/chatrooms.xml to xml/chatrooms-sample.xmlxclaesse2008-10-132-1/+4
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1546 4ee84921-47dd-4033-b63a-18d7a039a3e4
* rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.cxclaesse2008-10-132-3/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1545 4ee84921-47dd-4033-b63a-18d7a039a3e4
* check-empathy-chatroom: unref and destroy the accountxclaesse2008-10-131-2/+5
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1544 4ee84921-47dd-4033-b63a-18d7a039a3e4
* add a test file for EmpathyChatroomManagerxclaesse2008-10-136-2/+47
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1543 4ee84921-47dd-4033-b63a-18d7a039a3e4
* add the file path as arg to empathy_chatroom_manager_newxclaesse2008-10-135-7/+9
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1542 4ee84921-47dd-4033-b63a-18d7a039a3e4
* chatroom-manager: set the file path as a propertyxclaesse2008-10-131-35/+104
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1541 4ee84921-47dd-4033-b63a-18d7a039a3e4
* add EmpathyChatroom testsxclaesse2008-10-134-1/+132
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1540 4ee84921-47dd-4033-b63a-18d7a039a3e4
* auto-connect implies favoritexclaesse2008-10-131-0/+11
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1539 4ee84921-47dd-4033-b63a-18d7a039a3e4
* dispatcher: store a ref on the ChatroomManagerxclaesse2008-10-131-21/+56
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1538 4ee84921-47dd-4033-b63a-18d7a039a3e4
* rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cbxclaesse2008-10-131-6/+6
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1537 4ee84921-47dd-4033-b63a-18d7a039a3e4
* empathy-dispatcher: use new API of EmpathyChatRoomxclaesse2008-10-131-1/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1536 4ee84921-47dd-4033-b63a-18d7a039a3e4
* add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume ↵xclaesse2008-10-131-0/+75
| | | | | | Desmottes). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1535 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Save chatrooms to XML only if they are marked as favoritexclaesse2008-10-131-0/+7
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1534 4ee84921-47dd-4033-b63a-18d7a039a3e4
* add a favorite and tp-channel property to EmpathyChatroomxclaesse2008-10-131-0/+54
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1533 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated es translation (Jorge Gonzalez)jorgegonz2008-10-131-24/+32
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1532 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated sv translation (Daniel Nylander)dnylande2008-10-101-60/+62
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1531 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated sv translation (Daniel Nylander)dnylande2008-10-101-25/+31
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1530 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updatekmaraas2008-10-071-23/+31
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1526 4ee84921-47dd-4033-b63a-18d7a039a3e4
* use AM_PATH_PYTHON for Python detection (closes: #544029)fpeters2008-10-061-23/+15
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1524 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated cs translation (Martin Picek and Lucas Lommer). Added Czech ↵pmkovar2008-10-064-208/+878
| | | | | | translation of empathy manual by Lucas Lommer. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1522 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Hungarian translation updatedkelemeng2008-10-061-21/+31
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1520 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fix build error, empathy_theme_update_view return void.xclaesse2008-10-061-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1517 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Galician Translation.icq2008-10-052-1/+5
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1515 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Finnish translationituohela2008-10-042-18/+30
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1513 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Brazilian Portuguese translation.ogmaciel2008-10-042-24/+36
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1509 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Galician translationicq2008-10-042-24/+36
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1506 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Mark some forgotten strings for translation (bug #553066)kelemeng2008-10-041-2/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1504 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2008-09-29 Alexander Shopov <ash@contact.bg>al_shopov2008-09-302-103/+36
| | | | | | | * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1503 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Catch underscores in email addresses. (closes: #554284)fpeters2008-09-291-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1500 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fix a typo in zh_CN.pozyang2008-09-261-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1499 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Galician Translation.icq2008-09-262-1/+5
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1497 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated zh_CN translation.fwang2008-09-242-41/+53
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1494 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fix for GTK+ adjustment policy enforcement:vuntz2008-09-227-8/+8
| | | | | | | http://mail.gnome.org/archives/desktop-devel-list/2008-September/msg00148.html git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1488 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated the header of zh_CN.pozyang2008-09-221-7/+7
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1486 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated zh_CN translationzyang2008-09-221-1225/+243
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1484 4ee84921-47dd-4033-b63a-18d7a039a3e4
* updated Russian translationaprokoudine2008-09-222-478/+420
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1482 4ee84921-47dd-4033-b63a-18d7a039a3e4
* * Updated Arabic Translation by Anas Afif Emad. djihed2008-09-212-169/+81
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1481 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Danish translationkennethn2008-09-212-21/+24
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1480 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated sr translationgrakic2008-09-202-2596/+26172
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1477 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Bump version to 2.25.1xclaesse2008-09-201-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1476 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fix release script to correctly detect bug numbersxclaesse2008-09-201-1/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1475 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fix condition to set labels selectable.xclaesse2008-09-191-3/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1472 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Do not crash if the chatroom's account has no connection. Fixes bug #550652.xclaesse2008-09-191-7/+9
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1471 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Check if the return value of tp_contact_list_get_group() is !=NULL. Fixes ↵xclaesse2008-09-191-1/+3
| | | | | | bug #548668 git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1470 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Revert stupid test commitxclaesse2008-09-191-2/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1468 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Corrected shortcutskelemeng2008-09-191-2/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1466 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2008-09-19 Takeshi AIHANA <takeshi.aihana@gmail.com>aihana2008-09-192-238/+238
| | | | | | | * ja.po: Updated Japanese translation. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1465 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2008-09-19 Mario Blättermann <mariobl@svn.gnome.org>mariobl2008-09-193-12/+11
| | | | | | | | * help/de/de.po: Updated German translation * help/de/figures/*: Added screenshots git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1464 4ee84921-47dd-4033-b63a-18d7a039a3e4
* teestxclaesse2008-09-191-0/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1462 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated German translationmariobl2008-09-192-4/+9
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1461 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Update gitignorexclaesse2008-09-195-4/+6
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1460 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Minor fix to Catalan translationgforcada2008-09-191-10/+9
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1459 4ee84921-47dd-4033-b63a-18d7a039a3e4
* hindi update by Rajesh Ranjanrranjan2008-09-181-84/+97
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1458 4ee84921-47dd-4033-b63a-18d7a039a3e4
* hindi update by Rajesh Ranjanrranjan2008-09-182-73/+79
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1457 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Committed Translation by Sweta Kothariswkothar2008-09-182-74/+88
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1456 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2.24.0chliao2008-09-183-231/+149
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1455 4ee84921-47dd-4033-b63a-18d7a039a3e4
* * Updated Arabic Translation by Youssef Chahibi. djihed2008-09-181-0/+4
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1454 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2008-09-17 Gintautas Miliauskas <gintas@akl.lt>gintas2008-09-182-1297/+1350
| | | | | | | | | * lt.po: Updated Lithuanian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1453 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Committed Translation by Sweta Kothariswkothar2008-09-172-130/+145
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1452 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Danish translationkennethn2008-09-172-860/+1572
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1451 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Catalan translationgforcada2008-09-172-1013/+1186
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1450 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Marathi Transaltionssandeeps2008-09-161-92/+88
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1449 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Malayalam translation updated by Ashik Salhudeen and meapravi2008-09-161-734/+1453
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1448 4ee84921-47dd-4033-b63a-18d7a039a3e4
* * Updated Arabic Translation by Youssef Chahibi. djihed2008-09-151-0/+4
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1447 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated ko translation (Changwoo Ryu).cwryu2008-09-152-0/+1753
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1446 4ee84921-47dd-4033-b63a-18d7a039a3e4
* * Updated Arabic Translation by Youssef Chahibi. djihed2008-09-141-16/+21
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1445 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Finnish translationituohela2008-09-142-20/+25
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1444 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated de translation (Jochen Skulj)joskulj2008-09-131-277/+269
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1443 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Hungarian translation (Gabor Kelemen)kelemeng2008-09-131-437/+448
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1442 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Slovenian translationmateju2008-09-101-352/+390
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1441 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added it translation (Milo Casagrande).lferrett2008-09-104-1/+678
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1440 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated it translation (Milo Casagrande).lferrett2008-09-101-1013/+1055
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1439 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated zh_CN translationzyang2008-09-091-715/+1492
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1438 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Bump version to 2.24.0xclaesse2008-09-091-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1437 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Update NEWSxclaesse2008-09-091-0/+20
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1435 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Bump LT revisionxclaesse2008-09-091-2/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1434 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Update python bindingsxclaesse2008-09-093-1828/+1835
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1433 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Remove debug messages introduced by error.xclaesse2008-09-091-5/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1432 4ee84921-47dd-4033-b63a-18d7a039a3e4
* hindi translation committed by Rajesh Ranjanrranjan2008-09-083-0/+1743
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1431 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated pt translation (Duarte Loreto <happyguy_pt@hotmail.com>)dnloreto2008-09-081-103/+116
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1430 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2008-09-07 Vincent van Adrighem <adrighem@gnome.org>adrighem2008-09-072-743/+2980
| | | | | | | * nl.po: Translation updated. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1429 4ee84921-47dd-4033-b63a-18d7a039a3e4
* add WM_WINDOW_ROLE property to windows (closes: #551113)fpeters2008-09-0710-0/+10
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1428 4ee84921-47dd-4033-b63a-18d7a039a3e4
* remove irc.oftc.net from Debian servers to limit confusion. Fixes bug ↵xclaesse2008-09-071-1/+0
| | | | | | #550556 (Guillaume Desmottes). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1427 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Hide the tab close button where there is a single tab (closes: #551096)fpeters2008-09-071-0/+18
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1426 4ee84921-47dd-4033-b63a-18d7a039a3e4
* move *.pc Requires to Requires.privatexclaesse2008-09-072-2/+4
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1425 4ee84921-47dd-4033-b63a-18d7a039a3e4
* remove libtelepathy from *.pc Requiresxclaesse2008-09-072-2/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1424 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated en_GB translation (Philip Withnall).pwithnall2008-09-071-513/+597
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1423 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated cs translation (Adrian Gunis).pmkovar2008-09-072-35/+22
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1422 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2008-09-05 Tomasz Dominikowski <tdominikowski@aviary.pl>tomaszd2008-09-052-18/+24
| | | | | | * pl.po: Updated Polish translation git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1421 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2008-09-05 Alexander Shopov <ash@contact.bg>al_shopov2008-09-052-246/+251
| | | | | | | * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1420 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated Translationlaurenti2008-09-042-104/+101
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1419 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated th translation (Theppitak Karoonboonyanan).tkaroonb2008-09-031-17/+17
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1418 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Updated sv translationdnylande2008-09-021-18/+20
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1417 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2008-09-02 Nguyễn Thái Ngọc Duy <pclouds@gmail.com>pclouds2008-09-022-379/+417
| | | | | | | | * vi.po: Updated Vietnamese translation git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1416 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Update translationkmaraas2008-09-021-17/+21
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1415 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added th translation (Theppitak Karoonboonyanan).tkaroonb2008-09-012-0/+1769
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1414 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Bump version to 2.23.92xclaesse2008-09-011-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1413 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Support "blah (closes: #1234)" message format.xclaesse2008-09-011-4/+13
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1411 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Update LT versionxclaesse2008-09-011-2/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1410 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Update NEWSxclaesse2008-09-011-0/+583
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1409 4ee84921-47dd-4033-b63a-18d7a039a3e4