| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated Greek translation (Nick Agianniotis). | Simos Xenitellis | 2008-10-23 | 1 | -164/+477 |
* | Updated th translation (Theppitak Karoonboonyanan) | Theppitak Karoonboonyanan | 2008-10-18 | 1 | -9/+6 |
* | Updated th translation (Theppitak Karoonboonyanan) | Theppitak Karoonboonyanan | 2008-10-18 | 1 | -70/+103 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2008-10-17 | 1 | -7/+15 |
* | Use l to iterate a GList, less confusing naming. | Xavier Claessens | 2008-10-17 | 1 | -3/+3 |
* | It is a map from pidgin to CM, not MC. | Xavier Claessens | 2008-10-17 | 1 | -10/+10 |
* | Split pidgin import code into its own module. It makes easier to add other im... | Xavier Claessens | 2008-10-17 | 5 | -283/+375 |
* | Connect to the "destroy" and "response" signals on the import window instead ... | Xavier Claessens | 2008-10-17 | 2 | -59/+59 |
* | Do not include accounts which don't have profile.. Also fix a leak. | Xavier Claessens | 2008-10-17 | 1 | -2/+7 |
* | Remove useless vars | Xavier Claessens | 2008-10-17 | 1 | -1/+0 |
* | Remove declaration of functions on top of import dialog file. | Xavier Claessens | 2008-10-17 | 1 | -29/+0 |
* | There is no reason for import_dialog_add_account to fail. | Xavier Claessens | 2008-10-17 | 1 | -7/+3 |
* | Be more careful in import_dialog_account_data_free | Xavier Claessens | 2008-10-17 | 1 | -2/+6 |
* | Remove useless include in main window | Xavier Claessens | 2008-10-17 | 1 | -1/+0 |
* | rename import boolean to import_asked. | Xavier Claessens | 2008-10-17 | 1 | -4/+3 |
* | Store the McProfile in AccountData instead of a string of the account name. (... | Jonny Lamb | 2008-10-17 | 1 | -34/+15 |
* | Call import_dialog_account_data_free to actually free the account data after ... | Jonny Lamb | 2008-10-17 | 1 | -5/+4 |
* | Do not store the account data in a G_TYPE_POINTER GValue but straight in the ... | Jonny Lamb | 2008-10-17 | 1 | -10/+4 |
* | Removed call to mc_accounts_filter and wrote another function to loop through... | Jonny Lamb | 2008-10-17 | 1 | -23/+24 |
* | Compare GLists to NULL instead of g_list_length(list) == 0. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -2/+2 |
* | Removed empathy_import_dialog_accounts_to_import to stop the accounts being p... | Jonny Lamb | 2008-10-17 | 3 | -57/+27 |
* | Moved some code around for clarity and also to parse accounts before the Glad... | Jonny Lamb | 2008-10-17 | 1 | -33/+30 |
* | Removed tabs from GConf schema. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -45/+45 |
* | Only display the importing result if there was a failure. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -19/+14 |
* | Ask whether to import if there are accounts to import on loading the account ... | Jonny Lamb | 2008-10-17 | 1 | -0/+34 |
* | Added GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 2 | -0/+15 |
* | Added empathy_import_dialog_accounts_to_import. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 2 | -0/+16 |
* | Automatically tick "import" only for accounts which are not already present i... | Jonny Lamb | 2008-10-17 | 1 | -1/+45 |
* | Make the parent of the import dialog be the parent of the warning message dia... | Jonny Lamb | 2008-10-17 | 1 | -3/+3 |
* | Display a warning when no accounts could be found for importing. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -6/+26 |
* | Check whether ~/.purple/accounts.xml is readable before trying to read it. (J... | Jonny Lamb | 2008-10-17 | 1 | -1/+8 |
* | Use g_ascii_strtod instead of sscanf. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -2/+2 |
* | Use tp_strdiff instead of strcmp. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -18/+18 |
* | Added import_dialog_free and actually destroy the importer when finished impo... | Jonny Lamb | 2008-10-17 | 1 | -2/+9 |
* | Actually add the accounts when the user presses OK. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -7/+54 |
* | Renamed import_dialog_add_accounts to import_dialog_add_accounts_to_model to ... | Jonny Lamb | 2008-10-17 | 1 | -2/+2 |
* | Added more whitespace between indentations and comments. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -1/+4 |
* | Fill the tree view with Pidgin accounts to import. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -14/+19 |
* | Set a height request of 200px for the treeview widget. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -0/+1 |
* | Re-wrote the UI of the importer dialog. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 2 | -33/+250 |
* | Fix wrong condition in import_dialog_pidgin_parse_setting(). | Xavier Claessens | 2008-10-17 | 1 | -1/+1 |
* | Add comments and cleanup the pidgin importer. Account settings are now import... | Xavier Claessens | 2008-10-17 | 1 | -141/+152 |
* | Renamed static empathy_import_dialog_* functions to import_dialog_*. (Jonny L... | Jonny Lamb | 2008-10-17 | 1 | -29/+29 |
* | Simplified the node looping code further. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -69/+66 |
* | Use a different loop with nodes to shorten code. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -3/+1 |
* | Added another empty line between function declaration and code. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -0/+1 |
* | Avoid using gtk_widget_show_all and show each widget separately. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -2/+3 |
* | Added a missing g_free. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -0/+2 |
* | Make EmpathyImportDialog a singleton. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -3/+8 |
* | Name imported accounts in the same way as a new account does. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -5/+10 |
* | Changed import button to "Import Accounts...". (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -1/+1 |
* | Added spacing of 6 to "Import accounts" button. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -0/+1 |
* | Moved to Collabora coding style. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -287/+308 |
* | Added an "Import accounts" button to the accounts dialog. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 2 | -11/+44 |
* | Removed import dialog references from main window. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -10/+0 |
* | Fixed typos of constants in the import dialog. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -3/+3 |
* | Fixed part of dialog, as per Xavier's comments. | Jonny Lamb | 2008-10-17 | 2 | -93/+74 |
* | Added an account importer dialog. Fixes bug #541060 (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 5 | -0/+466 |
* | Use alphabetical order in makefile | Xavier Claessens | 2008-10-17 | 1 | -12/+12 |
* | Updated el translation | Nikos Charonitakis | 2008-10-14 | 1 | -684/+801 |
* | Updated Danish translation (Kenneth Nielsen) | Kenneth Nielsen | 2008-10-14 | 1 | -7/+24 |
* | Update gitignore | Xavier Claessens | 2008-10-13 | 1 | -0/+1 |
* | empathy-contact-menu.c: store the chatroom instead of the channel in contact_... | Xavier Claessens | 2008-10-13 | 1 | -12/+13 |
* | empathy-contact-menu.c: use new empathy_chatroom_manager_new API | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
* | Change menu entry to 'Invite to chatroom' | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
* | Actually invite contact to chatroom. Fixes bug #496100 (Guillaume Desmottes). | Xavier Claessens | 2008-10-13 | 1 | -9/+61 |
* | Display invite menu entry in the contact menu | Xavier Claessens | 2008-10-13 | 2 | -0/+93 |
* | Update python bindings | Xavier Claessens | 2008-10-13 | 1 | -6/+3 |
* | empathy_chatroom_manager_remove: when looking for the chatroom to remove chec... | Xavier Claessens | 2008-10-13 | 1 | -1/+2 |
* | empathy_chatroom_equal: use tp_strdiff instead of g_str_equal | Xavier Claessens | 2008-10-13 | 1 | -3/+3 |
* | check-empathy-chatroom-manager.c: factor out change_account_name_in_file | Xavier Claessens | 2008-10-13 | 1 | -36/+35 |
* | check-empathy-chatroom-manager.c: check the result of system() | Xavier Claessens | 2008-10-13 | 1 | -1/+7 |
* | empathy_chatroom_set_auto_connect: notify the favorite property change if needed | Xavier Claessens | 2008-10-13 | 1 | -0/+1 |
* | chatroom-manager: add_chatroom: connect the 'notify' signal instead of each s... | Xavier Claessens | 2008-10-13 | 1 | -9/+1 |
* | reuse test account instead of creating one at each test to avoid to pollute g... | Xavier Claessens | 2008-10-13 | 4 | -16/+29 |
* | empathy-chat-window: use new chatroom mgr API | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
* | remove empathy_chatroom_manager_store from the API as it's became useless | Xavier Claessens | 2008-10-13 | 2 | -9/+0 |
* | empathy-chatrooms-window: no need to call empathy_chatroom_manager_store anymore | Xavier Claessens | 2008-10-13 | 1 | -1/+0 |
* | disconnect chatroom signals when they are removed from the mgr | Xavier Claessens | 2008-10-13 | 1 | -10/+24 |
* | automatically save the chatroom mgr XML file when one chatroom is modified | Xavier Claessens | 2008-10-13 | 2 | -4/+87 |
* | chatroom-mgr: use a save timer instead of saving the file directly | Xavier Claessens | 2008-10-13 | 1 | -3/+40 |
* | only save the chatrooms xml when a favorite chatroom is added/removed | Xavier Claessens | 2008-10-13 | 1 | -2/+16 |
* | test empathy chatroom manager change favorite | Xavier Claessens | 2008-10-13 | 1 | -0/+65 |
* | chatroom-mgr: store the file when a chatroom changes its favorite state | Xavier Claessens | 2008-10-13 | 1 | -2/+22 |
* | test favorite change | Xavier Claessens | 2008-10-13 | 1 | -0/+31 |
* | test empathy_chatroom_manager_remove | Xavier Claessens | 2008-10-13 | 1 | -0/+56 |
* | test empathy_chatroom_manager_add | Xavier Claessens | 2008-10-13 | 1 | -0/+65 |
* | check_chatrooms_list: don't depend on the order of the chatrooms in the list | Xavier Claessens | 2008-10-13 | 1 | -5/+22 |
* | factor out check_chatrooms_list | Xavier Claessens | 2008-10-13 | 1 | -30/+35 |
* | factor out check_chatroom | Xavier Claessens | 2008-10-13 | 1 | -9/+18 |
* | test chatroom xml parsing | Xavier Claessens | 2008-10-13 | 1 | -0/+37 |
* | fix leak in destroy_test_account | Xavier Claessens | 2008-10-13 | 1 | -0/+2 |
* | rename remove_account_from_gconf to destroy_test_account and destroy the acco... | Xavier Claessens | 2008-10-13 | 4 | -11/+8 |
* | factor out create_test_account | Xavier Claessens | 2008-10-13 | 4 | -8/+18 |
* | move empathy specifc helpers to check-empathy-helpers | Xavier Claessens | 2008-10-13 | 7 | -102/+160 |
* | load the chatrooms sample XML file | Xavier Claessens | 2008-10-13 | 1 | -1/+20 |
* | add 2 chatrooms to chatrooms-sample.xml | Xavier Claessens | 2008-10-13 | 1 | -1/+14 |
* | add remove_account_from_gconf to check-helpers | Xavier Claessens | 2008-10-13 | 2 | -0/+67 |
* | fake the profile and the CM for tests | Xavier Claessens | 2008-10-13 | 4 | -3/+13 |
* | factor out get_xml_file, get_user_xml_file and copy_xml_file | Xavier Claessens | 2008-10-13 | 4 | -73/+44 |
* | copy chatrooms xml file instead of using the sample one for tests | Xavier Claessens | 2008-10-13 | 1 | -1/+30 |
* | move xml/chatrooms.xml to xml/chatrooms-sample.xml | Xavier Claessens | 2008-10-13 | 2 | -1/+4 |
* | rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.c | Xavier Claessens | 2008-10-13 | 2 | -3/+2 |
* | check-empathy-chatroom: unref and destroy the account | Xavier Claessens | 2008-10-13 | 1 | -2/+5 |
* | add a test file for EmpathyChatroomManager | Xavier Claessens | 2008-10-13 | 6 | -2/+47 |
* | add the file path as arg to empathy_chatroom_manager_new | Xavier Claessens | 2008-10-13 | 5 | -7/+9 |
* | chatroom-manager: set the file path as a property | Xavier Claessens | 2008-10-13 | 1 | -35/+104 |
* | add EmpathyChatroom tests | Xavier Claessens | 2008-10-13 | 4 | -1/+132 |
* | auto-connect implies favorite | Xavier Claessens | 2008-10-13 | 1 | -0/+11 |
* | dispatcher: store a ref on the ChatroomManager | Xavier Claessens | 2008-10-13 | 1 | -21/+56 |
* | rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cb | Xavier Claessens | 2008-10-13 | 1 | -6/+6 |
* | empathy-dispatcher: use new API of EmpathyChatRoom | Xavier Claessens | 2008-10-13 | 1 | -1/+2 |
* | add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume Desmo... | Xavier Claessens | 2008-10-13 | 1 | -0/+75 |
* | Save chatrooms to XML only if they are marked as favorite | Xavier Claessens | 2008-10-13 | 1 | -0/+7 |
* | add a favorite and tp-channel property to EmpathyChatroom | Xavier Claessens | 2008-10-13 | 1 | -0/+54 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2008-10-13 | 1 | -24/+32 |
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2008-10-10 | 1 | -60/+62 |
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2008-10-10 | 1 | -25/+31 |
* | Update | Kjartan Maraas | 2008-10-07 | 1 | -23/+31 |
* | use AM_PATH_PYTHON for Python detection (closes: #544029) | Frederic Peters | 2008-10-06 | 1 | -23/+15 |
* | Updated cs translation (Martin Picek and Lucas Lommer). Added Czech translati... | Petr Kovář | 2008-10-06 | 4 | -208/+878 |
* | Hungarian translation updated | Gabor Keleman | 2008-10-06 | 1 | -21/+31 |
* | Fix build error, empathy_theme_update_view return void. | Xavier Claessens | 2008-10-06 | 1 | -1/+1 |
* | Updated Galician Translation. | Ignacio Casal Quinteiro | 2008-10-05 | 2 | -1/+5 |
* | Updated Finnish translation | Ilkka Tuohela | 2008-10-04 | 2 | -18/+30 |
* | Updated Brazilian Portuguese translation. | Og B. Maciel | 2008-10-04 | 2 | -24/+36 |
* | Updated Galician translation | Ignacio Casal Quinteiro | 2008-10-04 | 2 | -24/+36 |
* | Mark some forgotten strings for translation (bug #553066) | Gabor Keleman | 2008-10-04 | 1 | -2/+2 |
* | Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> | Alexander Shopov | 2008-09-30 | 2 | -103/+36 |
* | Catch underscores in email addresses. (closes: #554284) | Frederic Peters | 2008-09-29 | 1 | -1/+1 |
* | Fix a typo in zh_CN.po | Yang Zhang | 2008-09-26 | 1 | -1/+1 |
* | Updated Galician Translation. | Ignacio Casal Quinteiro | 2008-09-26 | 2 | -1/+5 |
* | Updated zh_CN translation. | Funda Wang | 2008-09-24 | 2 | -41/+53 |
* | Fix for GTK+ adjustment policy enforcement: | Vincent Untz | 2008-09-22 | 7 | -8/+8 |
* | Updated the header of zh_CN.po | Yang Zhang | 2008-09-22 | 1 | -7/+7 |
* | Updated zh_CN translation | Yang Zhang | 2008-09-22 | 1 | -1225/+243 |
* | updated Russian translation | Alexandre Prokoudine | 2008-09-22 | 2 | -478/+420 |
* | Updated Arabic Translation by Anas Afif Emad. | Djihed Afifi | 2008-09-21 | 2 | -169/+81 |
* | Updated Danish translation | Kenneth Nielsen | 2008-09-21 | 2 | -21/+24 |
* | Updated sr translation | Goran Rakic | 2008-09-20 | 2 | -2596/+26172 |
* | Bump version to 2.25.1 | Xavier Claessens | 2008-09-20 | 1 | -1/+1 |
* | Fix release script to correctly detect bug numbers | Xavier Claessens | 2008-09-20 | 1 | -1/+2 |
* | Fix condition to set labels selectable. | Xavier Claessens | 2008-09-19 | 1 | -3/+3 |
* | Do not crash if the chatroom's account has no connection. Fixes bug #550652. | Xavier Claessens | 2008-09-19 | 1 | -7/+9 |
* | Check if the return value of tp_contact_list_get_group() is !=NULL. Fixes bug... | Xavier Claessens | 2008-09-19 | 1 | -1/+3 |
* | Revert stupid test commit | Xavier Claessens | 2008-09-19 | 1 | -2/+0 |
* | Corrected shortcuts | Gabor Keleman | 2008-09-19 | 1 | -2/+2 |
* | Updated Japanese translation. | Takeshi AIHANA | 2008-09-19 | 2 | -238/+238 |
* | Updated German translation Added screenshots | Mario Blättermann | 2008-09-19 | 3 | -12/+11 |
* | teest | Xavier Claessens | 2008-09-19 | 1 | -0/+2 |
* | Updated German translation | Mario Blättermann | 2008-09-19 | 2 | -4/+9 |
* | Update gitignore | Xavier Claessens | 2008-09-19 | 5 | -4/+6 |
* | Minor fix to Catalan translation | Gil Forcada Codinachs | 2008-09-19 | 1 | -10/+9 |
* | hindi update by Rajesh Ranjan | Rajesh Ranjan | 2008-09-18 | 1 | -84/+97 |
* | hindi update by Rajesh Ranjan | Rajesh Ranjan | 2008-09-18 | 2 | -73/+79 |
* | Committed Translation by Sweta Kothari | Sweta Kothari | 2008-09-18 | 2 | -74/+88 |
* | 2.24.0 | Chao-Hsiung Liao | 2008-09-18 | 3 | -231/+149 |
* | Updated Arabic Translation by Youssef Chahibi. | Djihed Afifi | 2008-09-18 | 1 | -0/+4 |
* | Updated Lithuanian translation. | Gintautas Miliauskas | 2008-09-18 | 2 | -1297/+1350 |
* | Committed Translation by Sweta Kothari | Sweta Kothari | 2008-09-17 | 2 | -130/+145 |
* | Updated Danish translation | Kenneth Nielsen | 2008-09-17 | 2 | -860/+1572 |
* | Updated Catalan translation | Gil Forcada Codinachs | 2008-09-17 | 2 | -1013/+1186 |
* | Updated Marathi Transaltions | Sandeep Shedmake | 2008-09-16 | 1 | -92/+88 |
* | Malayalam translation updated by Ashik Salhudeen and me | Praveen Arimbrathodiyil | 2008-09-16 | 1 | -734/+1453 |
* | Updated Arabic Translation by Youssef Chahibi. | Djihed Afifi | 2008-09-15 | 1 | -0/+4 |
* | Updated ko translation (Changwoo Ryu). | Changwoo Ryu | 2008-09-15 | 2 | -0/+1753 |
* | Updated Arabic Translation by Youssef Chahibi. | Djihed Afifi | 2008-09-14 | 1 | -16/+21 |
* | Updated Finnish translation | Ilkka Tuohela | 2008-09-14 | 2 | -20/+25 |
* | Updated de translation (Jochen Skulj) | Jochen Skulj | 2008-09-13 | 1 | -277/+269 |
* | Updated Hungarian translation (Gabor Kelemen) | Gabor Keleman | 2008-09-13 | 1 | -437/+448 |
* | Updated Slovenian translation | Matej Urbančič | 2008-09-10 | 1 | -352/+390 |
* | Added it translation (Milo Casagrande). | Luca Ferretti | 2008-09-10 | 4 | -1/+678 |
* | Updated it translation (Milo Casagrande). | Luca Ferretti | 2008-09-10 | 1 | -1013/+1055 |
* | Updated zh_CN translation | Yang Zhang | 2008-09-09 | 1 | -715/+1492 |
* | Bump version to 2.24.0 | Xavier Claessens | 2008-09-09 | 1 | -1/+1 |
* | Update NEWSEMPATHY_2_23_92 | Xavier Claessens | 2008-09-09 | 1 | -0/+20 |
* | Bump LT revision | Xavier Claessens | 2008-09-09 | 1 | -2/+2 |
* | Update python bindings | Xavier Claessens | 2008-09-09 | 3 | -1828/+1835 |
* | Remove debug messages introduced by error. | Xavier Claessens | 2008-09-09 | 1 | -5/+0 |
* | hindi translation committed by Rajesh Ranjan | Rajesh Ranjan | 2008-09-08 | 3 | -0/+1743 |
* | Updated pt translation (Duarte Loreto <happyguy_pt@hotmail.com>) | Duarte Loreto | 2008-09-08 | 1 | -103/+116 |
* | Translation updated. | Vincent van Adrighem | 2008-09-07 | 2 | -743/+2980 |
* | add WM_WINDOW_ROLE property to windows (closes: #551113) | Frederic Peters | 2008-09-07 | 10 | -0/+10 |
* | remove irc.oftc.net from Debian servers to limit confusion. Fixes bug #550556... | Xavier Claessens | 2008-09-07 | 1 | -1/+0 |
* | Hide the tab close button where there is a single tab (closes: #551096) | Frederic Peters | 2008-09-07 | 1 | -0/+18 |
* | move *.pc Requires to Requires.private | Xavier Claessens | 2008-09-07 | 2 | -2/+4 |
* | remove libtelepathy from *.pc Requires | Xavier Claessens | 2008-09-07 | 2 | -2/+2 |
* | Updated en_GB translation (Philip Withnall). | Philip Withnall | 2008-09-07 | 1 | -513/+597 |
* | Updated cs translation (Adrian Gunis). | Petr Kovář | 2008-09-07 | 2 | -35/+22 |
* | Updated Polish translation | Tomasz Dominikowski | 2008-09-05 | 2 | -18/+24 |
* | Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> | Alexander Shopov | 2008-09-05 | 2 | -246/+251 |
* | Updated Translation | Laurent Dhima | 2008-09-04 | 2 | -104/+101 |
* | Updated th translation (Theppitak Karoonboonyanan). | Theppitak Karoonboonyanan | 2008-09-03 | 1 | -17/+17 |
* | Updated sv translation | Daniel Nylander | 2008-09-02 | 1 | -18/+20 |
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2008-09-02 | 2 | -379/+417 |
* | Update translation | Kjartan Maraas | 2008-09-02 | 1 | -17/+21 |
* | Added th translation (Theppitak Karoonboonyanan). | Theppitak Karoonboonyanan | 2008-09-01 | 2 | -0/+1769 |
* | Bump version to 2.23.92 | Xavier Claessens | 2008-09-01 | 1 | -1/+1 |
* | Support "blah (closes: #1234)" message format.EMPATHY_2_23_91 | Xavier Claessens | 2008-09-01 | 1 | -4/+13 |
* | Update LT version | Xavier Claessens | 2008-09-01 | 1 | -2/+2 |
* | Update NEWS | Xavier Claessens | 2008-09-01 | 1 | -0/+583 |
* | Updated fr translation (Robert-André Mauchin). | Robert-André Mauchin | 2008-08-31 | 1 | -23/+29 |
* | Updated pt_BR translation (Vladimir Melo). | Leonardo Ferreira Fontenelle | 2008-08-31 | 2 | -16/+13 |
* | Updated Galician translation | Ignacio Casal Quinteiro | 2008-08-31 | 2 | -20/+25 |
* | Updated Basque translation. | Inaki Larranaga Murgoitio | 2008-08-30 | 1 | -17/+21 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2008-08-30 | 1 | -10/+14 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2008-08-30 | 1 | -10/+10 |
* | Do not create a new EmpathyChatroom is it already exists. | Xavier Claessens | 2008-08-30 | 1 | -10/+18 |
* | Add a menu item in chat window to set the room as favorite | Xavier Claessens | 2008-08-30 | 4 | -1/+70 |
* | Updated Brazilian Portuguese translation (Vladimir Melo). | Og B. Maciel | 2008-08-29 | 1 | -13/+16 |
* | Reorder files in alphabetical order. | Xavier Claessens | 2008-08-29 | 2 | -74/+74 |
* | Correct the xml indentation | Xavier Claessens | 2008-08-28 | 3 | -66/+66 |
* | Update API doc and add a README to explain how to keep it updated. | Xavier Claessens | 2008-08-28 | 5 | -31/+44 |
* | Make sure to not unref tooltop_widget more than once | Xavier Claessens | 2008-08-27 | 1 | -2/+2 |
* | Keep a ref to the tooltip_widget so it is not recreated all the time. | Xavier Claessens | 2008-08-27 | 1 | -2/+20 |
* | Always return a new ref in empathy_contact_factory_get_tp_factory. Fixes bug ... | Xavier Claessens | 2008-08-27 | 1 | -4/+2 |
* | Update translation | Kjartan Maraas | 2008-08-27 | 2 | -62/+49 |
* | Updated Finnish translation | Ilkka Tuohela | 2008-08-27 | 2 | -69/+80 |
* | Updated cs translation (Adrian Gunis). | Petr Kovář | 2008-08-27 | 1 | -779/+658 |
* | Updated mk translation (Jovan Naumovski) | Jovan Naumovski | 2008-08-27 | 1 | -0/+1768 |
* | Updated mk translation (Jovan Naumovski) | Jovan Naumovski | 2008-08-27 | 1 | -0/+1 |
* | Updated Basque translation. | Inaki Larranaga Murgoitio | 2008-08-26 | 1 | -20/+26 |
* | don't use italic for status text in contact list (closes: #548632) | Frederic Peters | 2008-08-26 | 1 | -12/+6 |
* | Updated Arabic Translation by Youssef Chahibi. | Djihed Afifi | 2008-08-26 | 1 | -119/+125 |
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2008-08-26 | 1 | -111/+116 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2008-08-26 | 2 | -119/+10 |
* | Updated Polish translation | Tomasz Dominikowski | 2008-08-26 | 2 | -52/+65 |
* | Conversion from sr@Latn to sr@latin | Goran Rakic | 2008-08-25 | 3 | -18/+23 |
* | Updated Galician translation | Ignacio Casal Quinteiro | 2008-08-25 | 2 | -9/+17 |
* | Hide the Notification preferences because we don't support it. Fixes bug #549... | Xavier Claessens | 2008-08-25 | 1 | -2/+0 |
* | Make Chat the default in New Conversation… dialog | Xavier Claessens | 2008-08-25 | 1 | -0/+1 |
* | Give Chat and Call accelerators in New Conversation dialog. | Xavier Claessens | 2008-08-25 | 1 | -2/+2 |
* | EmpathyContactWidget: correct typo, "hbow" -> "hbox" | Xavier Claessens | 2008-08-25 | 1 | -2/+2 |
* | added check for pygtk-codegen-2.0 and pygobject-codegen-2.0 as the latter | Frederic Peters | 2008-08-25 | 3 | -2/+3 |
* | Updated Brazilian Portuguese translation. | Og B. Maciel | 2008-08-23 | 2 | -10/+17 |
* | Updated French translation | Robert-André Mauchin | 2008-08-22 | 2 | -76/+58 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2008-08-22 | 2 | -8/+15 |
* | Added entry for the Bengali India translation addtion and addition to LINGUAS | Runa Bhattacharjee | 2008-08-21 | 1 | -0/+5 |
* | Added Bengali India (bn_IN) to the list of languages | Runa Bhattacharjee | 2008-08-21 | 1 | -0/+1 |
* | Added Bengali India Translation | Runa Bhattacharjee | 2008-08-21 | 1 | -0/+1748 |
* | Added gujarati translation | Sweta Kothari | 2008-08-21 | 3 | -0/+1747 |
* | 2.23.91 | Chao-Hsiung Liao | 2008-08-21 | 3 | -126/+140 |
* | Change label in Accounts window from Undo to Cancel. (closes: #548709) | Frederic Peters | 2008-08-21 | 1 | -1/+1 |
* | Fixed two minor errors. | Leonardo Ferreira Fontenelle | 2008-08-21 | 1 | -3/+3 |
* | Updated Galician translation | Ignacio Casal Quinteiro | 2008-08-21 | 2 | -8/+15 |
* | don't list profiles twice. (closes: #548578) | Frederic Peters | 2008-08-21 | 1 | -1/+10 |
* | Use "Yahoo ID" instead of "Login ID" for Yahoo accounts. (closes: #548693) | Frederic Peters | 2008-08-21 | 1 | -1/+1 |
* | Updated Basque translation. | Inaki Larranaga Murgoitio | 2008-08-21 | 2 | -950/+988 |
* | Updated Translation | Laurent Dhima | 2008-08-20 | 2 | -954/+1422 |
* | don't let label text be selected in contact tooltip (closes: #546568) | Frederic Peters | 2008-08-20 | 3 | -4/+14 |