aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-notify-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Clean up #include directives in headersEmanuele Aina2013-04-021-2/+1
| | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-1/+1
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* notification: set the "desktop-entry" hintGuillaume Desmottes2013-01-031-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=691043
* factor out empathy_notify_manager_create_notification()Guillaume Desmottes2013-01-031-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=691043
* Move category name constants to #definesWill Thompson2012-03-281-0/+15
| | | | | This is kind of overkill to avoid me typoing the two names used in empathy-chat-window.c, but, hey.
* set a category on chat related notificationsGuillaume Desmottes2011-04-021-0/+1
| | | | | That can be used by the Shell to filter out notifications it's handling itself directly (#645932).
* notify-manager: include empathy-contact.h as we use itGuillaume Desmottes2010-07-081-0/+2
|
* Removed the non standard notification capabilities from the listNicolò Chieffo2010-03-251-4/+0
|
* change 'capa' to 'cap'Guillaume Desmottes2009-11-131-18/+18
|
* change empathy_notification_is_enabled to ↵Guillaume Desmottes2009-11-131-1/+2
| | | | | | | empathy_notify_manager_notification_is_enabled Making it a method of EmpathyNotifyManager would allow us to cache the gconf values if we want to.
* change empathy_misc_get_pixbuf_for_notification to ↵Guillaume Desmottes2009-11-131-2/+4
| | | | | | | | empathy_notify_manager_get_pixbuf_for_notification Making this function a method of EmpathyNotifyManager would allow us to tweak the size of the icon depending on the notifications server as suggested in bug 588054.
* move empathy-misc to empathy-notify-managerGuillaume Desmottes2009-11-131-0/+14
| | | | All its code was related to notifications.
* define constants for notify capabilitiesGuillaume Desmottes2009-11-131-0/+19
|
* add empathy_notify_manager_has_capabilityGuillaume Desmottes2009-11-131-0/+3
|
* add stub EmpathyNotifyManager (#601691)Guillaume Desmottes2009-11-131-0/+56