]> git.0d.be Git - empathy.git/shortlog
empathy.git
2008-10-26 Nickolay V... Added Russian translation by Nikita Belobrov <qvzqvz...
2008-10-24 Frederic PetersRemove session information from Ekiga registration...
2008-10-22 Simos XenitellisUpdated Greek translation (Nick Agianniotis).
2008-10-18 Theppitak Karoonboon... Updated th translation (Theppitak Karoonboonyanan)
2008-10-18 Theppitak Karoonboon... Updated th translation (Theppitak Karoonboonyanan)
2008-10-17 Jorge Gonzalez... Updated es translation (Jorge Gonzalez)
2008-10-17 Xavier ClaessensUse l to iterate a GList, less confusing naming.
2008-10-17 Xavier ClaessensIt is a map from pidgin to CM, not MC.
2008-10-17 Xavier ClaessensSplit pidgin import code into its own module. It makes...
2008-10-17 Xavier ClaessensConnect to the "destroy" and "response" signals on...
2008-10-17 Xavier ClaessensDo not include accounts which don't have profile.....
2008-10-17 Xavier ClaessensRemove useless vars
2008-10-17 Xavier ClaessensRemove declaration of functions on top of import dialog...
2008-10-17 Xavier ClaessensThere is no reason for import_dialog_add_account to...
2008-10-17 Xavier ClaessensBe more careful in import_dialog_account_data_free
2008-10-17 Xavier ClaessensRemove useless include in main window
2008-10-17 Xavier Claessensrename import boolean to import_asked.
2008-10-17 Jonny LambStore the McProfile in AccountData instead of a string...
2008-10-17 Jonny LambCall import_dialog_account_data_free to actually free...
2008-10-17 Jonny LambDo not store the account data in a G_TYPE_POINTER GValu...
2008-10-17 Jonny LambRemoved call to mc_accounts_filter and wrote another...
2008-10-17 Jonny LambCompare GLists to NULL instead of g_list_length(list...
2008-10-17 Jonny LambRemoved empathy_import_dialog_accounts_to_import to...
2008-10-17 Jonny LambMoved some code around for clarity and also to parse...
2008-10-17 Jonny LambRemoved tabs from GConf schema. (Jonny Lamb)
2008-10-17 Jonny LambOnly display the importing result if there was a failur...
2008-10-17 Jonny LambAsk whether to import if there are accounts to import...
2008-10-17 Jonny LambAdded GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny...
2008-10-17 Jonny LambAdded empathy_import_dialog_accounts_to_import. (Jonny...
2008-10-17 Jonny LambAutomatically tick "import" only for accounts which...
2008-10-17 Jonny LambMake the parent of the import dialog be the parent...
2008-10-17 Jonny LambDisplay a warning when no accounts could be found for...
2008-10-17 Jonny LambCheck whether ~/.purple/accounts.xml is readable before...
2008-10-17 Jonny LambUse g_ascii_strtod instead of sscanf. (Jonny Lamb)
2008-10-17 Jonny LambUse tp_strdiff instead of strcmp. (Jonny Lamb)
2008-10-17 Jonny LambAdded import_dialog_free and actually destroy the impor...
2008-10-17 Jonny LambActually add the accounts when the user presses OK...
2008-10-17 Jonny LambRenamed import_dialog_add_accounts to import_dialog_add...
2008-10-17 Jonny LambAdded more whitespace between indentations and comments...
2008-10-17 Jonny LambFill the tree view with Pidgin accounts to import....
2008-10-17 Jonny LambSet a height request of 200px for the treeview widget...
2008-10-17 Jonny LambRe-wrote the UI of the importer dialog. (Jonny Lamb)
2008-10-17 Xavier ClaessensFix wrong condition in import_dialog_pidgin_parse_setti...
2008-10-17 Xavier ClaessensAdd comments and cleanup the pidgin importer. Account...
2008-10-17 Jonny LambRenamed static empathy_import_dialog_* functions to...
2008-10-17 Jonny LambSimplified the node looping code further. (Jonny Lamb)
2008-10-17 Jonny LambUse a different loop with nodes to shorten code. (Jonny...
2008-10-17 Jonny LambAdded another empty line between function declaration...
2008-10-17 Jonny LambAvoid using gtk_widget_show_all and show each widget...
2008-10-17 Jonny LambAdded a missing g_free. (Jonny Lamb)
2008-10-17 Jonny LambMake EmpathyImportDialog a singleton. (Jonny Lamb)
2008-10-17 Jonny LambName imported accounts in the same way as a new account...
2008-10-17 Jonny LambChanged import button to "Import Accounts...". (Jonny...
2008-10-17 Jonny LambAdded spacing of 6 to "Import accounts" button. (Jonny...
2008-10-17 Jonny LambMoved to Collabora coding style. (Jonny Lamb)
2008-10-17 Jonny LambAdded an "Import accounts" button to the accounts dialo...
2008-10-17 Jonny LambRemoved import dialog references from main window....
2008-10-17 Jonny LambFixed typos of constants in the import dialog. (Jonny...
2008-10-17 Jonny LambFixed part of dialog, as per Xavier's comments.
2008-10-17 Jonny LambAdded an account importer dialog. Fixes bug #541060...
2008-10-17 Xavier ClaessensUse alphabetical order in makefile
2008-10-14 Nikos CharonitakisUpdated el translation
2008-10-13 Kenneth NielsenUpdated Danish translation (Kenneth Nielsen)
2008-10-13 Xavier ClaessensUpdate gitignore
2008-10-13 Xavier Claessensempathy-contact-menu.c: store the chatroom instead...
2008-10-13 Xavier Claessensempathy-contact-menu.c: use new empathy_chatroom_manage...
2008-10-13 Xavier ClaessensChange menu entry to 'Invite to chatroom'
2008-10-13 Xavier ClaessensActually invite contact to chatroom. Fixes bug #496100...
2008-10-13 Xavier ClaessensDisplay invite menu entry in the contact menu
2008-10-13 Xavier ClaessensUpdate python bindings
2008-10-13 Xavier Claessensempathy_chatroom_manager_remove: when looking for the...
2008-10-13 Xavier Claessensempathy_chatroom_equal: use tp_strdiff instead of g_str...
2008-10-13 Xavier Claessenscheck-empathy-chatroom-manager.c: factor out change_acc...
2008-10-13 Xavier Claessenscheck-empathy-chatroom-manager.c: check the result...
2008-10-13 Xavier Claessensempathy_chatroom_set_auto_connect: notify the favorite...
2008-10-13 Xavier Claessenschatroom-manager: add_chatroom: connect the 'notify...
2008-10-13 Xavier Claessensreuse test account instead of creating one at each...
2008-10-13 Xavier Claessensempathy-chat-window: use new chatroom mgr API
2008-10-13 Xavier Claessensremove empathy_chatroom_manager_store from the API...
2008-10-13 Xavier Claessensempathy-chatrooms-window: no need to call empathy_chatr...
2008-10-13 Xavier Claessensdisconnect chatroom signals when they are removed from...
2008-10-13 Xavier Claessensautomatically save the chatroom mgr XML file when one...
2008-10-13 Xavier Claessenschatroom-mgr: use a save timer instead of saving the...
2008-10-13 Xavier Claessensonly save the chatrooms xml when a favorite chatroom...
2008-10-13 Xavier Claessenstest empathy chatroom manager change favorite
2008-10-13 Xavier Claessenschatroom-mgr: store the file when a chatroom changes...
2008-10-13 Xavier Claessenstest favorite change
2008-10-13 Xavier Claessenstest empathy_chatroom_manager_remove
2008-10-13 Xavier Claessenstest empathy_chatroom_manager_add
2008-10-13 Xavier Claessenscheck_chatrooms_list: don't depend on the order of...
2008-10-13 Xavier Claessensfactor out check_chatrooms_list
2008-10-13 Xavier Claessensfactor out check_chatroom
2008-10-13 Xavier Claessenstest chatroom xml parsing
2008-10-13 Xavier Claessensfix leak in destroy_test_account
2008-10-13 Xavier Claessensrename remove_account_from_gconf to destroy_test_accoun...
2008-10-13 Xavier Claessensfactor out create_test_account
2008-10-13 Xavier Claessensmove empathy specifc helpers to check-empathy-helpers
2008-10-13 Xavier Claessensload the chatrooms sample XML file
2008-10-13 Xavier Claessensadd 2 chatrooms to chatrooms-sample.xml
2008-10-13 Xavier Claessensadd remove_account_from_gconf to check-helpers
next