aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't clear user's avatar if a file can't be read.xclaesse2008-11-111-2/+0
* Implement scaling and converting avatars before sending.xclaesse2008-11-111-65/+265
* Make empathy_pixbuf_scale_down_if_necessary treat 0 as "no limit"xclaesse2008-11-111-1/+1
* Track whether avatar is being set locally, or received from elsewhere.xclaesse2008-11-111-12/+17
* Use e_avatar_chooser_clear_image() helper.xclaesse2008-11-111-1/+1
* Ref result of empathy_contact_factory_get_tp_factoryxclaesse2008-11-111-2/+2
* Make avatar chooser (in)sensitive when the TpContactFactory becomes (not) readyxclaesse2008-11-111-10/+62
* Update AvatarChooser::account when changed in ContactWidgetxclaesse2008-11-111-0/+24
* AvatarChooser: Add McAccount and EmpathyContactFactory propertiesxclaesse2008-11-113-4/+100
* Add G_PARAM_STATIC_STRINGS to TpContactFactory propertiesxclaesse2008-11-111-8/+16
* EmpathyTpContactFactory: add properties for avatar requirementsxclaesse2008-11-111-3/+91
* EmpathyTpContactFactory: get avatar requirements before becoming ready.xclaesse2008-11-111-9/+54
* EmpathyTpContactFactory: split on-ready code out of got_self_handle_cbxclaesse2008-11-111-4/+22
* EmpathyTpContactFactoryPriv: add fields for avatar requirementsxclaesse2008-11-111-0/+9
* Don't automatically resize and png-ify avatars.xclaesse2008-11-114-44/+62
* Consolidate hardcoding avatars to PNG to one function.xclaesse2008-11-111-1/+7
* Updated Spansih translationjorgegonz2008-11-081-179/+218
* Updated es translation (Jorge Gonzalez)jorgegonz2008-11-081-47/+60
* Add ru to gitignorexclaesse2008-11-041-1/+3
* 2008-11-3 Maxim Dziumanenko <dziumanenko@gmail.com>mdziumanenko2008-11-031-1522/+1345
* 2008-10-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>nshmyrev2008-10-271-0/+775
* Remove session information from Ekiga registration URL. (closes: #554938)fpeters2008-10-241-2/+1
* Updated Greek translation (Nick Agianniotis).simos2008-10-231-164/+477
* Updated th translation (Theppitak Karoonboonyanan)tkaroonb2008-10-181-9/+6
* Updated th translation (Theppitak Karoonboonyanan)tkaroonb2008-10-181-70/+103
* Updated es translation (Jorge Gonzalez)jorgegonz2008-10-171-7/+15
* Use l to iterate a GList, less confusing naming.xclaesse2008-10-171-3/+3
* It is a map from pidgin to CM, not MC.xclaesse2008-10-171-10/+10
* Split pidgin import code into its own module. It makes easier to add other im...xclaesse2008-10-175-283/+375
* Connect to the "destroy" and "response" signals on the import window instead ...xclaesse2008-10-172-59/+59
* Do not include accounts which don't have profile.. Also fix a leak.xclaesse2008-10-171-2/+7
* Remove useless varsxclaesse2008-10-171-1/+0
* Remove declaration of functions on top of import dialog file.xclaesse2008-10-171-29/+0
* There is no reason for import_dialog_add_account to fail.xclaesse2008-10-171-7/+3
* Be more careful in import_dialog_account_data_freexclaesse2008-10-171-2/+6
* Remove useless include in main windowxclaesse2008-10-171-1/+0
* rename import boolean to import_asked.xclaesse2008-10-171-4/+3
* Store the McProfile in AccountData instead of a string of the account name. (...xclaesse2008-10-171-34/+15
* Call import_dialog_account_data_free to actually free the account data after ...xclaesse2008-10-171-5/+4
* Do not store the account data in a G_TYPE_POINTER GValue but straight in the ...xclaesse2008-10-171-10/+4
* Removed call to mc_accounts_filter and wrote another function to loop through...xclaesse2008-10-171-23/+24
* Compare GLists to NULL instead of g_list_length(list) == 0. (Jonny Lamb)xclaesse2008-10-171-2/+2
* Removed empathy_import_dialog_accounts_to_import to stop the accounts being p...xclaesse2008-10-173-57/+27
* Moved some code around for clarity and also to parse accounts before the Glad...xclaesse2008-10-171-33/+30
* Removed tabs from GConf schema. (Jonny Lamb)xclaesse2008-10-171-45/+45
* Only display the importing result if there was a failure. (Jonny Lamb)xclaesse2008-10-171-19/+14
* Ask whether to import if there are accounts to import on loading the account ...xclaesse2008-10-171-0/+34
* Added GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb)xclaesse2008-10-172-0/+15
* Added empathy_import_dialog_accounts_to_import. (Jonny Lamb)xclaesse2008-10-172-0/+16
* Automatically tick "import" only for accounts which are not already present i...xclaesse2008-10-171-1/+45
* Make the parent of the import dialog be the parent of the warning message dia...xclaesse2008-10-171-3/+3
* Display a warning when no accounts could be found for importing. (Jonny Lamb)xclaesse2008-10-171-6/+26
* Check whether ~/.purple/accounts.xml is readable before trying to read it. (J...xclaesse2008-10-171-1/+8
* Use g_ascii_strtod instead of sscanf. (Jonny Lamb)xclaesse2008-10-171-2/+2
* Use tp_strdiff instead of strcmp. (Jonny Lamb)xclaesse2008-10-171-18/+18
* Added import_dialog_free and actually destroy the importer when finished impo...xclaesse2008-10-171-2/+9
* Actually add the accounts when the user presses OK. (Jonny Lamb)xclaesse2008-10-171-7/+54
* Renamed import_dialog_add_accounts to import_dialog_add_accounts_to_model to ...xclaesse2008-10-171-2/+2
* Added more whitespace between indentations and comments. (Jonny Lamb)xclaesse2008-10-171-1/+4
* Fill the tree view with Pidgin accounts to import. (Jonny Lamb)xclaesse2008-10-171-14/+19
* Set a height request of 200px for the treeview widget. (Jonny Lamb)xclaesse2008-10-171-0/+1
* Re-wrote the UI of the importer dialog. (Jonny Lamb)xclaesse2008-10-172-33/+250
* Fix wrong condition in import_dialog_pidgin_parse_setting().xclaesse2008-10-171-1/+1
* Add comments and cleanup the pidgin importer. Account settings are now import...xclaesse2008-10-171-141/+152
* Renamed static empathy_import_dialog_* functions to import_dialog_*. (Jonny L...xclaesse2008-10-171-29/+29
* Simplified the node looping code further. (Jonny Lamb)xclaesse2008-10-171-69/+66
* Use a different loop with nodes to shorten code. (Jonny Lamb)xclaesse2008-10-171-3/+1
* Added another empty line between function declaration and code. (Jonny Lamb)xclaesse2008-10-171-0/+1
* Avoid using gtk_widget_show_all and show each widget separately. (Jonny Lamb)xclaesse2008-10-171-2/+3
* Added a missing g_free. (Jonny Lamb)xclaesse2008-10-171-0/+2
* Make EmpathyImportDialog a singleton. (Jonny Lamb)xclaesse2008-10-171-3/+8
* Name imported accounts in the same way as a new account does. (Jonny Lamb)xclaesse2008-10-171-5/+10
* Changed import button to "Import Accounts...". (Jonny Lamb)xclaesse2008-10-171-1/+1
* Added spacing of 6 to "Import accounts" button. (Jonny Lamb)xclaesse2008-10-171-0/+1
* Moved to Collabora coding style. (Jonny Lamb)xclaesse2008-10-171-287/+308
* Added an "Import accounts" button to the accounts dialog. (Jonny Lamb)xclaesse2008-10-172-11/+44
* Removed import dialog references from main window. (Jonny Lamb)xclaesse2008-10-171-10/+0
* Fixed typos of constants in the import dialog. (Jonny Lamb)xclaesse2008-10-171-3/+3
* Fixed part of dialog, as per Xavier's comments.xclaesse2008-10-172-93/+74
* Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)xclaesse2008-10-175-0/+466
* Use alphabetical order in makefilexclaesse2008-10-171-12/+12
* Updated el translationfrolix682008-10-141-684/+801
* Updated Danish translation (Kenneth Nielsen)kennethn2008-10-141-7/+24
* Update gitignorexclaesse2008-10-131-0/+1
* empathy-contact-menu.c: store the chatroom instead of the channel in contact_...xclaesse2008-10-131-12/+13
* empathy-contact-menu.c: use new empathy_chatroom_manager_new APIxclaesse2008-10-131-1/+1
* Change menu entry to 'Invite to chatroom'xclaesse2008-10-131-1/+1
* Actually invite contact to chatroom. Fixes bug #496100 (Guillaume Desmottes).xclaesse2008-10-131-9/+61
* Display invite menu entry in the contact menuxclaesse2008-10-132-0/+93
* Update python bindingsxclaesse2008-10-131-6/+3
* empathy_chatroom_manager_remove: when looking for the chatroom to remove chec...xclaesse2008-10-131-1/+2
* empathy_chatroom_equal: use tp_strdiff instead of g_str_equalxclaesse2008-10-131-3/+3
* check-empathy-chatroom-manager.c: factor out change_account_name_in_filexclaesse2008-10-131-36/+35
* check-empathy-chatroom-manager.c: check the result of system()xclaesse2008-10-131-1/+7
* empathy_chatroom_set_auto_connect: notify the favorite property change if neededxclaesse2008-10-131-0/+1
* chatroom-manager: add_chatroom: connect the 'notify' signal instead of each s...xclaesse2008-10-131-9/+1
* reuse test account instead of creating one at each test to avoid to pollute g...xclaesse2008-10-134-16/+29
* empathy-chat-window: use new chatroom mgr APIxclaesse2008-10-131-1/+1
* remove empathy_chatroom_manager_store from the API as it's became uselessxclaesse2008-10-132-9/+0
* empathy-chatrooms-window: no need to call empathy_chatroom_manager_store anymorexclaesse2008-10-131-1/+0
* disconnect chatroom signals when they are removed from the mgrxclaesse2008-10-131-10/+24
* automatically save the chatroom mgr XML file when one chatroom is modifiedxclaesse2008-10-132-4/+87
* chatroom-mgr: use a save timer instead of saving the file directlyxclaesse2008-10-131-3/+40
* only save the chatrooms xml when a favorite chatroom is added/removedxclaesse2008-10-131-2/+16
* test empathy chatroom manager change favoritexclaesse2008-10-131-0/+65
* chatroom-mgr: store the file when a chatroom changes its favorite statexclaesse2008-10-131-2/+22
* test favorite changexclaesse2008-10-131-0/+31
* test empathy_chatroom_manager_removexclaesse2008-10-131-0/+56
* test empathy_chatroom_manager_addxclaesse2008-10-131-0/+65
* check_chatrooms_list: don't depend on the order of the chatrooms in the listxclaesse2008-10-131-5/+22
* factor out check_chatrooms_listxclaesse2008-10-131-30/+35
* factor out check_chatroomxclaesse2008-10-131-9/+18
* test chatroom xml parsingxclaesse2008-10-131-0/+37
* fix leak in destroy_test_accountxclaesse2008-10-131-0/+2
* rename remove_account_from_gconf to destroy_test_account and destroy the acco...xclaesse2008-10-134-11/+8
* factor out create_test_accountxclaesse2008-10-134-8/+18
* move empathy specifc helpers to check-empathy-helpersxclaesse2008-10-137-102/+160
* load the chatrooms sample XML filexclaesse2008-10-131-1/+20
* add 2 chatrooms to chatrooms-sample.xmlxclaesse2008-10-131-1/+14
* add remove_account_from_gconf to check-helpersxclaesse2008-10-132-0/+67
* fake the profile and the CM for testsxclaesse2008-10-134-3/+13
* factor out get_xml_file, get_user_xml_file and copy_xml_filexclaesse2008-10-134-73/+44
* copy chatrooms xml file instead of using the sample one for testsxclaesse2008-10-131-1/+30
* move xml/chatrooms.xml to xml/chatrooms-sample.xmlxclaesse2008-10-132-1/+4
* rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.cxclaesse2008-10-132-3/+2
* check-empathy-chatroom: unref and destroy the accountxclaesse2008-10-131-2/+5
* add a test file for EmpathyChatroomManagerxclaesse2008-10-136-2/+47
* add the file path as arg to empathy_chatroom_manager_newxclaesse2008-10-135-7/+9
* chatroom-manager: set the file path as a propertyxclaesse2008-10-131-35/+104
* add EmpathyChatroom testsxclaesse2008-10-134-1/+132
* auto-connect implies favoritexclaesse2008-10-131-0/+11
* dispatcher: store a ref on the ChatroomManagerxclaesse2008-10-131-21/+56
* rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cbxclaesse2008-10-131-6/+6
* empathy-dispatcher: use new API of EmpathyChatRoomxclaesse2008-10-131-1/+2
* add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume Desmo...xclaesse2008-10-131-0/+75
* Save chatrooms to XML only if they are marked as favoritexclaesse2008-10-131-0/+7
* add a favorite and tp-channel property to EmpathyChatroomxclaesse2008-10-131-0/+54
* Updated es translation (Jorge Gonzalez)jorgegonz2008-10-131-24/+32
* Updated sv translation (Daniel Nylander)dnylande2008-10-101-60/+62
* Updated sv translation (Daniel Nylander)dnylande2008-10-101-25/+31
* Updatekmaraas2008-10-071-23/+31
* use AM_PATH_PYTHON for Python detection (closes: #544029)fpeters2008-10-061-23/+15
* Updated cs translation (Martin Picek and Lucas Lommer). Added Czech translati...pmkovar2008-10-064-208/+878
* Hungarian translation updatedkelemeng2008-10-061-21/+31
* Fix build error, empathy_theme_update_view return void.xclaesse2008-10-061-1/+1
* Updated Galician Translation.icq2008-10-052-1/+5
* Updated Finnish translationituohela2008-10-042-18/+30
* Updated Brazilian Portuguese translation.ogmaciel2008-10-042-24/+36
* Updated Galician translationicq2008-10-042-24/+36
* Mark some forgotten strings for translation (bug #553066)kelemeng2008-10-041-2/+2
* 2008-09-29 Alexander Shopov <ash@contact.bg>al_shopov2008-09-302-103/+36
* Catch underscores in email addresses. (closes: #554284)fpeters2008-09-291-1/+1
* Fix a typo in zh_CN.pozyang2008-09-261-1/+1
* Updated Galician Translation.icq2008-09-262-1/+5
* Updated zh_CN translation.fwang2008-09-242-41/+53
* Fix for GTK+ adjustment policy enforcement:vuntz2008-09-227-8/+8
* Updated the header of zh_CN.pozyang2008-09-221-7/+7
* Updated zh_CN translationzyang2008-09-221-1225/+243
* updated Russian translationaprokoudine2008-09-222-478/+420
* * Updated Arabic Translation by Anas Afif Emad. djihed2008-09-212-169/+81
* Updated Danish translationkennethn2008-09-212-21/+24
* Updated sr translationgrakic2008-09-202-2596/+26172
* Bump version to 2.25.1xclaesse2008-09-201-1/+1
* Fix release script to correctly detect bug numbersxclaesse2008-09-201-1/+2
* Fix condition to set labels selectable.xclaesse2008-09-191-3/+3
* Do not crash if the chatroom's account has no connection. Fixes bug #550652.xclaesse2008-09-191-7/+9
* Check if the return value of tp_contact_list_get_group() is !=NULL. Fixes bug...xclaesse2008-09-191-1/+3
* Revert stupid test commitxclaesse2008-09-191-2/+0
* Corrected shortcutskelemeng2008-09-191-2/+2
* 2008-09-19 Takeshi AIHANA <takeshi.aihana@gmail.com>aihana2008-09-192-238/+238
* 2008-09-19 Mario Blättermann <mariobl@svn.gnome.org>mariobl2008-09-193-12/+11
* teestxclaesse2008-09-191-0/+2
* Updated German translationmariobl2008-09-192-4/+9
* Update gitignorexclaesse2008-09-195-4/+6
* Minor fix to Catalan translationgforcada2008-09-191-10/+9
* hindi update by Rajesh Ranjanrranjan2008-09-181-84/+97
* hindi update by Rajesh Ranjanrranjan2008-09-182-73/+79
* Committed Translation by Sweta Kothariswkothar2008-09-182-74/+88
* 2.24.0chliao2008-09-183-231/+149
* * Updated Arabic Translation by Youssef Chahibi. djihed2008-09-181-0/+4
* 2008-09-17 Gintautas Miliauskas <gintas@akl.lt>gintas2008-09-182-1297/+1350
* Committed Translation by Sweta Kothariswkothar2008-09-172-130/+145
* Updated Danish translationkennethn2008-09-172-860/+1572
* Updated Catalan translationgforcada2008-09-172-1013/+1186
* Updated Marathi Transaltionssandeeps2008-09-161-92/+88
* Malayalam translation updated by Ashik Salhudeen and meapravi2008-09-161-734/+1453
* * Updated Arabic Translation by Youssef Chahibi. djihed2008-09-151-0/+4
* Updated ko translation (Changwoo Ryu).cwryu2008-09-152-0/+1753
* * Updated Arabic Translation by Youssef Chahibi. djihed2008-09-141-16/+21
* Updated Finnish translationituohela2008-09-142-20/+25
* Updated de translation (Jochen Skulj)joskulj2008-09-131-277/+269
* Updated Hungarian translation (Gabor Kelemen)kelemeng2008-09-131-437/+448
* Updated Slovenian translationmateju2008-09-101-352/+390
* Added it translation (Milo Casagrande).lferrett2008-09-104-1/+678
* Updated it translation (Milo Casagrande).lferrett2008-09-101-1013/+1055
* Updated zh_CN translationzyang2008-09-091-715/+1492
* Bump version to 2.24.0xclaesse2008-09-091-1/+1
* Update NEWSxclaesse2008-09-091-0/+20
* Bump LT revisionxclaesse2008-09-091-2/+2
* Update python bindingsxclaesse2008-09-093-1828/+1835
* Remove debug messages introduced by error.xclaesse2008-09-091-5/+0
* hindi translation committed by Rajesh Ranjanrranjan2008-09-083-0/+1743
* Updated pt translation (Duarte Loreto <happyguy_pt@hotmail.com>)dnloreto2008-09-081-103/+116
* 2008-09-07 Vincent van Adrighem <adrighem@gnome.org>adrighem2008-09-072-743/+2980
* add WM_WINDOW_ROLE property to windows (closes: #551113)fpeters2008-09-0710-0/+10
* remove irc.oftc.net from Debian servers to limit confusion. Fixes bug #550556...xclaesse2008-09-071-1/+0
* Hide the tab close button where there is a single tab (closes: #551096)fpeters2008-09-071-0/+18
* move *.pc Requires to Requires.privatexclaesse2008-09-072-2/+4
* remove libtelepathy from *.pc Requiresxclaesse2008-09-072-2/+2
* Updated en_GB translation (Philip Withnall).pwithnall2008-09-071-513/+597
* Updated cs translation (Adrian Gunis).pmkovar2008-09-072-35/+22
* 2008-09-05 Tomasz Dominikowski <tdominikowski@aviary.pl>tomaszd2008-09-052-18/+24
* 2008-09-05 Alexander Shopov <ash@contact.bg>al_shopov2008-09-052-246/+251
* Updated Translationlaurenti2008-09-042-104/+101
* Updated th translation (Theppitak Karoonboonyanan).tkaroonb2008-09-031-17/+17
* Updated sv translationdnylande2008-09-021-18/+20
* 2008-09-02 Nguyễn Thái Ngọc Duy <pclouds@gmail.com>pclouds2008-09-022-379/+417
* Update translationkmaraas2008-09-021-17/+21
* Added th translation (Theppitak Karoonboonyanan).tkaroonb2008-09-012-0/+1769
* Bump version to 2.23.92xclaesse2008-09-011-1/+1
* Support "blah (closes: #1234)" message format.xclaesse2008-09-011-4/+13
* Update LT versionxclaesse2008-09-011-2/+2
* Update NEWSxclaesse2008-09-011-0/+583
* Updated fr translation (Robert-André Mauchin).bobmauchin2008-08-311-23/+29
* 2008-08-30 Leonardo Ferreira Fontenelle <leonardof@gnome.org>leonardof2008-08-312-16/+13
* Updated Galician translationicq2008-08-312-20/+25
* 2008-08-30 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>dooteo2008-08-301-17/+21
* Updated es translation (Jorge Gonzalez)jorgegonz2008-08-301-10/+14
* Updated es translation (Jorge Gonzalez)jorgegonz2008-08-301-10/+10
* Do not create a new EmpathyChatroom is it already exists.xclaesse2008-08-301-10/+18
* Add a menu item in chat window to set the room as favoritexclaesse2008-08-304-1/+70
* Updated Brazilian Portuguese translation (Vladimir Melo).ogmaciel2008-08-291-13/+16
* Reorder files in alphabetical order.xclaesse2008-08-292-74/+74
* Correct the xml indentationxclaesse2008-08-283-66/+66
* Update API doc and add a README to explain how to keep it updated.xclaesse2008-08-285-31/+44
* Make sure to not unref tooltop_widget more than oncexclaesse2008-08-271-2/+2
* Keep a ref to the tooltip_widget so it is not recreated all the time.xclaesse2008-08-271-2/+20
* Always return a new ref in empathy_contact_factory_get_tp_factory. Fixes bug ...xclaesse2008-08-271-4/+2
* Update translationkmaraas2008-08-272-62/+49
* Updated Finnish translationituohela2008-08-272-69/+80
* Updated cs translation (Adrian Gunis).pmkovar2008-08-271-779/+658
* Updated mk translation (Jovan Naumovski)jovanna2008-08-271-0/+1768
* Updated mk translation (Jovan Naumovski)jovanna2008-08-271-0/+1
* 2008-08-26 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>dooteo2008-08-261-20/+26
* don't use italic for status text in contact list (closes: #548632)fpeters2008-08-261-12/+6
* * Updated Arabic Translation by Youssef Chahibi. djihed2008-08-261-119/+125
* Updated sv translation (Daniel Nylander)dnylande2008-08-261-111/+116
* Updated es translation (Jorge Gonzalez)jorgegonz2008-08-262-119/+10
* 2008-08-25 Tomasz Dominikowski <tdominikowski@aviary.pl>tomaszd2008-08-262-52/+65
* Conversion from sr@Latn to sr@latingrakic2008-08-253-18/+23