aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Enable server fallback for GTalk accountNicolas Dufresne2010-09-092-8/+20
| | | | | | | | | | | Instead of hardcoding one server, let the connection manager try doing SRV resolution and if the resolution fails, let it try a list of fallback servers. Note that talkx.l.google.com is now used instead of talk.google.com. This is the DNS used in the Windows client, this DNS returns a list of IPs instead of 1. This also enable usage of HTTPS proxy when falling back to port 443 with old_ssl. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Don't use gtk_progress_bar_set_orientation() when building with GTK+ 3Philip Withnall2010-09-071-0/+10
| | | | | GtkProgressBar now implements GtkOrientable, but this hasn't been backported to GTK+ 2, so we need to use some #ifdef magic.
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-073-0/+11
| | | | | | | gtk_dialog_set_has_separator() has been removed in GTK+ 3, but can't be removed (or the property's default value changed) in GTK+ 2 without breaking API. This adds a wrapper macro to keep the calls when building against GTK+ 2, and remove them when building against GTK+ 3.
* chat_window_detach_hook: move the window *after* showing itGuillaume Desmottes2010-08-301-1/+1
| | | | | Showing the window fire the "map" signal which is catched in empathy-geometry to move the window to its saved position. (#608140)
* Bug 628064 — Miscellaneous string fixesPhilip Withnall2010-08-271-1/+1
|
* Unmark strings as translatable which aren't shown to the userPhilip Withnall2010-08-271-3/+3
| | | | Helps: bgo#628062
* new-chatroom-dialog: remove markup from transltable stringGuillaume Desmottes2010-08-271-2/+5
|
* accounts-dialog.ui: set pango properties in the UI file (#628063)Guillaume Desmottes2010-08-271-2/+5
|
* Merge branch 'trivia'Guillaume Desmottes2010-08-271-7/+14
|\
| * main-window: define an enum for pagesGuillaume Desmottes2010-08-271-3/+7
| |
| * Increase the size of the 'No Match Found' labelGuillaume Desmottes2010-08-271-2/+7
| | | | | | | | It looks less crap that way.
| * no need to use a #defineGuillaume Desmottes2010-08-271-4/+2
| |
* | Add an EmpathyIndividualView feature for receiving Persona dropsPhilip Withnall2010-08-271-1/+4
|/ | | | | This is necessary to avoid Personas being droppable on the main contact list, which makes no sense (for the time being). Helps: bgo#627715
* unsensitive the remove button while loadingGuillaume Desmottes2010-08-261-1/+14
|
* insensitive treeview while loadingGuillaume Desmottes2010-08-261-1/+4
|
* accounts-dialog: display loading page while loading accounts (#611701)Guillaume Desmottes2010-08-262-1/+55
|
* accounts-dialog: add a GtkNotebookGuillaume Desmottes2010-08-261-64/+102
|
* Merge branch 'irc-wizard-596086'Guillaume Desmottes2010-08-261-2/+1
|\
| * account-assistant: stop blacklisting IRC (#596086)Guillaume Desmottes2010-08-261-2/+1
| |
* | accounts-dialog: insensitive 'add' and 'import' buttons while loading (#624353)Guillaume Desmottes2010-08-261-2/+18
|/
* added some files to gitignoreFelix Kaser2010-08-251-0/+1
| | | | they were introduced by the interactive tls certificate verification patches.
* allow building empathy without edsSaleem Abdulrasool2010-08-252-2/+11
|
* Merge branch 'tls-connection'Cosimo Cecchi2010-08-244-4/+285
|\
| * Don't show the error if user-requested is setCosimo Cecchi2010-08-191-1/+10
| |
| * Use new API in EmpathyAccountsDialogCosimo Cecchi2010-08-191-2/+2
| |
| * Fill 'user-requested' when we reject the certificateCosimo Cecchi2010-08-191-3/+11
| |
| * Implement a timeout machinery for the auth clientCosimo Cecchi2010-08-191-1/+63
| | | | | | | | Similar to the one used in empathy-av.c
| * Rename empathy-auth-helper->empathy-auth-clientCosimo Cecchi2010-08-192-6/+6
| |
| * Push the details table to the dialog after verificationCosimo Cecchi2010-08-191-4/+6
| |
| * Update to the new EmpathyTLSCertificate async APICosimo Cecchi2010-08-191-3/+4
| |
| * Save the certificate when we are told to rememberCosimo Cecchi2010-08-131-0/+5
| |
| * Integrate the dialog into the auth helperCosimo Cecchi2010-08-131-1/+41
| |
| * Verify the certificate from the helper.Cosimo Cecchi2010-08-131-4/+52
| |
| * Add EmpathyTLSVerifierCosimo Cecchi2010-08-131-0/+9
| | | | | | | | This also introduces a dependency on GnuTLS
| * Add a first skeleton of the auth helper.Cosimo Cecchi2010-08-132-1/+98
| |
* | pass NULL instead of "" to gtk_label_new()Guillaume Desmottes2010-08-232-2/+2
| | | | | | | | This saves us a strdup.
* | Display invite dialog even if we don't know the inviter (#627228)Guillaume Desmottes2010-08-181-7/+14
| |
* | display_invite_room_dialog: deal with contact being NULLGuillaume Desmottes2010-08-181-3/+11
| |
* | factor out display_invite_room_dialogGuillaume Desmottes2010-08-181-15/+22
| |
* | event-manager: use tp_user_action_time_from_x11()Guillaume Desmottes2010-08-181-7/+4
| |
* | empathy_chat_window_present_chat: use tp_user_action_time_should_presentGuillaume Desmottes2010-08-181-5/+2
| |
* | use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes2010-08-184-10/+10
| |
* | add preference to disable logging (#567858)Guillaume Desmottes2010-08-172-0/+25
|/
* event-manager: we don't use the dispatcher any moreGuillaume Desmottes2010-08-131-4/+0
|
* tp-call: add account propertyGuillaume Desmottes2010-08-121-1/+1
|
* tp-chat: add 'account' propertyGuillaume Desmottes2010-08-122-2/+2
|
* remove empathy-dispatch-operationGuillaume Desmottes2010-08-111-1/+0
|
* empathy_dispatcher_join_muc: get an account instead of a connectionGuillaume Desmottes2010-08-114-65/+17
|
* empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a ↵Guillaume Desmottes2010-08-112-9/+7
| | | | TpConnection
* empathy_dispatcher_chat_with_contact_id: remove callback argumentGuillaume Desmottes2010-08-112-2/+2
| | | | It's unused anyway.
* Don't abort when closing the FT dialoguePhilip Withnall2010-08-111-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 Desmottes2010-08-111-0/+6
|
* tp-file: no need to pass the incoming property during constructionGuillaume Desmottes2010-08-111-1/+1
| | | | We can infer it from the channel properties.
* stop handling internally FT channelsGuillaume Desmottes2010-08-111-62/+3
|
* empathy_contact_selector_dialog_get_selected: allow to get the account as wellGuillaume Desmottes2010-08-101-1/+1
|
* only show label during searchFelix Kaser2010-08-091-13/+7
| | | | | don't change the behavior of the contact list when empty (without searching)
* use gtk_clutter_init rather than clutter_initGuillaume Desmottes2010-08-091-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 APIPhilip Withnall2010-08-061-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.cPhilip Withnall2010-08-061-5/+5
|
* Add noreturn annotation to version callback functionPhilip Withnall2010-08-051-2/+5
|
* Fix constness of various variables and parametersPhilip Withnall2010-08-053-7/+7
|
* Fix missing entries in switch statementsPhilip Withnall2010-08-054-9/+39
| | | | Added missing default cases and missing enum cases.
* Use #ifdef instead of #if to avoid warnings of undefined symbolsPhilip Withnall2010-08-053-8/+8
|
* use different labels if view is emptyFelix Kaser2010-08-052-19/+28
| | | | | either show "no match found" or "your contact list is empty". fixes bug #621642
* show label if contact list is emptyFelix Kaser2010-08-051-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 emptyFelix Kaser2010-08-052-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_displayGuillaume Desmottes2010-08-051-3/+2
|
* no need to pass the reason to empathy_account_get_error_messageGuillaume Desmottes2010-08-052-3/+3
|
* accounts-dialog: use empathy_account_get_error_message (#523895)Guillaume Desmottes2010-08-051-2/+2
|
* main-window: use empathy_account_get_error_message (#523895)Guillaume Desmottes2010-08-051-4/+1
|
* main-window: pass the TpConnectionStatusReason to main_window_error_displayGuillaume Desmottes2010-08-051-6/+5
|
* display the tooltip on the info imageGuillaume Desmottes2010-08-051-7/+17
|
* add 'info' icon next to the candidatesGuillaume Desmottes2010-08-051-16/+80
|
* call-window: use candidates-changed signalGuillaume Desmottes2010-08-051-79/+37
|
* use a space to separate the IP from the portGuillaume Desmottes2010-08-051-1/+1
|
* add tooltips giving a bit more context about the candidateGuillaume Desmottes2010-08-051-0/+23
|
* call-window: display candidates info (#599166)Guillaume Desmottes2010-08-052-0/+370
|
* removed fixme comment when toggling show_offlineFelix Kaser2010-08-031-3/+0
|
* refactored show_offline property to the viewFelix Kaser2010-08-031-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 Desmottes2010-08-031-1/+1
| | | | Thanks to mahfiaz@gmail.com for his suggestion.
* map-view: be a proper GtkWindow (#625826)Guillaume Desmottes2010-08-023-154/+221
|
* free the list returned by clutter_container_get_children()Guillaume Desmottes2010-08-021-3/+4
|
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-225-21/+21
| | | | The "name" API was a relic of Gossip.
* Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixesTravis Reitter2010-07-221-0/+2
|
* Add authors and fix copyrights for empathy-accounts-moduleDanielle Madeley2010-07-213-3/+7
|
* Remove unneccesary signal disconnection in EmpathyAccountsDialogDanielle Madeley2010-07-211-35/+9
| | | | Generated critical warnings under GTK+ 3
* Update cc-empathy-accounts-panel for latest gnome-control-centerDanielle Madeley2010-07-215-365/+129
|
* Take advantage of tp_clear_object().Travis Reitter2010-07-211-7/+4
|
* Fix alignment.Travis Reitter2010-07-211-1/+1
|
* Add 'dup' to the names of empathy_contact_from_folks_individual() and ↵Travis Reitter2010-07-211-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 Reitter2010-07-211-3/+3
| | | | style.
* Support contact addingTravis Reitter2010-07-211-1/+2
|
* Fixes from merging masterPhilip Withnall2010-07-211-0/+1
|
* Re-implement the context menu for IndividualsTravis Reitter2010-07-211-0/+3
|
* Base the contact list around libfolks metacontacts. Not yet to feature-parityTravis Reitter2010-07-211-49/+73
| | | | with mainline Empathy.
* GtkNotebookPage no longer exists in GTK+ 3Danielle Madeley2010-07-191-1/+4
|
* avoid segfault in event_manager_add (#624462)Marc-Antoine Perennou2010-07-161-1/+3
| | | | Check if approval is not NULL before trying to modify it
* Merge branch 'debug-av-599166'Guillaume Desmottes2010-07-142-0/+546
|\
| * display the clock rate of the codec as wellGuillaume Desmottes2010-07-131-12/+11
| |
| * reset codecs when call is disconnectedGuillaume Desmottes2010-07-121-0/+13
| |
| * call-window: display receiving codecsGuillaume Desmottes2010-07-122-0/+195
| |
| * call-window: Add 'details' pane containing encoding codecs (#599166)Guillaume Desmottes2010-07-122-0/+339
| | | | | | | | The details pane has been inspired from totem's 'Properties' pane.
* | preferences: coding style fixGuillaume Desmottes2010-07-131-1/+1
| |
* | main-window: coding style fixGuillaume Desmottes2010-07-131-1/+1
|/
* empathy-accounts.1: document --if-neededGuillaume Desmottes2010-07-121-0/+3
|
* empathy-accounts.1: --import has been removedGuillaume Desmottes2010-07-121-3/+0
|
* import empathy-accounts manpage from DebianGuillaume Desmottes2010-07-122-1/+38
| | | | Thanks to Laurent Bigonville for this man page.
* sync empathy manpage with Debian packageGuillaume Desmottes2010-07-121-9/+31
|
* empathy_status_icon_new: always call status_icon_set_visibilityGuillaume Desmottes2010-07-121-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 Desmottes2010-07-121-1/+5
| | | | That's a regression introduced when we switch to GSettings.
* Merge branch 'auto-approve'Guillaume Desmottes2010-07-091-0/+1
|\
| * Pass EMPATHY_DISPATCHER_NON_USER_ACTION as action time when auto-approving mucsGuillaume Desmottes2010-07-091-0/+1
| |
* | debug_window_name_owner_changed_cb: update client services as wellGuillaume Desmottes2010-07-091-33/+32
| | | | | | | | Remove some deprecated comments in th proccess.
* | Store the unique name in the modelGuillaume Desmottes2010-07-091-13/+10
| | | | | | | | This avoid to add one entry per Empathy head for example.
* | FillCmChooserData: rename, add type field and helper functionsGuillaume Desmottes2010-07-091-12/+35
| |
* | rename vars, functions and constants to make code less CM specificGuillaume Desmottes2010-07-091-82/+82
| | | | | | | | Basically a renaming from 'cm' to 'services' to make code clearer.
* | coding style fixGuillaume Desmottes2010-07-091-2/+2
| |
* | debug-window: add Telepathy clientsGuillaume Desmottes2010-07-091-0/+54
| |
* | debug-window: remove hardcoded clientsGuillaume Desmottes2010-07-091-22/+0
|/
* tell the chatroom manager asap about chatsSjoerd Simons2010-07-091-10/+20
|
* link on unique-3 when using GTK3Guillaume Desmottes2010-07-081-0/+4
|
* move GTK+ check to its own PKG_CHECK_MODULESGuillaume Desmottes2010-07-081-0/+2
|
* call-window: use gtk_widget_get_allocation()Guillaume Desmottes2010-07-071-1/+3
|
* rephrase 'Important Room' menu entryGuillaume Desmottes2010-07-071-1/+1
|
* set a title to the room invitation dialogGuillaume Desmottes2010-07-071-0/+7
|
* Add a title to the incoming call dialogGuillaume Desmottes2010-07-071-0/+7
| | | | This gives a bit more context when the dialog is displayed right away.
* display incoming events right away if user asked toGuillaume Desmottes2010-07-071-3/+38
|
* Add option to disable displaying events in the notif area (#585914)Guillaume Desmottes2010-07-072-1/+24
|
* add accept/decline buttons to invitation notificationsGuillaume Desmottes2010-07-071-0/+1
|
* use a specific event type for muc invitationsGuillaume Desmottes2010-07-072-3/+4
|
* add accept/decline buttons to FT notificationsGuillaume Desmottes2010-07-071-0/+10
|
* event-manager: allow to reject FT channelsGuillaume Desmottes2010-07-071-0/+7
|
* add answer/decline buttons in call notifications (#597124)Guillaume Desmottes2010-07-071-0/+21
|
* add empathy_event_declineGuillaume Desmottes2010-07-072-0/+11
|
* Add 'Respond' button only for text channels and approve it directlyGuillaume Desmottes2010-07-071-7/+11
|
* add empathy_event_approve()Guillaume Desmottes2010-07-072-0/+11
|
* factor out add_notification_actionsGuillaume Desmottes2010-07-071-9/+16
|
* empathy_dispatcher_join_muc: remove callback argGuillaume Desmottes2010-07-074-6/+5
| | | | We always want to let the text handler handle the channel.
* Revert "no need to specify each time of handle"Sjoerd Simons2010-07-061-0/+11
| | | | This reverts commit d88eaef098d3afc329266f25ce194c6dfebbc979.
* Inform the chatroom mgr when we are handling a new roomGuillaume Desmottes2010-07-052-1/+10
| | | | It can't rely on the internal dispatcher any more.
* no need to specify each time of handleGuillaume Desmottes2010-07-051-11/+0
|
* Handle text channels using TpSimpleHandler (#623358)Guillaume Desmottes2010-07-052-46/+169
| | | | Also move handling code from empathy.c to empathy-chat-manager.
* chat-manager: document the queueGuillaume Desmottes2010-07-051-0/+1
|
* stop handling text channels using EmpathyDispatcherGuillaume Desmottes2010-07-051-21/+1
|
* room list channels are not dispatchedGuillaume Desmottes2010-07-051-2/+0
|
* main: destroy the window when we're done (#623396)Guillaume Desmottes2010-07-021-0/+1
|
* status-icon: drop our ref on the window when disposingGuillaume Desmottes2010-07-021-0/+1
|
* install empathy-av to libexecGuillaume Desmottes2010-06-291-1/+3
|
* add AV client to the debug windowGuillaume Desmottes2010-06-291-0/+7
|
* Disable timer if EMPATHY_PERSIST is setGuillaume Desmottes2010-06-291-0/+11
|
* Add a timer stopping the proccess after a while if idlingGuillaume Desmottes2010-06-291-0/+61
| | | | There is no point to keep it around when not needed.
* add empathy_call_factory_registerGuillaume Desmottes2010-06-291-0/+8
| | | | So we can connect signal before registering the Handler.
* Add empathy-av, a new process handling media channels (#599161)Guillaume Desmottes2010-06-293-6/+122
|
* empathy: stop handling media channelsGuillaume Desmottes2010-06-291-24/+1
|
* Approve right away group text channels if we are not invitedGuillaume Desmottes2010-06-241-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.EventManagerGuillaume Desmottes2010-06-241-1/+1
| | | | This is more coherent with Empathy.AV.
* Add missing signal to EmpathyMainWindowDanielle Madeley2010-06-241-1/+3
|
* remove empathy-import-mc4-accounts (#622578)Guillaume Desmottes2010-06-243-567/+0
|
* stop importing MC4 accountsGuillaume Desmottes2010-06-243-50/+3
|
* Port EmpathyPreferences to GtkDialog subclassDanielle Madeley2010-06-244-197/+215
|
* Port EmpathyMainWindow to GtkWindow subclassDanielle Madeley2010-06-245-224/+308
|
* Merge branch 'av-handler-622368'Guillaume Desmottes2010-06-221-35/+1
|\
| * stop handling internally stream media channelsGuillaume Desmottes2010-06-221-35/+1
| | | | | | | | We are going to do it properly using TpSimpleHandler.
* | debug-window: add the logger (#622381)Guillaume Desmottes2010-06-221-0/+7
|/
* Delay setting both contact list values until the each is set.Danielle Madeley2010-06-211-4/+16
| | | | Solves a loop in the notification code that caused things to get stuck.
* strip name of the room (#622201)Guillaume Desmottes2010-06-211-0/+2
|
* Grab focus on the main window's tree view by defaultXavier Claessens2010-06-211-0/+2
| | | | | | This is needed to make live search works when the main window is shown Fixes bug #621089
* Remove useless occurences of 'gconf' wordXavier Claessens2010-06-211-1/+1
| | | | Die gconf, die!
* Merge branch 'approvers-redone-599158'Guillaume Desmottes2010-06-192-116/+269
|\
| * rename channel_claim_cb to reject_channel_claim_cbGuillaume Desmottes2010-06-181-2/+3
| |
| * factor out reject_approvalGuillaume Desmottes2010-06-171-34/+20
| |
| * approve_channels: use quarks to compare channel typesGuillaume Desmottes2010-06-171-6/+7
| |
| * fix typoGuillaume Desmottes2010-06-171-1/+1
| |
| * event-manager: re-implement approving using a proper Approver (#599158)Guillaume Desmottes2010-06-171-101/+275
| |
| * add inviter arg to empathy_tp_chat_is_invitedGuillaume Desmottes2010-06-171-1/+1
| |
| * event-manager: disable approving for nowGuillaume Desmottes2010-06-171-15/+6
| |
* | Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-182-15/+0
| |
* | port to latest tp-logger APIGuillaume Desmottes2010-06-181-1/+0
| |
* | Add shortcut keys for contact list item sizesWill Thompson2010-06-181-0/+3
| | | | | | | | | | | | Maybe these are overkill? https://bugzilla.gnome.org/show_bug.cgi?id=621703
* | Port empathy-import-mc4-accounts imported setting to GSettingsDanielle Madeley2010-06-181-15/+14
| |
* | Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-1811-655/+360
|/
* map-view: add a debug message when adding a markerGuillaume Desmottes2010-06-161-0/+2
|
* use tp_g_signal_connect_object to connect the "closed" signal on the ↵Guillaume Desmottes2010-06-161-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 chatsGuillaume Desmottes2010-06-111-0/+1
|
* Use EmpathyLiveSearch in main window's contact listFelix Kaser2010-06-091-1/+13
|
* Join room where we have been invited when handling the channel rather than ↵Guillaume Desmottes2010-06-072-14/+8
| | | | we we approve it
* empathy_call_window_set_send_video: only disable preview if we need toGuillaume Desmottes2010-06-071-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 stylesXavier Claessens2010-06-051-28/+28
|
* chatrooms-window: remove the 'edit' buttonGuillaume Desmottes2010-06-042-80/+10
| | | | It has never been implemented so there is no point keeping it (#520207).
* accounts-dialog: avoid leaking the account status messageRob Bradford2010-06-031-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 informationRob Bradford2010-06-031-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 Desmottes2010-06-031-2/+2
|
* Don't wait longer than 5 seconds when trying to join chatroomsGuillaume Desmottes2010-06-031-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 Desmottes2010-06-031-1/+68
|
* factor out join_chatroomGuillaume Desmottes2010-06-031-6/+16
|
* Only create the EmpathyAccountsDialog if requiredDanielle Madeley2010-06-031-2/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=616616
* empathy-debug-window: Add protocol names next to the CMs in the dropdownDanielle Madeley2010-06-021-14/+106
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=612523
* Merge branch 'import-617971'Guillaume Desmottes2010-05-281-0/+4
|\
| * assistant: call empathy_import_widget_add_selected_accounts in ↵Guillaume Desmottes2010-05-251-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 fixesGuillaume Desmottes2010-05-271-2/+2
| |
* | rephrase important room menuGuillaume Desmottes2010-05-271-1/+1
| |
* | Add option to make chatroom "always urgent" (#611894)Jonas Bonn2010-05-272-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 callbackJonas Bonn2010-05-271-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/offlineXavier Claessens2010-05-261-10/+19
| |
* | Play sound for contact connected/disconnected from EmpathyEventManager ↵Xavier Claessens2010-05-262-60/+25
| | | | | | | | instead of main window
* | Do not use EmpathyContactMonitor to know when a contact is addedXavier Claessens2010-05-261-9/+17
| |
* | Port to new EmpathyTpContactFactory APIXavier Claessens2010-05-263-25/+8
| |
* | invite-participant-dialog: translate the 'invite' button (#619678)Guillaume Desmottes2010-05-261-1/+1
|/
* hardcode facebook server to workaround SRV lookup issuesGuillaume Desmottes2010-05-252-0/+6
|
* main_window_favorite_chatroom_join: skip not connected accounts (#606738)Guillaume Desmottes2010-05-211-5/+7
| | | | This fix a crash if the account is connecting.
* Change names of variables that shadow libc symbolsDanielle Madeley2010-05-212-4/+4
|
* use avatar-default instead of the deprecated stock_person iconGuillaume Desmottes2010-05-203-5/+6
|
* Use library i18n method for source files included in shared libraryRob Bradford2010-05-187-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 ↵ekspiulo2010-05-181-1/+1
| | | | (#618753)
* Don't try to start change the camera when there is no inputSjoerd Simons2010-05-101-6/+14
| | | | Fixes bug #618167
* Add missing tp-glib/util.h header to the AccountsPage.Travis Reitter2010-05-081-0/+1
|
* Remove unused #include from empathy-map-view.cXavier Claessens2010-05-061-3/+1
|
* Merge branch 'timestamp-615976'Guillaume Desmottes2010-05-048-14/+79
|\
| * define EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directlyGuillaume Desmottes2010-05-042-4/+4
| |
| * fix typo in commentGuillaume Desmottes2010-05-041-1/+1
| |
| * Set the user action time when the user approves stuffSjoerd Simons2010-05-041-0/+19
| |
| * Consider G_MAXIN64 as a secred code for GDK_CURRENT_TIMESjoerd Simons2010-05-041-9/+13
| |
| * Add a comment, fix indentationSjoerd Simons2010-05-041-2/+3
| |
| * Only present and tab switch for new eventsSjoerd Simons2010-04-251-2/+25
| |
| * Always at least show new chat windows even if not presenting themSjoerd Simons2010-04-251-0/+1
| |
| * Pass the ChannelDispatcher timestamp onwards to window_presentSjoerd Simons2010-04-251-1/+8
| |
| * pass timestamp to empathy_chat_window_present_chatGuillaume Desmottes2010-04-253-4/+8
| |
| * add timestamp arg to empathy_dispatcher_create_channelSjoerd Simons2010-04-251-1/+2
| |
| * add timestamp arg to empathy_dispatcher_join_mucSjoerd Simons2010-04-254-5/+10
| |
| * add timestamp arg to empathy_dispatcher_chat_with_contact(_id)Sjoerd Simons2010-04-252-2/+2
| |
* | accounts-module: Remove call to textdomain ()Rob Bradford2010-05-041-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 createdRob Bradford2010-04-262-0/+5
|/ | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616660
* disconnect empathy_call_window_bus_message() in dispose (#616301)David Laban2010-04-211-6/+6
| | | | Otherwise, we will crash because priv->handler is not there.
* fix show_offline gconf key (#616267)Guillaume Desmottes2010-04-201-3/+3
| | | | The key is /ui/show_offline not /contacts/show_offline
* Move the spinner next to the expander label in new chatroom dialogXavier Claessens2010-04-192-16/+23
|
* Do not use deprecated GTK symbolsXavier Claessens2010-04-191-1/+1
|
* Replace EphySpinner by GtkSpinnerXavier Claessens2010-04-197-1088/+42
| | | | Fixes bug #598446
* Update the Tabs menu when a tab is moved.Mike Ruprecht2010-04-191-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 tabsMirsal Ennaime2010-04-161-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 Laban2010-04-141-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 Desmottes2010-04-091-2/+2
| | | | empathy_signal_connect_weak
* src/empathy-chat-window.c: use tp_g_signal_connect_object instead of ↵Guillaume Desmottes2010-04-091-2/+2
| | | | empathy_signal_connect_weak
* src/empathy-call-window.c: use tp_g_signal_connect_object instead of ↵Guillaume Desmottes2010-04-091-11/+14
| | | | empathy_signal_connect_weak
* src/empathy-accounts-dialog.c: use tp_g_signal_connect_object instead of ↵Guillaume Desmottes2010-04-091-6/+6
| | | | empathy_signal_connect_weak
* src/cc-empathy-accounts-page.c: use tp_g_signal_connect_object instead of ↵Guillaume Desmottes2010-04-091-2/+2
| | | | empathy_signal_connect_weak
* account_assistant_apply_account_and_finish: explicitely ask to set the ↵Guillaume Desmottes2010-04-091-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 dismissedGuillaume Desmottes2010-04-091-26/+2
| | | | This code was broken anyway so we don't change the current behaviour.
* remove NotificationDataGuillaume Desmottes2010-04-091-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 dismissedGuillaume Desmottes2010-04-091-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 nameGuillaume Desmottes2010-04-071-2/+15
|