summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-11-30EmpathyChat::new-message: tell if the message is a pending one or notGuillaume Desmottes1-0/+1
2010-11-30move sound functions to EmpathySoundManager methodsGuillaume Desmottes4-16/+48
2010-11-30move empathy-sound to empathy-sound-managerGuillaume Desmottes4-4/+4
2010-11-29event-manager: cache the UI GSettingsGuillaume Desmottes1-11/+7
2010-11-29event-manager: cache the notifications GSettingsGuillaume Desmottes1-4/+8
2010-11-29chat-window: cache the UI GSettingsGuillaume Desmottes1-4/+4
2010-11-29chat-window: cache the notifications GSettingsGuillaume Desmottes1-6/+4
2010-11-27Initialize libnotify properly to prevent crashesSjoerd Simons1-0/+6
If libnotify isn't initialized properly the app_name won't be set, causing it to eventually pass NULL for a string value to GVariant. Which nicely results in a SEGV.
2010-11-26Debug window: Correct spelling of "misson-control"Will Thompson1-1/+1
It's been wrong for over a year, and no-one's noticed yet. :P Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
2010-11-26Merge remote branch 'glassrose/full_room_menu_never_insensitivated-597043'Danielle Madeley1-2/+14
2010-11-26Only the required submenus of 'Room' menu are updated, not the entire menu.Chandni Verma1-2/+14
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=597043
2010-11-23Clean up the way we keep references on notificationsGuillaume Desmottes1-10/+13
2010-11-23use tp_g_signal_connect_objectGuillaume Desmottes1-6/+6
2010-11-23fix commentGuillaume Desmottes1-1/+1
2010-11-23empathy.c: instantiate a EmpathyNotificationsApproverGuillaume Desmottes1-0/+6
2010-11-23Move notifications code from status-icon to notifications-approver (#635500)Guillaume Desmottes2-259/+260
2010-11-23add EmpathyNotificationsApproverGuillaume Desmottes3-0/+166
2010-11-23empathy-av: early return if already activatedGuillaume Desmottes1-18/+18
Purely esthetic change to look more like empathy-chat.c
2010-11-23empathy-chat: register the Handler when the app is activatedGuillaume Desmottes1-9/+15
This avoid to raise warnings when the app is launched a second time.
2010-11-23empathy-chat: don't use G_APPLICATION_IS_SERVICEGuillaume Desmottes1-1/+1
It breaks EMPATHY_PERSIST (#635592). It's already done this way in empathy-av.
2010-11-17chat-window: cache the 'chat' gsettingsGuillaume Desmottes1-5/+5
We use it each time the window is focused so best to reduce the D-Bus traffic (#635022).
2010-11-16accounts-panel: remove gconf bits (#634595)Guillaume Desmottes1-9/+0
This code is useless.
2010-11-15don't set fill on the box containing buttonsGuillaume Desmottes1-0/+1
2010-11-15use gtk_box_pack_start() to pack our widget to the dialog (#634912)Guillaume Desmottes1-1/+1
2010-11-15Group all harddeps in one pkg-config callXavier Claessens1-6/+0
We do not support GTK2 anymore, so there is no point in keeping those
2010-11-12Make AccountChooser-related code simpler and clearer (re #633481).Vitaly Minko1-32/+6
2010-11-10Make AccountChooser filters asynchronous to let them handle newly connected ↵Vitaly Minko1-25/+78
accounts properly (#633481).
2010-11-09about-dialog: add my emailGuillaume Desmottes1-1/+1
2010-11-09Merge branch 'subscription-msg-630707'Guillaume Desmottes1-1/+2
2010-11-09init GTK+ before empathy-gtkGuillaume Desmottes1-0/+1
2010-11-09pass message to empathy_subscription_dialog_showGuillaume Desmottes1-1/+2
2010-11-09empathy_subscription_dialog_show: display user's message if any (#630707)Guillaume Desmottes1-1/+1
2010-11-09Add Accept/Decline button in subscription notifications (#630706)Guillaume Desmottes1-0/+54
2010-11-09add empathy_event_remove()Guillaume Desmottes2-2/+9
2010-11-03Always set up the call factory in empathy-av.Travis Reitter1-3/+6
2010-11-03Merge branch 'av-crash-633816'Guillaume Desmottes1-3/+4
2010-11-03fix syntax errorGuillaume Desmottes1-2/+3
2010-11-03Reword subscription request dialog to be less technicalAlex Launi1-2/+2
2010-11-02Don't destroy the call factory right away (#633816)Guillaume Desmottes1-3/+4
2010-10-29empathy: use the proper exit statusTravis Reitter1-2/+4
2010-10-29empathy-debugger: use the proper exit statusTravis Reitter1-2/+4
2010-10-29empathy-chat: use the proper exit statusTravis Reitter1-2/+3
2010-10-29empathy-av: use the proper exit statusTravis Reitter1-2/+3
2010-10-29empathy-accounts: use the proper exit statusTravis Reitter1-2/+3
2010-10-29Make the chat program not exit after 60 seconds.Travis Reitter1-42/+17
We were mis-handling the GApplication holds, which let it time-out, even if a chat window was open. Helps bgo#632912.
2010-10-29Make the core empathy a command-line GApplication.Travis Reitter1-46/+88
Helps bgo#632912.
2010-10-29Make empathy-accounts use act as a "command-line" GApplicationTravis Reitter1-21/+60
Helps bgo#632912.
2010-10-29Relocate static function to eliminate prototype.Travis Reitter1-21/+15
2010-10-29Don't try to register for unique bus names in remote instances of empathy-av.Travis Reitter1-15/+16
2010-10-29Properly handle remote instances of empathy-av.Travis Reitter1-43/+20
Also cut out unncessary window counting that GApplication does for us. Fixes bgo#632912.