aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* chat-window: cache the 'chat' gsettingsGuillaume Desmottes2010-11-171-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 Desmottes2010-11-161-9/+0
| | | | This code is useless.
* don't set fill on the box containing buttonsGuillaume Desmottes2010-11-151-0/+1
|
* use gtk_box_pack_start() to pack our widget to the dialog (#634912)Guillaume Desmottes2010-11-151-1/+1
|
* Group all harddeps in one pkg-config callXavier Claessens2010-11-151-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 Minko2010-11-121-32/+6
|
* Make AccountChooser filters asynchronous to let them handle newly connected ↵Vitaly Minko2010-11-111-25/+78
| | | | accounts properly (#633481).
* about-dialog: add my emailGuillaume Desmottes2010-11-091-1/+1
|
* Merge branch 'subscription-msg-630707'Guillaume Desmottes2010-11-091-1/+2
|\
| * pass message to empathy_subscription_dialog_showGuillaume Desmottes2010-11-091-1/+2
| |
| * empathy_subscription_dialog_show: display user's message if any (#630707)Guillaume Desmottes2010-11-091-1/+1
| |
* | init GTK+ before empathy-gtkGuillaume Desmottes2010-11-091-0/+1
|/
* Add Accept/Decline button in subscription notifications (#630706)Guillaume Desmottes2010-11-091-0/+54
|
* add empathy_event_remove()Guillaume Desmottes2010-11-092-2/+9
|
* Always set up the call factory in empathy-av.Travis Reitter2010-11-041-3/+6
|
* Merge branch 'av-crash-633816'Guillaume Desmottes2010-11-031-3/+4
|\
| * Don't destroy the call factory right away (#633816)Guillaume Desmottes2010-11-021-3/+4
| |
* | fix syntax errorGuillaume Desmottes2010-11-031-2/+3
| |
* | Reword subscription request dialog to be less technicalAlex Launi2010-11-031-2/+2
|/
* empathy: use the proper exit statusTravis Reitter2010-10-301-2/+4
|
* empathy-debugger: use the proper exit statusTravis Reitter2010-10-301-2/+4
|
* empathy-chat: use the proper exit statusTravis Reitter2010-10-301-2/+3
|
* empathy-av: use the proper exit statusTravis Reitter2010-10-301-2/+3
|
* empathy-accounts: use the proper exit statusTravis Reitter2010-10-301-2/+3
|
* Make the chat program not exit after 60 seconds.Travis Reitter2010-10-301-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 Reitter2010-10-301-46/+88
| | | | Helps bgo#632912.
* Make empathy-accounts use act as a "command-line" GApplicationTravis Reitter2010-10-301-21/+60
| | | | Helps bgo#632912.
* Relocate static function to eliminate prototype.Travis Reitter2010-10-301-21/+15
|
* Don't try to register for unique bus names in remote instances of empathy-av.Travis Reitter2010-10-301-15/+16
|
* Properly handle remote instances of empathy-av.Travis Reitter2010-10-301-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 Reitter2010-10-301-3/+4
| | | | Helps bgo#632912.
* Properly handle remote instances of the debugger.Travis Reitter2010-10-301-7/+21
| | | | Helps bgo#632912.
* Don't try to register for unique bus names in remote instances of Empathy.Travis Reitter2010-10-301-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 Reitter2010-10-301-27/+3
|
* Make the Empathy core program act as a unique app.Travis Reitter2010-10-301-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 mgrGuillaume Desmottes2010-10-281-12/+19
| | | | This avoid to recreate one each time we need it.
* empathy-account: change Salut -> People NearbyFrancisca Gallardo2010-10-261-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 Desmottes2010-10-251-3/+6
|
* coding style fixGuillaume Desmottes2010-10-251-8/+11
|
* empathy.c: stop instantiating the chat managerGuillaume Desmottes2010-10-251-6/+0
|
* Create 'empathy-chat' handling text channels (#631946)Guillaume Desmottes2010-10-253-1/+184
|
* chat-manager: add API to track the number of handled chatsGuillaume Desmottes2010-10-252-0/+63
|
* chat-manager: make clear that we are dealing with *closed* chatsGuillaume Desmottes2010-10-253-22/+23
|
* rename the chat handler to Empathy.ChatGuillaume Desmottes2010-10-251-1/+1
|
* Merge remote branch 'vminko/fix-625780'Guillaume Desmottes2010-10-221-15/+15
|\
| * Return existing default chat window when it's hidden, just restore it in ↵Vitaly Minko2010-10-211-15/+15
| | | | | | | | this case (#625780).
* | empathy.c: call g_application_hold() on the appGuillaume Desmottes2010-10-221-0/+1
| |
* | GApplication is not a initable anymoreGuillaume Desmottes2010-10-221-6/+2
| |
* | Port the a/v app to new G/tkApplication.Travis Reitter2010-10-221-22/+19
| | | | | | | | Fixes bgo#632846.
* | Port the accounts dialog to new G/tkApplication.Travis Reitter2010-10-221-5/+7
| | | | | | | | Helps bgo#632846.
* | Port the debugger to new G/tkApplication.Travis Reitter2010-10-221-2/+5
| | | | | | | | Helps bgo#632846.
* | Port core Empathy to new G/tkApplication.Travis Reitter2010-10-221-5/+4
|/ | | | Helps bgo#632846.
* Ensure that the connection of the account passed to EmpathyTpChat has ↵Guillaume Desmottes2010-10-202-2/+10
| | | | capabilities ready
* Port to libnotify 0.7.0William Jon McCann2010-10-192-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=631944
* move the 'Find in contact list' menu itemGuillaume Desmottes2010-10-181-1/+1
|
* Merge remote branch 'vminko/fix-632024-v2'Guillaume Desmottes2010-10-182-0/+17
|\
| * Move the 'Find in Contact List' item from the View menu to the Edit menu.Vitaly Minko2010-10-182-9/+9
| |
| * Add an entry in the View menu to search for contacts (#632024).Vitaly Minko2010-10-182-0/+17
| |
* | empathy-av: use GtkApplication (#621339)Guillaume Desmottes2010-10-181-1/+7
| |
* | empathy-debugger: use GtkApplication (#621339)Guillaume Desmottes2010-10-181-2/+7
| |
* | define EMPATHY_DBUS_NAMEGuillaume Desmottes2010-10-181-1/+3
| |
* | stop linking on libuniqueGuillaume Desmottes2010-10-181-4/+0
| |
* | empathy-accounts-common: no need to include uniqueGuillaume Desmottes2010-10-181-1/+0
| |
* | empathy-accounts: port to GtkApplication (#621339)Guillaume Desmottes2010-10-181-41/+12
| |
* | Use GtkApplication::activated instead of libuniqueGuillaume Desmottes2010-10-181-54/+21
| | | | | | | | | | Also use empathy_window_present() to present the existing window as it does what we need.
* | EmpathyApp: inherit from GtkApplication (#621339)Guillaume Desmottes2010-10-181-7/+28
| |
* | Create a EmpathyApp objectGuillaume Desmottes2010-10-181-147/+271
| |
* | Port empathy-debug-window to GtkComboBoxTextDanielle Madeley2010-10-181-2/+2
| |
* | Port empathy-account-assistant to GtkComboBoxTextDanielle Madeley2010-10-181-2/+2
| |
* | Retain the ContactManager for the lifetime of the main window.Travis Reitter2010-10-161-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 Minko2010-10-151-21/+14
|
* A modal dialog to warn the user if account manager could not be contactedChandni Verma2010-10-151-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 Minko2010-10-114-5/+62
|
* main-window: elipsize "No match found" messageGuillaume Desmottes2010-10-061-0/+3
| | | | This avoid to enlarge the contact list when displaying it (#631455).
* chat-window: port to new GtkNotebook APIGuillaume Desmottes2010-10-041-4/+7
|
* call-window: remove GTK2 compat codeGuillaume Desmottes2010-10-041-9/+0
|
* remove has-separator property from XML filesGuillaume Desmottes2010-10-042-2/+0
| | | | It has been removed from GtkDialog
* don't set has-window on the spinnerGuillaume Desmottes2010-10-041-1/+0
| | | | There is no reason to and that makes GTK assert.
* Import latest version of ev-sidebar from totemGuillaume Desmottes2010-10-046-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 removedGuillaume Desmottes2010-10-041-14/+0
|
* GDK keys are now GDK_KEY_*Guillaume Desmottes2010-10-047-13/+13
|
* Stop using GtkObject (#630685)Matthias Clasen2010-10-041-5/+3
|
* accounts-dialog: stop displaying the import dialog automatically (#631080)Guillaume Desmottes2010-10-011-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 Desmottes2010-09-291-1/+1
|
* factor out empathy_protocol_chooser_create_account_settings()Guillaume Desmottes2010-09-292-114/+7
| | | | No need to keep this code duplicated.
* Add empathy_service_name_to_display_name()Guillaume Desmottes2010-09-292-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 Desmottes2010-09-292-20/+38
| | | | and gtalk
* Avoid to completely hide the last saved window when creating a new oneGuillaume Desmottes2010-09-291-0/+10
|
* chat-window: remember the geometry of the last saved windowGuillaume Desmottes2010-09-291-3/+10
| | | | This way new chat window have this geometry rather than the default one.
* chat-window: most of the functions can be staticGuillaume Desmottes2010-09-292-53/+51
|
* google-talk: no need to unset the 'server' paramGuillaume Desmottes2010-09-282-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_separatorDiego Escalante Urrelo2010-09-283-15/+0
| | | | | | This is deprecated in GTK+ 2.22 Bug #630107
* Disable the fullscreen action while we are not connectedGuillaume Desmottes2010-09-271-0/+6
|
* empathy_call_window_fullscreen_set_cursor_visible: clean up functionGuillaume Desmottes2010-09-271-5/+5
|
* Leave fullscreen mode when call is disconnected (#593437)Guillaume Desmottes2010-09-271-0/+3
|
* show_borders: check if video_output still exists before using itGuillaume Desmottes2010-09-271-4/+9
|
* empathy_call_window_fullscreen_set_cursor_visible: early return if video ↵Guillaume Desmottes2010-09-271-1/+4
| | | | widget is NULL
* call-window-fullscreen: NULLify the video widget when it's destroyedGuillaume Desmottes2010-09-271-0/+12
|
* disconnect signal before destroying the video widgetGuillaume Desmottes2010-09-271-0/+1
|
* factor out disconnect_video_output_motion_handler()Guillaume Desmottes2010-09-271-9/+12
|
* call-window: remove the errors info bar when redialing (#630276)Guillaume Desmottes2010-09-271-0/+4
|
* chat_window_new_message_cb: update the window icon as well (#558802)Guillaume Desmottes2010-09-271-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 Desmottes2010-09-271-4/+6
|
* empathy.c: check return value of unique_app_send_message (#629782)Guillaume Desmottes2010-09-271-4/+6
|
* switched notebook pagesFelix Kaser2010-09-132-11/+11
| | | | | to start with the scrolled window for the treeview as first page. this fixes bug #627238 and the empathy part of bug #626503
* 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
|