Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'reference-identities' | Stef Walter | 2011-03-22 | 1 | -1/+5 |
|\ | | | | | | | | | Conflicts: libempathy/empathy-server-tls-handler.c | ||||
| * | Style changes from review for ReferenceIdentities code | Stef Walter | 2011-03-18 | 1 | -1/+1 |
| | | |||||
| * | Use ServerTLSConnection.ReferenceIdentities to check cert identity. | Stef Walter | 2011-03-18 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | The certificate identity can be checked against more than just one piece of information. Load and use all the reference identities to check the identity of the certificate. https://bugzilla.gnome.org/show_bug.cgi?id=645119 | ||||
* | | accounts_dialog_add_account: ensure that the selected account is still ↵ | Guillaume Desmottes | 2011-03-22 | 1 | -1/+19 |
| | | | | | | | | visible in the treeview | ||||
* | | accounts_dialog_model_set_selected: use select_and_scroll_to_iter | Guillaume Desmottes | 2011-03-22 | 1 | -1/+1 |
| | | | | | | | | That way we also scroll to the selected account (#643860). | ||||
* | | factor out select_and_scroll_to_iter() | Guillaume Desmottes | 2011-03-22 | 1 | -14/+23 |
| | | |||||
* | | Fix some races in the chatroom joining code | Sjoerd Simons | 2011-03-21 | 1 | -34/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | The auto-reconnection logic for chatrooms was a bit odd. It would for every chatroom that existed when the account manager was prepared connect once to status-changed for each account for each chatroom... Change this such that whenever an account connects, we simply get the then current list of chatrooms and auto-connect those as needed. This fixes issues when a chatroom gets removed from the manager and when the auto-connect options on a chatrooms change. | ||||
* | | Assistant: put the protocol chooser next to the label | Emilio Pozuelo Monfort | 2011-03-18 | 1 | -3/+6 |
| | | |||||
* | | Map Ctrl-Shift-F to contact search and Ctrl-F to find | Will Thompson | 2011-03-18 | 1 | -0/+2 |
|/ | | | | | | | | | As discussed on <https://bugzilla.gnome.org/show_bug.cgi?id=645121>, currently Ctrl-F opens the contact search dialog, and there's no keyboard shortcut for searching within the contact list (other than just typing). The Gnome HIG handles this situation: it says that the former should be Ctrl-Shift-F and the latter should be Ctrl-F. <http://library.gnome.org/devel/hig-book/2.32/input-keyboard.html.en#standard-shortcuts> | ||||
* | Don't update Contact menu on a focus-in (#644936) | Michael Terry | 2011-03-17 | 1 | -9/+24 |
| | |||||
* | auth-client: implement Debug interface (#645008) | Guillaume Desmottes | 2011-03-17 | 1 | -0/+10 |
| | |||||
* | define constants for handler bus name | Guillaume Desmottes | 2011-03-17 | 2 | -3/+4 |
| | | | | It's more convenient and safe than hardcoding them everywhere. | ||||
* | rename empathy-dispatcher to empathy-request-util | Guillaume Desmottes | 2011-03-17 | 5 | -11/+12 |
| | | | | | We don't have EmpathyDispatcher any more so this file just contains some utility functions now. | ||||
* | streamed-media-window: Put the details vbox in a scroll window | Guillaume Desmottes | 2011-03-16 | 1 | -1/+8 |
| | | | | | It can require a lot of horizontal space and we don't want to enlarge the call window just for that (#644830). | ||||
* | coding style fixes | Guillaume Desmottes | 2011-03-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'glassrose-contact-blocking-rebase' | Danielle Madeley | 2011-03-14 | 3 | -3/+28 |
|\ | |||||
| * | Setting "window" data on submenu only if it's not NULL | Chandni Verma | 2011-03-11 | 1 | -3/+3 |
| | | |||||
| * | Add a confirmation dialog when you block a contact from the Contact menu | Danielle Madeley | 2011-03-08 | 1 | -2/+5 |
| | | |||||
| * | Add blocked contacts dialog to Empathy main window menu | Danielle Madeley | 2011-03-08 | 2 | -1/+23 |
| | | |||||
* | | display a debug message if we can't get the TpContact | Guillaume Desmottes | 2011-03-09 | 1 | -1/+4 |
| | | |||||
* | | call-observer: display a notification when rejecting a call (#644127) | Guillaume Desmottes | 2011-03-09 | 1 | -8/+91 |
| | | |||||
* | | call-observer: set the Recover flag | Guillaume Desmottes | 2011-03-09 | 1 | -1/+1 |
| | | | | | | | | We want to know about existing calls when starting. | ||||
* | | Revert "disable the call observer for now" | Guillaume Desmottes | 2011-03-09 | 1 | -5/+0 |
| | | | | | | | | This reverts commit c4f12fc9ad76f90374e08460971f001fdfb90036. | ||||
* | | call-observer: reject all the channels we claimed | Guillaume Desmottes | 2011-03-08 | 1 | -7/+74 |
| | | | | | | | | | | | | Once we have claimed the ChannelDispatchOperation, we are now the handler of all its channels. So, we should close them all as we are not going to do anything with them. (#644210) | ||||
* | | return from ObserveChannels() after having called Claim() | Guillaume Desmottes | 2011-03-08 | 1 | -0/+2 |
| | | |||||
* | | call-observer: return from ObserveChannels() if the channel was already ↵ | Guillaume Desmottes | 2011-03-08 | 1 | -0/+2 |
| | | | | | | | | invalidated | ||||
* | | call-observer: set debug domain to 'voip' and add 2 debug messages | Guillaume Desmottes | 2011-03-08 | 1 | -1/+6 |
| | | |||||
* | | disable the call observer for now | Guillaume Desmottes | 2011-03-07 | 1 | -0/+5 |
| | | |||||
* | | all: set the primary-toolbar style class on primary toolbars | Cosimo Cecchi | 2011-03-07 | 3 | -0/+8 |
| | | | | | | | | | | | | | | So themes can override their appearance without hardcoding the widget hierarchy. https://bugzilla.gnome.org/show_bug.cgi?id=644121 | ||||
* | | Don't look for Call channels | Emilio Pozuelo Monfort | 2011-03-07 | 1 | -27/+4 |
| | | | | | | | | We don't support them on master yet. | ||||
* | | Delay the approvers | Emilio Pozuelo Monfort | 2011-03-07 | 1 | -0/+2 |
| | | |||||
* | | Autoreject incoming calls if there are others in progress | Emilio Pozuelo Monfort | 2011-03-07 | 4 | -1/+347 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=643656 | ||||
* | | account-assistant: add mnemonic for the "no salut account" checkbox (#644058) | Guillaume Desmottes | 2011-03-07 | 1 | -2/+2 |
|/ | |||||
* | accounts_dialog_set_selected_account: scroll to the selected account | Guillaume Desmottes | 2011-02-28 | 1 | -1/+14 |
| | |||||
* | empathy-accounts: allow to pass the full path of the account | Guillaume Desmottes | 2011-02-28 | 1 | -2/+6 |
| | |||||
* | Request a minimal size on the presence chooser | Robert Sajdok | 2011-02-28 | 1 | -0/+1 |
| | | | | This avoid to make it completely disappear when resizing the window (#583317) | ||||
* | Updating empathy_tp_chat_leave() function in empathy-tp-chat API | Chandni Verma | 2011-02-25 | 1 | -1/+1 |
| | |||||
* | empathy.c: stop instantiating a EmpathyDispatcher | Guillaume Desmottes | 2011-02-24 | 1 | -6/+0 |
| | |||||
* | use tp_capabilities_supports_room_list() (#641491) | Guillaume Desmottes | 2011-02-24 | 1 | -13/+8 |
| | |||||
* | CC panel: don't use an undefined symbol | Emilio Pozuelo Monfort | 2011-02-23 | 2 | -6/+0 |
| | |||||
* | Fix make distcheckEMPATHY_2_91_90 | Emilio Pozuelo Monfort | 2011-02-21 | 1 | -1/+1 |
| | |||||
* | use GeditCloseButton (#642865) | Guillaume Desmottes | 2011-02-21 | 1 | -21/+4 |
| | |||||
* | add gedit-close-button | Guillaume Desmottes | 2011-02-21 | 3 | -0/+142 |
| | | | | This file is a bare copy from gedit. | ||||
* | Move farsight-using sources to src | Emilio Pozuelo Monfort | 2011-02-21 | 10 | -4/+1772 |
| | | | | And only build them for empathy-av, since they use farsight. | ||||
* | use champlain_view_ensure_layers_visible() | Guillaume Desmottes | 2011-02-21 | 1 | -3/+1 |
| | |||||
* | use champlain_marker_layer_new() | Guillaume Desmottes | 2011-02-21 | 1 | -2/+1 |
| | |||||
* | Port to champlain 0.10 (#642010) | Guillaume Desmottes | 2011-02-21 | 1 | -51/+45 |
| | |||||
* | empathy-chat: ensure that the theme manager stay alive | Guillaume Desmottes | 2011-02-18 | 1 | -0/+7 |
| | |||||
* | accounts: release our ref on the TpDBusDaemon | Guillaume Desmottes | 2011-02-17 | 1 | -0/+1 |
| | |||||
* | debug-window: use empathy_context_menu_new() | Guillaume Desmottes | 2011-02-16 | 1 | -3/+2 |
| | |||||
* | accounts-dialog: use empathy_context_menu_new() | Guillaume Desmottes | 2011-02-16 | 1 | -1/+1 |
| | |||||
* | accounts-dialog: only update the row which have actually been changed; may ↵ | Guillaume Desmottes | 2011-02-16 | 1 | -1/+15 |
| | | | | fix #636189 | ||||
* | only try reconnecting accounts if needed (#642358) | Guillaume Desmottes | 2011-02-16 | 1 | -1/+1 |
| | |||||
* | set 'Empathy' as program class in all binaries | Guillaume Desmottes | 2011-02-16 | 5 | -0/+11 |
| | | | | | | | This will make all the empathy apps windows appear as the same application in gnome-shell. (#642440) Thanks to Owen Taylor for this trick. | ||||
* | improve phrasing of the subscription request message | Guillaume Desmottes | 2011-02-10 | 1 | -1/+1 |
| | |||||
* | Only link empathy-av against farsight | Emilio Pozuelo Monfort | 2011-02-10 | 1 | -0/+3 |
| | |||||
* | Only build the EmpathyStreamedMedia* classes for empathy-av | Emilio Pozuelo Monfort | 2011-02-10 | 7 | -12/+1393 |
| | | | | So the other binaries don't need to link against farsight. | ||||
* | EmpathyCallFactory -> EmpathyStreamedMediaFactory | Emilio Pozuelo Monfort | 2011-02-10 | 3 | -8/+6 |
| | |||||
* | Generate closures for src/ | Emilio Pozuelo Monfort | 2011-02-10 | 1 | -1/+22 |
| | |||||
* | cc-panel: make sure to always pack a widget during construction | Cosimo Cecchi | 2011-02-10 | 1 | -1/+10 |
| | | | | | | | The CC library expects the panel to have a child widget after it's constructed, otherwise it segfaults. https://bugzilla.gnome.org/show_bug.cgi?id=641867 | ||||
* | ::new-call-handler -> ::new-streamed-media-handler | Emilio Pozuelo Monfort | 2011-02-09 | 1 | -1/+1 |
| | |||||
* | always color the room label when we are highlighted | Guillaume Desmottes | 2011-02-07 | 1 | -1/+2 |
| | |||||
* | EmpathyCallWindowFullscreen -> EmpathyStreamedMediaFullscreen | Emilio Pozuelo Monfort | 2011-02-03 | 5 | -158/+158 |
| | |||||
* | EmpathyCallWindow -> EmpathyStreamedMediaWindow | Emilio Pozuelo Monfort | 2011-02-03 | 7 | -418/+418 |
| | |||||
* | EmpathyCallHandler -> EmpathyStreamedMediaHandler | Emilio Pozuelo Monfort | 2011-02-03 | 3 | -33/+33 |
| | |||||
* | EmpathyTpCall -> EmpathyTpStreamedMedia | Emilio Pozuelo Monfort | 2011-02-03 | 2 | -36/+36 |
| | |||||
* | Main window: mark Edit→Context as untranslatable. | Will Thompson | 2011-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The label of this menu item is changed to either _("Contact") or _("Group"), depending on what's currently selected in the tree view. If neither a contact nor a group is selected, the item is hidden entirely. Thus, it should be safe not to translate this string. I haven't tested this. I just came across this when mpt pointed it out on the Twitter: <http://twitter.theinfo.org/30701150579720192>. His tweets suggest that he's found a way to make it show up in the UI, but I can't find any way to do that (either reading the code, or playing with the actual UI). https://bugzilla.gnome.org/show_bug.cgi?id=640751 | ||||
* | Add Contact Search support | Emilio Pozuelo Monfort | 2011-01-28 | 2 | -0/+19 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=606947 | ||||
* | Merge branch 'presence-manager-640532' | Guillaume Desmottes | 2011-01-26 | 4 | -22/+23 |
|\ | |||||
| * | rename EmpathyIdle to EmpathyPresenceManager (#640532) | Guillaume Desmottes | 2011-01-25 | 4 | -22/+23 |
| | | | | | | | | It's doing more than idle management now. | ||||
* | | add EMPATHY_CONTACT_FEATURE_FT | Guillaume Desmottes | 2011-01-25 | 1 | -0/+1 |
|/ | |||||
* | main-window: use line-wrap for "no match" label | Diego Escalante Urrelo | 2011-01-25 | 1 | -2/+2 |
| | | | | | | | | | | On narrow contact lists, the ellipsizing makes the "No match" message disappear, users are forced to resize the window to know what's hidden beyond the …. Wrapping takes advantage of all the vertical space available. Bug #640295 | ||||
* | use action_camera_on when using the camera action items | Guillaume Desmottes | 2011-01-24 | 1 | -8/+6 |
| | | | | | We just need one item of the action group to interact with the whole group, so best to use the one we already have. | ||||
* | call-window: sync the sensitivity of the button and "send video" menu (#637839) | Guillaume Desmottes | 2011-01-24 | 2 | -0/+6 |
| | |||||
* | call-window: remove unused priv->action_camera_preview | Guillaume Desmottes | 2011-01-24 | 1 | -2/+0 |
| | |||||
* | chat-window: don't play sound for pending messages (#639302) | Guillaume Desmottes | 2011-01-24 | 1 | -5/+6 |
| | | | | They have already be notified by the Approver. | ||||
* | Merge remote branch 'glassrose/remove-typing-icon-in-muc-tabs-609420' | Guillaume Desmottes | 2011-01-24 | 1 | -2/+2 |
|\ | |||||
| * | Do not display typing icon in MUC tabs | Chandni Verma | 2011-01-24 | 1 | -2/+2 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=609420 | ||||
* | | account-dialog: keep a proper weak ref on setting_widget_object | Guillaume Desmottes | 2011-01-24 | 1 | -3/+16 |
| | | | | | | | | | | | | | | This prevent us of trying to use it after it has been disposed. For example, when switching to an Haze account, we have to wait that the EmpathyAccountSettings is ready before getting the new setting_widget_object but we can't try using the old one while waiting (#640411). | ||||
* | | Merge remote branch 'glassrose/Display-typing-icon-in-muc-contacts-list-609419' | Guillaume Desmottes | 2011-01-18 | 1 | -1/+3 |
|\ \ | |||||
| * | | Display typing icon in MUC contact-list | Chandni Verma | 2011-01-18 | 1 | -1/+3 |
| |/ | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=609419 | ||||
* | | Improve connected/disconnected notifications (#639352) | Guillaume Desmottes | 2011-01-14 | 1 | -6/+8 |
| | | |||||
* | | Don't use deprecated gdk_app_launch_context_new() | Emilio Pozuelo Monfort | 2011-01-11 | 2 | -7/+6 |
| | | |||||
* | | Connect to style-updated signal | Emilio Pozuelo Monfort | 2011-01-11 | 1 | -5/+4 |
| | | | | | | | | ... instead of to the deprecated style-set one. | ||||
* | | Don't use deprecated gtk_widget_get_style() | Emilio Pozuelo Monfort | 2011-01-11 | 1 | -1/+5 |
| | | |||||
* | | Patch to transfer window to allow opening file with double clicks for #637195 | Kushal Das | 2011-01-10 | 1 | -7/+27 |
| | | |||||
* | | Merge remote branch 'glassrose/accounts-supporting-chatrooms-only-603027' | Guillaume Desmottes | 2011-01-10 | 2 | -71/+2 |
|\ \ | |/ |/| | |||||
| * | Skip accounts which don't support rooms in "Manage Favorites" dialog | Chandni Verma | 2011-01-03 | 2 | -71/+2 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=603027 | ||||
* | | Remove the chats_new_msg list from EmpathyChatWindow | Sjoerd Simons | 2010-12-29 | 1 | -17/+9 |
| | | |||||
* | | Remove the composing list | Sjoerd Simons | 2010-12-29 | 1 | -15/+2 |
| | | |||||
* | | Highlight both the tab and the menu label | Sjoerd Simons | 2010-12-29 | 1 | -2/+6 |
| | | |||||
* | | Fix lines > 80 chars | Sjoerd Simons | 2010-12-29 | 1 | -2/+4 |
| | | |||||
* | | Prevent potential freeing of unitialized data | Sjoerd Simons | 2010-12-29 | 1 | -4/+4 |
| | | |||||
* | | libempathy: Store certificate exceptions in gnome-keyring. | Stef Walter | 2010-12-24 | 1 | -4/+10 |
| | | | | | | | | Use libgcr to store certificate trust exceptions properly. | ||||
* | | libempathy: Use trust assertions instead of certificate directories. | Stef Walter | 2010-12-24 | 1 | -0/+1 |
| | | | | | | | | Initial implementation. | ||||
* | | Merge remote branch 'glassrose/enable-disable-accounts-popup-609568' | Danielle Madeley | 2010-12-24 | 1 | -0/+95 |
|\ \ | |||||
| * | | Popup menu feature to quickly enable/disable an account. | Chandni Verma | 2010-12-24 | 1 | -0/+95 |
| |/ | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=609568 | ||||
* | | Fix build warnings for uninitialized variables | Xavier Claessens | 2010-12-23 | 2 | -2/+2 |
| | | |||||
* | | main-window: use g_app_info_launch() instead of gdk_spawn_on_screen() (#637854) | Guillaume Desmottes | 2010-12-23 | 1 | -7/+16 |
| | | |||||
* | | accounts-dialog: use g_app_info_launch() instead of gdk_spawn_on_screen() ↵ | Guillaume Desmottes | 2010-12-23 | 1 | -14/+25 |
| | | | | | | | | (#637854) | ||||
* | | chat-window: unsensitive the Contact menu if there is no submenu (#637799) | Guillaume Desmottes | 2010-12-22 | 1 | -2/+8 |
| | | |||||
* | | use tp_account_get_path_suffix() | Guillaume Desmottes | 2010-12-15 | 1 | -4/+1 |
| | | |||||
* | | show the account UI even if the selected account doesn't exist | Guillaume Desmottes | 2010-12-15 | 1 | -0/+2 |
| | | |||||
* | | always set account_manager_prepared | Guillaume Desmottes | 2010-12-15 | 1 | -1/+2 |
| | | |||||
* | | get the value of selected_account_name in the callback (#637307) | Guillaume Desmottes | 2010-12-15 | 1 | -4/+3 |
| | | | | | | | | | | | | There is no point to pass it as user_data as selected_account_name is global and it's not defined yet when calling tp_account_manager_prepare_async() as the GApplication has not be prepared yet. | ||||
* | | empathy-accounts: no need to get argv, we don't use it | Guillaume Desmottes | 2010-12-15 | 1 | -7/+0 |
| | | |||||
* | | Merge branch 'sasl-gui' | Jonny Lamb | 2010-12-15 | 6 | -25/+279 |
|\ \ | |||||
| * | | main-window: s/Cancel/Disconnect/ when not giving a password | Jonny Lamb | 2010-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | | main-window: don't use _full functions where not necessary | Jonny Lamb | 2010-12-15 | 1 | -4/+1 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | | main-window: document what the key and value types are for hash tables | Jonny Lamb | 2010-12-15 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | | event-manager: use tp_clear_object | Jonny Lamb | 2010-12-15 | 1 | -9/+2 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | | status-icon: blink when we get a password request | Jonny Lamb | 2010-12-10 | 2 | -5/+6 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | | main-window: display an info bar approving or rejecting the auth channel | Jonny Lamb | 2010-12-10 | 2 | -1/+161 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | | notifications-approver: don't show notifications for auth events | Jonny Lamb | 2010-12-10 | 1 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | | event-manager: become an approver for auth channels | Jonny Lamb | 2010-12-10 | 2 | -6/+85 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | | event-manager: add the account to the EmpathyEvent struct | Jonny Lamb | 2010-12-10 | 2 | -13/+23 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | | main-window: add a tooltip on connection error info bars (#626507) | Robert Sajdok | 2010-12-13 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'sasl' | Jonny Lamb | 2010-12-07 | 1 | -2/+25 |
|\ \ | |/ |/| | |||||
| * | server-sasl-handler: make a GAsyncInitable and get the password | Jonny Lamb | 2010-12-06 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | auth-client: move the password dialog into a new file | Jonny Lamb | 2010-12-03 | 1 | -176/+4 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | auth-client: grab the keyboard focus when popping up the password dialog | Jonny Lamb | 2010-12-03 | 1 | -0/+73 |
| | | | | | | | | | | | | I like this. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | auth-client: improve the password request dialog | Jonny Lamb | 2010-12-03 | 1 | -11/+63 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | auth-client: listen for new sasl handlers and pop up a password dialog | Jonny Lamb | 2010-12-01 | 1 | -2/+69 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | chat-manager: stop telling the chat mgr about handled rooms | Guillaume Desmottes | 2010-12-02 | 1 | -18/+0 |
|/ | | | | | | | | | Now that the chat handler has moved to its own process this is no longer enough. The instance of the chat manager in empathy doesn't know about the handlded channels. The chat manager should implement an Observer instead to know about all the rooms. | ||||
* | update copyrights | Guillaume Desmottes | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | chat-window: don't display notifications for pending messages (#635513) | Guillaume Desmottes | 2010-11-30 | 1 | -1/+5 |
| | |||||
* | EmpathyChat::new-message: tell if the message is a pending one or not | Guillaume Desmottes | 2010-11-30 | 1 | -0/+1 |
| | |||||
* | move sound functions to EmpathySoundManager methods | Guillaume Desmottes | 2010-11-30 | 4 | -16/+48 |
| | |||||
* | move empathy-sound to empathy-sound-manager | Guillaume Desmottes | 2010-11-30 | 4 | -4/+4 |
| | |||||
* | event-manager: cache the UI GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -11/+7 |
| | |||||
* | event-manager: cache the notifications GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -4/+8 |
| | |||||
* | chat-window: cache the UI GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -4/+4 |
| | |||||
* | chat-window: cache the notifications GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -6/+4 |
| | |||||
* | Initialize libnotify properly to prevent crashes | Sjoerd Simons | 2010-11-28 | 1 | -0/+6 |
| | | | | | | If libnotify isn't initialized properly the app_name won't be set, causing it to eventually pass NULL for a string value to GVariant. Which nicely results in a SEGV. | ||||
* | Debug window: Correct spelling of "misson-control" | Will Thompson | 2010-11-27 | 1 | -1/+1 |
| | | | | | | It's been wrong for over a year, and no-one's noticed yet. :P Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> | ||||
* | Merge remote branch 'glassrose/full_room_menu_never_insensitivated-597043' | Danielle Madeley | 2010-11-26 | 1 | -2/+14 |
|\ | |||||
| * | Only the required submenus of 'Room' menu are updated, not the entire menu. | Chandni Verma | 2010-11-26 | 1 | -2/+14 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=597043 | ||||
* | | Clean up the way we keep references on notifications | Guillaume Desmottes | 2010-11-23 | 1 | -10/+13 |
| | | |||||
* | | use tp_g_signal_connect_object | Guillaume Desmottes | 2010-11-23 | 1 | -6/+6 |
| | | |||||
* | | fix comment | Guillaume Desmottes | 2010-11-23 | 1 | -1/+1 |
| | | |||||
* | | empathy.c: instantiate a EmpathyNotificationsApprover | Guillaume Desmottes | 2010-11-23 | 1 | -0/+6 |
| | | |||||
* | | Move notifications code from status-icon to notifications-approver (#635500) | Guillaume Desmottes | 2010-11-23 | 2 | -259/+260 |
| | | |||||
* | | add EmpathyNotificationsApprover | Guillaume Desmottes | 2010-11-23 | 3 | -0/+166 |
|/ | |||||
* | empathy-av: early return if already activated | Guillaume Desmottes | 2010-11-23 | 1 | -18/+18 |
| | | | | Purely esthetic change to look more like empathy-chat.c | ||||
* | empathy-chat: register the Handler when the app is activated | Guillaume Desmottes | 2010-11-23 | 1 | -9/+15 |
| | | | | This avoid to raise warnings when the app is launched a second time. | ||||
* | empathy-chat: don't use G_APPLICATION_IS_SERVICE | Guillaume Desmottes | 2010-11-23 | 1 | -1/+1 |
| | | | | It breaks EMPATHY_PERSIST (#635592). It's already done this way in empathy-av. | ||||
* | chat-window: cache the 'chat' gsettings | Guillaume Desmottes | 2010-11-17 | 1 | -5/+5 |
| | | | | | We use it each time the window is focused so best to reduce the D-Bus traffic (#635022). | ||||
* | accounts-panel: remove gconf bits (#634595) | Guillaume Desmottes | 2010-11-16 | 1 | -9/+0 |
| | | | | This code is useless. | ||||
* | don't set fill on the box containing buttons | Guillaume Desmottes | 2010-11-15 | 1 | -0/+1 |
| | |||||
* | use gtk_box_pack_start() to pack our widget to the dialog (#634912) | Guillaume Desmottes | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | Group all harddeps in one pkg-config call | Xavier Claessens | 2010-11-15 | 1 | -6/+0 |
| | | | | We do not support GTK2 anymore, so there is no point in keeping those | ||||
* | Make AccountChooser-related code simpler and clearer (re #633481). | Vitaly Minko | 2010-11-12 | 1 | -32/+6 |
| | |||||
* | Make AccountChooser filters asynchronous to let them handle newly connected ↵ | Vitaly Minko | 2010-11-11 | 1 | -25/+78 |
| | | | | accounts properly (#633481). | ||||
* | about-dialog: add my email | Guillaume Desmottes | 2010-11-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'subscription-msg-630707' | Guillaume Desmottes | 2010-11-09 | 1 | -1/+2 |
|\ | |||||
| * | pass message to empathy_subscription_dialog_show | Guillaume Desmottes | 2010-11-09 | 1 | -1/+2 |
| | | |||||
| * | empathy_subscription_dialog_show: display user's message if any (#630707) | Guillaume Desmottes | 2010-11-09 | 1 | -1/+1 |
| | | |||||
* | | init GTK+ before empathy-gtk | Guillaume Desmottes | 2010-11-09 | 1 | -0/+1 |
|/ | |||||
* | Add Accept/Decline button in subscription notifications (#630706) | Guillaume Desmottes | 2010-11-09 | 1 | -0/+54 |
| | |||||
* | add empathy_event_remove() | Guillaume Desmottes | 2010-11-09 | 2 | -2/+9 |
| | |||||
* | Always set up the call factory in empathy-av. | Travis Reitter | 2010-11-04 | 1 | -3/+6 |
| | |||||
* | Merge branch 'av-crash-633816' | Guillaume Desmottes | 2010-11-03 | 1 | -3/+4 |
|\ | |||||
| * | Don't destroy the call factory right away (#633816) | Guillaume Desmottes | 2010-11-02 | 1 | -3/+4 |
| | | |||||
* | | fix syntax error | Guillaume Desmottes | 2010-11-03 | 1 | -2/+3 |
| | | |||||
* | | Reword subscription request dialog to be less technical | Alex Launi | 2010-11-03 | 1 | -2/+2 |
|/ | |||||
* | empathy: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+4 |
| | |||||
* | empathy-debugger: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+4 |
| | |||||
* | empathy-chat: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+3 |
| | |||||
* | empathy-av: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+3 |
| | |||||
* | empathy-accounts: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+3 |
| | |||||
* | Make the chat program not exit after 60 seconds. | Travis Reitter | 2010-10-30 | 1 | -42/+17 |
| | | | | | | | We were mis-handling the GApplication holds, which let it time-out, even if a chat window was open. Helps bgo#632912. | ||||
* | Make the core empathy a command-line GApplication. | Travis Reitter | 2010-10-30 | 1 | -46/+88 |
| | | | | Helps bgo#632912. | ||||
* | Make empathy-accounts use act as a "command-line" GApplication | Travis Reitter | 2010-10-30 | 1 | -21/+60 |
| | | | | Helps bgo#632912. | ||||
* | Relocate static function to eliminate prototype. | Travis Reitter | 2010-10-30 | 1 | -21/+15 |
| | |||||
* | Don't try to register for unique bus names in remote instances of empathy-av. | Travis Reitter | 2010-10-30 | 1 | -15/+16 |
| | |||||
* | Properly handle remote instances of empathy-av. | Travis Reitter | 2010-10-30 | 1 | -43/+20 |
| | | | | | | Also cut out unncessary window counting that GApplication does for us. Fixes bgo#632912. | ||||
* | Properly handle remote instances of the accounts dialog. | Travis Reitter | 2010-10-30 | 1 | -3/+4 |
| | | | | Helps bgo#632912. | ||||
* | Properly handle remote instances of the debugger. | Travis Reitter | 2010-10-30 | 1 | -7/+21 |
| | | | | Helps bgo#632912. | ||||
* | Don't try to register for unique bus names in remote instances of Empathy. | Travis Reitter | 2010-10-30 | 1 | -45/+56 |
| | | | | | | | | This means, that remote (secondary) instances of Empathy won't try to hold the Chat or FT bus names (which will always fail. It also means that remote instances don't try to hold the GApplication (though they would release it upon exit anyhow). | ||||
* | Cut out unnecessary empathy_app_new(). | Travis Reitter | 2010-10-30 | 1 | -27/+3 |
| | |||||
* | Make the Empathy core program act as a unique app. | Travis Reitter | 2010-10-30 | 1 | -2/+2 |
| | | | | | | | This means that instances beyond the first simply raise the initial instance and exit. Helps bgo#632912. | ||||
* | chat-manager: keep a ref on the chatroom mgr | Guillaume Desmottes | 2010-10-28 | 1 | -12/+19 |
| | | | | This avoid to recreate one each time we need it. | ||||
* | empathy-account: change Salut -> People Nearby | Francisca Gallardo | 2010-10-26 | 1 | -1/+1 |
| | | | | | | | | Changed error message "Don't display any dialogs if there are any non-Salut accounts" to "Don't display any dialogs unless there are only 'People Nearby' accounts" https://bugzilla.gnome.org/show_bug.cgi?id=628823 | ||||
* | src/Makefile.am: add $(NULL) | Guillaume Desmottes | 2010-10-25 | 1 | -3/+6 |
| | |||||
* | coding style fix | Guillaume Desmottes | 2010-10-25 | 1 | -8/+11 |
| | |||||
* | empathy.c: stop instantiating the chat manager | Guillaume Desmottes | 2010-10-25 | 1 | -6/+0 |
| | |||||
* | Create 'empathy-chat' handling text channels (#631946) | Guillaume Desmottes | 2010-10-25 | 3 | -1/+184 |
| | |||||
* | chat-manager: add API to track the number of handled chats | Guillaume Desmottes | 2010-10-25 | 2 | -0/+63 |
| | |||||
* | chat-manager: make clear that we are dealing with *closed* chats | Guillaume Desmottes | 2010-10-25 | 3 | -22/+23 |
| | |||||
* | rename the chat handler to Empathy.Chat | Guillaume Desmottes | 2010-10-25 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'vminko/fix-625780' | Guillaume Desmottes | 2010-10-22 | 1 | -15/+15 |
|\ | |||||
| * | Return existing default chat window when it's hidden, just restore it in ↵ | Vitaly Minko | 2010-10-21 | 1 | -15/+15 |
| | | | | | | | | this case (#625780). | ||||
* | | empathy.c: call g_application_hold() on the app | Guillaume Desmottes | 2010-10-22 | 1 | -0/+1 |
| | | |||||
* | | GApplication is not a initable anymore | Guillaume Desmottes | 2010-10-22 | 1 | -6/+2 |
| | | |||||
* | | Port the a/v app to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -22/+19 |
| | | | | | | | | Fixes bgo#632846. | ||||
* | | Port the accounts dialog to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -5/+7 |
| | | | | | | | | Helps bgo#632846. | ||||
* | | Port the debugger to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -2/+5 |
| | | | | | | | | Helps bgo#632846. | ||||
* | | Port core Empathy to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -5/+4 |
|/ | | | | Helps bgo#632846. | ||||
* | Ensure that the connection of the account passed to EmpathyTpChat has ↵ | Guillaume Desmottes | 2010-10-20 | 2 | -2/+10 |
| | | | | capabilities ready | ||||
* | Port to libnotify 0.7.0 | William Jon McCann | 2010-10-19 | 2 | -3/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=631944 | ||||
* | move the 'Find in contact list' menu item | Guillaume Desmottes | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'vminko/fix-632024-v2' | Guillaume Desmottes | 2010-10-18 | 2 | -0/+17 |
|\ | |||||
| * | Move the 'Find in Contact List' item from the View menu to the Edit menu. | Vitaly Minko | 2010-10-18 | 2 | -9/+9 |
| | | |||||
| * | Add an entry in the View menu to search for contacts (#632024). | Vitaly Minko | 2010-10-18 | 2 | -0/+17 |
| | | |||||
* | | empathy-av: use GtkApplication (#621339) | Guillaume Desmottes | 2010-10-18 | 1 | -1/+7 |
| | | |||||
* | | empathy-debugger: use GtkApplication (#621339) | Guillaume Desmottes | 2010-10-18 | 1 | -2/+7 |
| | | |||||
* | | define EMPATHY_DBUS_NAME | Guillaume Desmottes | 2010-10-18 | 1 | -1/+3 |
| | | |||||
* | | stop linking on libunique | Guillaume Desmottes | 2010-10-18 | 1 | -4/+0 |
| | | |||||
* | | empathy-accounts-common: no need to include unique | Guillaume Desmottes | 2010-10-18 | 1 | -1/+0 |
| | | |||||
* | | empathy-accounts: port to GtkApplication (#621339) | Guillaume Desmottes | 2010-10-18 | 1 | -41/+12 |
| | | |||||
* | | Use GtkApplication::activated instead of libunique | Guillaume Desmottes | 2010-10-18 | 1 | -54/+21 |
| | | | | | | | | | | Also use empathy_window_present() to present the existing window as it does what we need. | ||||
* | | EmpathyApp: inherit from GtkApplication (#621339) | Guillaume Desmottes | 2010-10-18 | 1 | -7/+28 |
| | | |||||
* | | Create a EmpathyApp object | Guillaume Desmottes | 2010-10-18 | 1 | -147/+271 |
| | | |||||
* | | Port empathy-debug-window to GtkComboBoxText | Danielle Madeley | 2010-10-18 | 1 | -2/+2 |
| | | |||||
* | | Port empathy-account-assistant to GtkComboBoxText | Danielle Madeley | 2010-10-18 | 1 | -2/+2 |
| | | |||||
* | | Retain the ContactManager for the lifetime of the main window. | Travis Reitter | 2010-10-16 | 1 | -5/+9 |
|/ | | | | | | | The ContactManager doesn't cleanly disconnect its signals when it's finalized (or initialized), so we need to retain it for the lifetime of the main window to avoid segfaults. It's not worth fixing the ContactManager, since we're planning to remove it. | ||||
* | Separate spelling suggestions in one sub-menu per language (#532832) | Vitaly Minko | 2010-10-15 | 1 | -21/+14 |
| | |||||
* | A modal dialog to warn the user if account manager could not be contacted | Chandni Verma | 2010-10-15 | 1 | -0/+14 |
| | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=594576 Reviewed-by: Danielle Madeley <danielle.madeley@collabora.co.uk> | ||||
* | enable imported Pidgin accounts if needed (#594145) | Vitaly Minko | 2010-10-11 | 4 | -5/+62 |
| | |||||
* | main-window: elipsize "No match found" message | Guillaume Desmottes | 2010-10-06 | 1 | -0/+3 |
| | | | | This avoid to enlarge the contact list when displaying it (#631455). | ||||
* | chat-window: port to new GtkNotebook API | Guillaume Desmottes | 2010-10-04 | 1 | -4/+7 |
| | |||||
* | call-window: remove GTK2 compat code | Guillaume Desmottes | 2010-10-04 | 1 | -9/+0 |
| | |||||
* | remove has-separator property from XML files | Guillaume Desmottes | 2010-10-04 | 2 | -2/+0 |
| | | | | It has been removed from GtkDialog | ||||
* | don't set has-window on the spinner | Guillaume Desmottes | 2010-10-04 | 1 | -1/+0 |
| | | | | There is no reason to and that makes GTK assert. | ||||
* | Import latest version of ev-sidebar from totem | Guillaume Desmottes | 2010-10-04 | 6 | -708/+434 |
| | | | | | This one builds fine with GTK-3. Also, stop renamespacing it so it's easier to update it. | ||||
* | about-dialog: gtk_about_dialog_set_url_hook has been removed | Guillaume Desmottes | 2010-10-04 | 1 | -14/+0 |
| | |||||
* | GDK keys are now GDK_KEY_* | Guillaume Desmottes | 2010-10-04 | 7 | -13/+13 |
| | |||||
* | Stop using GtkObject (#630685) | Matthias Clasen | 2010-10-04 | 1 | -5/+3 |
| | |||||
* | accounts-dialog: stop displaying the import dialog automatically (#631080) | Guillaume Desmottes | 2010-10-01 | 1 | -19/+0 |
| | | | | | User had seen the nice assistant before so he already imported his account if he wanted to. | ||||
* | Allow to set the Service of newly created account (#629734) | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | factor out empathy_protocol_chooser_create_account_settings() | Guillaume Desmottes | 2010-09-29 | 2 | -114/+7 |
| | | | | No need to keep this code duplicated. | ||||
* | Add empathy_service_name_to_display_name() | Guillaume Desmottes | 2010-09-29 | 2 | -19/+11 |
| | | | | | Also makes empathy_protocol_name_to_display_name() fallbacks to the protocol name so caller doesn't have to. | ||||
* | protocol-chooser: expose a 'service' string instead of boolean for facebook ↵ | Guillaume Desmottes | 2010-09-29 | 2 | -20/+38 |
| | | | | and gtalk | ||||
* | Avoid to completely hide the last saved window when creating a new one | Guillaume Desmottes | 2010-09-29 | 1 | -0/+10 |
| | |||||
* | chat-window: remember the geometry of the last saved window | Guillaume Desmottes | 2010-09-29 | 1 | -3/+10 |
| | | | | This way new chat window have this geometry rather than the default one. | ||||
* | chat-window: most of the functions can be static | Guillaume Desmottes | 2010-09-29 | 2 | -53/+51 |
| | |||||
* | google-talk: no need to unset the 'server' param | Guillaume Desmottes | 2010-09-28 | 2 | -2/+0 |
| | | | | | We don't set it anymore as fallback-servers super-seeded it but there is no point to unset; the account settings has just be created and is empty. | ||||
* | Don't use deprecated gtk_dialog_set_has_separator | Diego Escalante Urrelo | 2010-09-28 | 3 | -15/+0 |
| | | | | | | This is deprecated in GTK+ 2.22 Bug #630107 | ||||
* | Disable the fullscreen action while we are not connected | Guillaume Desmottes | 2010-09-27 | 1 | -0/+6 |
| | |||||
* | empathy_call_window_fullscreen_set_cursor_visible: clean up function | Guillaume Desmottes | 2010-09-27 | 1 | -5/+5 |
| | |||||
* | Leave fullscreen mode when call is disconnected (#593437) | Guillaume Desmottes | 2010-09-27 | 1 | -0/+3 |
| | |||||
* | show_borders: check if video_output still exists before using it | Guillaume Desmottes | 2010-09-27 | 1 | -4/+9 |
| | |||||
* | empathy_call_window_fullscreen_set_cursor_visible: early return if video ↵ | Guillaume Desmottes | 2010-09-27 | 1 | -1/+4 |
| | | | | widget is NULL | ||||
* | call-window-fullscreen: NULLify the video widget when it's destroyed | Guillaume Desmottes | 2010-09-27 | 1 | -0/+12 |
| | |||||
* | disconnect signal before destroying the video widget | Guillaume Desmottes | 2010-09-27 | 1 | -0/+1 |
| | |||||
* | factor out disconnect_video_output_motion_handler() | Guillaume Desmottes | 2010-09-27 | 1 | -9/+12 |
| | |||||
* | call-window: remove the errors info bar when redialing (#630276) | Guillaume Desmottes | 2010-09-27 | 1 | -0/+4 |
| | |||||
* | chat_window_new_message_cb: update the window icon as well (#558802) | Guillaume Desmottes | 2010-09-27 | 1 | -1/+2 |
| | | | | We want to change the window icon even if it's not focused. | ||||
* | empathy-accounts.c: check return value of unique_app_send_message (#629782) | Guillaume Desmottes | 2010-09-27 | 1 | -4/+6 |
| | |||||
* | empathy.c: check return value of unique_app_send_message (#629782) | Guillaume Desmottes | 2010-09-27 | 1 | -4/+6 |
| |