| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefix "Empathy" to the notification enum. | Xavier Claessens | 2009-01-31 | 3 | -10/+10 |
* | Add a comment explaining why we activate the event in an idle. | Xavier Claessens | 2009-01-31 | 1 | -0/+4 |
* | Factor out some common code. | Xavier Claessens | 2009-01-31 | 4 | -25/+31 |
* | Always check if notifications are enabled when we update them. | Xavier Claessens | 2009-01-31 | 1 | -9/+18 |
* | Update the pixbuf when we receive an event update. | Xavier Claessens | 2009-01-31 | 1 | -16/+25 |
* | Use the avatar for all the events with a contact. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Add an enum to define notification close reason. | Xavier Claessens | 2009-01-31 | 2 | -2/+11 |
* | Unref the notification after it has been closed. | Xavier Claessens | 2009-01-31 | 1 | -11/+18 |
* | Escape message body with g_markup_escape_text before pushing it to the notifi... | Xavier Claessens | 2009-01-31 | 1 | -3/+5 |
* | Fix order or params in chat_window_show_or_update_notification (). | Xavier Claessens | 2009-01-31 | 1 | -3/+3 |
* | Move empathy_notification_is_enabled () to src/ | Xavier Claessens | 2009-01-31 | 5 | -4/+105 |
* | Add libnotify dep to src/ only. | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
* | Make possible to use libnotify 0.4.4, to not force the usage of too recent di... | Xavier Claessens | 2009-01-31 | 2 | -3/+6 |
* | Add a convenience function to avoid hacks when getting the pixbuf from the ic... | Xavier Claessens | 2009-01-31 | 2 | -7/+5 |
* | Make notifications for unfocused chat windows work properly. | Xavier Claessens | 2009-01-31 | 2 | -22/+32 |
* | Break after the event has been found. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
* | W.I.P. for notifications on chat window. | Xavier Claessens | 2009-01-31 | 3 | -5/+92 |
* | Don't update the event if the notification can't be shown. | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
* | Typo. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Implement a logic for disabling notifications when away. | Xavier Claessens | 2009-01-31 | 1 | -1/+20 |
* | Modify code to handle new preferences. | Xavier Claessens | 2009-01-31 | 2 | -1/+25 |
* | Add a preference UI for notifications. | Xavier Claessens | 2009-01-31 | 1 | -6/+80 |
* | If the notification is not dismissed by the user, do not display other notifi... | Xavier Claessens | 2009-01-31 | 3 | -3/+31 |
* | Split the event description into header and message body. | Xavier Claessens | 2009-01-31 | 2 | -57/+142 |
* | Fix indentation. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
* | Insert an image in the notify baloon. | Xavier Claessens | 2009-01-31 | 1 | -2/+19 |
* | Adapt the status icon message to the new API. | Xavier Claessens | 2009-01-31 | 1 | -4/+11 |
* | Require latest libnotify. Don't crash when clicking the notification. | Xavier Claessens | 2009-01-31 | 1 | -26/+17 |
* | Use PACKAGE_NAME instead of hardcoding "empathy" on notify_init (). | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | mimic tooltip and icon notifications; unref any outstanding notification | Xavier Claessens | 2009-01-31 | 1 | -15/+41 |
* | uninit linotify after unrefing status icon | Xavier Claessens | 2009-01-31 | 1 | -2/+2 |
* | generify notification; add idle activation of event | Xavier Claessens | 2009-01-31 | 1 | -22/+40 |
* | add notify uninit | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
* | show notification on new event | Xavier Claessens | 2009-01-31 | 1 | -0/+26 |
* | initialize libnotify | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
* | disable chat history menu item when there is no account. | Frederic Peters | 2009-01-30 | 1 | -0/+21 |
* | accounts_dialog_button_create_clicked_cb: if, for some reason, mc_account_cre... | Guillaume Desmottes | 2009-01-26 | 1 | -0/+6 |
* | Replace G_STR_EMPTY in newly added code too. | Xavier Claessens | 2009-01-23 | 1 | -1/+1 |
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 4 | -6/+6 |
* | Do not translate "gtk-ok", "gtk-cancel" etc. Fixes bug #566676 (Lucas Lommer). | Xavier Claessens | 2009-01-23 | 2 | -3/+3 |
* | Add a source field to specify the name of the account source. (Stephane Wirtel) | Jonny Lamb | 2009-01-23 | 3 | -4/+11 |
* | Removed extensions.h inclusion in public API. | Jonny Lamb | 2009-01-17 | 2 | -0/+4 |
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 3 | -4/+4 |
* | Remove useless include of empathy-tp-group.h | Xavier Claessens | 2009-01-13 | 2 | -2/+0 |
* | Clean some coding style | Xavier Claessens | 2009-01-10 | 1 | -9/+6 |
* | Remove useless spaces in message. | Xavier Claessens | 2009-01-10 | 1 | -2/+2 |
* | Update gitignore | Xavier Claessens | 2009-01-10 | 1 | -0/+2 |
* | Do not generate marshallers in src/, it is not needed. | Xavier Claessens | 2009-01-10 | 1 | -21/+0 |
* | Fix some errors made when rebasing on master | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
* | empathy_tube_dispatch_show_error: give a format to gtk_message_dialog_new to ... | Guillaume Desmottes | 2009-01-10 | 1 | -1/+1 |
* | Handle Dbus Tubes and ignore non p2p channels | Sjoerd Simons | 2009-01-10 | 1 | -2/+9 |
* | Add support for DBus tubes | Sjoerd Simons | 2009-01-10 | 1 | -6/+26 |
* | Remove approvals when the underlying operation got invalidated | Sjoerd Simons | 2009-01-10 | 1 | -0/+14 |
* | Port to the new empathy_call_when_ready api | Sjoerd Simons | 2009-01-10 | 1 | -4/+19 |
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 3 | -15/+1 |
* | Initialise the chatroom manager from empathy itself | Sjoerd Simons | 2009-01-10 | 1 | -0/+6 |
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 3 | -3/+3 |
* | Move the dispatcher to the new singleton policy | Sjoerd Simons | 2009-01-10 | 2 | -2/+2 |
* | Also free the approvals list | Sjoerd Simons | 2009-01-10 | 1 | -1/+2 |
* | Use gulongs to save signal handler ids | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
* | No need to call empathy_run_until_ready, the DispatchOperation already ensure... | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
* | Style fixes | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
* | Completely move to Telepathy coding style | Sjoerd Simons | 2009-01-10 | 1 | -179/+169 |
* | Remove dead code | Sjoerd Simons | 2009-01-10 | 1 | -85/+0 |
* | DIspatch streamed media channels | Sjoerd Simons | 2009-01-10 | 1 | -6/+13 |
* | Initialize with a EmpathyTpCall instead of a TpChannel and explicitly close the | Sjoerd Simons | 2009-01-10 | 2 | -11/+20 |
* | Add support for approving video channels | Sjoerd Simons | 2009-01-10 | 1 | -24/+62 |
* | Report errors when there is no tube handler or poking it fails | Sjoerd Simons | 2009-01-10 | 1 | -7/+62 |
* | Add support for approving tubes | Sjoerd Simons | 2009-01-10 | 1 | -1/+124 |
* | Add EmpathyTubeDispatcher as a helper for dispatching tubes | Sjoerd Simons | 2009-01-10 | 3 | -0/+498 |
* | Call emp_cli_init in empathy_init | Sjoerd Simons | 2009-01-10 | 1 | -4/+0 |
* | Use new dispatcher API to get muc channels | Sjoerd Simons | 2009-01-10 | 2 | -23/+11 |
* | Explicitly close file channels when removing them from the FT manager | Sjoerd Simons | 2009-01-10 | 1 | -0/+2 |
* | Enable approving of file transfers | Sjoerd Simons | 2009-01-10 | 1 | -35/+37 |
* | Enabled dispatching of file tranfers | Sjoerd Simons | 2009-01-10 | 1 | -3/+5 |
* | Initial port to the new dispatcher | Sjoerd Simons | 2009-01-10 | 2 | -73/+132 |
* | Use the new dispatcher api to request text channels | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
* | Set the right weak pointer. | Xavier Claessens | 2009-01-09 | 2 | -2/+2 |
* | Port EmpathyContactManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 2 | -2/+2 |
* | Port EmpathyFTManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 3 | -15/+32 |
* | Port EmpathyEventManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 3 | -13/+27 |
* | Port EmpathySmileyManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Port EmpathyIdle to the new singleton policy. | Xavier Claessens | 2009-01-09 | 2 | -3/+3 |
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 2 | -2/+2 |
* | Set initial value for sound pref checkboxes. | Xavier Claessens | 2009-01-07 | 1 | -1/+2 |
* | Use gtk_list_store_insert_with_values (). | Xavier Claessens | 2009-01-07 | 1 | -4/+3 |
* | Use gettext() when populating the preferences sound list. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
* | Update empathy_sound_play () to be nicer to use and centralize the list | Xavier Claessens | 2009-01-07 | 3 | -29/+15 |
* | Improve wording. | Xavier Claessens | 2009-01-07 | 2 | -6/+6 |
* | Turn empathy_sound_pref_is_enabled into empathy_sound_play that | Xavier Claessens | 2009-01-07 | 2 | -44/+23 |
* | Use new singleton policy for EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 3 | -10/+6 |
* | Implement sound for contact login/logout. | Xavier Claessens | 2009-01-07 | 1 | -0/+47 |
* | Port EmpathyMainWindow to the new API. | Xavier Claessens | 2009-01-07 | 1 | -168/+114 |
* | Port EmpathyAccountsDialog to use the cached values to get the number of | Xavier Claessens | 2009-01-07 | 1 | -27/+3 |
* | Port EmpathyStatusIcon to the new API. | Xavier Claessens | 2009-01-07 | 1 | -35/+28 |
* | Port EmpathyAccountsDialog to the new API. | Xavier Claessens | 2009-01-07 | 1 | -83/+72 |
* | Only play logout sound if switching to Offline from Available. | Xavier Claessens | 2009-01-07 | 1 | -7/+12 |
* | Don't emit sound when changing state and properly play login sound. | Xavier Claessens | 2009-01-07 | 1 | -1/+12 |
* | Adapt the libcanberra calls to use the new functions. | Xavier Claessens | 2009-01-07 | 3 | -27/+31 |
* | Adapt Patryk's patch to trunk. | Xavier Claessens | 2009-01-07 | 3 | -1/+67 |
* | Create an UI for sound configuration. | Xavier Claessens | 2009-01-07 | 2 | -103/+192 |
* | Don't unref NULL avatar used as chat window icon | Will Thompson | 2008-12-29 | 1 | -1/+4 |
* | Don't forget to unref the smiley manager | Xavier Claessens | 2008-12-16 | 1 | -0/+1 |
* | Move the smiley menu code from EmpathyChatView to EmpathyChatManager. | Xavier Claessens | 2008-12-16 | 1 | -16/+15 |
* | Replace _get_selection_bounds by _get_has_selection | Xavier Claessens | 2008-12-16 | 1 | -3/+2 |
* | gtk_init and g_thread_init shouldn't be called by libraries. Let applications... | Xavier Claessens | 2008-12-12 | 2 | -6/+10 |
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -0/+1 |
* | Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). They... | Xavier Claessens | 2008-12-12 | 3 | -36/+9 |
* | Drop libgnomeui dependency (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 1 | -14/+8 |
* | Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 5 | -5/+5 |
* | Don't forget to install empathy-import-dialog.glade | Xavier Claessens | 2008-12-01 | 1 | -0/+1 |
* | Replace Q_() with C_() for translation context. | Xavier Claessens | 2008-11-22 | 1 | -12/+3 |
* | If first_line xor second_line is NULL, use only one line in ft_manager_update... | Xavier Claessens | 2008-11-22 | 1 | -3/+6 |
* | Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file... | Xavier Claessens | 2008-11-22 | 1 | -1/+0 |
* | Avoid a string dup. | Xavier Claessens | 2008-11-22 | 1 | -4/+2 |
* | Cleanup the code inside ft_manager_build_ui. | Xavier Claessens | 2008-11-22 | 1 | -59/+50 |
* | Simplify and comment the livetime of EmpathyFTManager | Xavier Claessens | 2008-11-22 | 1 | -21/+28 |
* | Reorder the code for more clarity. | Xavier Claessens | 2008-11-22 | 1 | -225/+221 |
* | Cleanup of ft_manager_add_tp_file_to_list. | Xavier Claessens | 2008-11-22 | 1 | -21/+20 |
* | Remove useless gnomevfs include. | Xavier Claessens | 2008-11-22 | 1 | -1/+0 |
* | Update the selection only if we are removing the selected row. | Xavier Claessens | 2008-11-22 | 1 | -9/+11 |
* | Check if URI is not NULL before adding it to the recent manager. | Xavier Claessens | 2008-11-22 | 1 | -1/+2 |
* | Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a... | Xavier Claessens | 2008-11-22 | 2 | -7/+12 |
* | Fix a comment phrasing | Xavier Claessens | 2008-11-22 | 1 | -1/+1 |
* | Update the selection of the ft manager when a ft is removed only if it's not ... | Xavier Claessens | 2008-11-22 | 1 | -8/+15 |
* | There is no reason to remove the FT if it's cancelled while the window was hi... | Xavier Claessens | 2008-11-22 | 1 | -33/+8 |
* | Fix glade lookup | Xavier Claessens | 2008-11-22 | 1 | -2/+1 |
* | Simplify ft_manager_remove_file_from_list. | Xavier Claessens | 2008-11-22 | 1 | -39/+14 |
* | Clean ft_manager_update_ft_row() | Xavier Claessens | 2008-11-22 | 1 | -19/+19 |
* | Simplify condition | Xavier Claessens | 2008-11-22 | 1 | -3/+1 |
* | Add all reasons in ft_manager_state_change_reason_to_string(). Don't use defa... | Xavier Claessens | 2008-11-22 | 1 | -3/+4 |
* | Simplify the code to add a FT in the manager. | Xavier Claessens | 2008-11-22 | 1 | -25/+6 |
* | Simplify the code to set sensibility of buttons | Xavier Claessens | 2008-11-22 | 1 | -21/+8 |
* | When the channel is invalidated, change state to CANCELLED. | Xavier Claessens | 2008-11-22 | 1 | -7/+6 |
* | Move the ft manager to src/ other programs do not need it. | Xavier Claessens | 2008-11-22 | 5 | -1/+1293 |
* | Fix coding style and cleanup | Xavier Claessens | 2008-11-22 | 1 | -18/+9 |
* | Include only used headers | Xavier Claessens | 2008-11-22 | 1 | -2/+2 |
* | Implement latest ft draft | Xavier Claessens | 2008-11-22 | 1 | -18/+2 |
* | fix FT client side code as the generated code changed | Xavier Claessens | 2008-11-22 | 2 | -4/+4 |
* | Added a wait for file channels so outgoing transfers are only added to the ma... | Jonny Lamb | 2008-11-22 | 1 | -7/+50 |
* | Handle new file channels regardless of direction in the dispatcher. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -59/+38 |
* | Removed account property of EmpathyTpFile as it's only actually used once and... | Jonny Lamb | 2008-11-22 | 1 | -3/+1 |
* | Use empathy_contact_run_until_ready in EmpathyEventManager. | Jonny Lamb | 2008-11-22 | 1 | -0/+2 |
* | Changed _run_ method calls to _call_ calls. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -39/+48 |
* | Changed EmpathyEventManager to not rely on the Direction property of the file... | Jonny Lamb | 2008-11-22 | 1 | -6/+8 |
* | Added a proper Empathy event for an incoming file transfer so that the status... | Jonny Lamb | 2008-11-22 | 1 | -7/+30 |
* | Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -4/+4 |
* | Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+3 |
* | Handle incoming file transfers in the event manager. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+30 |
* | Added empathy_init function to call emp_cli_init in main. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+2 |
* | Include account name in chat-window tooltip. Fixes bug #560622 | Mathias Hasselmann | 2008-11-14 | 1 | -4/+8 |
* | Use markup for chat-window tooltips | Mathias Hasselmann | 2008-11-14 | 1 | -10/+21 |
* | If chats have no name, use the channel's ID instead of fallback to "Conversat... | Xavier Claessens | 2008-11-14 | 1 | -19/+2 |
* | 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 |
* | 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 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 |
* | empathy-chat-window: use new chatroom mgr API | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
* | empathy-chatrooms-window: no need to call empathy_chatroom_manager_store anymore | Xavier Claessens | 2008-10-13 | 1 | -1/+0 |
* | add the file path as arg to empathy_chatroom_manager_new | Xavier Claessens | 2008-10-13 | 2 | -2/+2 |
* | Do not crash if the chatroom's account has no connection. Fixes bug #550652. | Xavier Claessens | 2008-09-19 | 1 | -7/+9 |
* | add WM_WINDOW_ROLE property to windows (closes: #551113) | Frederic Peters | 2008-09-07 | 7 | -0/+7 |
* | Hide the tab close button where there is a single tab (closes: #551096) | Frederic Peters | 2008-09-07 | 1 | -0/+18 |
* | 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 | 2 | -0/+59 |
* | Hide the Notification preferences because we don't support it. Fixes bug #549... | Xavier Claessens | 2008-08-25 | 1 | -2/+0 |
* | Change label in Accounts window from Undo to Cancel. (closes: #548709) | Frederic Peters | 2008-08-21 | 1 | -1/+1 |
* | If display name of the selected account changes, update the label. | Xavier Claessens | 2008-08-19 | 1 | -5/+41 |
* | When creating an account set its display name to "New Jabber account", when t... | Xavier Claessens | 2008-08-19 | 1 | -6/+39 |
* | Avoid crashing if mc_account_lookup returns NULL, it can happen when status o... | Xavier Claessens | 2008-08-19 | 1 | -0/+3 |
* | If adding a an account that is already in the treeview, simply update values.... | Xavier Claessens | 2008-08-19 | 1 | -20/+17 |
* | Remove unused account_changed boolean | Xavier Claessens | 2008-08-19 | 1 | -1/+0 |
* | Use accounts_dialog_add_account() to add initial set of accounts | Xavier Claessens | 2008-08-19 | 1 | -53/+15 |
* | Rework the way the accounts dialog works | Xavier Claessens | 2008-08-19 | 2 | -156/+116 |
* | Do not crash if there is no salut profile installed | Xavier Claessens | 2008-08-19 | 1 | -0/+4 |
* | Add Marco Barisione to CONTRIBUTORS | Xavier Claessens | 2008-08-09 | 1 | -0/+1 |
* | Update credits for the about dialog. | Xavier Claessens | 2008-08-09 | 1 | -7/+26 |
* | Do not use mission_control_request_channel as we don't use MC's dispatcher an... | Xavier Claessens | 2008-08-07 | 2 | -17/+23 |
* | Pick the correct contact alias for the message telling incoming call is rejec... | Xavier Claessens | 2008-08-04 | 1 | -1/+8 |
* | Fix translators complains about ambigous strings. Fixes bug #546154. | Xavier Claessens | 2008-08-04 | 6 | -75/+77 |
* | Fix little coding style | Xavier Claessens | 2008-08-02 | 1 | -2/+1 |
* | Remove empathy-accounts binary, it is replaced by empathy --accounts | Xavier Claessens | 2008-08-02 | 3 | -85/+1 |
* | Implemented showing a single accounts dialog from the command line. | Jonny Lamb | 2008-08-02 | 1 | -17/+51 |
* | Display an error message if reason is != _REQUESTED instead of > | Xavier Claessens | 2008-07-20 | 1 | -1/+4 |
* | Add support to set register param. Fixes bug #462880. | Xavier Claessens | 2008-07-19 | 2 | -1/+51 |
* | Replace the preview button by a cancel button when creating a new account | Xavier Claessens | 2008-07-19 | 1 | -1/+1 |
* | Allow renaming account name when accounts are connecting. Fixes bug #486801 (... | Jonny Lamb | 2008-07-19 | 1 | -20/+51 |
* | Make more explicit the comment when we activate an event | Xavier Claessens | 2008-07-15 | 1 | -1/+2 |
* | Add a comment telling that if there is no event the default handler of row-ac... | Xavier Claessens | 2008-07-15 | 1 | -1/+2 |
* | Prevent to start a chat when activating a row with an event | Xavier Claessens | 2008-07-15 | 1 | -0/+4 |
* | Move the event manager to src/ | Xavier Claessens | 2008-07-15 | 5 | -4/+756 |
* | Move event code from EmpathyStatusIcon to EmpathyEventManager | Xavier Claessens | 2008-07-15 | 1 | -368/+53 |
* | Correctly update the UI when listing state changes. | Xavier Claessens | 2008-07-15 | 1 | -1/+1 |
* | Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb) | Jonny Lamb | 2008-07-15 | 7 | -6/+1525 |
* | Merge branch 'leak' | Xavier Claessens | 2008-07-14 | 1 | -0/+2 |
* | Useless to cast 2 times to the same class | Xavier Claessens | 2008-07-14 | 1 | -1/+1 |
* | Added support for the chat window to show the avatar as the icon. Fixes bug #... | Jonny Lamb | 2008-07-08 | 1 | -1/+15 |
* | Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny ... | Jonny Lamb | 2008-07-04 | 3 | -6/+6 |
* | Set an smiley icon for the "Insert smiley" menu item. | Xavier Claessens | 2008-07-04 | 1 | -1/+8 |
* | Coding style (Alban Crequy) | Xavier Claessens | 2008-06-13 | 1 | -3/+2 |
* | g_object_unref the right variable (Alban Crequy) | Xavier Claessens | 2008-06-13 | 1 | -1/+1 |