aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.c
Commit message (Expand)AuthorAgeFilesLines
* Merge back from masterSjoerd Simons2009-08-221-13/+22
|\
| * status_icon_update_notification: don't crash if event->message is NULLGuillaume Desmottes2009-08-071-1/+4
| * Don't try to free NULL pixbufs.Will Thompson2009-08-051-7/+8
| * Escape markup in notifications and icon tooltipWill Thompson2009-08-051-7/+12
* | Move the responsibility of popping up the empathy accounts dialog out of the ...Sjoerd Simons2009-07-161-17/+0
|/
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-5/+11
* fixed libnotify crashing if icon doesn't existAbderaouf Bencherait2009-06-301-1/+3
* empathy-status-icon: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
* Do not blink status icon for notification only eventsFrédéric Péters2009-06-231-5/+6
* Cope with status icon begin NULLSjoerd Simons2009-05-311-1/+2
* Remove usage of McPresence as much as possibleSjoerd Simons2009-05-311-1/+1
* empathy-status-icon: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
* Make use of GtkUIManager in EmpathyStatusIconXavier Claessens2009-04-161-19/+24
* Port EmpathyStatusIcon to new APIXavier Claessens2009-04-161-9/+5
* Escape to cancel from status editingDavyd Madeley2009-04-111-1/+1
* use new GtkStatusIcon tooltip methods, formatting the header in italics.Frederic Peters2009-03-271-10/+6
* status_icon_update_tooltip: don't display the event message if NULL. Fixes bu...Guillaume Desmottes2009-02-111-3/+6
* Prefix "Empathy" to the notification enum.Xavier Claessens2009-01-311-2/+2
* Add a comment explaining why we activate the event in an idle.Xavier Claessens2009-01-311-0/+4
* Factor out some common code.Xavier Claessens2009-01-311-20/+3
* Always check if notifications are enabled when we update them.Xavier Claessens2009-01-311-9/+18
* Update the pixbuf when we receive an event update.Xavier Claessens2009-01-311-16/+25
* Use the avatar for all the events with a contact.Xavier Claessens2009-01-311-1/+1
* Move empathy_notification_is_enabled () to src/Xavier Claessens2009-01-311-3/+4
* Make possible to use libnotify 0.4.4, to not force the usage of too recent di...Xavier Claessens2009-01-311-2/+3
* Add a convenience function to avoid hacks when getting the pixbuf from the ic...Xavier Claessens2009-01-311-3/+2
* W.I.P. for notifications on chat window.Xavier Claessens2009-01-311-3/+6
* Don't update the event if the notification can't be shown.Xavier Claessens2009-01-311-1/+4
* Implement a logic for disabling notifications when away.Xavier Claessens2009-01-311-1/+20
* If the notification is not dismissed by the user, do not display other notifi...Xavier Claessens2009-01-311-1/+8
* Split the event description into header and message body.Xavier Claessens2009-01-311-22/+46
* Insert an image in the notify baloon.Xavier Claessens2009-01-311-2/+19
* Adapt the status icon message to the new API.Xavier Claessens2009-01-311-4/+11
* Require latest libnotify. Don't crash when clicking the notification.Xavier Claessens2009-01-311-26/+17
* mimic tooltip and icon notifications; unref any outstanding notificationXavier Claessens2009-01-311-15/+41
* generify notification; add idle activation of eventXavier Claessens2009-01-311-22/+40
* show notification on new eventXavier Claessens2009-01-311-0/+26
* Port EmpathyIdle to the new singleton policy.Xavier Claessens2009-01-091-2/+2
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-071-1/+1
* Port EmpathyStatusIcon to the new API.Xavier Claessens2009-01-071-35/+28
* Move the event manager to src/Xavier Claessens2008-07-151-1/+1
* Move event code from EmpathyStatusIcon to EmpathyEventManagerXavier Claessens2008-07-151-368/+53
* Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb)Jonny Lamb2008-07-151-1/+1
* Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny ...Jonny Lamb2008-07-041-1/+1
* Add -Wformat and and fix some compile warnings with gcc 4.3. Fixes bug #53712...Xavier Claessens2008-06-081-1/+2
* Close contact list when Escape is pressed. Fixes bug #536628 (Ross Burton).Xavier Claessens2008-06-081-1/+17
* Add a command line option to hide contact list on startup. Fixes bug #535080 ...Xavier Claessens2008-06-041-4/+8
* Fix warning in status iconXavier Claessens2008-05-231-1/+2
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-181-106/+179
* Add a func to activate any eventXavier Claessens2008-05-141-15/+22
* Do not unref tp_chat directly in the message_received callback to avoid a crash.Xavier Claessens2008-05-091-1/+12
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk p...Xavier Claessens2008-05-091-31/+277
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-8/+6
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-7/+5
* initialize connection_statusFrederic Peters2008-04-201-1/+1
* keep track of connected status to disable menu item for "new conversation"Frederic Peters2008-04-201-0/+37
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.Xavier Claessens2008-04-201-568/+168
* Fix some warningsXavier Claessens2008-04-111-0/+4
* Update for new APIXavier Claessens2008-04-111-91/+43
* Uncommend the use of empathy_contact_run_until_ready, it works nowXavier Claessens2008-04-111-2/+1
* Comment out a empathy_contact_run_until_ready call because it doesn't work.Xavier Claessens2008-04-031-1/+2
* Update status icon for new chat APIXavier Claessens2008-04-021-1/+1
* Do not autoconnect if networkmanager says we are not connected at startup.Xavier Claessens2008-03-171-24/+0
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-171-1/+4
* Move modules that make no sense to be used in other applicaton from libempath...Xavier Claessens2008-03-141-0/+863