aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make empathy_pixbuf_scale_down_if_necessary treat 0 as "no limit"Xavier Claessens2008-11-111-1/+1
* Track whether avatar is being set locally, or received from elsewhere.Xavier Claessens2008-11-111-12/+17
* Use e_avatar_chooser_clear_image() helper.Xavier Claessens2008-11-111-1/+1
* Ref result of empathy_contact_factory_get_tp_factoryXavier Claessens2008-11-111-2/+2
* Make avatar chooser (in)sensitive when the TpContactFactory becomes (not) readyXavier Claessens2008-11-111-10/+62
* Update AvatarChooser::account when changed in ContactWidgetXavier Claessens2008-11-111-0/+24
* AvatarChooser: Add McAccount and EmpathyContactFactory propertiesXavier Claessens2008-11-113-4/+100
* Add G_PARAM_STATIC_STRINGS to TpContactFactory propertiesXavier Claessens2008-11-111-8/+16
* EmpathyTpContactFactory: add properties for avatar requirementsXavier Claessens2008-11-111-3/+91
* EmpathyTpContactFactory: get avatar requirements before becoming ready.Xavier Claessens2008-11-111-9/+54
* EmpathyTpContactFactory: split on-ready code out of got_self_handle_cbXavier Claessens2008-11-111-4/+22
* EmpathyTpContactFactoryPriv: add fields for avatar requirementsXavier Claessens2008-11-111-0/+9
* Don't automatically resize and png-ify avatars.Xavier Claessens2008-11-114-44/+62
* Consolidate hardcoding avatars to PNG to one function.Xavier Claessens2008-11-111-1/+7
* Updated Spansih translationJorge Gonzalez Gonzalez2008-11-081-179/+218
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-11-081-47/+60
* Add ru to gitignoreXavier Claessens2008-11-041-1/+3
* Update Ukrainian translation.Maxim Dziumanenko2008-11-031-1522/+1345
* Added Russian translation by Nikita Belobrov <qvzqvz@gmail.com>.Nickolay V. Shmyrev2008-10-271-0/+775
* Remove session information from Ekiga registration URL. (closes: #554938)Frederic Peters2008-10-241-2/+1
* Updated Greek translation (Nick Agianniotis).Simos Xenitellis2008-10-231-164/+477
* Updated th translation (Theppitak Karoonboonyanan)Theppitak Karoonboonyanan2008-10-181-9/+6
* Updated th translation (Theppitak Karoonboonyanan)Theppitak Karoonboonyanan2008-10-181-70/+103
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-10-171-7/+15
* Use l to iterate a GList, less confusing naming.Xavier Claessens2008-10-171-3/+3
* It is a map from pidgin to CM, not MC.Xavier Claessens2008-10-171-10/+10
* Split pidgin import code into its own module. It makes easier to add other im...Xavier Claessens2008-10-175-283/+375
* Connect to the "destroy" and "response" signals on the import window instead ...Xavier Claessens2008-10-172-59/+59
* Do not include accounts which don't have profile.. Also fix a leak.Xavier Claessens2008-10-171-2/+7
* Remove useless varsXavier Claessens2008-10-171-1/+0
* Remove declaration of functions on top of import dialog file.Xavier Claessens2008-10-171-29/+0
* There is no reason for import_dialog_add_account to fail.Xavier Claessens2008-10-171-7/+3
* Be more careful in import_dialog_account_data_freeXavier Claessens2008-10-171-2/+6
* Remove useless include in main windowXavier Claessens2008-10-171-1/+0
* rename import boolean to import_asked.Xavier Claessens2008-10-171-4/+3
* Store the McProfile in AccountData instead of a string of the account name. (...Jonny Lamb2008-10-171-34/+15
* Call import_dialog_account_data_free to actually free the account data after ...Jonny Lamb2008-10-171-5/+4
* Do not store the account data in a G_TYPE_POINTER GValue but straight in the ...Jonny Lamb2008-10-171-10/+4
* Removed call to mc_accounts_filter and wrote another function to loop through...Jonny Lamb2008-10-171-23/+24
* Compare GLists to NULL instead of g_list_length(list) == 0. (Jonny Lamb)Jonny Lamb2008-10-171-2/+2
* Removed empathy_import_dialog_accounts_to_import to stop the accounts being p...Jonny Lamb2008-10-173-57/+27
* Moved some code around for clarity and also to parse accounts before the Glad...Jonny Lamb2008-10-171-33/+30
* Removed tabs from GConf schema. (Jonny Lamb)Jonny Lamb2008-10-171-45/+45
* Only display the importing result if there was a failure. (Jonny Lamb)Jonny Lamb2008-10-171-19/+14
* Ask whether to import if there are accounts to import on loading the account ...Jonny Lamb2008-10-171-0/+34
* Added GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb)Jonny Lamb2008-10-172-0/+15
* Added empathy_import_dialog_accounts_to_import. (Jonny Lamb)Jonny Lamb2008-10-172-0/+16
* Automatically tick "import" only for accounts which are not already present i...Jonny Lamb2008-10-171-1/+45
* Make the parent of the import dialog be the parent of the warning message dia...Jonny Lamb2008-10-171-3/+3
* Display a warning when no accounts could be found for importing. (Jonny Lamb)Jonny Lamb2008-10-171-6/+26
* Check whether ~/.purple/accounts.xml is readable before trying to read it. (J...Jonny Lamb2008-10-171-1/+8
* Use g_ascii_strtod instead of sscanf. (Jonny Lamb)Jonny Lamb2008-10-171-2/+2
* Use tp_strdiff instead of strcmp. (Jonny Lamb)Jonny Lamb2008-10-171-18/+18
* Added import_dialog_free and actually destroy the importer when finished impo...Jonny Lamb2008-10-171-2/+9
* Actually add the accounts when the user presses OK. (Jonny Lamb)Jonny Lamb2008-10-171-7/+54
* Renamed import_dialog_add_accounts to import_dialog_add_accounts_to_model to ...Jonny Lamb2008-10-171-2/+2
* Added more whitespace between indentations and comments. (Jonny Lamb)Jonny Lamb2008-10-171-1/+4
* Fill the tree view with Pidgin accounts to import. (Jonny Lamb)Jonny Lamb2008-10-171-14/+19
* Set a height request of 200px for the treeview widget. (Jonny Lamb)Jonny Lamb2008-10-171-0/+1
* Re-wrote the UI of the importer dialog. (Jonny Lamb)Jonny Lamb2008-10-172-33/+250
* Fix wrong condition in import_dialog_pidgin_parse_setting().Xavier Claessens2008-10-171-1/+1
* Add comments and cleanup the pidgin importer. Account settings are now import...Xavier Claessens2008-10-171-141/+152
* Renamed static empathy_import_dialog_* functions to import_dialog_*. (Jonny L...Jonny Lamb2008-10-171-29/+29
* Simplified the node looping code further. (Jonny Lamb)Jonny Lamb2008-10-171-69/+66
* Use a different loop with nodes to shorten code. (Jonny Lamb)Jonny Lamb2008-10-171-3/+1
* Added another empty line between function declaration and code. (Jonny Lamb)Jonny Lamb2008-10-171-0/+1
* Avoid using gtk_widget_show_all and show each widget separately. (Jonny Lamb)Jonny Lamb2008-10-171-2/+3
* Added a missing g_free. (Jonny Lamb)Jonny Lamb2008-10-171-0/+2
* Make EmpathyImportDialog a singleton. (Jonny Lamb)Jonny Lamb2008-10-171-3/+8
* Name imported accounts in the same way as a new account does. (Jonny Lamb)Jonny Lamb2008-10-171-5/+10
* Changed import button to "Import Accounts...". (Jonny Lamb)Jonny Lamb2008-10-171-1/+1
* Added spacing of 6 to "Import accounts" button. (Jonny Lamb)Jonny Lamb2008-10-171-0/+1
* Moved to Collabora coding style. (Jonny Lamb)Jonny Lamb2008-10-171-287/+308
* Added an "Import accounts" button to the accounts dialog. (Jonny Lamb)Jonny Lamb2008-10-172-11/+44
* Removed import dialog references from main window. (Jonny Lamb)Jonny Lamb2008-10-171-10/+0
* Fixed typos of constants in the import dialog. (Jonny Lamb)Jonny Lamb2008-10-171-3/+3
* Fixed part of dialog, as per Xavier's comments.Jonny Lamb2008-10-172-93/+74
* Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)Jonny Lamb2008-10-175-0/+466
* Use alphabetical order in makefileXavier Claessens2008-10-171-12/+12
* Updated el translationNikos Charonitakis2008-10-141-684/+801
* Updated Danish translation (Kenneth Nielsen)Kenneth Nielsen2008-10-141-7/+24
* Update gitignoreXavier Claessens2008-10-131-0/+1
* empathy-contact-menu.c: store the chatroom instead of the channel in contact_...Xavier Claessens2008-10-131-12/+13
* empathy-contact-menu.c: use new empathy_chatroom_manager_new APIXavier Claessens2008-10-131-1/+1
* Change menu entry to 'Invite to chatroom'Xavier Claessens2008-10-131-1/+1
* Actually invite contact to chatroom. Fixes bug #496100 (Guillaume Desmottes).Xavier Claessens2008-10-131-9/+61
* Display invite menu entry in the contact menuXavier Claessens2008-10-132-0/+93
* Update python bindingsXavier Claessens2008-10-131-6/+3
* empathy_chatroom_manager_remove: when looking for the chatroom to remove chec...Xavier Claessens2008-10-131-1/+2
* empathy_chatroom_equal: use tp_strdiff instead of g_str_equalXavier Claessens2008-10-131-3/+3
* check-empathy-chatroom-manager.c: factor out change_account_name_in_fileXavier Claessens2008-10-131-36/+35
* check-empathy-chatroom-manager.c: check the result of system()Xavier Claessens2008-10-131-1/+7
* empathy_chatroom_set_auto_connect: notify the favorite property change if neededXavier Claessens2008-10-131-0/+1
* chatroom-manager: add_chatroom: connect the 'notify' signal instead of each s...Xavier Claessens2008-10-131-9/+1
* reuse test account instead of creating one at each test to avoid to pollute g...Xavier Claessens2008-10-134-16/+29
* empathy-chat-window: use new chatroom mgr APIXavier Claessens2008-10-131-1/+1
* remove empathy_chatroom_manager_store from the API as it's became uselessXavier Claessens2008-10-132-9/+0
* empathy-chatrooms-window: no need to call empathy_chatroom_manager_store anymoreXavier Claessens2008-10-131-1/+0
* disconnect chatroom signals when they are removed from the mgrXavier Claessens2008-10-131-10/+24
* automatically save the chatroom mgr XML file when one chatroom is modifiedXavier Claessens2008-10-132-4/+87
* chatroom-mgr: use a save timer instead of saving the file directlyXavier Claessens2008-10-131-3/+40
* only save the chatrooms xml when a favorite chatroom is added/removedXavier Claessens2008-10-131-2/+16
* test empathy chatroom manager change favoriteXavier Claessens2008-10-131-0/+65
* chatroom-mgr: store the file when a chatroom changes its favorite stateXavier Claessens2008-10-131-2/+22
* test favorite changeXavier Claessens2008-10-131-0/+31
* test empathy_chatroom_manager_removeXavier Claessens2008-10-131-0/+56
* test empathy_chatroom_manager_addXavier Claessens2008-10-131-0/+65
* check_chatrooms_list: don't depend on the order of the chatrooms in the listXavier Claessens2008-10-131-5/+22
* factor out check_chatrooms_listXavier Claessens2008-10-131-30/+35
* factor out check_chatroomXavier Claessens2008-10-131-9/+18
* test chatroom xml parsingXavier Claessens2008-10-131-0/+37
* fix leak in destroy_test_accountXavier Claessens2008-10-131-0/+2
* rename remove_account_from_gconf to destroy_test_account and destroy the acco...Xavier Claessens2008-10-134-11/+8
* factor out create_test_accountXavier Claessens2008-10-134-8/+18
* move empathy specifc helpers to check-empathy-helpersXavier Claessens2008-10-137-102/+160
* load the chatrooms sample XML fileXavier Claessens2008-10-131-1/+20
* add 2 chatrooms to chatrooms-sample.xmlXavier Claessens2008-10-131-1/+14
* add remove_account_from_gconf to check-helpersXavier Claessens2008-10-132-0/+67
* fake the profile and the CM for testsXavier Claessens2008-10-134-3/+13
* factor out get_xml_file, get_user_xml_file and copy_xml_fileXavier Claessens2008-10-134-73/+44
* copy chatrooms xml file instead of using the sample one for testsXavier Claessens2008-10-131-1/+30
* move xml/chatrooms.xml to xml/chatrooms-sample.xmlXavier Claessens2008-10-132-1/+4
* rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.cXavier Claessens2008-10-132-3/+2
* check-empathy-chatroom: unref and destroy the accountXavier Claessens2008-10-131-2/+5
* add a test file for EmpathyChatroomManagerXavier Claessens2008-10-136-2/+47
* add the file path as arg to empathy_chatroom_manager_newXavier Claessens2008-10-135-7/+9
* chatroom-manager: set the file path as a propertyXavier Claessens2008-10-131-35/+104
* add EmpathyChatroom testsXavier Claessens2008-10-134-1/+132
* auto-connect implies favoriteXavier Claessens2008-10-131-0/+11
* dispatcher: store a ref on the ChatroomManagerXavier Claessens2008-10-131-21/+56
* rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cbXavier Claessens2008-10-131-6/+6
* empathy-dispatcher: use new API of EmpathyChatRoomXavier Claessens2008-10-131-1/+2
* add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume Desmo...Xavier Claessens2008-10-131-0/+75
* Save chatrooms to XML only if they are marked as favoriteXavier Claessens2008-10-131-0/+7
* add a favorite and tp-channel property to EmpathyChatroomXavier Claessens2008-10-131-0/+54
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-10-131-24/+32
* Updated sv translation (Daniel Nylander)Daniel Nylander2008-10-101-60/+62
* Updated sv translation (Daniel Nylander)Daniel Nylander2008-10-101-25/+31
* UpdateKjartan Maraas2008-10-071-23/+31
* use AM_PATH_PYTHON for Python detection (closes: #544029)Frederic Peters2008-10-061-23/+15
* Updated cs translation (Martin Picek and Lucas Lommer). Added Czech translati...Petr Kovář2008-10-064-208/+878
* Hungarian translation updatedGabor Keleman2008-10-061-21/+31
* Fix build error, empathy_theme_update_view return void.Xavier Claessens2008-10-061-1/+1
* Updated Galician Translation.Ignacio Casal Quinteiro2008-10-052-1/+5
* Updated Finnish translationIlkka Tuohela2008-10-042-18/+30
* Updated Brazilian Portuguese translation.Og B. Maciel2008-10-042-24/+36
* Updated Galician translationIgnacio Casal Quinteiro2008-10-042-24/+36
* Mark some forgotten strings for translation (bug #553066)Gabor Keleman2008-10-041-2/+2
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2008-09-302-103/+36
* Catch underscores in email addresses. (closes: #554284)Frederic Peters2008-09-291-1/+1
* Fix a typo in zh_CN.poYang Zhang2008-09-261-1/+1
* Updated Galician Translation.Ignacio Casal Quinteiro2008-09-262-1/+5
* Updated zh_CN translation.Funda Wang2008-09-242-41/+53
* Fix for GTK+ adjustment policy enforcement:Vincent Untz2008-09-227-8/+8
* Updated the header of zh_CN.poYang Zhang2008-09-221-7/+7
* Updated zh_CN translationYang Zhang2008-09-221-1225/+243
* updated Russian translationAlexandre Prokoudine2008-09-222-478/+420
* Updated Arabic Translation by Anas Afif Emad.Djihed Afifi2008-09-212-169/+81
* Updated Danish translationKenneth Nielsen2008-09-212-21/+24
* Updated sr translationGoran Rakic2008-09-202-2596/+26172
* Bump version to 2.25.1Xavier Claessens2008-09-201-1/+1
* Fix release script to correctly detect bug numbersXavier Claessens2008-09-201-1/+2
* Fix condition to set labels selectable.Xavier Claessens2008-09-191-3/+3
* Do not crash if the chatroom's account has no connection. Fixes bug #550652.Xavier Claessens2008-09-191-7/+9
* Check if the return value of tp_contact_list_get_group() is !=NULL. Fixes bug...Xavier Claessens2008-09-191-1/+3
* Revert stupid test commitXavier Claessens2008-09-191-2/+0
* Corrected shortcutsGabor Keleman2008-09-191-2/+2
* Updated Japanese translation.Takeshi AIHANA2008-09-192-238/+238
* Updated German translation Added screenshotsMario Blättermann2008-09-193-12/+11
* teestXavier Claessens2008-09-191-0/+2
* Updated German translationMario Blättermann2008-09-192-4/+9
* Update gitignoreXavier Claessens2008-09-195-4/+6
* Minor fix to Catalan translationGil Forcada Codinachs2008-09-191-10/+9
* hindi update by Rajesh RanjanRajesh Ranjan2008-09-181-84/+97
* hindi update by Rajesh RanjanRajesh Ranjan2008-09-182-73/+79
* Committed Translation by Sweta KothariSweta Kothari2008-09-182-74/+88
* 2.24.0Chao-Hsiung Liao2008-09-183-231/+149
* Updated Arabic Translation by Youssef Chahibi.Djihed Afifi2008-09-181-0/+4
* Updated Lithuanian translation.Gintautas Miliauskas2008-09-182-1297/+1350
* Committed Translation by Sweta KothariSweta Kothari2008-09-172-130/+145
* Updated Danish translationKenneth Nielsen2008-09-172-860/+1572
* Updated Catalan translationGil Forcada Codinachs2008-09-172-1013/+1186
* Updated Marathi TransaltionsSandeep Shedmake2008-09-161-92/+88
* Malayalam translation updated by Ashik Salhudeen and mePraveen Arimbrathodiyil2008-09-161-734/+1453
* Updated Arabic Translation by Youssef Chahibi.Djihed Afifi2008-09-151-0/+4
* Updated ko translation (Changwoo Ryu).Changwoo Ryu2008-09-152-0/+1753
* Updated Arabic Translation by Youssef Chahibi.Djihed Afifi2008-09-141-16/+21
* Updated Finnish translationIlkka Tuohela2008-09-142-20/+25
* Updated de translation (Jochen Skulj)Jochen Skulj2008-09-131-277/+269
* Updated Hungarian translation (Gabor Kelemen)Gabor Keleman2008-09-131-437/+448
* Updated Slovenian translationMatej Urbančič2008-09-101-352/+390
* Added it translation (Milo Casagrande).Luca Ferretti2008-09-104-1/+678
* Updated it translation (Milo Casagrande).Luca Ferretti2008-09-101-1013/+1055
* Updated zh_CN translationYang Zhang2008-09-091-715/+1492
* Bump version to 2.24.0Xavier Claessens2008-09-091-1/+1
* Update NEWSEMPATHY_2_23_92Xavier Claessens2008-09-091-0/+20
* Bump LT revisionXavier Claessens2008-09-091-2/+2
* Update python bindingsXavier Claessens2008-09-093-1828/+1835
* Remove debug messages introduced by error.Xavier Claessens2008-09-091-5/+0
* hindi translation committed by Rajesh RanjanRajesh Ranjan2008-09-083-0/+1743
* Updated pt translation (Duarte Loreto <happyguy_pt@hotmail.com>)Duarte Loreto2008-09-081-103/+116
* Translation updated.Vincent van Adrighem2008-09-072-743/+2980
* add WM_WINDOW_ROLE property to windows (closes: #551113)Frederic Peters2008-09-0710-0/+10
* remove irc.oftc.net from Debian servers to limit confusion. Fixes bug #550556...Xavier Claessens2008-09-071-1/+0
* Hide the tab close button where there is a single tab (closes: #551096)Frederic Peters2008-09-071-0/+18
* move *.pc Requires to Requires.privateXavier Claessens2008-09-072-2/+4
* remove libtelepathy from *.pc RequiresXavier Claessens2008-09-072-2/+2
* Updated en_GB translation (Philip Withnall).Philip Withnall2008-09-071-513/+597
* Updated cs translation (Adrian Gunis).Petr Kovář2008-09-072-35/+22
* Updated Polish translationTomasz Dominikowski2008-09-052-18/+24
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2008-09-052-246/+251
* Updated TranslationLaurent Dhima2008-09-042-104/+101
* Updated th translation (Theppitak Karoonboonyanan).Theppitak Karoonboonyanan2008-09-031-17/+17
* Updated sv translationDaniel Nylander2008-09-021-18/+20
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2008-09-022-379/+417
* Update translationKjartan Maraas2008-09-021-17/+21
* Added th translation (Theppitak Karoonboonyanan).Theppitak Karoonboonyanan2008-09-012-0/+1769
* Bump version to 2.23.92Xavier Claessens2008-09-011-1/+1
* Support "blah (closes: #1234)" message format.EMPATHY_2_23_91Xavier Claessens2008-09-011-4/+13
* Update LT versionXavier Claessens2008-09-011-2/+2
* Update NEWSXavier Claessens2008-09-011-0/+583
* Updated fr translation (Robert-André Mauchin).Robert-André Mauchin2008-08-311-23/+29
* Updated pt_BR translation (Vladimir Melo).Leonardo Ferreira Fontenelle2008-08-312-16/+13
* Updated Galician translationIgnacio Casal Quinteiro2008-08-312-20/+25
* Updated Basque translation.Inaki Larranaga Murgoitio2008-08-301-17/+21
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-08-301-10/+14
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-08-301-10/+10
* Do not create a new EmpathyChatroom is it already exists.Xavier Claessens2008-08-301-10/+18
* Add a menu item in chat window to set the room as favoriteXavier Claessens2008-08-304-1/+70
* Updated Brazilian Portuguese translation (Vladimir Melo).Og B. Maciel2008-08-291-13/+16
* Reorder files in alphabetical order.Xavier Claessens2008-08-292-74/+74
* Correct the xml indentationXavier Claessens2008-08-283-66/+66
* Update API doc and add a README to explain how to keep it updated.Xavier Claessens2008-08-285-31/+44
* Make sure to not unref tooltop_widget more than onceXavier Claessens2008-08-271-2/+2
* Keep a ref to the tooltip_widget so it is not recreated all the time.Xavier Claessens2008-08-271-2/+20
* Always return a new ref in empathy_contact_factory_get_tp_factory. Fixes bug ...Xavier Claessens2008-08-271-4/+2
* Update translationKjartan Maraas2008-08-272-62/+49
* Updated Finnish translationIlkka Tuohela2008-08-272-69/+80
* Updated cs translation (Adrian Gunis).Petr Kovář2008-08-271-779/+658
* Updated mk translation (Jovan Naumovski)Jovan Naumovski2008-08-271-0/+1768
* Updated mk translation (Jovan Naumovski)Jovan Naumovski2008-08-271-0/+1
* Updated Basque translation.Inaki Larranaga Murgoitio2008-08-261-20/+26
* don't use italic for status text in contact list (closes: #548632)Frederic Peters2008-08-261-12/+6
* Updated Arabic Translation by Youssef Chahibi.Djihed Afifi2008-08-261-119/+125
* Updated sv translation (Daniel Nylander)Daniel Nylander2008-08-261-111/+116
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-08-262-119/+10
* Updated Polish translationTomasz Dominikowski2008-08-262-52/+65
* Conversion from sr@Latn to sr@latinGoran Rakic2008-08-253-18/+23
* Updated Galician translationIgnacio Casal Quinteiro2008-08-252-9/+17
* Hide the Notification preferences because we don't support it. Fixes bug #549...Xavier Claessens2008-08-251-2/+0