summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Merge branch 'sasl-gui'Jonny Lamb6-25/+279
2010-12-14main-window: s/Cancel/Disconnect/ when not giving a passwordJonny Lamb1-1/+1
2010-12-14main-window: don't use _full functions where not necessaryJonny Lamb1-4/+1
2010-12-14main-window: document what the key and value types are for hash tablesJonny Lamb1-0/+4
2010-12-14event-manager: use tp_clear_objectJonny Lamb1-9/+2
2010-12-13main-window: add a tooltip on connection error info bars (#626507)Robert Sajdok1-0/+1
2010-12-09status-icon: blink when we get a password requestJonny Lamb2-5/+6
2010-12-09main-window: display an info bar approving or rejecting the auth channelJonny Lamb2-1/+161
2010-12-09notifications-approver: don't show notifications for auth eventsJonny Lamb1-0/+10
2010-12-09event-manager: become an approver for auth channelsJonny Lamb2-6/+85
2010-12-09event-manager: add the account to the EmpathyEvent structJonny Lamb2-13/+23
2010-12-07Merge branch 'sasl'Jonny Lamb1-2/+25
2010-12-06server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb1-3/+6
2010-12-03auth-client: move the password dialog into a new fileJonny Lamb1-176/+4
2010-12-03auth-client: grab the keyboard focus when popping up the password dialogJonny Lamb1-0/+73
2010-12-03auth-client: improve the password request dialogJonny Lamb1-11/+63
2010-12-02chat-manager: stop telling the chat mgr about handled roomsGuillaume Desmottes1-18/+0
2010-12-01auth-client: listen for new sasl handlers and pop up a password dialogJonny Lamb1-2/+69
2010-11-30update copyrightsGuillaume Desmottes1-1/+1
2010-11-30chat-window: don't display notifications for pending messages (#635513)Guillaume Desmottes1-1/+5
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
2010-11-26Debug window: Correct spelling of "misson-control"Will Thompson1-1/+1
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
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
2010-11-23empathy-chat: register the Handler when the app is activatedGuillaume Desmottes1-9/+15
2010-11-23empathy-chat: don't use G_APPLICATION_IS_SERVICEGuillaume Desmottes1-1/+1
2010-11-17chat-window: cache the 'chat' gsettingsGuillaume Desmottes1-5/+5
2010-11-16accounts-panel: remove gconf bits (#634595)Guillaume Desmottes1-9/+0
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
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 a...Vitaly Minko1-25/+78
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