Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -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 Desmottes | 2012-09-11 | 1 | -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 Desmottes | 2012-07-17 | 1 | -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 accelerator | Danielle Madeley | 2012-05-16 | 1 | -0/+4 |
| | |||||
* | Remove menu button, have only app menu | Danielle Madeley | 2012-05-15 | 1 | -15/+3 |
| | |||||
* | Add the app menu using the same model as the menu button | Danielle Madeley | 2012-05-15 | 1 | -0/+15 |
| | |||||
* | EmpathyMainWindow: inherit from GtkApplicationWindow | Guillaume Desmottes | 2012-05-15 | 1 | -1/+1 |
| | | | | That's recommended for a better GNOME 3 integration. | ||||
* | Fix localization of --help outputs and application names | Gabor Kelemen | 2012-05-03 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675246 | ||||
* | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-04-11 | 1 | -7/+0 |
|\ | | | | | | | | | Conflicts: po/ca@valencia.po | ||||
| * | Don't display anything when being re-invoked in hidden mode | Guillaume Desmottes | 2012-04-11 | 1 | -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_init | Guillaume Desmottes | 2012-04-05 | 1 | -1/+0 |
| | | | | | | | | | | | | It has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662 | ||||
* | | stop instantiating EmpathyConnectivity | Guillaume Desmottes | 2012-04-05 | 1 | -22/+0 |
|/ | |||||
* | include logger single header | Guillaume Desmottes | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | check gtk_clutter_init() return value | Guillaume Desmottes | 2012-02-22 | 1 | -1/+2 |
| | |||||
* | Remove tp-yell and use TpCallChannel | Xavier Claessens | 2012-01-10 | 1 | -3/+0 |
| | |||||
* | rename MainWindow to RosterWindow | Guillaume Desmottes | 2012-01-10 | 1 | -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 mgr | Guillaume Desmottes | 2011-11-30 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | Revert "WIP" | Guillaume Desmottes | 2011-11-29 | 1 | -1/+0 |
| | | | | | | This reverts commit f1a9c6deaa7f706df73cb4e1195647a2a27177c6. Humm I didn't mean to push that, sorry. :\ | ||||
* | WIP | Guillaume Desmottes | 2011-11-29 | 1 | -0/+1 |
| | |||||
* | groups-widget: use empathy_connection_aggregator_get_all_groups() | Guillaume Desmottes | 2011-11-29 | 1 | -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 loop | Guillaume Desmottes | 2011-10-26 | 1 | -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 Shell | Juan R. Garcia Blanco | 2011-09-26 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659207 | ||||
* | Don't assume a connected TpAccount always have a TpConnection | Guillaume Desmottes | 2011-09-19 | 1 | -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_async | Guillaume Desmottes | 2011-09-19 | 1 | -5/+5 |
| | |||||
* | Don't update presence on session changes if the Shell is running | Guillaume Desmottes | 2011-08-30 | 1 | -20/+27 |
| | | | | | | The Shell does it for us. https://bugzilla.gnome.org/show_bug.cgi?id=656631 | ||||
* | fix typo | Guillaume Desmottes | 2011-08-30 | 1 | -1/+1 |
| | |||||
* | Don't set presence to offline when Shell is running | Guillaume Desmottes | 2011-08-30 | 1 | -4/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656632 | ||||
* | don't create the status icon if GNOME Shell is running | Guillaume Desmottes | 2011-08-30 | 1 | -2/+48 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=631944 | ||||
* | Use the new enum everywhere | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -5/+5 |
| | | | | And use strings for the --show-preferences argument. | ||||
* | Allow to specify the tab to open in the preferences | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -5/+29 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | Add a command line option to Empathy to show the preferences | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -3/+39 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | Always build telepathy-yell and handle Call channels | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -3/+1 |
| | | | | | | | | | Just keep empathy-call optional. Conflicts: libempathy-gtk/empathy-call-utils.c libempathy/empathy-channel-factory.c | ||||
* | Initialize GObject | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
| | | | | | | Conflicts: src/empathy.c | ||||
* | Initialize telepathy-yell | Emilio Pozuelo Monfort | 2011-06-08 | 1 | -0/+6 |
| | | | | | | Conflicts: src/empathy.c | ||||
* | Do not show the main window when creating it, it will be presented if not ↵ | Xavier Claessens | 2011-05-26 | 1 | -1/+0 |
| | | | | start hidden | ||||
* | Fix some races in the chatroom joining code | Sjoerd Simons | 2011-03-21 | 1 | -34/+38 |
| | | | | | | | | | | | | The auto-reconnection logic for chatrooms was a bit odd. It would for every chatroom that existed when the account manager was prepared connect once to status-changed for each account for each chatroom... Change this such that whenever an account connects, we simply get the then current list of chatrooms and auto-connect those as needed. This fixes issues when a chatroom gets removed from the manager and when the auto-connect options on a chatrooms change. | ||||
* | rename empathy-dispatcher to empathy-request-util | Guillaume Desmottes | 2011-03-17 | 1 | -3/+3 |
| | | | | | We don't have EmpathyDispatcher any more so this file just contains some utility functions now. | ||||
* | empathy.c: stop instantiating a EmpathyDispatcher | Guillaume Desmottes | 2011-02-24 | 1 | -6/+0 |
| | |||||
* | rename EmpathyIdle to EmpathyPresenceManager (#640532) | Guillaume Desmottes | 2011-01-25 | 1 | -12/+14 |
| | | | | It's doing more than idle management now. | ||||
* | empathy.c: instantiate a EmpathyNotificationsApprover | Guillaume Desmottes | 2010-11-23 | 1 | -0/+6 |
| | |||||
* | empathy: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+4 |
| | |||||
* | Make the core empathy a command-line GApplication. | Travis Reitter | 2010-10-30 | 1 | -46/+88 |
| | | | | Helps bgo#632912. | ||||
* | Don't try to register for unique bus names in remote instances of Empathy. | Travis Reitter | 2010-10-30 | 1 | -45/+56 |
| | | | | | | | | This means, that remote (secondary) instances of Empathy won't try to hold the Chat or FT bus names (which will always fail. It also means that remote instances don't try to hold the GApplication (though they would release it upon exit anyhow). | ||||
* | Cut out unnecessary empathy_app_new(). | Travis Reitter | 2010-10-30 | 1 | -27/+3 |
| | |||||
* | Make the Empathy core program act as a unique app. | Travis Reitter | 2010-10-30 | 1 | -2/+2 |
| | | | | | | | This means that instances beyond the first simply raise the initial instance and exit. Helps bgo#632912. | ||||
* | empathy.c: stop instantiating the chat manager | Guillaume Desmottes | 2010-10-25 | 1 | -6/+0 |
| | |||||
* | empathy.c: call g_application_hold() on the app | Guillaume Desmottes | 2010-10-22 | 1 | -0/+1 |
| | |||||
* | GApplication is not a initable anymore | Guillaume Desmottes | 2010-10-22 | 1 | -6/+2 |
| | |||||
* | Port core Empathy to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -5/+4 |
| | | | | Helps bgo#632846. | ||||
* | define EMPATHY_DBUS_NAME | Guillaume Desmottes | 2010-10-18 | 1 | -1/+3 |
| | |||||
* | Use GtkApplication::activated instead of libunique | Guillaume Desmottes | 2010-10-18 | 1 | -54/+21 |
| | | | | | Also use empathy_window_present() to present the existing window as it does what we need. | ||||
* | EmpathyApp: inherit from GtkApplication (#621339) | Guillaume Desmottes | 2010-10-18 | 1 | -7/+28 |
| | |||||
* | Create a EmpathyApp object | Guillaume Desmottes | 2010-10-18 | 1 | -147/+271 |
| | |||||
* | A modal dialog to warn the user if account manager could not be contacted | Chandni Verma | 2010-10-15 | 1 | -0/+14 |
| | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=594576 Reviewed-by: Danielle Madeley <danielle.madeley@collabora.co.uk> | ||||
* | empathy.c: check return value of unique_app_send_message (#629782) | Guillaume Desmottes | 2010-09-27 | 1 | -4/+6 |
| | |||||
* | use TP_USER_ACTION_TIME_* (#627165) | Guillaume Desmottes | 2010-08-18 | 1 | -2/+2 |
| | |||||
* | remove empathy-dispatch-operation | Guillaume Desmottes | 2010-08-11 | 1 | -1/+0 |
| | |||||
* | empathy_dispatcher_join_muc: get an account instead of a connection | Guillaume Desmottes | 2010-08-11 | 1 | -6/+3 |
| | |||||
* | Use TpSimpleHandler to handle incoming file transfer (#623139) | Guillaume Desmottes | 2010-08-11 | 1 | -0/+6 |
| | |||||
* | stop handling internally FT channels | Guillaume Desmottes | 2010-08-11 | 1 | -62/+3 |
| | |||||
* | use gtk_clutter_init rather than clutter_init | Guillaume Desmottes | 2010-08-09 | 1 | -3/+5 |
| | | | | | | This should fix the "Unable to make the stage window ..... the current GLX drawable" warning. Thanks to Jiri Techet to have spotted this. | ||||
* | Add noreturn annotation to version callback function | Philip Withnall | 2010-08-05 | 1 | -2/+5 |
| | |||||
* | Use #ifdef instead of #if to avoid warnings of undefined symbols | Philip Withnall | 2010-08-05 | 1 | -5/+5 |
| | |||||
* | empathy_dispatcher_join_muc: remove callback arg | Guillaume Desmottes | 2010-07-07 | 1 | -3/+2 |
| | | | | We always want to let the text handler handle the channel. | ||||
* | Inform the chatroom mgr when we are handling a new room | Guillaume Desmottes | 2010-07-05 | 1 | -1/+0 |
| | | | | It can't rely on the internal dispatcher any more. | ||||
* | Handle text channels using TpSimpleHandler (#623358) | Guillaume Desmottes | 2010-07-05 | 1 | -46/+1 |
| | | | | Also move handling code from empathy.c to empathy-chat-manager. | ||||
* | stop handling text channels using EmpathyDispatcher | Guillaume Desmottes | 2010-07-05 | 1 | -21/+1 |
| | |||||
* | room list channels are not dispatched | Guillaume Desmottes | 2010-07-05 | 1 | -2/+0 |
| | |||||
* | main: destroy the window when we're done (#623396) | Guillaume Desmottes | 2010-07-02 | 1 | -0/+1 |
| | |||||
* | empathy: stop handling media channels | Guillaume Desmottes | 2010-06-29 | 1 | -24/+1 |
| | |||||
* | stop importing MC4 accounts | Guillaume Desmottes | 2010-06-24 | 1 | -5/+2 |
| | |||||
* | Port EmpathyMainWindow to GtkWindow subclass | Danielle Madeley | 2010-06-24 | 1 | -1/+2 |
| | |||||
* | stop handling internally stream media channels | Guillaume Desmottes | 2010-06-22 | 1 | -35/+1 |
| | | | | We are going to do it properly using TpSimpleHandler. | ||||
* | Merge branch 'approvers-redone-599158' | Guillaume Desmottes | 2010-06-19 | 1 | -1/+1 |
|\ | |||||
| * | add inviter arg to empathy_tp_chat_is_invited | Guillaume Desmottes | 2010-06-17 | 1 | -1/+1 |
| | | |||||
* | | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 1 | -13/+0 |
| | | |||||
* | | port to latest tp-logger API | Guillaume Desmottes | 2010-06-18 | 1 | -1/+0 |
| | | |||||
* | | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 1 | -24/+22 |
|/ | |||||
* | Join room where we have been invited when handling the channel rather than ↵ | Guillaume Desmottes | 2010-06-07 | 1 | -0/+7 |
| | | | | we we approve it | ||||
* | pass timestamp to empathy_chat_window_present_chat | Guillaume Desmottes | 2010-04-25 | 1 | -1/+2 |
| | |||||
* | add timestamp arg to empathy_dispatcher_join_muc | Sjoerd Simons | 2010-04-25 | 1 | -2/+4 |
| | |||||
* | Merge branch 'undo-close-tab' | Jonny Lamb | 2010-03-30 | 1 | -0/+6 |
|\ | |||||
| * | Add chat manager which tracks chats closing and can respawn them (bug #609832) | Jonny Lamb | 2010-03-06 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | fix #endif comment | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 |
| | | |||||
* | | add gconf key to disable auto-away (#613603) | Christian Kampka | 2010-03-30 | 1 | -2/+23 |
| | | |||||
* | | Automatically reap the empathy-accounts child process | Danielle Madeley | 2010-03-24 | 1 | -13/+1 |
|/ | | | | Remove unrequired exit_cb code | ||||
* | Popup the assistant when starting only if there is *no* account configured | Guillaume Desmottes | 2010-03-05 | 1 | -2/+2 |
| | |||||
* | Improve debugging and don't use g_debug | Sjoerd Simons | 2010-03-02 | 1 | -1/+0 |
| | |||||
* | Make the empathy-account code be slightly more streamlined | Sjoerd Simons | 2010-03-02 | 1 | -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 needed | Sjoerd Simons | 2010-03-02 | 1 | -1/+7 |
| | |||||
* | Also potentially popup the account dialog when activate by libunique | Sjoerd Simons | 2010-03-02 | 1 | -0/+10 |
| | |||||
* | Merge commit 'ka/empathy-tpl-20100225-ifdef' | Guillaume Desmottes | 2010-02-26 | 1 | -2/+16 |
|\ | |||||
| * | TPL Enabling patch, all-in-one. | Cosimo Alfarano | 2010-02-26 | 1 | -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 activated | Rob Bradford | 2010-02-26 | 1 | -0/+1 |
|/ | |||||
* | Use a appropriate unique name for Empathy unique app | Sjoerd Simons | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Remove the --acounts CLI option | Guillaume Desmottes | 2010-02-22 | 1 | -43/+13 |
| | | | | We should use empathy-accounts directly now. | ||||
* | define EMPATHY_CLIENT_NAME | Guillaume Desmottes | 2010-02-22 | 1 | -2/+1 |
| | |||||
* | Stop using org.gnome.Empathy | Guillaume Desmottes | 2010-02-22 | 1 | -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 Lamb | 2010-02-17 | 1 | -29/+12 |
| | |||||
* | Only act when the account got a connection | Sjoerd Simons | 2010-02-14 | 1 | -0/+2 |
| | |||||
* | Separate the accounts dialog into its own program which works with the Gnome ↵ | Travis Reitter | 2010-02-12 | 1 | -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 EmpathyConnectionManagers | Guillaume Desmottes | 2010-02-11 | 1 | -2/+0 |
| | | | | We already unref it once the async callback is done. | ||||
* | empathy.c: Initialise variable (#609030) | Danielle Madeley | 2010-02-08 | 1 | -0/+4 |
| | | | | Fixes bug introduced in 24db41f217eea1cbf929cc3e623c50ca626db4b | ||||
* | Pass a ready EmpathyConnectionManagers to empathy_account_assistant_show | Guillaume Desmottes | 2010-01-25 | 1 | -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 Desmottes | 2010-01-25 | 1 | -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 Desmottes | 2010-01-22 | 1 | -5/+7 |
| | | | | prepare_{async_finish} functions | ||||
* | empathy.c: use empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 1 | -21/+11 |
| | |||||
* | Call create_salut_account_if_needed when the assistant is closed | Guillaume Desmottes | 2010-01-20 | 1 | -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_needed | Guillaume Desmottes | 2010-01-20 | 1 | -2/+1 |
| | | | | It can dup it itself. | ||||
* | move create_salut_account_if_needed and should_create_salut_account to a new ↵ | Guillaume Desmottes | 2010-01-20 | 1 | -181/+1 |
| | | | | file | ||||
* | stop dispatching tube channels (#599159) | Guillaume Desmottes | 2010-01-19 | 1 | -6/+0 |
| | | | | Tube applications should use the ChannelDispatcher. | ||||
* | Call xmlCleanupParser() only once when exiting (#600693) | Guillaume Desmottes | 2010-01-13 | 1 | -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_init | Guillaume Desmottes | 2009-12-23 | 1 | -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 -a | Guillaume Desmottes | 2009-11-23 | 1 | -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 Desmottes | 2009-11-19 | 1 | -1/+5 |
| | | | | empathy_idle_get_state | ||||
* | Don't leak references to dup'ed objects | Danielle Madeley | 2009-11-09 | 1 | -0/+3 |
| | |||||
* | Move the call to empathy_idle_get_state() to once the AM is ready | Danielle Madeley | 2009-11-09 | 1 | -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 Lamb | 2009-11-02 | 1 | -97/+126 |
|\ | |||||
| * | empathy: when creating salut account, be sure to wait for the account manager | Jonny Lamb | 2009-10-30 | 1 | -14/+37 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | all: log error messages if preparing the account manager fails | Jonny Lamb | 2009-10-30 | 1 | -6/+21 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | empathy: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -85/+76 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | empathy.c: document how the reference on the newly created EmpathyChat is ↵ | Guillaume Desmottes | 2009-10-23 | 1 | -2/+9 |
|/ | | | | managed | ||||
* | src/empathy.c: fix uint comparaison | Guillaume Desmottes | 2009-10-20 | 1 | -1/+1 |
| | |||||
* | Make calling empathy without options idempotent | Sjoerd Simons | 2009-10-19 | 1 | -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 better | Sjoerd Simons | 2009-10-19 | 1 | -2/+2 |
| | |||||
* | Make sure -h is respected when there were no mc4 accounts to import | Sjoerd Simons | 2009-10-15 | 1 | -1/+1 |
| | |||||
* | Make sure the account manager is completely unreffed when exiting | Sjoerd Simons | 2009-10-15 | 1 | -1/+5 |
| | |||||
* | Let empathy -a show the assistant if applicable | Sjoerd Simons | 2009-10-15 | 1 | -11/+52 |
| | |||||
* | When starting hidden don't show the assistant | Sjoerd Simons | 2009-10-15 | 1 | -4/+5 |
| | |||||
* | Show the assistant if there are no non-salut accounts | Sjoerd Simons | 2009-10-15 | 1 | -6/+25 |
| | |||||
* | initialize libnotify earlier in main() | Guillaume Desmottes | 2009-10-02 | 1 | -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 Claessens | 2009-09-21 | 1 | -10/+1 |
|\ | |||||
| * | Fallback to the contact id if present when there is no room id for ↵ | Olivier Le Thanh Duong | 2009-09-21 | 1 | -10/+1 |
| | | | | | | | | empathy_tp_chat | ||||
* | | Add StreamMedia channelfilters with InitialAudio and InitialVideo | Sjoerd Simons | 2009-09-20 | 1 | -0/+21 |
|/ | |||||
* | Merge branch 'auto-connect' | Jonny Lamb | 2009-09-08 | 1 | -0/+95 |
|\ | |||||
| * | empathy: no need to connect to status-changed; notify::connection will do | Jonny Lamb | 2009-09-08 | 1 | -57/+29 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | empathy: auto-connect to chatrooms where appropriate | Jonny Lamb | 2009-09-08 | 1 | -0/+123 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | fix typo | Sjoerd Simons | 2009-09-08 | 1 | -1/+1 |
|/ | |||||
* | Use GOptionContext to parse options | Olivier Crête | 2009-09-02 | 1 | -8/+14 |
| | | | | | Use GOptionContext directly to the help for gst options is also displayed. | ||||
* | Add basic media-signalling capabilities | Sjoerd Simons | 2009-08-31 | 1 | -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 Handler | Sjoerd Simons | 2009-08-31 | 1 | -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 handlers | Sjoerd Simons | 2009-08-31 | 1 | -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 bit | Sjoerd Simons | 2009-08-24 | 1 | -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.c | Arnaud Maillet | 2009-08-24 | 1 | -0/+2 |
| | |||||
* | Port to new API | Cosimo Cecchi | 2009-08-22 | 1 | -1/+1 |
| | |||||
* | Fix long lines | Cosimo Cecchi | 2009-08-22 | 1 | -3/+4 |
| | |||||
* | Add a parent window property to the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -2/+8 |
| | |||||
* | Port empathy.c to telepathy-style | Cosimo Cecchi | 2009-08-22 | 1 | -526/+546 |
| | |||||
* | Merge back from master | Sjoerd Simons | 2009-08-22 | 1 | -17/+24 |
|\ | |||||
| * | empathy: unref Connectivity object at the end of the application life | Jonny Lamb | 2009-08-19 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | empathy: create a new EmpathyConnectivity object on startup | Jonny Lamb | 2009-08-19 | 1 | -10/+16 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Port to Clutter 1.0 and libchamplain 0.3.6 | Pierre-Luc Beaudoin | 2009-08-18 | 1 | -1/+1 |
| | | |||||
* | | Port to libunique | Cosimo Cecchi | 2009-08-01 | 1 | -114/+37 |
| | | |||||
* | | Merge branch 'master' into mc5 | Cosimo Cecchi | 2009-08-01 | 1 | -1/+1 |
|\| | |||||
| * | Change the name to Empathy IM Client, which is more recognizable | Sjoerd Simons | 2009-07-31 | 1 | -1/+1 |
| | | |||||
* | | Chang the API of AccountManager to have the get lookup the account by name | Sjoerd Simons | 2009-07-30 | 1 | -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 mc5 | Sjoerd Simons | 2009-07-28 | 1 | -1/+64 |
|\| | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c | ||||
| * | remove trailing tabulation | Frédéric Péters | 2009-07-22 | 1 | -1/+1 |
| | | |||||
| * | migrate configuration files to XDG config directory | Frédéric Péters | 2009-07-21 | 1 | -0/+63 |
| | | |||||
| * | Use accessor functions instead direct access (Fixes #586476) | Jonny Lamb | 2009-07-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Coding style fixes | Sjoerd Simons | 2009-07-22 | 1 | -4/+4 |
| | | |||||
* | | Port creating of of a salut account to then new apis | Sjoerd Simons | 2009-07-22 | 1 | -44/+90 |
| | | |||||
* | | Move the responsibility of popping up the empathy accounts dialog out of the ↵ | Sjoerd Simons | 2009-07-16 | 1 | -3/+18 |
| | | | | | | | | status icon | ||||
* | | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 1 | -74/+2 |
| | | |||||
* | | Remove useless mission-control includes | Sjoerd Simons | 2009-07-06 | 1 | -1/+0 |
| | | |||||
* | | Rework creating a salut account so it doesn't need profiles | Sjoerd Simons | 2009-07-06 | 1 | -43/+85 |
|/ | |||||
* | Port the main of empathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -10/+12 |
| | |||||
* | Merge branch 'debugger' | Jonny Lamb | 2009-06-26 | 1 | -0/+31 |
|\ | |||||
| * | Implement o.fd.Tp.Debug. (Fixes #580631) | Jonny Lamb | 2009-06-18 | 1 | -0/+31 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | empathy: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
|/ | |||||
* | Take org.gnome.Empathy as a well-known name on startup. (Fixes #560159) | Jonny Lamb | 2009-06-18 | 1 | -0/+19 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Fix conflict after rebase | Cosimo Cecchi | 2009-06-02 | 1 | -1/+0 |
| | |||||
* | Don't claim outgoing channels | Cosimo Cecchi | 2009-06-01 | 1 | -1/+8 |
| | |||||
* | Handle construction errors | Cosimo Cecchi | 2009-06-01 | 1 | -2/+12 |
| | | | | | Handle errors that may arise when constructing the handler from the factory. | ||||
* | Remove the singleton logic from the manager | Cosimo Cecchi | 2009-06-01 | 1 | -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 EmpathyFTHandlers | Cosimo Cecchi | 2009-06-01 | 1 | -0/+2 |
| | | | | Unref EmpathyFTHandler objects after adding them to the manager. | ||||
* | Use the proper TP interface instead of emp_cli | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
| | | | | Update to use the stable TP interface for FT. | ||||
* | Add to the EmpathyFTManager the new handlers. | Cosimo Cecchi | 2009-06-01 | 1 | -4/+7 |
| | |||||
* | Rethink a bit the logic for an incoming transfer. | Cosimo Cecchi | 2009-06-01 | 1 | -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 Cecchi | 2009-06-01 | 1 | -9/+5 |
| | |||||
* | Reimplement the singleton in the constructor | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -1/+1 |
| | |||||
* | Rename empathy_location_manager_get_default to dup_default | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -1/+1 |
| | | | | This is more consistent with the rest of Empathy. | ||||
* | Fix compilation if geoclue is not enabled | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -1/+7 |
| | |||||
* | Add EmpathyLocationManager | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -0/+6 |
| | |||||
* | Remove usage of McPresence as much as possible | Sjoerd Simons | 2009-05-31 | 1 | -2/+3 |
| | |||||
* | Fix coding style issues found by make check | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Add a Contact Map window | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+8 |
| | |||||
* | empathy: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -3/+3 |
| | |||||
* | empathy: update the FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -3/+3 |
| | |||||
* | Port empathy.c to new API | Xavier Claessens | 2009-04-22 | 1 | -1/+8 |
| | |||||
* | Set empathy's media role to phone for so pulse can do policy on it | Sjoerd Simons | 2009-03-09 | 1 | -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 Claessens | 2009-03-08 | 1 | -0/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2631 | ||||
* | Remove useless include of contact-factory.h | Xavier Claessens | 2009-03-06 | 1 | -1/+0 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2618 | ||||
* | Moved dispatcher observing and logging into EmpathyLogManager. | Jonny Lamb | 2009-03-06 | 1 | -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 Lamb | 2009-03-06 | 1 | -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 Lamb | 2009-03-06 | 1 | -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 Lamb | 2009-03-06 | 1 | -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 Lamb | 2009-03-06 | 1 | -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 Simons | 2009-03-04 | 1 | -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 lock | Sjoerd Simons | 2009-03-04 | 1 | -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 Lamb | 2009-02-21 | 1 | -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 Desmottes | 2009-02-11 | 1 | -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 Simons | 2009-02-03 | 1 | -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-farsight | Sjoerd Simons | 2009-02-03 | 1 | -0/+6 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2380 | ||||
* | Fix some i18n issues in main(). | Xavier Claessens | 2009-02-03 | 1 | -3/+6 |
| | | | | | | Thanks to Christian Persch, fix bug #569901. svn path=/trunk/; revision=2373 | ||||
* | Re-add "--version" option from command line. | Xavier Claessens | 2009-02-03 | 1 | -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 Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2273 | ||||
* | uninit linotify after unrefing status icon | Xavier Claessens | 2009-01-31 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2271 | ||||
* | add notify uninit | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=2269 | ||||
* | initialize libnotify | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2267 | ||||
* | Removed extensions.h inclusion in public API. | Jonny Lamb | 2009-01-17 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2236 | ||||
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2233 | ||||
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 1 | -7/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2188 | ||||
* | Initialise the chatroom manager from empathy itself | Sjoerd Simons | 2009-01-10 | 1 | -0/+6 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2186 | ||||
* | Move the dispatcher to the new singleton policy | Sjoerd Simons | 2009-01-10 | 1 | -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 Simons | 2009-01-10 | 1 | -1/+0 |
| | | | | | | | | ensured it's ready Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2177 | ||||
* | Style fixes | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2176 | ||||
* | DIspatch streamed media channels | Sjoerd Simons | 2009-01-10 | 1 | -6/+13 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2163 | ||||
* | Call emp_cli_init in empathy_init | Sjoerd Simons | 2009-01-10 | 1 | -4/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2153 | ||||
* | Enabled dispatching of file tranfers | Sjoerd Simons | 2009-01-10 | 1 | -3/+5 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2137 | ||||
* | Initial port to the new dispatcher | Sjoerd Simons | 2009-01-10 | 1 | -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 Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2118 | ||||
* | Port EmpathyIdle to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2114 | ||||
* | gtk_init and g_thread_init shouldn't be called by libraries. Let ↵ | Xavier Claessens | 2008-12-12 | 1 | -5/+7 |
| | | | | | | applications do it. svn path=/trunk/; revision=1971 | ||||
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=1967 | ||||
* | Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). ↵ | Xavier Claessens | 2008-12-12 | 1 | -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 Claessens | 2008-11-22 | 1 | -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 Claessens | 2008-11-22 | 1 | -4/+2 |
| | | | | svn path=/trunk/; revision=1912 | ||||
* | Fix ref counting of tp_file, make it singleton per channel, and add a ↵ | Xavier Claessens | 2008-11-22 | 1 | -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 Claessens | 2008-11-22 | 1 | -25/+6 |
| | | | | svn path=/trunk/; revision=1893 | ||||
* | Move the ft manager to src/ other programs do not need it. | Xavier Claessens | 2008-11-22 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1884 | ||||
* | Fix coding style and cleanup | Xavier Claessens | 2008-11-22 | 1 | -18/+9 |
| | | | | svn path=/trunk/; revision=1880 | ||||
* | Implement latest ft draft | Xavier Claessens | 2008-11-22 | 1 | -18/+2 |
| | | | | svn path=/trunk/; revision=1849 | ||||
* | fix FT client side code as the generated code changed | Xavier Claessens | 2008-11-22 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=1843 | ||||
* | Added a wait for file channels so outgoing transfers are only added to the ↵ | Jonny Lamb | 2008-11-22 | 1 | -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 Lamb | 2008-11-22 | 1 | -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 Lamb | 2008-11-22 | 1 | -1/+3 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1773 | ||||
* | Added empathy_init function to call emp_cli_init in main. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1737 | ||||
* | Do not crash if there is no salut profile installed | Xavier Claessens | 2008-08-19 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=1342 | ||||
* | Fix translators complains about ambigous strings. Fixes bug #546154. | Xavier Claessens | 2008-08-04 | 1 | -14/+14 |
| | | | | svn path=/trunk/; revision=1291 | ||||
* | Fix little coding style | Xavier Claessens | 2008-08-02 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=1284 | ||||
* | Implemented showing a single accounts dialog from the command line. | Jonny Lamb | 2008-08-02 | 1 | -17/+51 |
| | | | | | | | | | | | If one loads empathy normally then calls "empathy -a", the accounts dialog will load under the original empathy. If one loads "empathy -a", the accounts dialog will show by itself. If one then runs "empathy -a" again, the already-shown accounts dialog will present itself. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1280 | ||||
* | Merge branch 'leak' | Xavier Claessens | 2008-07-14 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=1227 | ||||
* | Add a command line option to hide contact list on startup. Fixes bug #535080 ↵ | Xavier Claessens | 2008-06-04 | 1 | -1/+6 |
| | | | | | | (Marco Pesenti Gritti). svn path=/trunk/; revision=1146 | ||||
* | Only permit to have one running call at any time. Fixes bug #527970. | Xavier Claessens | 2008-05-27 | 1 | -8/+1 |
| | | | | svn path=/trunk/; revision=1126 | ||||
* | Improve dispatcher. Fixes bug #465928. | Xavier Claessens | 2008-05-18 | 1 | -5/+8 |
| | | | | svn path=/trunk/; revision=1108 | ||||
* | Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk ↵ | Xavier Claessens | 2008-05-09 | 1 | -0/+64 |
| | | | | | | parts are now in EmpathyStatusIcon svn path=/trunk/; revision=1093 | ||||
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -24/+22 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Display error message when cannot create salut account. | Xavier Claessens | 2008-04-20 | 1 | -2/+5 |
| | | | | svn path=/trunk/; revision=1000 |