Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | factor out display_invite_room_dialog | Guillaume Desmottes | 2010-08-18 | 1 | -15/+22 |
| | |||||
* | event-manager: use tp_user_action_time_from_x11() | Guillaume Desmottes | 2010-08-18 | 1 | -7/+4 |
| | |||||
* | empathy_chat_window_present_chat: use tp_user_action_time_should_present | Guillaume Desmottes | 2010-08-18 | 1 | -5/+2 |
| | |||||
* | use TP_USER_ACTION_TIME_* (#627165) | Guillaume Desmottes | 2010-08-18 | 4 | -10/+10 |
| | |||||
* | add preference to disable logging (#567858) | Guillaume Desmottes | 2010-08-17 | 2 | -0/+25 |
| | |||||
* | event-manager: we don't use the dispatcher any more | Guillaume Desmottes | 2010-08-13 | 1 | -4/+0 |
| | |||||
* | tp-call: add account property | Guillaume Desmottes | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | tp-chat: add 'account' property | Guillaume Desmottes | 2010-08-12 | 2 | -2/+2 |
| | |||||
* | remove empathy-dispatch-operation | Guillaume Desmottes | 2010-08-11 | 1 | -1/+0 |
| | |||||
* | empathy_dispatcher_join_muc: get an account instead of a connection | Guillaume Desmottes | 2010-08-11 | 4 | -65/+17 |
| | |||||
* | empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a ↵ | Guillaume Desmottes | 2010-08-11 | 2 | -9/+7 |
| | | | | TpConnection | ||||
* | empathy_dispatcher_chat_with_contact_id: remove callback argument | Guillaume Desmottes | 2010-08-11 | 2 | -2/+2 |
| | | | | It's unused anyway. | ||||
* | Don't abort when closing the FT dialogue | Philip Withnall | 2010-08-11 | 1 | -0/+4 |
| | | | | | Ensure we handle the case where the dialogue is closed by the window manager or programmatically gracefully. | ||||
* | Use TpSimpleHandler to handle incoming file transfer (#623139) | Guillaume Desmottes | 2010-08-11 | 1 | -0/+6 |
| | |||||
* | tp-file: no need to pass the incoming property during construction | Guillaume Desmottes | 2010-08-11 | 1 | -1/+1 |
| | | | | We can infer it from the channel properties. | ||||
* | stop handling internally FT channels | Guillaume Desmottes | 2010-08-11 | 1 | -62/+3 |
| | |||||
* | empathy_contact_selector_dialog_get_selected: allow to get the account as well | Guillaume Desmottes | 2010-08-10 | 1 | -1/+1 |
| | |||||
* | only show label during search | Felix Kaser | 2010-08-09 | 1 | -13/+7 |
| | | | | | don't change the behavior of the contact list when empty (without searching) | ||||
* | use gtk_clutter_init rather than clutter_init | Guillaume Desmottes | 2010-08-09 | 1 | -3/+5 |
| | | | | | | This should fix the "Unable to make the stage window ..... the current GLX drawable" warning. Thanks to Jiri Techet to have spotted this. | ||||
* | Remove uses of new GStreamer API | Philip Withnall | 2010-08-06 | 1 | -6/+0 |
| | | | | | Various GstMessageType members were added after 0.10.0, so we shouldn't use them. | ||||
* | Add casts to fix constness problems in empathy-import-pidgin.c | Philip Withnall | 2010-08-06 | 1 | -5/+5 |
| | |||||
* | Add noreturn annotation to version callback function | Philip Withnall | 2010-08-05 | 1 | -2/+5 |
| | |||||
* | Fix constness of various variables and parameters | Philip Withnall | 2010-08-05 | 3 | -7/+7 |
| | |||||
* | Fix missing entries in switch statements | Philip Withnall | 2010-08-05 | 4 | -9/+39 |
| | | | | Added missing default cases and missing enum cases. | ||||
* | Use #ifdef instead of #if to avoid warnings of undefined symbols | Philip Withnall | 2010-08-05 | 3 | -8/+8 |
| | |||||
* | use different labels if view is empty | Felix Kaser | 2010-08-05 | 2 | -19/+28 |
| | | | | | either show "no match found" or "your contact list is empty". fixes bug #621642 | ||||
* | show label if contact list is empty | Felix Kaser | 2010-08-05 | 1 | -4/+48 |
| | | | | | | at the moment there is only one label, but we should distinguish if the contact list is empty because no contact is online or because the live search matched nothing | ||||
* | added structure to show text when list empty | Felix Kaser | 2010-08-05 | 2 | -5/+35 |
| | | | | | I've added a notebook which holds the treeview and on another page it holds a label. The logic when to switch has to be implemented. | ||||
* | no need to pass the reason to main_window_error_display | Guillaume Desmottes | 2010-08-05 | 1 | -3/+2 |
| | |||||
* | no need to pass the reason to empathy_account_get_error_message | Guillaume Desmottes | 2010-08-05 | 2 | -3/+3 |
| | |||||
* | accounts-dialog: use empathy_account_get_error_message (#523895) | Guillaume Desmottes | 2010-08-05 | 1 | -2/+2 |
| | |||||
* | main-window: use empathy_account_get_error_message (#523895) | Guillaume Desmottes | 2010-08-05 | 1 | -4/+1 |
| | |||||
* | main-window: pass the TpConnectionStatusReason to main_window_error_display | Guillaume Desmottes | 2010-08-05 | 1 | -6/+5 |
| | |||||
* | display the tooltip on the info image | Guillaume Desmottes | 2010-08-05 | 1 | -7/+17 |
| | |||||
* | add 'info' icon next to the candidates | Guillaume Desmottes | 2010-08-05 | 1 | -16/+80 |
| | |||||
* | call-window: use candidates-changed signal | Guillaume Desmottes | 2010-08-05 | 1 | -79/+37 |
| | |||||
* | use a space to separate the IP from the port | Guillaume Desmottes | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | add tooltips giving a bit more context about the candidate | Guillaume Desmottes | 2010-08-05 | 1 | -0/+23 |
| | |||||
* | call-window: display candidates info (#599166) | Guillaume Desmottes | 2010-08-05 | 2 | -0/+370 |
| | |||||
* | removed fixme comment when toggling show_offline | Felix Kaser | 2010-08-03 | 1 | -3/+0 |
| | |||||
* | refactored show_offline property to the view | Felix Kaser | 2010-08-03 | 1 | -1/+1 |
| | | | | | | the show offline property was moved from the individual store to the individual view. this allows to easily and automatically search through offline contacts as well. | ||||
* | Add a translator comment explaining the "reduce location" semantic (#624062) | Guillaume Desmottes | 2010-08-03 | 1 | -1/+1 |
| | | | | Thanks to mahfiaz@gmail.com for his suggestion. | ||||
* | map-view: be a proper GtkWindow (#625826) | Guillaume Desmottes | 2010-08-02 | 3 | -154/+221 |
| | |||||
* | free the list returned by clutter_container_get_children() | Guillaume Desmottes | 2010-08-02 | 1 | -3/+4 |
| | |||||
* | Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias | Philip Withnall | 2010-07-22 | 5 | -21/+21 |
| | | | | The "name" API was a relic of Gossip. | ||||
* | Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixes | Travis Reitter | 2010-07-22 | 1 | -0/+2 |
| | |||||
* | Add authors and fix copyrights for empathy-accounts-module | Danielle Madeley | 2010-07-21 | 3 | -3/+7 |
| | |||||
* | Remove unneccesary signal disconnection in EmpathyAccountsDialog | Danielle Madeley | 2010-07-21 | 1 | -35/+9 |
| | | | | Generated critical warnings under GTK+ 3 | ||||
* | Update cc-empathy-accounts-panel for latest gnome-control-center | Danielle Madeley | 2010-07-21 | 5 | -365/+129 |
| | |||||
* | Take advantage of tp_clear_object(). | Travis Reitter | 2010-07-21 | 1 | -7/+4 |
| | |||||
* | Fix alignment. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Add 'dup' to the names of empathy_contact_from_folks_individual() and ↵ | Travis Reitter | 2010-07-21 | 1 | -2/+2 |
| | | | | folks_individual_from_empathy_contact() to make it clear that the return value has been referenced. | ||||
* | Use explicit boolean expressions for if-conditionals, according to Telepathy ↵ | Travis Reitter | 2010-07-21 | 1 | -3/+3 |
| | | | | style. | ||||
* | Support contact adding | Travis Reitter | 2010-07-21 | 1 | -1/+2 |
| | |||||
* | Fixes from merging master | Philip Withnall | 2010-07-21 | 1 | -0/+1 |
| | |||||
* | Re-implement the context menu for Individuals | Travis Reitter | 2010-07-21 | 1 | -0/+3 |
| | |||||
* | Base the contact list around libfolks metacontacts. Not yet to feature-parity | Travis Reitter | 2010-07-21 | 1 | -49/+73 |
| | | | | with mainline Empathy. | ||||
* | GtkNotebookPage no longer exists in GTK+ 3 | Danielle Madeley | 2010-07-19 | 1 | -1/+4 |
| | |||||
* | avoid segfault in event_manager_add (#624462) | Marc-Antoine Perennou | 2010-07-16 | 1 | -1/+3 |
| | | | | Check if approval is not NULL before trying to modify it | ||||
* | Merge branch 'debug-av-599166' | Guillaume Desmottes | 2010-07-14 | 2 | -0/+546 |
|\ | |||||
| * | display the clock rate of the codec as well | Guillaume Desmottes | 2010-07-13 | 1 | -12/+11 |
| | | |||||
| * | reset codecs when call is disconnected | Guillaume Desmottes | 2010-07-12 | 1 | -0/+13 |
| | | |||||
| * | call-window: display receiving codecs | Guillaume Desmottes | 2010-07-12 | 2 | -0/+195 |
| | | |||||
| * | call-window: Add 'details' pane containing encoding codecs (#599166) | Guillaume Desmottes | 2010-07-12 | 2 | -0/+339 |
| | | | | | | | | The details pane has been inspired from totem's 'Properties' pane. | ||||
* | | preferences: coding style fix | Guillaume Desmottes | 2010-07-13 | 1 | -1/+1 |
| | | |||||
* | | main-window: coding style fix | Guillaume Desmottes | 2010-07-13 | 1 | -1/+1 |
|/ | |||||
* | empathy-accounts.1: document --if-needed | Guillaume Desmottes | 2010-07-12 | 1 | -0/+3 |
| | |||||
* | empathy-accounts.1: --import has been removed | Guillaume Desmottes | 2010-07-12 | 1 | -3/+0 |
| | |||||
* | import empathy-accounts manpage from Debian | Guillaume Desmottes | 2010-07-12 | 2 | -1/+38 |
| | | | | Thanks to Laurent Bigonville for this man page. | ||||
* | sync empathy manpage with Debian package | Guillaume Desmottes | 2010-07-12 | 1 | -9/+31 |
| | |||||
* | empathy_status_icon_new: always call status_icon_set_visibility | Guillaume Desmottes | 2010-07-12 | 1 | -3/+1 |
| | | | | | | Seems calling gtk_widget_show() doesn't mark the window as active right away. This code used to work fine before but doesn't since we replace empathy_main_window_show() by empathy_main_window_dup(). | ||||
* | empathy_status_icon_new: don't ignore hide_contact_list (#623937) | Guillaume Desmottes | 2010-07-12 | 1 | -1/+5 |
| | | | | That's a regression introduced when we switch to GSettings. | ||||
* | Merge branch 'auto-approve' | Guillaume Desmottes | 2010-07-09 | 1 | -0/+1 |
|\ | |||||
| * | Pass EMPATHY_DISPATCHER_NON_USER_ACTION as action time when auto-approving mucs | Guillaume Desmottes | 2010-07-09 | 1 | -0/+1 |
| | | |||||
* | | debug_window_name_owner_changed_cb: update client services as well | Guillaume Desmottes | 2010-07-09 | 1 | -33/+32 |
| | | | | | | | | Remove some deprecated comments in th proccess. | ||||
* | | Store the unique name in the model | Guillaume Desmottes | 2010-07-09 | 1 | -13/+10 |
| | | | | | | | | This avoid to add one entry per Empathy head for example. | ||||
* | | FillCmChooserData: rename, add type field and helper functions | Guillaume Desmottes | 2010-07-09 | 1 | -12/+35 |
| | | |||||
* | | rename vars, functions and constants to make code less CM specific | Guillaume Desmottes | 2010-07-09 | 1 | -82/+82 |
| | | | | | | | | Basically a renaming from 'cm' to 'services' to make code clearer. | ||||
* | | coding style fix | Guillaume Desmottes | 2010-07-09 | 1 | -2/+2 |
| | | |||||
* | | debug-window: add Telepathy clients | Guillaume Desmottes | 2010-07-09 | 1 | -0/+54 |
| | | |||||
* | | debug-window: remove hardcoded clients | Guillaume Desmottes | 2010-07-09 | 1 | -22/+0 |
|/ | |||||
* | tell the chatroom manager asap about chats | Sjoerd Simons | 2010-07-09 | 1 | -10/+20 |
| | |||||
* | link on unique-3 when using GTK3 | Guillaume Desmottes | 2010-07-08 | 1 | -0/+4 |
| | |||||
* | move GTK+ check to its own PKG_CHECK_MODULES | Guillaume Desmottes | 2010-07-08 | 1 | -0/+2 |
| | |||||
* | call-window: use gtk_widget_get_allocation() | Guillaume Desmottes | 2010-07-07 | 1 | -1/+3 |
| | |||||
* | rephrase 'Important Room' menu entry | Guillaume Desmottes | 2010-07-07 | 1 | -1/+1 |
| | |||||
* | set a title to the room invitation dialog | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
| | |||||
* | Add a title to the incoming call dialog | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
| | | | | This gives a bit more context when the dialog is displayed right away. | ||||
* | display incoming events right away if user asked to | Guillaume Desmottes | 2010-07-07 | 1 | -3/+38 |
| | |||||
* | Add option to disable displaying events in the notif area (#585914) | Guillaume Desmottes | 2010-07-07 | 2 | -1/+24 |
| | |||||
* | add accept/decline buttons to invitation notifications | Guillaume Desmottes | 2010-07-07 | 1 | -0/+1 |
| | |||||
* | use a specific event type for muc invitations | Guillaume Desmottes | 2010-07-07 | 2 | -3/+4 |
| | |||||
* | add accept/decline buttons to FT notifications | Guillaume Desmottes | 2010-07-07 | 1 | -0/+10 |
| | |||||
* | event-manager: allow to reject FT channels | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
| | |||||
* | add answer/decline buttons in call notifications (#597124) | Guillaume Desmottes | 2010-07-07 | 1 | -0/+21 |
| | |||||
* | add empathy_event_decline | Guillaume Desmottes | 2010-07-07 | 2 | -0/+11 |
| | |||||
* | Add 'Respond' button only for text channels and approve it directly | Guillaume Desmottes | 2010-07-07 | 1 | -7/+11 |
| | |||||
* | add empathy_event_approve() | Guillaume Desmottes | 2010-07-07 | 2 | -0/+11 |
| | |||||
* | factor out add_notification_actions | Guillaume Desmottes | 2010-07-07 | 1 | -9/+16 |
| | |||||
* | empathy_dispatcher_join_muc: remove callback arg | Guillaume Desmottes | 2010-07-07 | 4 | -6/+5 |
| | | | | We always want to let the text handler handle the channel. | ||||
* | Revert "no need to specify each time of handle" | Sjoerd Simons | 2010-07-06 | 1 | -0/+11 |
| | | | | This reverts commit d88eaef098d3afc329266f25ce194c6dfebbc979. | ||||
* | Inform the chatroom mgr when we are handling a new room | Guillaume Desmottes | 2010-07-05 | 2 | -1/+10 |
| | | | | It can't rely on the internal dispatcher any more. | ||||
* | no need to specify each time of handle | Guillaume Desmottes | 2010-07-05 | 1 | -11/+0 |
| | |||||
* | Handle text channels using TpSimpleHandler (#623358) | Guillaume Desmottes | 2010-07-05 | 2 | -46/+169 |
| | | | | Also move handling code from empathy.c to empathy-chat-manager. | ||||
* | chat-manager: document the queue | Guillaume Desmottes | 2010-07-05 | 1 | -0/+1 |
| | |||||
* | stop handling text channels using EmpathyDispatcher | Guillaume Desmottes | 2010-07-05 | 1 | -21/+1 |
| | |||||
* | room list channels are not dispatched | Guillaume Desmottes | 2010-07-05 | 1 | -2/+0 |
| | |||||
* | main: destroy the window when we're done (#623396) | Guillaume Desmottes | 2010-07-02 | 1 | -0/+1 |
| | |||||
* | status-icon: drop our ref on the window when disposing | Guillaume Desmottes | 2010-07-02 | 1 | -0/+1 |
| | |||||
* | install empathy-av to libexec | Guillaume Desmottes | 2010-06-29 | 1 | -1/+3 |
| | |||||
* | add AV client to the debug window | Guillaume Desmottes | 2010-06-29 | 1 | -0/+7 |
| | |||||
* | Disable timer if EMPATHY_PERSIST is set | Guillaume Desmottes | 2010-06-29 | 1 | -0/+11 |
| | |||||
* | Add a timer stopping the proccess after a while if idling | Guillaume Desmottes | 2010-06-29 | 1 | -0/+61 |
| | | | | There is no point to keep it around when not needed. | ||||
* | add empathy_call_factory_register | Guillaume Desmottes | 2010-06-29 | 1 | -0/+8 |
| | | | | So we can connect signal before registering the Handler. | ||||
* | Add empathy-av, a new process handling media channels (#599161) | Guillaume Desmottes | 2010-06-29 | 3 | -6/+122 |
| | |||||
* | empathy: stop handling media channels | Guillaume Desmottes | 2010-06-29 | 1 | -24/+1 |
| | |||||
* | Approve right away group text channels if we are not invited | Guillaume Desmottes | 2010-06-24 | 1 | -1/+5 |
| | | | | | If we have not been invited, that means the channel is spawned by the CM (when using IRC proxy for example) so we want to display it right away. | ||||
* | rename approver service to Empathy.EventManager | Guillaume Desmottes | 2010-06-24 | 1 | -1/+1 |
| | | | | This is more coherent with Empathy.AV. | ||||
* | Add missing signal to EmpathyMainWindow | Danielle Madeley | 2010-06-24 | 1 | -1/+3 |
| | |||||
* | remove empathy-import-mc4-accounts (#622578) | Guillaume Desmottes | 2010-06-24 | 3 | -567/+0 |
| | |||||
* | stop importing MC4 accounts | Guillaume Desmottes | 2010-06-24 | 3 | -50/+3 |
| | |||||
* | Port EmpathyPreferences to GtkDialog subclass | Danielle Madeley | 2010-06-24 | 4 | -197/+215 |
| | |||||
* | Port EmpathyMainWindow to GtkWindow subclass | Danielle Madeley | 2010-06-24 | 5 | -224/+308 |
| | |||||
* | Merge branch 'av-handler-622368' | Guillaume Desmottes | 2010-06-22 | 1 | -35/+1 |
|\ | |||||
| * | stop handling internally stream media channels | Guillaume Desmottes | 2010-06-22 | 1 | -35/+1 |
| | | | | | | | | We are going to do it properly using TpSimpleHandler. | ||||
* | | debug-window: add the logger (#622381) | Guillaume Desmottes | 2010-06-22 | 1 | -0/+7 |
|/ | |||||
* | Delay setting both contact list values until the each is set. | Danielle Madeley | 2010-06-21 | 1 | -4/+16 |
| | | | | Solves a loop in the notification code that caused things to get stuck. | ||||
* | strip name of the room (#622201) | Guillaume Desmottes | 2010-06-21 | 1 | -0/+2 |
| | |||||
* | Grab focus on the main window's tree view by default | Xavier Claessens | 2010-06-21 | 1 | -0/+2 |
| | | | | | | This is needed to make live search works when the main window is shown Fixes bug #621089 | ||||
* | Remove useless occurences of 'gconf' word | Xavier Claessens | 2010-06-21 | 1 | -1/+1 |
| | | | | Die gconf, die! | ||||
* | Merge branch 'approvers-redone-599158' | Guillaume Desmottes | 2010-06-19 | 2 | -116/+269 |
|\ | |||||
| * | rename channel_claim_cb to reject_channel_claim_cb | Guillaume Desmottes | 2010-06-18 | 1 | -2/+3 |
| | | |||||
| * | factor out reject_approval | Guillaume Desmottes | 2010-06-17 | 1 | -34/+20 |
| | | |||||
| * | approve_channels: use quarks to compare channel types | Guillaume Desmottes | 2010-06-17 | 1 | -6/+7 |
| | | |||||
| * | fix typo | Guillaume Desmottes | 2010-06-17 | 1 | -1/+1 |
| | | |||||
| * | event-manager: re-implement approving using a proper Approver (#599158) | Guillaume Desmottes | 2010-06-17 | 1 | -101/+275 |
| | | |||||
| * | add inviter arg to empathy_tp_chat_is_invited | Guillaume Desmottes | 2010-06-17 | 1 | -1/+1 |
| | | |||||
| * | event-manager: disable approving for now | Guillaume Desmottes | 2010-06-17 | 1 | -15/+6 |
| | | |||||
* | | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 2 | -15/+0 |
| | | |||||
* | | port to latest tp-logger API | Guillaume Desmottes | 2010-06-18 | 1 | -1/+0 |
| | | |||||
* | | Add shortcut keys for contact list item sizes | Will Thompson | 2010-06-18 | 1 | -0/+3 |
| | | | | | | | | | | | | Maybe these are overkill? https://bugzilla.gnome.org/show_bug.cgi?id=621703 | ||||
* | | Port empathy-import-mc4-accounts imported setting to GSettings | Danielle Madeley | 2010-06-18 | 1 | -15/+14 |
| | | |||||
* | | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 11 | -655/+360 |
|/ | |||||
* | map-view: add a debug message when adding a marker | Guillaume Desmottes | 2010-06-16 | 1 | -0/+2 |
| | |||||
* | use tp_g_signal_connect_object to connect the "closed" signal on the ↵ | Guillaume Desmottes | 2010-06-16 | 1 | -2/+2 |
| | | | | | | | notification This fix a crash if the chat window is destroyed while the notification is still displayed (#621789). | ||||
* | Don't display the 'Important Room' menu item in private chats | Guillaume Desmottes | 2010-06-11 | 1 | -0/+1 |
| | |||||
* | Use EmpathyLiveSearch in main window's contact list | Felix Kaser | 2010-06-09 | 1 | -1/+13 |
| | |||||
* | Join room where we have been invited when handling the channel rather than ↵ | Guillaume Desmottes | 2010-06-07 | 2 | -14/+8 |
| | | | | we we approve it | ||||
* | empathy_call_window_set_send_video: only disable preview if we need to | Guillaume Desmottes | 2010-06-07 | 1 | -15/+27 |
| | | | | | | | There is no point to stop the camera if we're about to restart it right after because "preview only" is enabled. Furthermore that causes weird races making the video jumps out of the window (#62076). | ||||
* | Fix some coding styles | Xavier Claessens | 2010-06-05 | 1 | -28/+28 |
| | |||||
* | chatrooms-window: remove the 'edit' button | Guillaume Desmottes | 2010-06-04 | 2 | -80/+10 |
| | | | | It has never been implemented so there is no point keeping it (#520207). | ||||
* | accounts-dialog: avoid leaking the account status message | Rob Bradford | 2010-06-03 | 1 | -12/+41 |
| | | | | | | | | Originally this function mixed const and allocated strings using the same variable, resulting in leaks. This change refactors the code slightly to prevent such leaks. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620476 | ||||
* | accounts-dialog: Ensure correct connectivity information | Rob Bradford | 2010-06-03 | 1 | -4/+10 |
| | | | | | | | | | | | Move the creation of the EmpathyConnectivity object to the dialog construction so that there is time for the asynchronous calls that the EmpathyConnectivity makes (in ConnMan mode) to return. Without this change the error is always reported as network connection failure rather than the real error when built with ConnMan. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620474 | ||||
* | change 'disconnect' label to 'finally' | Guillaume Desmottes | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Don't wait longer than 5 seconds when trying to join chatrooms | Guillaume Desmottes | 2010-06-03 | 1 | -2/+23 |
| | | | | | | If the accounts takes ages to connect or was disabled, it would be weird to automatically join the room a long time after the user asked to join favorite rooms. | ||||
* | Join chatroom favorites once the account is connected (#620439) | Guillaume Desmottes | 2010-06-03 | 1 | -1/+68 |
| | |||||
* | factor out join_chatroom | Guillaume Desmottes | 2010-06-03 | 1 | -6/+16 |
| | |||||
* | Only create the EmpathyAccountsDialog if required | Danielle Madeley | 2010-06-03 | 1 | -2/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=616616 | ||||
* | empathy-debug-window: Add protocol names next to the CMs in the dropdown | Danielle Madeley | 2010-06-02 | 1 | -14/+106 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=612523 | ||||
* | Merge branch 'import-617971' | Guillaume Desmottes | 2010-05-28 | 1 | -0/+4 |
|\ | |||||
| * | assistant: call empathy_import_widget_add_selected_accounts in ↵ | Guillaume Desmottes | 2010-05-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | impl_signal_apply as well If the user already has a salut account configured, the import page is the last one of the assistant. So impl_signal_apply() is called instead of impl_signal_prepare(). (#617971) | ||||
* | | coding style fixes | Guillaume Desmottes | 2010-05-27 | 1 | -2/+2 |
| | | |||||
* | | rephrase important room menu | Guillaume Desmottes | 2010-05-27 | 1 | -1/+1 |
| | | |||||
* | | Add option to make chatroom "always urgent" (#611894) | Jonas Bonn | 2010-05-27 | 2 | -3/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Often a user wants to be immediately notified of posts to a chatroom even when the post does not address them directly by name. This patch adds a room option to make all posts to the room "urgent", meaning that the system-specific urgency action should be taken -- notification, window urgency hint, etc. Two specific use cases for when one may want this: i) Low-traffic rooms (so that one does not have to go check the room all the time) ii) Error-logging room (room to which errors from some other system(s) are logged) The "always urgent" option is off by default when joining a room. | ||||
* | | Use ensure_chatroom in callback | Jonas Bonn | 2010-05-27 | 1 | -11/+6 |
| | | | | | | | | | | The new function ensure_chatroom should be used by favorite-toggled callback. | ||||
* | | Do not use EmpathyContactMonitor to know when a contact gets online/offline | Xavier Claessens | 2010-05-26 | 1 | -10/+19 |
| | | |||||
* | | Play sound for contact connected/disconnected from EmpathyEventManager ↵ | Xavier Claessens | 2010-05-26 | 2 | -60/+25 |
| | | | | | | | | instead of main window | ||||
* | | Do not use EmpathyContactMonitor to know when a contact is added | Xavier Claessens | 2010-05-26 | 1 | -9/+17 |
| | | |||||
* | | Port to new EmpathyTpContactFactory API | Xavier Claessens | 2010-05-26 | 3 | -25/+8 |
| | | |||||
* | | invite-participant-dialog: translate the 'invite' button (#619678) | Guillaume Desmottes | 2010-05-26 | 1 | -1/+1 |
|/ | |||||
* | hardcode facebook server to workaround SRV lookup issues | Guillaume Desmottes | 2010-05-25 | 2 | -0/+6 |
| | |||||
* | main_window_favorite_chatroom_join: skip not connected accounts (#606738) | Guillaume Desmottes | 2010-05-21 | 1 | -5/+7 |
| | | | | This fix a crash if the account is connecting. | ||||
* | Change names of variables that shadow libc symbols | Danielle Madeley | 2010-05-21 | 2 | -4/+4 |
| | |||||
* | use avatar-default instead of the deprecated stock_person icon | Guillaume Desmottes | 2010-05-20 | 3 | -5/+6 |
| | |||||
* | Use library i18n method for source files included in shared library | Rob Bradford | 2010-05-18 | 7 | -7/+14 |
| | | | | | | | Since these files are included in the g-c-c shared module we must use the version of the _ macro that includes the domain. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969 | ||||
* | Use 'A' as accelerator for the "Automatically connect on startup" option ↵ | ekspiulo | 2010-05-18 | 1 | -1/+1 |
| | | | | (#618753) | ||||
* | Don't try to start change the camera when there is no input | Sjoerd Simons | 2010-05-10 | 1 | -6/+14 |
| | | | | Fixes bug #618167 | ||||
* | Add missing tp-glib/util.h header to the AccountsPage. | Travis Reitter | 2010-05-08 | 1 | -0/+1 |
| | |||||
* | Remove unused #include from empathy-map-view.c | Xavier Claessens | 2010-05-06 | 1 | -3/+1 |
| | |||||
* | Merge branch 'timestamp-615976' | Guillaume Desmottes | 2010-05-04 | 8 | -14/+79 |
|\ | |||||
| * | define EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directly | Guillaume Desmottes | 2010-05-04 | 2 | -4/+4 |
| | | |||||
| * | fix typo in comment | Guillaume Desmottes | 2010-05-04 | 1 | -1/+1 |
| | | |||||
| * | Set the user action time when the user approves stuff | Sjoerd Simons | 2010-05-04 | 1 | -0/+19 |
| | | |||||
| * | Consider G_MAXIN64 as a secred code for GDK_CURRENT_TIME | Sjoerd Simons | 2010-05-04 | 1 | -9/+13 |
| | | |||||
| * | Add a comment, fix indentation | Sjoerd Simons | 2010-05-04 | 1 | -2/+3 |
| | | |||||
| * | Only present and tab switch for new events | Sjoerd Simons | 2010-04-25 | 1 | -2/+25 |
| | | |||||
| * | Always at least show new chat windows even if not presenting them | Sjoerd Simons | 2010-04-25 | 1 | -0/+1 |
| | | |||||
| * | Pass the ChannelDispatcher timestamp onwards to window_present | Sjoerd Simons | 2010-04-25 | 1 | -1/+8 |
| | | |||||
| * | pass timestamp to empathy_chat_window_present_chat | Guillaume Desmottes | 2010-04-25 | 3 | -4/+8 |
| | | |||||
| * | add timestamp arg to empathy_dispatcher_create_channel | Sjoerd Simons | 2010-04-25 | 1 | -1/+2 |
| | | |||||
| * | add timestamp arg to empathy_dispatcher_join_muc | Sjoerd Simons | 2010-04-25 | 4 | -5/+10 |
| | | |||||
| * | add timestamp arg to empathy_dispatcher_chat_with_contact(_id) | Sjoerd Simons | 2010-04-25 | 2 | -2/+2 |
| | | |||||
* | | accounts-module: Remove call to textdomain () | Rob Bradford | 2010-05-04 | 1 | -2/+0 |
| | | | | | | | | | | | | This shouldn't be called in shared module. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617262 | ||||
* | | cc-empathy-accounts-panel: Enable gettext when the panel is created | Rob Bradford | 2010-04-26 | 2 | -0/+5 |
|/ | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616660 | ||||
* | disconnect empathy_call_window_bus_message() in dispose (#616301) | David Laban | 2010-04-21 | 1 | -6/+6 |
| | | | | Otherwise, we will crash because priv->handler is not there. | ||||
* | fix show_offline gconf key (#616267) | Guillaume Desmottes | 2010-04-20 | 1 | -3/+3 |
| | | | | The key is /ui/show_offline not /contacts/show_offline | ||||
* | Move the spinner next to the expander label in new chatroom dialog | Xavier Claessens | 2010-04-19 | 2 | -16/+23 |
| | |||||
* | Do not use deprecated GTK symbols | Xavier Claessens | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Replace EphySpinner by GtkSpinner | Xavier Claessens | 2010-04-19 | 7 | -1088/+42 |
| | | | | Fixes bug #598446 | ||||
* | Update the Tabs menu when a tab is moved. | Mike Ruprecht | 2010-04-19 | 1 | -2/+8 |
| | | | | | | | Previously when a tab was moved, the Tabs menu didn't update regarding the directions the tab could further be moved. If wrapping is off, a tab on the edge moved one way couldn't be moved back. Fixes #616012 | ||||
* | src/empathy-chat-window.ui: Swap keyboard controls for moving tabs | Mirsal Ennaime | 2010-04-16 | 1 | -2/+2 |
| | | | | | | | Closes: bgo#615164 Keyboard shortcuts for moving tabs and for changing tabs work in the opposite direction. Users may expect them to work in the same direction and to be consistant with other GNOME applications. The mapping is now Ctrl + Shift + PageUp / PageDown for moving tabs left / right respectively, as it is in GNOME Terminal for instance. | ||||
* | account-assistant: make impl_signal_apply() behave more like ↵ | David Laban | 2010-04-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | impl_signal_prepare() Fixes b.g.o#615734 current_page only seems to be == PAGE_ENTER_CREATE the first time you visit the page. After that, it has been seen to be 4 or larger. impl_signal_prepare() currently checks for >=, so I'm copying that, and also dealing with refs in the same way. This patch probably probably actually hides a bug in how current_page is set, because I can't see how it should be set >= 4 because the enum only goes up to 3. I'll look into that now, but the patch is tested and works. | ||||
* | src/empathy-status-icon.c: use tp_g_signal_connect_object instead of ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
| | | | | empathy_signal_connect_weak | ||||
* | src/empathy-chat-window.c: use tp_g_signal_connect_object instead of ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
| | | | | empathy_signal_connect_weak | ||||
* | src/empathy-call-window.c: use tp_g_signal_connect_object instead of ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -11/+14 |
| | | | | empathy_signal_connect_weak | ||||
* | src/empathy-accounts-dialog.c: use tp_g_signal_connect_object instead of ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -6/+6 |
| | | | | empathy_signal_connect_weak | ||||
* | src/cc-empathy-accounts-page.c: use tp_g_signal_connect_object instead of ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
| | | | | empathy_signal_connect_weak | ||||
* | account_assistant_apply_account_and_finish: explicitely ask to set the ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -7/+10 |
| | | | | | | | | | | | | | | display name Checking if priv->current_widget_object is NULL or not isn't right because if we create a normal account before the Salut one, this pointer is not NULL and we rename the Salut account to the same name that the standard one. This patch adds an extra argument account_assistant_apply_account_and_finish saying if we should set a new display name or not. It's more clear and avoid to rely on side effects. Fixes bug #615058 | ||||
* | status-icon: don't approve event if notification bubble has been dismissed | Guillaume Desmottes | 2010-04-09 | 1 | -26/+2 |
| | | | | This code was broken anyway so we don't change the current behaviour. | ||||
* | remove NotificationData | Guillaume Desmottes | 2010-04-09 | 1 | -27/+3 |
| | | | | | We just need the window now. This has the nice side effect of fixing bug #615027. | ||||
* | chat-window: don't present chat if notification has been dismissed | Guillaume Desmottes | 2010-04-09 | 1 | -8/+0 |
| | | | | | | | Clicking on a notification mean 'please go away'. If user wants to approve the action he has to click on the 'Reply' button. This code was broken anyway so we don't change the current behaviour. | ||||
* | add the current date as suffix the the log name | Guillaume Desmottes | 2010-04-07 | 1 | -2/+15 |
| | |||||
* | set default name when saving logs (#615052) | Guillaume Desmottes | 2010-04-07 | 1 | -0/+8 |
| | |||||
* | factor out get_active_cm_name | Guillaume Desmottes | 2010-04-07 | 1 | -10/+18 |
| | |||||
* | debug-window: set temp directory as default folder when saving logs | Guillaume Desmottes | 2010-04-07 | 1 | -0/+3 |
| | |||||
* | map-view: no need to create a model | Guillaume Desmottes | 2010-04-05 | 1 | -41/+17 |
| | |||||
* | Support append hint in notifications (#607446) | Nicolò Chieffo | 2010-04-01 | 2 | -32/+79 |
| | |||||
* | empathy_call_window_sink_added_cb: unref the pad | Guillaume Desmottes | 2010-04-01 | 1 | -0/+1 |
| | |||||
* | unref liveadder when disposing | Guillaume Desmottes | 2010-04-01 | 1 | -0/+4 |
| | |||||
* | don't recreate a video preview or update the window if we're about to destroy it | Guillaume Desmottes | 2010-04-01 | 1 | -4/+11 |
| | |||||
* | don't leak the fullscreen window | Guillaume Desmottes | 2010-04-01 | 1 | -0/+4 |
| | |||||
* | init_contact_avatar_with_size: don't leak the pixbuf | Guillaume Desmottes | 2010-04-01 | 1 | -0/+3 |
| | |||||
* | stop using gst_bin_add_many and gst_element_link_many | Guillaume Desmottes | 2010-04-01 | 1 | -4/+30 |
| | |||||
* | use tp_g_signal_connect_object so we don't have to disconnect ↵ | Guillaume Desmottes | 2010-04-01 | 1 | -4/+4 |
| | | | | empathy_call_window_video_stream_changed_cb manually | ||||
* | Fix race when restarting a call | Guillaume Desmottes | 2010-04-01 | 1 | -1/+12 |
| | | | | | Fix a race between user hitting the 'redial' button and the pipeline being ready. | ||||
* | Allow to use the video preview when the call has been terminated (#602937) | Guillaume Desmottes | 2010-04-01 | 1 | -4/+15 |
| | |||||
* | empathy_call_window_restart_call: there is no reason to show_all all the hbox | Guillaume Desmottes | 2010-04-01 | 1 | -2/+0 |
| | | | | Widgets should already be properly displayed. | ||||
* | empathy_call_window_reset_pipeline: start the new pipeline right away | Guillaume Desmottes | 2010-04-01 | 1 | -2/+13 |
| | | | | This will allow us to display the video preview before the call is restarted. | ||||
* | Actually turn off the camera when preview/sending is disabled | Guillaume Desmottes | 2010-04-01 | 1 | -26/+54 |
| | | | | | | | There is no point to let the camera on if we are not using it. Also split empathy_call_window_setup_video_preview() to create_video_preview() and add_video_preview_to_pipeline(). | ||||
* | stop disabling the video-preview button when call is disconnected (#602937) | Guillaume Desmottes | 2010-04-01 | 1 | -12/+0 |
| | |||||
* | recreate the pipeline as soon we destroyed the old one | Guillaume Desmottes | 2010-04-01 | 1 | -1/+2 |
| | | | | | | This will allow us to be able to display the preview after the call has been terminated. It's easier and more robust to recreate a new pipeline than reusing the old one. | ||||
* | split create_video_output_widget out of create_pipeline | Guillaume Desmottes | 2010-04-01 | 1 | -3/+9 |
| | |||||
* | recycle the audio input gst element | Guillaume Desmottes | 2010-04-01 | 1 | -15/+3 |
| | |||||
* | recycle the video input gst element | Guillaume Desmottes | 2010-04-01 | 1 | -5/+9 |
| | | | | There is no point to recreate it for each call. | ||||
* | rename initialize_output_elements to create_video_output_widget | Guillaume Desmottes | 2010-04-01 | 1 | -2/+2 |
| | |||||
* | recycle the audio output gst element | Guillaume Desmottes | 2010-04-01 | 1 | -4/+8 |
| | | | | There is no point to create a new one for each call. | ||||
* | destroy the video_output widget when the call is disconnected | Guillaume Desmottes | 2010-04-01 | 1 | -3/+7 |
| | | | | | There is no point to destroy it when redialing to recreate it immediately after. | ||||
* | No need to recreate GTK+ widgets when recreating the pipeline | Guillaume Desmottes | 2010-04-01 | 1 | -29/+30 |
| | | | | Only recreate the GStreamer elements for now. | ||||
* | call-window: factor out create_pipeline | Guillaume Desmottes | 2010-04-01 | 1 | -31/+33 |
| | |||||
* | Merge branch 'undo-close-tab' | Jonny Lamb | 2010-03-30 | 7 | -0/+406 |
|\ | |||||
| * | chat-manager: take an EmpathyChat instead of an EmpathyContact | Jonny Lamb | 2010-03-06 | 3 | -20/+105 |
| | | | | | | | | | | | | This way, we can support both 1-to-1 chats, *and* MUCs. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | Add EmpathyChatManager::chats-changed signal and make the chat window listen ↵ | Jonny Lamb | 2010-03-06 | 3 | -7/+67 |
| | | | | | | | | | | | | to it. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | Add chat manager which tracks chats closing and can respawn them (bug #609832) | Jonny Lamb | 2010-03-06 | 7 | -0/+261 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | fix #endif comment | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 |
| | | |||||
* | | add gconf key to disable auto-away (#613603) | Christian Kampka | 2010-03-30 | 1 | -2/+23 |
| | | |||||
* | | map-view: display position of contacts added after the map has been created ↵ | Guillaume Desmottes | 2010-03-30 | 1 | -0/+41 |
| | | | | | | | | (#614012) | ||||
* | | factor out contact_added | Guillaume Desmottes | 2010-03-30 | 1 | -4/+11 |
| | | |||||
* | | map_view_update_contact_position: don't call contact_has_location twice | Guillaume Desmottes | 2010-03-30 | 1 | -5/+7 |
| | | |||||
* | | Always connect "notify::location" on contact | Guillaume Desmottes | 2010-03-30 | 1 | -3/+0 |
| | | | | | | | | | | Now contact position will be displayed even if they didn't have a postion when the map has been created (#614012). | ||||
* | | map_view_contacts_foreach: no need to create the marker any more | Guillaume Desmottes | 2010-03-30 | 1 | -1/+0 |
| | | | | | | | | map_view_update_contact_position will do it if needed. |