aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
Commit message (Collapse)AuthorAgeFilesLines
* coding style fixesGuillaume Desmottes2013-09-171-1/+1
|
* tpaw-utils: move empathy_window_present* to tp-aw and rename itMarco Barisione2013-08-201-1/+2
| | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* EmpathyApp: Use GAction to pass the command-line to main instanceMarco Trevisan (Treviño)2013-04-051-1/+28
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697197
* EmpathyApp: don't open the main instance if only the preferences are requestedMarco Trevisan (Treviño)2013-04-051-4/+10
| | | | Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=697254
* EmpathyApp: don't activate app with invalid commandlineMarco Trevisan (Treviño)2013-04-051-6/+7
|
* EmpathyApp: clear errors in command-line initializationMarco Trevisan (Treviño)2013-04-051-5/+2
|
* Empathy: Use g_application_activate to pass platform-data to the GtkApplicationMarco Trevisan (Treviño)2013-04-051-27/+16
| | | | | | | Also we make sure that the DESKTOP_STARTUP_ID env variable is not unset when initializing gtk. https://bugzilla.gnome.org/show_bug.cgi?id=697197
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-13/+10
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-12/+12
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-12/+12
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-17/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* include telepathy-glib.hGuillaume Desmottes2012-09-171-6/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
| | | | | | tp_account_manager_get_valid_accounts() has been deprecated. Fix an accounts list leak in empathy-sanity-cleaning.
* empathy: use tp_account_manager_enable_restart()Guillaume Desmottes2012-07-171-0/+2
| | | | | | If for some reason MC crashes we should restart it right away. Ideally this should be done by the Shell (#680099) but it's good to have in Empathy as well.
* Readd Ctrl-H acceleratorDanielle Madeley2012-05-161-0/+4
|
* Remove menu button, have only app menuDanielle Madeley2012-05-151-15/+3
|
* Add the app menu using the same model as the menu buttonDanielle Madeley2012-05-151-0/+15
|
* EmpathyMainWindow: inherit from GtkApplicationWindowGuillaume Desmottes2012-05-151-1/+1
| | | | That's recommended for a better GNOME 3 integration.
* Fix localization of --help outputs and application namesGabor Kelemen2012-05-031-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675246
* Merge branch 'gnome-3-4'Guillaume Desmottes2012-04-111-7/+0
|\ | | | | | | | | Conflicts: po/ca@valencia.po
| * Don't display anything when being re-invoked in hidden modeGuillaume Desmottes2012-04-111-7/+0
| | | | | | | | | | | | | | Hidden is disabled by default, so if Empathy is re-invoked with --hidden explicitely passed, we shouldn't bring back the contact list or any UI. https://bugzilla.gnome.org/show_bug.cgi?id=673691
* | stop using g_thread_initGuillaume Desmottes2012-04-051-1/+0
| | | | | | | | | | | | It has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662
* | stop instantiating EmpathyConnectivityGuillaume Desmottes2012-04-051-22/+0
|/
* include logger single headerGuillaume Desmottes2012-04-041-1/+1
|
* check gtk_clutter_init() return valueGuillaume Desmottes2012-02-221-1/+2
|
* Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-3/+0
|
* rename MainWindow to RosterWindowGuillaume Desmottes2012-01-101-6/+6
| | | | | With the process split it doesn't really make sense to continue calling it 'main' window, it's just the roster now.
* event-manager: use the conn aggregator instead of the contact mgrGuillaume Desmottes2011-11-301-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547
* Revert "WIP"Guillaume Desmottes2011-11-291-1/+0
| | | | | | This reverts commit f1a9c6deaa7f706df73cb4e1195647a2a27177c6. Humm I didn't mean to push that, sorry. :\
* WIPGuillaume Desmottes2011-11-291-0/+1
|
* groups-widget: use empathy_connection_aggregator_get_all_groups()Guillaume Desmottes2011-11-291-0/+26
| | | | | | | | We have to prepare the contact groups feature and ensure that the singleton is still alive. The 'empathy' process is the only one allowing user to change contact groups so we just have to do it there. https://bugzilla.gnome.org/show_bug.cgi?id=665121
* empathy: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-261-4/+3
| | | | | | | | We are not supposed to call gtk_main_quit() as we don't use gtk_main() any more. Instead we add the windows to the GtkApplication which will take care of exiting when they have been all destroyed. https://bugzilla.gnome.org/show_bug.cgi?id=662504
* hide notifications options when in ShellJuan R. Garcia Blanco2011-09-261-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659207
* Don't assume a connected TpAccount always have a TpConnectionGuillaume Desmottes2011-09-191-14/+7
| | | | | | | The connection object may not be there yet if tp-glib is still preparing its features. https://bugzilla.gnome.org/show_bug.cgi?id=659439
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-191-5/+5
|
* Don't update presence on session changes if the Shell is runningGuillaume Desmottes2011-08-301-20/+27
| | | | | | The Shell does it for us. https://bugzilla.gnome.org/show_bug.cgi?id=656631
* fix typoGuillaume Desmottes2011-08-301-1/+1
|
* Don't set presence to offline when Shell is runningGuillaume Desmottes2011-08-301-4/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656632
* don't create the status icon if GNOME Shell is runningGuillaume Desmottes2011-08-301-2/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=631944
* Use the new enum everywhereEmilio Pozuelo Monfort2011-08-041-5/+5
| | | | And use strings for the --show-preferences argument.
* Allow to specify the tab to open in the preferencesEmilio Pozuelo Monfort2011-08-041-5/+29
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884
* Add a command line option to Empathy to show the preferencesEmilio Pozuelo Monfort2011-08-041-3/+39
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884
* Always build telepathy-yell and handle Call channelsEmilio Pozuelo Monfort2011-06-091-3/+1
| | | | | | | | | Just keep empathy-call optional. Conflicts: libempathy-gtk/empathy-call-utils.c libempathy/empathy-channel-factory.c
* Initialize GObjectEmilio Pozuelo Monfort2011-06-091-1/+1
| | | | | | Conflicts: src/empathy.c
* Initialize telepathy-yellEmilio Pozuelo Monfort2011-06-081-0/+6
| | | | | | Conflicts: src/empathy.c
* Do not show the main window when creating it, it will be presented if not ↵Xavier Claessens2011-05-261-1/+0
| | | | start hidden
* Fix some races in the chatroom joining codeSjoerd Simons2011-03-211-34/+38
| | | | | | | | | | | | The auto-reconnection logic for chatrooms was a bit odd. It would for every chatroom that existed when the account manager was prepared connect once to status-changed for each account for each chatroom... Change this such that whenever an account connects, we simply get the then current list of chatrooms and auto-connect those as needed. This fixes issues when a chatroom gets removed from the manager and when the auto-connect options on a chatrooms change.
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-171-3/+3
| | | | | We don't have EmpathyDispatcher any more so this file just contains some utility functions now.
* empathy.c: stop instantiating a EmpathyDispatcherGuillaume Desmottes2011-02-241-6/+0
|
* rename EmpathyIdle to EmpathyPresenceManager (#640532)Guillaume Desmottes2011-01-251-12/+14
| | | | It's doing more than idle management now.
* empathy.c: instantiate a EmpathyNotificationsApproverGuillaume Desmottes2010-11-231-0/+6
|
* empathy: use the proper exit statusTravis Reitter2010-10-301-2/+4
|
* Make the core empathy a command-line GApplication.Travis Reitter2010-10-301-46/+88
| | | | 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.
* empathy.c: stop instantiating the chat managerGuillaume Desmottes2010-10-251-6/+0
|
* 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 core Empathy to new G/tkApplication.Travis Reitter2010-10-221-5/+4
| | | | Helps bgo#632846.
* define EMPATHY_DBUS_NAMEGuillaume Desmottes2010-10-181-1/+3
|
* 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
|
* 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>
* empathy.c: check return value of unique_app_send_message (#629782)Guillaume Desmottes2010-09-271-4/+6
|
* use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes2010-08-181-2/+2
|
* remove empathy-dispatch-operationGuillaume Desmottes2010-08-111-1/+0
|
* empathy_dispatcher_join_muc: get an account instead of a connectionGuillaume Desmottes2010-08-111-6/+3
|
* Use TpSimpleHandler to handle incoming file transfer (#623139)Guillaume Desmottes2010-08-111-0/+6
|
* stop handling internally FT channelsGuillaume Desmottes2010-08-111-62/+3
|
* 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.
* Add noreturn annotation to version callback functionPhilip Withnall2010-08-051-2/+5
|
* Use #ifdef instead of #if to avoid warnings of undefined symbolsPhilip Withnall2010-08-051-5/+5
|
* empathy_dispatcher_join_muc: remove callback argGuillaume Desmottes2010-07-071-3/+2
| | | | We always want to let the text handler handle the channel.
* Inform the chatroom mgr when we are handling a new roomGuillaume Desmottes2010-07-051-1/+0
| | | | It can't rely on the internal dispatcher any more.
* Handle text channels using TpSimpleHandler (#623358)Guillaume Desmottes2010-07-051-46/+1
| | | | Also move handling code from empathy.c to empathy-chat-manager.
* 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
|
* empathy: stop handling media channelsGuillaume Desmottes2010-06-291-24/+1
|
* stop importing MC4 accountsGuillaume Desmottes2010-06-241-5/+2
|
* Port EmpathyMainWindow to GtkWindow subclassDanielle Madeley2010-06-241-1/+2
|
* stop handling internally stream media channelsGuillaume Desmottes2010-06-221-35/+1
| | | | We are going to do it properly using TpSimpleHandler.
* Merge branch 'approvers-redone-599158'Guillaume Desmottes2010-06-191-1/+1
|\
| * add inviter arg to empathy_tp_chat_is_invitedGuillaume Desmottes2010-06-171-1/+1
| |
* | Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-181-13/+0
| |
* | port to latest tp-logger APIGuillaume Desmottes2010-06-181-1/+0
| |
* | Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-24/+22
|/
* Join room where we have been invited when handling the channel rather than ↵Guillaume Desmottes2010-06-071-0/+7
| | | | we we approve it
* pass timestamp to empathy_chat_window_present_chatGuillaume Desmottes2010-04-251-1/+2
|
* add timestamp arg to empathy_dispatcher_join_mucSjoerd Simons2010-04-251-2/+4
|
* Merge branch 'undo-close-tab'Jonny Lamb2010-03-301-0/+6
|\
| * Add chat manager which tracks chats closing and can respawn them (bug #609832)Jonny Lamb2010-03-061-0/+6
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | fix #endif commentGuillaume Desmottes2010-03-301-1/+1
| |
* | add gconf key to disable auto-away (#613603)Christian Kampka2010-03-301-2/+23
| |
* | Automatically reap the empathy-accounts child processDanielle Madeley2010-03-241-13/+1
|/ | | | Remove unrequired exit_cb code
* Popup the assistant when starting only if there is *no* account configuredGuillaume Desmottes2010-03-051-2/+2
|
* Improve debugging and don't use g_debugSjoerd Simons2010-03-021-1/+0
|
* Make the empathy-account code be slightly more streamlinedSjoerd Simons2010-03-021-2/+3
| | | | | | | On every run of the accounts UI we should try to import MC4 accounts (if they weren't imported already). Also replace the --try-import option with --if-needed to better document the fact that it will only display the UI if needed.
* Only launch empathy-accounts if neededSjoerd Simons2010-03-021-1/+7
|
* Also potentially popup the account dialog when activate by libuniqueSjoerd Simons2010-03-021-0/+10
|
* Merge commit 'ka/empathy-tpl-20100225-ifdef'Guillaume Desmottes2010-02-261-2/+16
|\
| * TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-261-2/+16
| | | | | | | | By default TPL is disabled, use --enable-tpl configure option to enable it.
* | Remove the SKIP_TASKBAR hint when the main window is activatedRob Bradford2010-02-261-0/+1
|/
* Use a appropriate unique name for Empathy unique appSjoerd Simons2010-02-251-1/+1
|
* Remove the --acounts CLI optionGuillaume Desmottes2010-02-221-43/+13
| | | | We should use empathy-accounts directly now.
* define EMPATHY_CLIENT_NAMEGuillaume Desmottes2010-02-221-2/+1
|
* Stop using org.gnome.EmpathyGuillaume Desmottes2010-02-221-22/+2
| | | | | We can use org.freedesktop.Telepathy.Client.Empathy to check if another Empathy instance is running.
* Use TpDebugSender to publish debug messages (#607330)Jonny Lamb2010-02-171-29/+12
|
* Only act when the account got a connectionSjoerd Simons2010-02-141-0/+2
|
* Separate the accounts dialog into its own program which works with the Gnome ↵Travis Reitter2010-02-121-180/+19
| | | | | | | | preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon).
* do_show_accounts_ui: don't unref the EmpathyConnectionManagersGuillaume Desmottes2010-02-111-2/+0
| | | | We already unref it once the async callback is done.
* empathy.c: Initialise variable (#609030)Danielle Madeley2010-02-081-0/+4
| | | | Fixes bug introduced in 24db41f217eea1cbf929cc3e623c50ca626db4b
* Pass a ready EmpathyConnectionManagers to empathy_account_assistant_showGuillaume Desmottes2010-01-251-8/+35
| | | | | This kinda suck but we have to construct the assistant in a sync way so can't wait for the manager to become ready.
* Move all the tests checking if we should display the the assistant to a ↵Guillaume Desmottes2010-01-251-25/+63
| | | | | | | single function We used to check that in a lot of different places. Refactor the code to make it clearer and easier to understand.
* replace empathy_connection_managers_call_when_ready by ↵Guillaume Desmottes2010-01-221-5/+7
| | | | prepare_{async_finish} functions
* empathy.c: use empathy_connection_managers_call_when_readyGuillaume Desmottes2010-01-221-21/+11
|
* Call create_salut_account_if_needed when the assistant is closedGuillaume Desmottes2010-01-201-1/+0
| | | | | That way we only try to create the account if the assistant properly terminates (#607436).
* Don't pass managers to create_salut_account_if_neededGuillaume Desmottes2010-01-201-2/+1
| | | | It can dup it itself.
* move create_salut_account_if_needed and should_create_salut_account to a new ↵Guillaume Desmottes2010-01-201-181/+1
| | | | file
* stop dispatching tube channels (#599159)Guillaume Desmottes2010-01-191-6/+0
| | | | Tube applications should use the ChannelDispatcher.
* Call xmlCleanupParser() only once when exiting (#600693)Guillaume Desmottes2010-01-131-0/+1
| | | | | | | This function should only be called when exiting the application as it cleans up the memory allocated by the library itself. Thanks to Lennart for pointing this out.
* Use clutter_get_option_group instead of gtk_clutter_initGuillaume Desmottes2009-12-231-4/+3
| | | | | | clutter_get_option_group will initialize clutter during arguments parsing. This avoid to call g_set_prgname twice as it's called once by g_option_context_parse and once when initializing clutter.
* Don't set the accounts dialog transient when running empathy -aGuillaume Desmottes2009-11-231-1/+1
| | | | This will avoid to display the contact list if it has been hidden (#581626).
* empathy.c: use tp_account_manager_get_most_available_presence instead of ↵Guillaume Desmottes2009-11-191-1/+5
| | | | empathy_idle_get_state
* Don't leak references to dup'ed objectsDanielle Madeley2009-11-091-0/+3
|
* Move the call to empathy_idle_get_state() to once the AM is readyDanielle Madeley2009-11-091-11/+17
| | | | | Removes a race where the presence gets wiped because we check whether to go online before our connection to the AccountManager is ready.
* Merge branch 'accountz'Jonny Lamb2009-11-021-97/+126
|\
| * empathy: when creating salut account, be sure to wait for the account managerJonny Lamb2009-10-301-14/+37
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-6/+21
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * empathy: port to new tp-glib account APIJonny Lamb2009-10-241-85/+76
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | empathy.c: document how the reference on the newly created EmpathyChat is ↵Guillaume Desmottes2009-10-231-2/+9
|/ | | | managed
* src/empathy.c: fix uint comparaisonGuillaume Desmottes2009-10-201-1/+1
|
* Make calling empathy without options idempotentSjoerd Simons2009-10-191-6/+21
| | | | | | | When empathy is started without any accounts the account assistant shows up, but if empathy is already running and is called again nothing happens. Fixed by always showing the account assistant if empathy is called and there are no non-salut accounts
* Explain the -h option betterSjoerd Simons2009-10-191-2/+2
|
* Make sure -h is respected when there were no mc4 accounts to importSjoerd Simons2009-10-151-1/+1
|
* Make sure the account manager is completely unreffed when exitingSjoerd Simons2009-10-151-1/+5
|
* Let empathy -a show the assistant if applicableSjoerd Simons2009-10-151-11/+52
|
* When starting hidden don't show the assistantSjoerd Simons2009-10-151-4/+5
|
* Show the assistant if there are no non-salut accountsSjoerd Simons2009-10-151-6/+25
|
* initialize libnotify earlier in main()Guillaume Desmottes2009-10-021-1/+2
| | | | | The status icon will have to query the notify daemon during its construction so libnotify has to be already initialized.
* Merge commit 'istaz/handle_none'Xavier Claessens2009-09-211-10/+1
|\
| * Fallback to the contact id if present when there is no room id for ↵Olivier Le Thanh Duong2009-09-211-10/+1
| | | | | | | | empathy_tp_chat
* | Add StreamMedia channelfilters with InitialAudio and InitialVideoSjoerd Simons2009-09-201-0/+21
|/
* Merge branch 'auto-connect'Jonny Lamb2009-09-081-0/+95
|\
| * empathy: no need to connect to status-changed; notify::connection will doJonny Lamb2009-09-081-57/+29
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * empathy: auto-connect to chatrooms where appropriateJonny Lamb2009-09-081-0/+123
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | fix typoSjoerd Simons2009-09-081-1/+1
|/
* Use GOptionContext to parse optionsOlivier Crête2009-09-021-8/+14
| | | | | Use GOptionContext directly to the help for gst options is also displayed.
* Add basic media-signalling capabilitiesSjoerd Simons2009-08-311-1/+4
| | | | | | | | | Add basic capabilities for media-signalling so future CM's will still advertise support for them. Currently we announce: org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/ice-udp org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/gtalk-p2p Fixes #593041
* Add the filters not in the Client file to a second HandlerSjoerd Simons2009-08-311-3/+18
| | | | | | A Dispatcher isn't guaranteed to ask the Handlers D-Bus interface for the filter after launching it. So have our main handler match what is defined in the client file and add an extra head which contains the complete list
* Add a simple abstraction for implementing handlersSjoerd Simons2009-08-311-4/+55
| | | | | Implement an EmpathyHandler object which can be used to easily add extra Client.Handler heads on D-Bus.
* Refactor the startup sequence a bitSjoerd Simons2009-08-241-30/+37
| | | | | | | | On initial start the following should happen: * If we haven't tried to import mc4 accounts, do so * If there were no mc4 accounts imported and there are no accounts defined show the account creation assistant. * If we haven't created a salut account, do so
* Instantiate the mc4 account importer in empathy.cArnaud Maillet2009-08-241-0/+2
|
* Port to new APICosimo Cecchi2009-08-221-1/+1
|
* Fix long linesCosimo Cecchi2009-08-221-3/+4
|
* Add a parent window property to the assistantCosimo Cecchi2009-08-221-2/+8
|
* Port empathy.c to telepathy-styleCosimo Cecchi2009-08-221-526/+546
|
* Merge back from masterSjoerd Simons2009-08-221-17/+24
|\
| * empathy: unref Connectivity object at the end of the application lifeJonny Lamb2009-08-191-0/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * empathy: create a new EmpathyConnectivity object on startupJonny Lamb2009-08-191-10/+16
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * Port to Clutter 1.0 and libchamplain 0.3.6Pierre-Luc Beaudoin2009-08-181-1/+1
| |
* | Port to libuniqueCosimo Cecchi2009-08-011-114/+37
| |
* | Merge branch 'master' into mc5Cosimo Cecchi2009-08-011-1/+1
|\|
| * Change the name to Empathy IM Client, which is more recognizableSjoerd Simons2009-07-311-1/+1
| |
* | Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-301-1/+1
| | | | | | | | | | | | | | | | EmpathyAccountManager used to have a _lookup function that looked up accounts by name and a _get function that lookup up accounts by connection. This is confusing, as looking up an account for a connection is less common rename have the _get_account be the same _lookup (but without returning a ref) and add a _get_account_for_connection function lookup by account
* | Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-281-1/+64
|\| | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c
| * remove trailing tabulationFrédéric Péters2009-07-221-1/+1
| |
| * migrate configuration files to XDG config directoryFrédéric Péters2009-07-211-0/+63
| |
| * Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-101-1/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | Coding style fixesSjoerd Simons2009-07-221-4/+4
| |
* | Port creating of of a salut account to then new apisSjoerd Simons2009-07-221-44/+90
| |
* | Move the responsibility of popping up the empathy accounts dialog out of the ↵Sjoerd Simons2009-07-161-3/+18
| | | | | | | | status icon
* | Remove last references to mission-control 4Sjoerd Simons2009-07-161-74/+2
| |
* | Remove useless mission-control includesSjoerd Simons2009-07-061-1/+0
| |
* | Rework creating a salut account so it doesn't need profilesSjoerd Simons2009-07-061-43/+85
|/
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-10/+12
|
* Merge branch 'debugger'Jonny Lamb2009-06-261-0/+31
|\
| * Implement o.fd.Tp.Debug. (Fixes #580631)Jonny Lamb2009-06-181-0/+31
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | empathy: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
|/
* Take org.gnome.Empathy as a well-known name on startup. (Fixes #560159)Jonny Lamb2009-06-181-0/+19
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Fix conflict after rebaseCosimo Cecchi2009-06-021-1/+0
|
* Don't claim outgoing channelsCosimo Cecchi2009-06-011-1/+8
|
* Handle construction errorsCosimo Cecchi2009-06-011-2/+12
| | | | | Handle errors that may arise when constructing the handler from the factory.
* Remove the singleton logic from the managerCosimo Cecchi2009-06-011-7/+1
| | | | | | Don't use a singleton logic for the FT Manager, but let the manager itself hold the references according to the state of the toplevel window.
* Unref the EmpathyFTHandlersCosimo Cecchi2009-06-011-0/+2
| | | | Unref EmpathyFTHandler objects after adding them to the manager.
* Use the proper TP interface instead of emp_cliCosimo Cecchi2009-06-011-1/+1
| | | | Update to use the stable TP interface for FT.
* Add to the EmpathyFTManager the new handlers.Cosimo Cecchi2009-06-011-4/+7
|
* Rethink a bit the logic for an incoming transfer.Cosimo Cecchi2009-06-011-1/+25
| | | | | | | | | | | Now, a client should have to do the following, in order to receive a file transfer: - let the EmpathyFTFactory claim the EmpathyDispatchOperation - the factory will emit "new-incoming-transfer" when the handler is filled with the relevant properties - now you can choose a destination file, and then you should call _set_destination on EmpathyFTFactory passing the handler. - the factory will emit "new-ft-handler" as you're now ready to start the actual transfer.
* W.I.P. for heavy lifting on EmpathyTpFile.Cosimo Cecchi2009-06-011-9/+5
|
* Reimplement the singleton in the constructorPierre-Luc Beaudoin2009-06-011-1/+1
|
* Rename empathy_location_manager_get_default to dup_defaultPierre-Luc Beaudoin2009-06-011-1/+1
| | | | This is more consistent with the rest of Empathy.
* Fix compilation if geoclue is not enabledPierre-Luc Beaudoin2009-06-011-1/+7
|
* Add EmpathyLocationManagerPierre-Luc Beaudoin2009-06-011-0/+6
|
* Remove usage of McPresence as much as possibleSjoerd Simons2009-05-311-2/+3
|
* Fix coding style issues found by make checkPierre-Luc Beaudoin2009-05-281-1/+1
|
* Add a Contact Map windowPierre-Luc Beaudoin2009-05-281-0/+8
|
* empathy: fix coding styleGuillaume Desmottes2009-05-181-3/+3
|
* empathy: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* empathy: remove trailing spacesGuillaume Desmottes2009-05-151-3/+3
|
* Port empathy.c to new APIXavier Claessens2009-04-221-1/+8
|
* Set empathy's media role to phone for so pulse can do policy on itSjoerd Simons2009-03-091-0/+1
| | | | | | | | | | | Empathy's media role should be phone. Apart from voip calls the only sounds we make are event sounds via libcanberra, which correctly sets the role to event when playing a sound. For more information see: http://pulseaudio.org/wiki/ApplicationProperties From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2634
* Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed.Xavier Claessens2009-03-081-0/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2631
* Remove useless include of contact-factory.hXavier Claessens2009-03-061-1/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2618
* Moved dispatcher observing and logging into EmpathyLogManager.Jonny Lamb2009-03-061-53/+6
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2592
* Pass the channel to received_message_cb and use tp_channel_get_identifier.Jonny Lamb2009-03-061-13/+10
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2591
* Only write messages to one specified log source, hardcoded at the moment.Jonny Lamb2009-03-061-2/+10
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2590
* Use the channel wrapper to log chats instead of connecting to the signals ↵Jonny Lamb2009-03-061-98/+18
| | | | | | | | directly. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2587
* Move logging to the dispatcher on Received and Sent signals.Jonny Lamb2009-03-061-0/+130
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2586
* Remove gdk_threads_{enter,leave}, gdk thread support is useless untill we ↵Sjoerd Simons2009-03-041-2/+0
| | | | | | | | audit empathy Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2565
* Ensure to always call gtk/gdk functions while holding the gdk lockSjoerd Simons2009-03-041-0/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2550
* Use tp-glib generated code for file transfers rather than extensions.Jonny Lamb2009-02-211-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2523
* remove second call of g_set_application_name as doc says explicitely it have ↵Guillaume Desmottes2009-02-111-1/+0
| | | | | | | | to be called once and with a localized name From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2434
* Toss out the old EmpathyCallWindow initialise the CallFactory and hook into ↵Sjoerd Simons2009-02-031-7/+19
| | | | | | | | its signals Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2383
* Initial port from telepathy-stream-engine to telepathy-farsightSjoerd Simons2009-02-031-0/+6
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2380
* Fix some i18n issues in main().Xavier Claessens2009-02-031-3/+6
| | | | | | Thanks to Christian Persch, fix bug #569901. svn path=/trunk/; revision=2373
* Re-add "--version" option from command line.Xavier Claessens2009-02-031-0/+15
| | | | | | Thanks to Bruce Cowan, fix bug #569884. svn path=/trunk/; revision=2370
* Use PACKAGE_NAME instead of hardcoding "empathy" on notify_init ().Xavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2273
* uninit linotify after unrefing status iconXavier Claessens2009-01-311-2/+2
| | | | svn path=/trunk/; revision=2271
* add notify uninitXavier Claessens2009-01-311-1/+4
| | | | svn path=/trunk/; revision=2269
* initialize libnotifyXavier Claessens2009-01-311-0/+2
| | | | svn path=/trunk/; revision=2267
* Removed extensions.h inclusion in public API.Jonny Lamb2009-01-171-0/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2236
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
| | | | svn path=/trunk/; revision=2233
* Make the dispatch operation _get_ functions not return a refSjoerd Simons2009-01-101-7/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2188
* Initialise the chatroom manager from empathy itselfSjoerd Simons2009-01-101-0/+6
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2186
* Move the dispatcher to the new singleton policySjoerd Simons2009-01-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2181
* No need to call empathy_run_until_ready, the DispatchOperation already ↵Sjoerd Simons2009-01-101-1/+0
| | | | | | | | ensured it's ready Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2177
* Style fixesSjoerd Simons2009-01-101-2/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2176
* DIspatch streamed media channelsSjoerd Simons2009-01-101-6/+13
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2163
* Call emp_cli_init in empathy_initSjoerd Simons2009-01-101-4/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2153
* Enabled dispatching of file tranfersSjoerd Simons2009-01-101-3/+5
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2137
* Initial port to the new dispatcherSjoerd Simons2009-01-101-10/+15
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2132
* Port EmpathyFTManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2118
* Port EmpathyIdle to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2114
* gtk_init and g_thread_init shouldn't be called by libraries. Let ↵Xavier Claessens2008-12-121-5/+7
| | | | | | applications do it. svn path=/trunk/; revision=1971
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-0/+1
| | | | svn path=/trunk/; revision=1967
* Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). ↵Xavier Claessens2008-12-121-18/+5
| | | | | | They have to be called by any process using libempathy. svn path=/trunk/; revision=1966
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in ↵Xavier Claessens2008-11-221-1/+0
| | | | | | file_channel_create_cb() to unref the object when the FT is done. svn path=/trunk/; revision=1913
* Avoid a string dup.Xavier Claessens2008-11-221-4/+2
| | | | svn path=/trunk/; revision=1912
* Fix ref counting of tp_file, make it singleton per channel, and add a ↵Xavier Claessens2008-11-221-0/+2
| | | | | | _keep_alive method that adds a tmp ref until the transfer finishes. svn path=/trunk/; revision=1904
* Simplify the code to add a FT in the manager.Xavier Claessens2008-11-221-25/+6
| | | | svn path=/trunk/; revision=1893
* Move the ft manager to src/ other programs do not need it.Xavier Claessens2008-11-221-1/+1
| | | | svn path=/trunk/; revision=1884
* Fix coding style and cleanupXavier Claessens2008-11-221-18/+9
| | | | svn path=/trunk/; revision=1880
* Implement latest ft draftXavier Claessens2008-11-221-18/+2
| | | | svn path=/trunk/; revision=1849
* fix FT client side code as the generated code changedXavier Claessens2008-11-221-3/+3
| | | | svn path=/trunk/; revision=1843
* Added a wait for file channels so outgoing transfers are only added to the ↵Jonny Lamb2008-11-221-7/+50
| | | | | | | | manager when they are remote pending. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1838
* Handle new file channels regardless of direction in the dispatcher. (Jonny Lamb)Jonny Lamb2008-11-221-0/+10
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1834
* Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb)Jonny Lamb2008-11-221-1/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1773