aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* service.c: Hide indicator when running in Lomiri.Mike Gabriel2024-03-121-1/+9
|
* src/main.c: Fix function argument errorRobert Tari2023-09-061-1/+2
|
* src/im-application-list.c: Add tooltip support.Mike Gabriel2022-09-011-0/+1
|
* Drop pkglibexecdir and use native CMake file configurationRobert Tari2022-02-151-1/+1
|
* Use Ayatana-style CMakeList + clean up compilation flagsRobert Tari2022-01-271-15/+1
|
* service.c: Switch over to Removable IDORobert Tari2020-11-301-1/+1
|
* Change the icon after the last notification has been removedRobert Tari2020-11-131-0/+5
|
* Remove all references to url-dispatcherRobert Tari2020-11-121-5/+1
|
* Rewrite to indicator-ng, simplify, drop all GTK references, move to CMakeRobert Tari2020-11-1010-1850/+1025
| | | | 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.
* Update translation files (for blacklist/filter-list renaming and ↵Mike Gabriel2020-08-211-2/+2
| | | | do-not-disturb feature).
* 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-203-114/+114
|
* Add option to swap Settings and Clear.Tasos Sahanidis2020-08-203-7/+48
|
* 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-203-58/+82
| | | | | | * 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 mate do-not-disturb option if available.Jason Conti2020-08-201-24/+83
|
* Add blacklist hints for recent application names.Jason Conti2020-08-203-5/+151
|
* Fix deprecations (fixes #4)Robert Tari2020-08-107-54/+33
|
* 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-284-19/+452
|
* Enable locale support at runtime.Mike Gabriel2017-12-061-0/+4
|
* Update icon names in source definesJason Conti2017-12-052-4/+4
|
* Name change of libnotifications.so -> libayatana-notifications.so.Mike Gabriel2017-12-031-7/+7
|
* gschema: Namespace adaptations for gschema file.Mike Gabriel2017-12-021-1/+1
|
* Convert to Ayatana Indicators.Mike Gabriel2017-12-022-4/+4
|
* * Add option to clear the notifications using middle click on the ↵0.3.3Jason Conti2017-03-151-2/+16
| | | | | | | notification icon. * Bump version.
* * Need to escape the url otherwise certain acceptable characters can break the0.3.2Jason Conti2016-08-291-1/+7
| | | | | | markup parsing in the GtkLabel. * 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.
* * Comment the new functions in notification-menuitem.cJason Conti2016-08-291-2/+68
| | | | | * Bump version.
* * Make sure the button event started and ended on the close image before weJason Conti2016-08-282-4/+12
| | | | | dismiss the notification
* * Added back hide_on_activate = false on the notification menuitemJason Conti2016-08-281-2/+18
| | | | | | | | | | - Enables using space when in keyboard navigation to avoid closing the menu * Added custom close icons for selected and deselected notifications - Since we don't set PRELIGHT, needed a way to show the selected notification during keyboard navigation - gtk-close is deprecated anyway, so might as well use our own - Can be replaced by the icon theme to look more appropriate
* * Scan the notification body for links and mark them up, escape everything elseJason Conti2016-08-272-4/+34
|
* * Import urlregex files to handle matching and expanding urlsJason Conti2016-08-274-1/+307
|
* * Added support for visiting links within notificationsJason Conti2016-08-252-24/+155
| | | | | | | | - Currently inserting two test links into each message (no link parsing) - Changes how notifications are highlighted and closed + Removed prelight on the menuitem so that the links render correctly + Must click the X to close a notification now
* * Fix a serious memory leak in notification_new_from_dbus_message.Jason Conti2015-10-231-0/+8
| | | | | * Bump version.
* * Add button argument to notification menuitem clicked signalJason Conti2014-05-313-7/+7
| | | | | * Replace deprecated stock icon api
* * Use icon-name instead of pixbufs to set the indicator iconJason Conti2014-01-152-132/+3
| | | | | * Move the default icons to datadir/pixmaps/
* * New GSetting:Jason Conti2014-01-151-1/+50
| | | | | - "blacklist" - discard notifications matching appname
* * Import patch for eavesdrop support required by recent dbus versions.Jason Conti2013-02-171-1/+1
| | | | | - Drop this patch if using an older version that doesn't require eavesdropping.
* * 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.
* * Emit the clicked signal when the keyboard activates a menuitem.Jason Conti2012-02-261-0/+17
| | | | | | - If using the spacebar, the menu won't hide - If using enter, the menu hides
* * Move the button events to notification menuitem.Jason Conti2012-02-263-88/+69
| | | | | | * 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-264-1/+137
|
* * Rename notification_is_volume to notification_is_private.Jason Conti2012-02-263-9/+18
| | | | | | | * 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.