Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-30 | EmpathyChat::new-message: tell if the message is a pending one or not | Guillaume Desmottes | 1 | -0/+1 | |
2010-11-30 | move sound functions to EmpathySoundManager methods | Guillaume Desmottes | 4 | -16/+48 | |
2010-11-30 | move empathy-sound to empathy-sound-manager | Guillaume Desmottes | 4 | -4/+4 | |
2010-11-29 | event-manager: cache the UI GSettings | Guillaume Desmottes | 1 | -11/+7 | |
2010-11-29 | event-manager: cache the notifications GSettings | Guillaume Desmottes | 1 | -4/+8 | |
2010-11-29 | chat-window: cache the UI GSettings | Guillaume Desmottes | 1 | -4/+4 | |
2010-11-29 | chat-window: cache the notifications GSettings | Guillaume Desmottes | 1 | -6/+4 | |
2010-11-27 | Initialize libnotify properly to prevent crashes | Sjoerd Simons | 1 | -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-26 | Debug window: Correct spelling of "misson-control" | Will Thompson | 1 | -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-26 | Merge remote branch 'glassrose/full_room_menu_never_insensitivated-597043' | Danielle Madeley | 1 | -2/+14 | |
2010-11-26 | Only the required submenus of 'Room' menu are updated, not the entire menu. | Chandni Verma | 1 | -2/+14 | |
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=597043 | |||||
2010-11-23 | Clean up the way we keep references on notifications | Guillaume Desmottes | 1 | -10/+13 | |
2010-11-23 | use tp_g_signal_connect_object | Guillaume Desmottes | 1 | -6/+6 | |
2010-11-23 | fix comment | Guillaume Desmottes | 1 | -1/+1 | |
2010-11-23 | empathy.c: instantiate a EmpathyNotificationsApprover | Guillaume Desmottes | 1 | -0/+6 | |
2010-11-23 | Move notifications code from status-icon to notifications-approver (#635500) | Guillaume Desmottes | 2 | -259/+260 | |
2010-11-23 | add EmpathyNotificationsApprover | Guillaume Desmottes | 3 | -0/+166 | |
2010-11-23 | empathy-av: early return if already activated | Guillaume Desmottes | 1 | -18/+18 | |
Purely esthetic change to look more like empathy-chat.c | |||||
2010-11-23 | empathy-chat: register the Handler when the app is activated | Guillaume Desmottes | 1 | -9/+15 | |
This avoid to raise warnings when the app is launched a second time. | |||||
2010-11-23 | empathy-chat: don't use G_APPLICATION_IS_SERVICE | Guillaume Desmottes | 1 | -1/+1 | |
It breaks EMPATHY_PERSIST (#635592). It's already done this way in empathy-av. | |||||
2010-11-17 | chat-window: cache the 'chat' gsettings | Guillaume Desmottes | 1 | -5/+5 | |
We use it each time the window is focused so best to reduce the D-Bus traffic (#635022). | |||||
2010-11-16 | accounts-panel: remove gconf bits (#634595) | Guillaume Desmottes | 1 | -9/+0 | |
This code is useless. | |||||
2010-11-15 | don't set fill on the box containing buttons | Guillaume Desmottes | 1 | -0/+1 | |
2010-11-15 | use gtk_box_pack_start() to pack our widget to the dialog (#634912) | Guillaume Desmottes | 1 | -1/+1 | |
2010-11-15 | Group all harddeps in one pkg-config call | Xavier Claessens | 1 | -6/+0 | |
We do not support GTK2 anymore, so there is no point in keeping those | |||||
2010-11-12 | Make AccountChooser-related code simpler and clearer (re #633481). | Vitaly Minko | 1 | -32/+6 | |
2010-11-10 | Make AccountChooser filters asynchronous to let them handle newly connected ↵ | Vitaly Minko | 1 | -25/+78 | |
accounts properly (#633481). | |||||
2010-11-09 | about-dialog: add my email | Guillaume Desmottes | 1 | -1/+1 | |
2010-11-09 | Merge branch 'subscription-msg-630707' | Guillaume Desmottes | 1 | -1/+2 | |
2010-11-09 | init GTK+ before empathy-gtk | Guillaume Desmottes | 1 | -0/+1 | |
2010-11-09 | pass message to empathy_subscription_dialog_show | Guillaume Desmottes | 1 | -1/+2 | |
2010-11-09 | empathy_subscription_dialog_show: display user's message if any (#630707) | Guillaume Desmottes | 1 | -1/+1 | |
2010-11-09 | Add Accept/Decline button in subscription notifications (#630706) | Guillaume Desmottes | 1 | -0/+54 | |
2010-11-09 | add empathy_event_remove() | Guillaume Desmottes | 2 | -2/+9 | |
2010-11-03 | Always set up the call factory in empathy-av. | Travis Reitter | 1 | -3/+6 | |
2010-11-03 | Merge branch 'av-crash-633816' | Guillaume Desmottes | 1 | -3/+4 | |
2010-11-03 | fix syntax error | Guillaume Desmottes | 1 | -2/+3 | |
2010-11-03 | Reword subscription request dialog to be less technical | Alex Launi | 1 | -2/+2 | |
2010-11-02 | Don't destroy the call factory right away (#633816) | Guillaume Desmottes | 1 | -3/+4 | |
2010-10-29 | empathy: use the proper exit status | Travis Reitter | 1 | -2/+4 | |
2010-10-29 | empathy-debugger: use the proper exit status | Travis Reitter | 1 | -2/+4 | |
2010-10-29 | empathy-chat: use the proper exit status | Travis Reitter | 1 | -2/+3 | |
2010-10-29 | empathy-av: use the proper exit status | Travis Reitter | 1 | -2/+3 | |
2010-10-29 | empathy-accounts: use the proper exit status | Travis Reitter | 1 | -2/+3 | |
2010-10-29 | Make the chat program not exit after 60 seconds. | Travis Reitter | 1 | -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-29 | Make the core empathy a command-line GApplication. | Travis Reitter | 1 | -46/+88 | |
Helps bgo#632912. | |||||
2010-10-29 | Make empathy-accounts use act as a "command-line" GApplication | Travis Reitter | 1 | -21/+60 | |
Helps bgo#632912. | |||||
2010-10-29 | Relocate static function to eliminate prototype. | Travis Reitter | 1 | -21/+15 | |
2010-10-29 | Don't try to register for unique bus names in remote instances of empathy-av. | Travis Reitter | 1 | -15/+16 | |
2010-10-29 | Properly handle remote instances of empathy-av. | Travis Reitter | 1 | -43/+20 | |
Also cut out unncessary window counting that GApplication does for us. Fixes bgo#632912. |