aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-notifications.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite to indicator-ng, simplify, drop all GTK references, move to CMakeRobert Tari2020-11-101-897/+0
| | | | fixes #9, fixes #12
* src/indicator-notifications.c: Add separator after notification list.Robert Tari2020-09-041-3/+13
| | | | Fixes AyatanaIndicators/ayatana-indicator-notifications#8.
* src/indicator-notifications: settings_try_set_boolean(): Enable the ↵Jason Conti2020-08-211-1/+1
| | | | recursive schema lookup so we have a better chance of finding it.
* Rename blacklist to filter-list.Jason Conti2020-08-201-49/+49
|
* Add option to swap Settings and Clear.Tasos Sahanidis2020-08-201-0/+30
|
* Discard notifications when indicator is hidden.Jason Conti2020-08-201-0/+6
|
* Add do-not-disturb mode read/unread icons.Jason Conti2020-08-201-10/+36
|
* Add our own do-not-disturb setting.Jason Conti2020-08-201-0/+69
| | | | | | * Remove the MATE specific code from indicator-notifications-settings. * When do-not-disturb is set the indicator will try to set do-not-disturb on all supported desktops (currently only MATE).
* Add blacklist hints for recent application names.Jason Conti2020-08-201-0/+102
|
* Fix deprecations (fixes #4)Robert Tari2020-08-101-16/+11
|
* typo ellipsis, addedleela2019-09-011-1/+1
| | | | please verify also [source](https://hosted.weblate.org/projects/ayatana-indicators/notifications-applet/source/review/?type=check%3Aellipsis)
* * Add a settings UIJason Conti2019-08-281-19/+49
|
* Enable locale support at runtime.Mike Gabriel2017-12-061-0/+4
|
* Update icon names in source definesJason Conti2017-12-051-2/+2
|
* gschema: Namespace adaptations for gschema file.Mike Gabriel2017-12-021-1/+1
|
* Convert to Ayatana Indicators.Mike Gabriel2017-12-021-3/+3
|
* * Add option to clear the notifications using middle click on the ↵0.3.3Jason Conti2017-03-151-2/+16
| | | | | | | notification icon. * Bump version.
* * When updating the notification count on the clear item, deactivate the menu0.3.1Jason Conti2016-08-291-0/+4
| | | | | | | shell if that count is zero. This avoids leaving a single clear menuitem on screen after all the notifications have been dismissed. * Bump version.
* * Add button argument to notification menuitem clicked signalJason Conti2014-05-311-2/+2
| | | | | * Replace deprecated stock icon api
* * Use icon-name instead of pixbufs to set the indicator iconJason Conti2014-01-151-130/+3
| | | | | * Move the default icons to datadir/pixmaps/
* * New GSetting:Jason Conti2014-01-151-1/+50
| | | | | - "blacklist" - discard notifications matching appname
* * Add GSettings support.Jason Conti2013-02-171-7/+65
| | | | | | - hide-indicator key to show/hide the indicator - max-items key to change the maximum number of displayed notifications
* * Use style-updated intead of style-set to track style changes on GtkImage,Jason Conti2012-04-041-3/+3
| | | | | since style-set is deprecated and seems to be broken for GtkImage.
* * Implement secondary-activate to dismiss or reactivate the unread iconJason Conti2012-02-291-10/+42
| | | | | on middle click.
* * Move the button events to notification menuitem.Jason Conti2012-02-261-88/+9
| | | | | | * Add a clicked event to the notification menuitem. * Drop the old new_notification_menuitem code.
* * Move the notification menuitem to a separate class.Jason Conti2012-02-261-1/+4
|
* * Rename notification_is_volume to notification_is_private.Jason Conti2012-02-261-2/+2
| | | | | | | * Add filters for indicator-sound and brightness notifications. * Strip whitespace leading and trailing whitespace from the summary and body.
* * Don't hide the menu when removing a notification.Jason Conti2012-02-251-20/+45
|
* * Remove a notification when clicked. Unfortunately this hides the menuJason Conti2012-02-251-1/+60
| | | | | unless the item is activated with the spacebar, so needs fixing.
* * Implement the clear itemJason Conti2012-02-251-0/+60
| | | | | * Add safety checks to most of the functions
* * Reorganize and comment indicator-notifications.cJason Conti2012-02-251-212/+230
|
* * Add a clear item that also keeps a notification count.Jason Conti2012-02-251-9/+45
| | | | | - Still need to implement the clear action
* * Reintroduce the visible item limit, currently hard-coded to 5Jason Conti2012-02-251-6/+53
|
* * Add notification_is_empty to catch useless notifications such asJason Conti2012-02-251-6/+2
| | | | | brightness and volume, which are not always properly marked.
* * Drop old dbus service file.Jason Conti2012-02-251-15/+3
| | | | | | * Clean up configure.ac * Drop gtk2 build
* * Disable the resize_menu code.Jason Conti2011-09-081-1/+1
|
* * Make sure to unref the dbus-spy when the indicator is disposed.Jason Conti2011-08-291-0/+5
|
* * Switch to gtk_menu_shell_prepend so new messages appear on top.Jason Conti2011-08-291-1/+1
|
* * Simplified the indicator by removing the dbus service. Still needs:Jason Conti2011-08-291-112/+82
| | | | | | | | | | - Clear button - Message limit * GTK3 is having issues with the multi-line menu items. Adding a bit of a hack to calculate the size of the menu and resize it when an item is added. Still has some problems, but better than before. Will probably cause other issues that will need to be addressed later.
* Revert previous commit, the reposition fix isn't working.Jason Conti2011-08-211-4/+1
|
* * Reposition the menu when it becomes visible, otherwise parts will beJason Conti2011-08-201-1/+4
| | | | | cut off when popped up near the edge of the screen
* * Add a WITH_GTK (2, 3) definition to handle some of the minor differences0.1.3Jason Conti2011-08-191-8/+21
| | | | | | | | between gtk2 and 3 * Replace gtk_hbox_new with gtk_box_new in the gtk3 version * GtkLabel has a new (and much nicer) wrapping mechanism - use gtk_label_set_max_width_chars in gtk3 version
* Bumping version and removing some unnecessary dependencies.Jason Conti2011-05-191-1/+0
|
* Had to prefix the status icons with indicator- because otherwise they can ↵Jason Conti2011-05-181-9/+66
| | | | conflict with the obsolete icons in the recent-notifications package, which I should probably remove.
* Updating icon path to correct location in preparation for proper install.Jason Conti2011-05-181-1/+1
|
* Adding a timestamp to the messages. Currently sends a timestamp string ↵Jason Conti2011-05-171-17/+16
| | | | across dbus, but ideally it will send an integer, and the indicator can decide how to display it (time ago in words, custom time format, etc).
* Proof of concept complete, should probably add timestamps next.Jason Conti2011-05-161-6/+33
|
* A bit of renaming with the dbusmenu properties.Jason Conti2011-05-161-2/+2
|
* Building the menuitem, now works the same as before. Next comes markup. ↵Jason Conti2011-05-161-0/+13
| | | | Should I markup the text server side or add a property to the dbusmenu item for each field, and build the menuitem client side from the properties?
* Should have checked my syntax errors before that last commit. Fixed now.Jason Conti2011-05-161-4/+4
|