summaryrefslogtreecommitdiff
path: root/src/empathy.c
Commit message (Expand)AuthorAgeFilesLines
* empathy: use tp_account_manager_enable_restart()Guillaume Desmottes2012-07-171-0/+2
* 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
* Fix localization of --help outputs and application namesGabor Kelemen2012-05-031-1/+2
* Merge branch 'gnome-3-4'Guillaume Desmottes2012-04-111-7/+0
|\
| * Don't display anything when being re-invoked in hidden modeGuillaume Desmottes2012-04-111-7/+0
* | stop using g_thread_initGuillaume Desmottes2012-04-051-1/+0
* | 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
* event-manager: use the conn aggregator instead of the contact mgrGuillaume Desmottes2011-11-301-0/+3
* Revert "WIP"Guillaume Desmottes2011-11-291-1/+0
* WIPGuillaume Desmottes2011-11-291-0/+1
* groups-widget: use empathy_connection_aggregator_get_all_groups()Guillaume Desmottes2011-11-291-0/+26
* empathy: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-261-4/+3
* hide notifications options when in ShellJuan R. Garcia Blanco2011-09-261-0/+3
* Don't assume a connected TpAccount always have a TpConnectionGuillaume Desmottes2011-09-191-14/+7
* 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
* fix typoGuillaume Desmottes2011-08-301-1/+1
* Don't set presence to offline when Shell is runningGuillaume Desmottes2011-08-301-4/+8
* don't create the status icon if GNOME Shell is runningGuillaume Desmottes2011-08-301-2/+48
* Use the new enum everywhereEmilio Pozuelo Monfort2011-08-041-5/+5
* Allow to specify the tab to open in the preferencesEmilio Pozuelo Monfort2011-08-041-5/+29
* Add a command line option to Empathy to show the preferencesEmilio Pozuelo Monfort2011-08-041-3/+39
* Always build telepathy-yell and handle Call channelsEmilio Pozuelo Monfort2011-06-091-3/+1
* Initialize GObjectEmilio Pozuelo Monfort2011-06-091-1/+1
* Initialize telepathy-yellEmilio Pozuelo Monfort2011-06-081-0/+6
* Do not show the main window when creating it, it will be presented if not sta...Xavier Claessens2011-05-261-1/+0
* Fix some races in the chatroom joining codeSjoerd Simons2011-03-211-34/+38
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-171-3/+3
* empathy.c: stop instantiating a EmpathyDispatcherGuillaume Desmottes2011-02-241-6/+0
* rename EmpathyIdle to EmpathyPresenceManager (#640532)Guillaume Desmottes2011-01-251-12/+14
* empathy.c: instantiate a EmpathyNotificationsApproverGuillaume Desmottes2010-11-231-0/+6
* empathy: use the proper exit statusTravis Reitter2010-10-291-2/+4
* Make the core empathy a command-line GApplication.Travis Reitter2010-10-291-46/+88
* Don't try to register for unique bus names in remote instances of Empathy.Travis Reitter2010-10-291-45/+56
* Cut out unnecessary empathy_app_new().Travis Reitter2010-10-291-27/+3
* Make the Empathy core program act as a unique app.Travis Reitter2010-10-291-2/+2
* 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-211-5/+4
* define EMPATHY_DBUS_NAMEGuillaume Desmottes2010-10-181-1/+3
* Use GtkApplication::activated instead of libuniqueGuillaume Desmottes2010-10-181-54/+21
* EmpathyApp: inherit from GtkApplication (#621339)Guillaume Desmottes2010-10-181-7/+28