aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Actually use accept and receive file functions. (Jonny Lamb)Jonny Lamb2008-11-221-2/+10
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1756
* Implemented accept_file and empathy_receive_file in empathy-file. (Jonny Lamb)Jonny Lamb2008-11-221-18/+68
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1755
* Fixed _get_local_socket in empathy-file so that it calls connect(2). (Jonny ↵Jonny Lamb2008-11-221-2/+20
| | | | | | | | Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1754
* Removed g_object_notify that doesn't actually map to a property. (Jonny Lamb)Jonny Lamb2008-11-221-2/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1753
* Allow transfers to be declined by closing the channel. (Jonny Lamb)Jonny Lamb2008-11-221-3/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1752
* Added fix for an empty default folder. (Jonny Lamb)Jonny Lamb2008-11-221-1/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1751
* Removed file transfer handling code from empathy dispatcher. (Jonny Lamb)Jonny Lamb2008-11-221-11/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1750
* Added missing GTK+ include header. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1749
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)Jonny Lamb2008-11-227-1628/+856
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1748
* Added empathy_send_file_with_file_chooser_and_manager to make use of the ↵Jonny Lamb2008-11-223-1/+17
| | | | | | | | file transfer manager. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1747
* Added GTK file transfer manager. (Jonny Lamb)Jonny Lamb2008-11-225-1/+1367
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1746
* Push the notify::state and notify::transferred-bytes signals from ↵Jonny Lamb2008-11-221-2/+29
| | | | | | | | EmpathyTpFile onto EmpathyFile for the ft-manager to listen to. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1745
* Correctly set the EmpathyContact in an EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-221-0/+7
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1744
* Changed the "Send file" icon to something sane. (Jonny Lamb)Jonny Lamb2008-11-222-1/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1743
* Added start of handling new incoming file channels. (Jonny Lamb)Jonny Lamb2008-11-221-0/+11
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1742
* Added "Send file" item to contact menu widget. (Jonny Lamb)Jonny Lamb2008-11-222-0/+34
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1741
* Added some more file sending functions to libempathy-gtk. (Jonny Lamb)Jonny Lamb2008-11-222-0/+132
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1740
* Added a workaround to EmpathyTpFile's finalize function so it doesn't run ↵Jonny Lamb2008-11-221-1/+2
| | | | | | | | g_object_unref on non-GObjects. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1739
* Added empathy_send_file* helper functions to empathy-utils. (Jonny Lamb)Jonny Lamb2008-11-222-0/+136
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1738
* Added empathy_init function to call emp_cli_init in main. (Jonny Lamb)Jonny Lamb2008-11-224-2/+11
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1737
* Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb)Jonny Lamb2008-11-226-0/+1892
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1736
* Added file transfer debug flag. (Jonny Lamb)Jonny Lamb2008-11-222-1/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1735
* Added a dependency on gio-unix-2.0 in libempathy. (Jonny Lamb)Jonny Lamb2008-11-222-1/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1734
* Added ft-related functions to EmpathyContact. (Jonny Lamb)Jonny Lamb2008-11-222-0/+41
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1733
* Added GIO and libgnomeui deps to configure.ac. (Jonny Lamb)Jonny Lamb2008-11-221-0/+5
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1732
* Added org.freedesktop.Telepathy.Channel.Type.File.DRAFT spec file. (Jonny Lamb)Jonny Lamb2008-11-223-1/+401
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1731
* Updated ps translation (Zabeeh Khan)Simos Xenitellis2008-11-211-0/+1814
| | | | svn path=/trunk/; revision=1730
* Updated German translation.Hendrik Richter2008-11-192-132/+216
| | | | | | | | 2008-11-18 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=1724
* Updated Lithuanian translation (Gintautas Miliauskas).Gintautas Miliauskas2008-11-171-98/+176
| | | | | | | | | | 2008-11-17 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation (Gintautas Miliauskas). svn path=/trunk/; revision=1723
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-11-151-11/+54
| | | | svn path=/trunk/; revision=1721
* Include account name in chat-window tooltip. Fixes bug #560622Mathias Hasselmann2008-11-141-4/+8
| | | | svn path=/trunk/; revision=1720
* Use markup for chat-window tooltipsMathias Hasselmann2008-11-141-10/+21
| | | | svn path=/trunk/; revision=1719
* Use proper format string for max-size propertyMathias Hasselmann2008-11-141-1/+1
| | | | svn path=/trunk/; revision=1718
* If chats have no name, use the channel's ID instead of fallback to ↵Xavier Claessens2008-11-142-21/+14
| | | | | | "Conversation". Fixes bug #560611. svn path=/trunk/; revision=1717
* Add import dialog to POTFILEXavier Claessens2008-11-131-0/+2
| | | | svn path=/trunk/; revision=1716
* Updated ku translationErdal Ronahi2008-11-122-0/+1784
| | | | svn path=/trunk/; revision=1715
* Trivial simplification of the mathXavier Claessens2008-11-111-1/+1
| | | | svn path=/trunk/; revision=1714
* Try to keep the original image format in avatar chooser. This avoid droping ↵Xavier Claessens2008-11-111-58/+69
| | | | | | alpha layer when converting from PNG to JPEG. svn path=/trunk/; revision=1713
* Improve error message.Xavier Claessens2008-11-111-2/+3
| | | | svn path=/trunk/; revision=1712
* Report error to the user when converting the avatar fails.Xavier Claessens2008-11-111-4/+37
| | | | svn path=/trunk/; revision=1711
* Cleanup code and add some commentsXavier Claessens2008-11-112-7/+17
| | | | svn path=/trunk/; revision=1710
* Move code to avoid declaring functions on the top of the file.Xavier Claessens2008-11-111-71/+57
| | | | svn path=/trunk/; revision=1709
* Make a dichotomic search for the optimal image size. Cleanup some codeXavier Claessens2008-11-111-112/+121
| | | | svn path=/trunk/; revision=1708
* Correctly resize the image to fit required max width/heightXavier Claessens2008-11-111-13/+33
| | | | svn path=/trunk/; revision=1707
* Add empathy_pixbuf_from_data_and_mime instead of breaking API.Xavier Claessens2008-11-114-6/+17
| | | | svn path=/trunk/; revision=1706
* Don't modify EmpathyAvatar::format if gdkpixbuf disagreesXavier Claessens2008-11-111-4/+4
| | | | svn path=/trunk/; revision=1705
* Use two g_asserts rather than g_assert (foo && bar).Xavier Claessens2008-11-111-2/+4
| | | | svn path=/trunk/; revision=1704
* can_satisfy_mime_type_requirements: assume out params != NULLXavier Claessens2008-11-111-10/+2
| | | | | | (I never actually removed the assertion that they be non-NULL.) svn path=/trunk/; revision=1703
* Prefer png or jpeg if possible when converting avatarsXavier Claessens2008-11-111-20/+34
| | | | svn path=/trunk/; revision=1702
* Update avatar chooser's account from its own callback.Xavier Claessens2008-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! svn path=/trunk/; revision=1701
* ContactWidget: set up account widget before avatar widgetXavier Claessens2008-11-111-23/+24
| | | | svn path=/trunk/; revision=1700
* If setting an avatar from an EmpathyAvatar, just ref it.Xavier Claessens2008-11-111-25/+66
| | | | svn path=/trunk/; revision=1699
* AvatarChooser: clarify why _scale_down_if_necessary is cheap.Xavier Claessens2008-11-111-2/+7
| | | | svn path=/trunk/; revision=1698
* Make can_satisfy_mime_type_requirements accept NULL out params.Xavier Claessens2008-11-111-6/+24
| | | | svn path=/trunk/; revision=1697
* Flip iterating across format_mime_types and accepted_mime_types.Xavier Claessens2008-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?". svn path=/trunk/; revision=1696
* Use l and strv for list and strv iterators, not i and jXavier Claessens2008-11-111-7/+7
| | | | svn path=/trunk/; revision=1695
* Use foo[1] rather than *(foo + 1)Xavier Claessens2008-11-111-1/+1
| | | | svn path=/trunk/; revision=1694
* Coding style: cuddle a braceXavier Claessens2008-11-111-2/+1
| | | | svn path=/trunk/; revision=1693
* AvatarChooser: don't set contact_factory to NULL after unreffing.Xavier Claessens2008-11-111-3/+2
| | | | | | The object is being destroyed anyway. svn path=/trunk/; revision=1692
* AvatarChooser: Remove empathy_ prefix from static functions.Xavier Claessens2008-11-111-10/+10
| | | | svn path=/trunk/; revision=1691
* AvatarChooser needs no ContactFactory property; it's a singleton.Xavier Claessens2008-11-113-32/+6
| | | | svn path=/trunk/; revision=1690
* Coding style: no blank lines in local variable declarationsXavier Claessens2008-11-111-4/+0
| | | | svn path=/trunk/; revision=1689
* Coding style: use FIXME rather than TODO.Xavier Claessens2008-11-111-5/+5
| | | | svn path=/trunk/; revision=1688
* Coding style: only one blank line between functions.Xavier Claessens2008-11-113-10/+0
| | | | svn path=/trunk/; revision=1687
* Coding style: use braces for one-statement blocks in AvatarChooserXavier Claessens2008-11-111-9/+19
| | | | svn path=/trunk/; revision=1686
* Check the contact factory is still ready when avatar picker is OKed.Xavier Claessens2008-11-111-0/+13
| | | | svn path=/trunk/; revision=1685
* Don't explicitly check for the new avatar being zero bytesXavier Claessens2008-11-111-1/+1
| | | | | | | empathy_pixbuf_from_data will whine if it can't parse the image, which it won't be able to. svn path=/trunk/; revision=1684
* Don't clear user's avatar if a file can't be read.Xavier Claessens2008-11-111-2/+0
| | | | svn path=/trunk/; revision=1683
* Implement scaling and converting avatars before sending.Xavier Claessens2008-11-111-65/+265
| | | | svn path=/trunk/; revision=1682
* Make empathy_pixbuf_scale_down_if_necessary treat 0 as "no limit"Xavier Claessens2008-11-111-1/+1
| | | | svn path=/trunk/; revision=1681
* Track whether avatar is being set locally, or received from elsewhere.Xavier Claessens2008-11-111-12/+17
| | | | svn path=/trunk/; revision=1680
* Use e_avatar_chooser_clear_image() helper.Xavier Claessens2008-11-111-1/+1
| | | | svn path=/trunk/; revision=1679
* Ref result of empathy_contact_factory_get_tp_factoryXavier Claessens2008-11-111-2/+2
| | | | svn path=/trunk/; revision=1678
* Make avatar chooser (in)sensitive when the TpContactFactory becomes (not) readyXavier Claessens2008-11-111-10/+62
| | | | svn path=/trunk/; revision=1677
* Update AvatarChooser::account when changed in ContactWidgetXavier Claessens2008-11-111-0/+24
| | | | svn path=/trunk/; revision=1676
* AvatarChooser: Add McAccount and EmpathyContactFactory propertiesXavier Claessens2008-11-113-4/+100
| | | | svn path=/trunk/; revision=1675
* Add G_PARAM_STATIC_STRINGS to TpContactFactory propertiesXavier Claessens2008-11-111-8/+16
| | | | svn path=/trunk/; revision=1674
* EmpathyTpContactFactory: add properties for avatar requirementsXavier Claessens2008-11-111-3/+91
| | | | svn path=/trunk/; revision=1673
* EmpathyTpContactFactory: get avatar requirements before becoming ready.Xavier Claessens2008-11-111-9/+54
| | | | svn path=/trunk/; revision=1672
* EmpathyTpContactFactory: split on-ready code out of got_self_handle_cbXavier Claessens2008-11-111-4/+22
| | | | svn path=/trunk/; revision=1671
* EmpathyTpContactFactoryPriv: add fields for avatar requirementsXavier Claessens2008-11-111-0/+9
| | | | svn path=/trunk/; revision=1670
* Don't automatically resize and png-ify avatars.Xavier Claessens2008-11-114-44/+62
| | | | svn path=/trunk/; revision=1669
* Consolidate hardcoding avatars to PNG to one function.Xavier Claessens2008-11-111-1/+7
| | | | | | | (Incidentally, return "image/png" rather than "png" for the mime type, as the latter is not a mime type.) svn path=/trunk/; revision=1668
* Updated Spansih translationJorge Gonzalez Gonzalez2008-11-081-179/+218
| | | | svn path=/trunk/; revision=1667
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-11-081-47/+60
| | | | svn path=/trunk/; revision=1666
* Add ru to gitignoreXavier Claessens2008-11-041-1/+3
| | | | svn path=/trunk/; revision=1665
* Update Ukrainian translation.Maxim Dziumanenko2008-11-031-1522/+1345
| | | | | | | | | 2008-11-3 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=1663
* Added Russian translation by Nikita Belobrov <qvzqvz@gmail.com>.Nickolay V. Shmyrev2008-10-271-0/+775
| | | | | | | | | 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
* Remove session information from Ekiga registration URL. (closes: #554938)Frederic Peters2008-10-241-2/+1
| | | | svn path=/trunk/; revision=1660
* Updated Greek translation (Nick Agianniotis).Simos Xenitellis2008-10-231-164/+477
| | | | svn path=/trunk/; revision=1658
* Updated th translation (Theppitak Karoonboonyanan)Theppitak Karoonboonyanan2008-10-181-9/+6
| | | | svn path=/trunk/; revision=1650
* Updated th translation (Theppitak Karoonboonyanan)Theppitak Karoonboonyanan2008-10-181-70/+103
| | | | svn path=/trunk/; revision=1649
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-10-171-7/+15
| | | | svn path=/trunk/; revision=1647
* Use l to iterate a GList, less confusing naming.Xavier Claessens2008-10-171-3/+3
| | | | svn path=/trunk/; revision=1646
* It is a map from pidgin to CM, not MC.Xavier Claessens2008-10-171-10/+10
| | | | svn path=/trunk/; revision=1645
* Split pidgin import code into its own module. It makes easier to add other ↵Xavier Claessens2008-10-175-283/+375
| | | | | | import modules for other programs. svn path=/trunk/; revision=1644
* Connect to the "destroy" and "response" signals on the import window instead ↵Xavier Claessens2008-10-172-59/+59
| | | | | | of connecting OK/Cancel buttons. svn path=/trunk/; revision=1643
* Do not include accounts which don't have profile.. Also fix a leak.Xavier Claessens2008-10-171-2/+7
| | | | svn path=/trunk/; revision=1642
* Remove useless varsXavier Claessens2008-10-171-1/+0
| | | | svn path=/trunk/; revision=1641
* Remove declaration of functions on top of import dialog file.Xavier Claessens2008-10-171-29/+0
| | | | svn path=/trunk/; revision=1640
* There is no reason for import_dialog_add_account to fail.Xavier Claessens2008-10-171-7/+3
| | | | svn path=/trunk/; revision=1639
* Be more careful in import_dialog_account_data_freeXavier Claessens2008-10-171-2/+6
| | | | svn path=/trunk/; revision=1638
* Remove useless include in main windowXavier Claessens2008-10-171-1/+0
| | | | svn path=/trunk/; revision=1637
* rename import boolean to import_asked.Xavier Claessens2008-10-171-4/+3
| | | | svn path=/trunk/; revision=1636
* Store the McProfile in AccountData instead of a string of the account name. ↵Jonny Lamb2008-10-171-34/+15
| | | | | | | | (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1635
* Call import_dialog_account_data_free to actually free the account data after ↵Jonny Lamb2008-10-171-5/+4
| | | | | | | | being processed. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1634
* Do not store the account data in a G_TYPE_POINTER GValue but straight in the ↵Jonny Lamb2008-10-171-10/+4
| | | | | | | | list store as a gpointer. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1633
* Removed call to mc_accounts_filter and wrote another function to loop ↵Jonny Lamb2008-10-171-23/+24
| | | | | | | | through the accounts. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1632
* Compare GLists to NULL instead of g_list_length(list) == 0. (Jonny Lamb)Jonny Lamb2008-10-171-2/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1631
* Removed empathy_import_dialog_accounts_to_import to stop the accounts being ↵Jonny Lamb2008-10-173-57/+27
| | | | | | | | parsed twice. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1630
* Moved some code around for clarity and also to parse accounts before the ↵Jonny Lamb2008-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> svn path=/trunk/; revision=1629
* Removed tabs from GConf schema. (Jonny Lamb)Jonny Lamb2008-10-171-45/+45
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1628
* Only display the importing result if there was a failure. (Jonny Lamb)Jonny Lamb2008-10-171-19/+14
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1627
* Ask whether to import if there are accounts to import on loading the account ↵Jonny Lamb2008-10-171-0/+34
| | | | | | | | editor, but only once. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1626
* Added GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb)Jonny Lamb2008-10-172-0/+15
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1625
* Added empathy_import_dialog_accounts_to_import. (Jonny Lamb)Jonny Lamb2008-10-172-0/+16
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1624
* Automatically tick "import" only for accounts which are not already present ↵Jonny Lamb2008-10-171-1/+45
| | | | | | | | in MC. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1623
* Make the parent of the import dialog be the parent of the warning message ↵Jonny Lamb2008-10-171-3/+3
| | | | | | | | dialog. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1622
* Display a warning when no accounts could be found for importing. (Jonny Lamb)Jonny Lamb2008-10-171-6/+26
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1621
* Check whether ~/.purple/accounts.xml is readable before trying to read it. ↵Jonny Lamb2008-10-171-1/+8
| | | | | | | | (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1620
* Use g_ascii_strtod instead of sscanf. (Jonny Lamb)Jonny Lamb2008-10-171-2/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1619
* Use tp_strdiff instead of strcmp. (Jonny Lamb)Jonny Lamb2008-10-171-18/+18
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1618
* Added import_dialog_free and actually destroy the importer when finished ↵Jonny Lamb2008-10-171-2/+9
| | | | | | | | importing or when cancelled. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1617
* Actually add the accounts when the user presses OK. (Jonny Lamb)Jonny Lamb2008-10-171-7/+54
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1616
* Renamed import_dialog_add_accounts to import_dialog_add_accounts_to_model to ↵Jonny Lamb2008-10-171-2/+2
| | | | | | | | avoid confusion. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1615
* Added more whitespace between indentations and comments. (Jonny Lamb)Jonny Lamb2008-10-171-1/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1614
* Fill the tree view with Pidgin accounts to import. (Jonny Lamb)Jonny Lamb2008-10-171-14/+19
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1613
* Set a height request of 200px for the treeview widget. (Jonny Lamb)Jonny Lamb2008-10-171-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1612
* Re-wrote the UI of the importer dialog. (Jonny Lamb)Jonny Lamb2008-10-172-33/+250
| | | | | | | | This UI currently does not work with the backend. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1611
* Fix wrong condition in import_dialog_pidgin_parse_setting().Xavier Claessens2008-10-171-1/+1
| | | | svn path=/trunk/; revision=1610
* Add comments and cleanup the pidgin importer. Account settings are now ↵Xavier Claessens2008-10-171-141/+152
| | | | | | imported into a GHashTable mapping the param's string to a GValue. svn path=/trunk/; revision=1609
* Renamed static empathy_import_dialog_* functions to import_dialog_*. (Jonny ↵Jonny Lamb2008-10-171-29/+29
| | | | | | | | Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1608
* Simplified the node looping code further. (Jonny Lamb)Jonny Lamb2008-10-171-69/+66
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1607
* Use a different loop with nodes to shorten code. (Jonny Lamb)Jonny Lamb2008-10-171-3/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1606
* Added another empty line between function declaration and code. (Jonny Lamb)Jonny Lamb2008-10-171-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1605
* Avoid using gtk_widget_show_all and show each widget separately. (Jonny Lamb)Jonny Lamb2008-10-171-2/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1604
* Added a missing g_free. (Jonny Lamb)Jonny Lamb2008-10-171-0/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1603
* Make EmpathyImportDialog a singleton. (Jonny Lamb)Jonny Lamb2008-10-171-3/+8
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1602
* Name imported accounts in the same way as a new account does. (Jonny Lamb)Jonny Lamb2008-10-171-5/+10
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1601
* Changed import button to "Import Accounts...". (Jonny Lamb)Jonny Lamb2008-10-171-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1600
* Added spacing of 6 to "Import accounts" button. (Jonny Lamb)Jonny Lamb2008-10-171-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1599
* Moved to Collabora coding style. (Jonny Lamb)Jonny Lamb2008-10-171-287/+308
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1598
* Added an "Import accounts" button to the accounts dialog. (Jonny Lamb)Jonny Lamb2008-10-172-11/+44
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1597
* Removed import dialog references from main window. (Jonny Lamb)Jonny Lamb2008-10-171-10/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1596
* Fixed typos of constants in the import dialog. (Jonny Lamb)Jonny Lamb2008-10-171-3/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1595
* Fixed part of dialog, as per Xavier's comments.Jonny Lamb2008-10-172-93/+74
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1594
* Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)Jonny Lamb2008-10-175-0/+466
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1593
* Use alphabetical order in makefileXavier Claessens2008-10-171-12/+12
| | | | svn path=/trunk/; revision=1592
* Updated el translationNikos Charonitakis2008-10-141-684/+801
| | | | svn path=/trunk/; revision=1590
* Updated Danish translation (Kenneth Nielsen)Kenneth Nielsen2008-10-141-7/+24
| | | | svn path=/trunk/; revision=1588
* Update gitignoreXavier Claessens2008-10-131-0/+1
| | | | svn path=/trunk/; revision=1586
* empathy-contact-menu.c: store the chatroom instead of the channel in ↵Xavier Claessens2008-10-131-12/+13
| | | | | | contact_room_sub_menu_item_activate_cb_ctx svn path=/trunk/; revision=1585
* empathy-contact-menu.c: use new empathy_chatroom_manager_new APIXavier Claessens2008-10-131-1/+1
| | | | svn path=/trunk/; revision=1584
* Change menu entry to 'Invite to chatroom'Xavier Claessens2008-10-131-1/+1
| | | | svn path=/trunk/; revision=1583
* Actually invite contact to chatroom. Fixes bug #496100 (Guillaume Desmottes).Xavier Claessens2008-10-131-9/+61
| | | | svn path=/trunk/; revision=1582
* Display invite menu entry in the contact menuXavier Claessens2008-10-132-0/+93
| | | | svn path=/trunk/; revision=1581
* Update python bindingsXavier Claessens2008-10-131-6/+3
| | | | svn path=/trunk/; revision=1580
* empathy_chatroom_manager_remove: when looking for the chatroom to remove ↵Xavier Claessens2008-10-131-1/+2
| | | | | | check the address first so we are not confuse if the room was invalidated svn path=/trunk/; revision=1579
* empathy_chatroom_equal: use tp_strdiff instead of g_str_equalXavier Claessens2008-10-131-3/+3
| | | | svn path=/trunk/; revision=1578
* 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
* empathy_chatroom_set_auto_connect: notify the favorite property change if neededXavier Claessens2008-10-131-0/+1
| | | | svn path=/trunk/; revision=1575
* chatroom-manager: add_chatroom: connect the 'notify' signal instead of each ↵Xavier Claessens2008-10-131-9/+1
| | | | | | signal individually svn path=/trunk/; revision=1574
* 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
* empathy-chat-window: use new chatroom mgr APIXavier Claessens2008-10-131-1/+1
| | | | svn path=/trunk/; revision=1572
* remove empathy_chatroom_manager_store from the API as it's became uselessXavier Claessens2008-10-132-9/+0
| | | | svn path=/trunk/; revision=1571
* empathy-chatrooms-window: no need to call empathy_chatroom_manager_store anymoreXavier Claessens2008-10-131-1/+0
| | | | svn path=/trunk/; revision=1570
* disconnect chatroom signals when they are removed from the mgrXavier Claessens2008-10-131-10/+24
| | | | svn path=/trunk/; revision=1569
* automatically save the chatroom mgr XML file when one chatroom is modifiedXavier Claessens2008-10-132-4/+87
| | | | svn path=/trunk/; revision=1568
* chatroom-mgr: use a save timer instead of saving the file directlyXavier Claessens2008-10-131-3/+40
| | | | svn path=/trunk/; revision=1567
* only save the chatrooms xml when a favorite chatroom is added/removedXavier Claessens2008-10-131-2/+16
| | | | svn path=/trunk/; revision=1566
* test empathy chatroom manager change favoriteXavier Claessens2008-10-131-0/+65
| | | | svn path=/trunk/; revision=1565
* chatroom-mgr: store the file when a chatroom changes its favorite stateXavier Claessens2008-10-131-2/+22
| | | | svn path=/trunk/; revision=1564
* 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 the file path as arg to empathy_chatroom_manager_newXavier Claessens2008-10-135-7/+9
| | | | svn path=/trunk/; revision=1542
* chatroom-manager: set the file path as a propertyXavier Claessens2008-10-131-35/+104
| | | | svn path=/trunk/; revision=1541
* add EmpathyChatroom testsXavier Claessens2008-10-134-1/+132
| | | | svn path=/trunk/; revision=1540
* auto-connect implies favoriteXavier Claessens2008-10-131-0/+11
| | | | svn path=/trunk/; revision=1539
* dispatcher: store a ref on the ChatroomManagerXavier Claessens2008-10-131-21/+56
| | | | svn path=/trunk/; revision=1538
* rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cbXavier Claessens2008-10-131-6/+6
| | | | svn path=/trunk/; revision=1537
* empathy-dispatcher: use new API of EmpathyChatRoomXavier Claessens2008-10-131-1/+2
| | | | svn path=/trunk/; revision=1536
* add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume ↵Xavier Claessens2008-10-131-0/+75
| | | | | | Desmottes). svn path=/trunk/; revision=1535
* Save chatrooms to XML only if they are marked as favoriteXavier Claessens2008-10-131-0/+7
| | | | svn path=/trunk/; revision=1534
* add a favorite and tp-channel property to EmpathyChatroomXavier Claessens2008-10-131-0/+54
| | | | svn path=/trunk/; revision=1533
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-10-131-24/+32
| | | | svn path=/trunk/; revision=1532
* Updated sv translation (Daniel Nylander)Daniel Nylander2008-10-101-60/+62
| | | | svn path=/trunk/; revision=1531
* Updated sv translation (Daniel Nylander)Daniel Nylander2008-10-101-25/+31
| | | | svn path=/trunk/; revision=1530
* UpdateKjartan Maraas2008-10-071-23/+31
| | | | svn path=/trunk/; revision=1526
* use AM_PATH_PYTHON for Python detection (closes: #544029)Frederic Peters2008-10-061-23/+15
| | | | svn path=/trunk/; revision=1524
* Updated cs translation (Martin Picek and Lucas Lommer). Added Czech ↵Petr Kovář2008-10-064-208/+878
| | | | | | translation of empathy manual by Lucas Lommer. svn path=/trunk/; revision=1522
* Hungarian translation updatedGabor Keleman2008-10-061-21/+31
| | | | svn path=/trunk/; revision=1520
* Fix build error, empathy_theme_update_view return void.Xavier Claessens2008-10-061-1/+1
| | | | svn path=/trunk/; revision=1517
* Updated Galician Translation.Ignacio Casal Quinteiro2008-10-052-1/+5
| | | | svn path=/trunk/; revision=1515
* Updated Finnish translationIlkka Tuohela2008-10-042-18/+30
| | | | svn path=/trunk/; revision=1513
* Updated Brazilian Portuguese translation.Og B. Maciel2008-10-042-24/+36
| | | | svn path=/trunk/; revision=1509
* Updated Galician translationIgnacio Casal Quinteiro2008-10-042-24/+36
| | | | svn path=/trunk/; revision=1506
* Mark some forgotten strings for translation (bug #553066)Gabor Keleman2008-10-041-2/+2
| | | | svn path=/trunk/; revision=1504
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2008-09-302-103/+36
| | | | | | | | | 2008-09-29 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=1503
* Catch underscores in email addresses. (closes: #554284)Frederic Peters2008-09-291-1/+1
| | | | svn path=/trunk/; revision=1500
* Fix a typo in zh_CN.poYang Zhang2008-09-261-1/+1
| | | | svn path=/trunk/; revision=1499
* Updated Galician Translation.Ignacio Casal Quinteiro2008-09-262-1/+5
| | | | svn path=/trunk/; revision=1497
* Updated zh_CN translation.Funda Wang2008-09-242-41/+53
| | | | svn path=/trunk/; revision=1494
* Fix for GTK+ adjustment policy enforcement:Vincent Untz2008-09-227-8/+8
| | | | | | http://mail.gnome.org/archives/desktop-devel-list/2008-September/msg00148.html svn path=/trunk/; revision=1488
* Updated the header of zh_CN.poYang Zhang2008-09-221-7/+7
| | | | svn path=/trunk/; revision=1486
* Updated zh_CN translationYang Zhang2008-09-221-1225/+243
| | | | svn path=/trunk/; revision=1484
* updated Russian translationAlexandre Prokoudine2008-09-222-478/+420
| | | | svn path=/trunk/; revision=1482
* Updated Arabic Translation by Anas Afif Emad.Djihed Afifi2008-09-212-169/+81
| | | | | | * Updated Arabic Translation by Anas Afif Emad. svn path=/trunk/; revision=1481
* Updated Danish translationKenneth Nielsen2008-09-212-21/+24
| | | | svn path=/trunk/; revision=1480
* Updated sr translationGoran Rakic2008-09-202-2596/+26172
| | | | svn path=/trunk/; revision=1477
* Bump version to 2.25.1Xavier Claessens2008-09-201-1/+1
| | | | svn path=/trunk/; revision=1476
* Fix release script to correctly detect bug numbersXavier Claessens2008-09-201-1/+2
| | | | svn path=/trunk/; revision=1475
* Fix condition to set labels selectable.Xavier Claessens2008-09-191-3/+3
| | | | svn path=/trunk/; revision=1472
* Do not crash if the chatroom's account has no connection. Fixes bug #550652.Xavier Claessens2008-09-191-7/+9
| | | | svn path=/trunk/; revision=1471
* Check if the return value of tp_contact_list_get_group() is !=NULL. Fixes ↵Xavier Claessens2008-09-191-1/+3
| | | | | | bug #548668 svn path=/trunk/; revision=1470
* Revert stupid test commitXavier Claessens2008-09-191-2/+0
| | | | svn path=/trunk/; revision=1468
* Corrected shortcutsGabor Keleman2008-09-191-2/+2
| | | | svn path=/trunk/; revision=1466
* Updated Japanese translation.Takeshi AIHANA2008-09-192-238/+238
| | | | | | | | 2008-09-19 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=1465
* Updated German translation Added screenshotsMario Blättermann2008-09-193-12/+11
| | | | | | | | | 2008-09-19 Mario Blättermann <mariobl@svn.gnome.org> * help/de/de.po: Updated German translation * help/de/figures/*: Added screenshots svn path=/trunk/; revision=1464
* teestXavier Claessens2008-09-191-0/+2
| | | | svn path=/trunk/; revision=1462
* Updated German translationMario Blättermann2008-09-192-4/+9
| | | | svn path=/trunk/; revision=1461
* Update gitignoreXavier Claessens2008-09-195-4/+6
| | | | svn path=/trunk/; revision=1460
* Minor fix to Catalan translationGil Forcada Codinachs2008-09-191-10/+9
| | | | svn path=/trunk/; revision=1459
* hindi update by Rajesh RanjanRajesh Ranjan2008-09-181-84/+97
| | | | svn path=/trunk/; revision=1458
* hindi update by Rajesh RanjanRajesh Ranjan2008-09-182-73/+79
| | | | svn path=/trunk/; revision=1457
* Committed Translation by Sweta KothariSweta Kothari2008-09-182-74/+88
| | | | svn path=/trunk/; revision=1456
* 2.24.0Chao-Hsiung Liao2008-09-183-231/+149
| | | | svn path=/trunk/; revision=1455
* Updated Arabic Translation by Youssef Chahibi.Djihed Afifi2008-09-181-0/+4
| | | | | | * Updated Arabic Translation by Youssef Chahibi. svn path=/trunk/; revision=1454
* Updated Lithuanian translation.Gintautas Miliauskas2008-09-182-1297/+1350
| | | | | | | | | | 2008-09-17 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=1453
* Committed Translation by Sweta KothariSweta Kothari2008-09-172-130/+145
| | | | svn path=/trunk/; revision=1452
* Updated Danish translationKenneth Nielsen2008-09-172-860/+1572
| | | | svn path=/trunk/; revision=1451