Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo ellipsis, added | leela | 2019-09-01 | 1 | -1/+1 |
| | | | | please verify also [source](https://hosted.weblate.org/projects/ayatana-indicators/notifications-applet/source/review/?type=check%3Aellipsis) | ||||
* | * Add a settings UI | Jason Conti | 2019-08-28 | 1 | -19/+49 |
| | |||||
* | Enable locale support at runtime. | Mike Gabriel | 2017-12-06 | 1 | -0/+4 |
| | |||||
* | Update icon names in source defines | Jason Conti | 2017-12-05 | 1 | -2/+2 |
| | |||||
* | gschema: Namespace adaptations for gschema file. | Mike Gabriel | 2017-12-02 | 1 | -1/+1 |
| | |||||
* | Convert to Ayatana Indicators. | Mike Gabriel | 2017-12-02 | 1 | -3/+3 |
| | |||||
* | * Add option to clear the notifications using middle click on the ↵0.3.3 | Jason Conti | 2017-03-15 | 1 | -2/+16 |
| | | | | | | | notification icon. * Bump version. | ||||
* | * When updating the notification count on the clear item, deactivate the menu0.3.1 | Jason Conti | 2016-08-29 | 1 | -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 signal | Jason Conti | 2014-05-31 | 1 | -2/+2 |
| | | | | | * Replace deprecated stock icon api | ||||
* | * Use icon-name instead of pixbufs to set the indicator icon | Jason Conti | 2014-01-15 | 1 | -130/+3 |
| | | | | | * Move the default icons to datadir/pixmaps/ | ||||
* | * New GSetting: | Jason Conti | 2014-01-15 | 1 | -1/+50 |
| | | | | | - "blacklist" - discard notifications matching appname | ||||
* | * Add GSettings support. | Jason Conti | 2013-02-17 | 1 | -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 Conti | 2012-04-04 | 1 | -3/+3 |
| | | | | | since style-set is deprecated and seems to be broken for GtkImage. | ||||
* | * Implement secondary-activate to dismiss or reactivate the unread icon | Jason Conti | 2012-02-29 | 1 | -10/+42 |
| | | | | | on middle click. | ||||
* | * Move the button events to notification menuitem. | Jason Conti | 2012-02-26 | 1 | -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 Conti | 2012-02-26 | 1 | -1/+4 |
| | |||||
* | * Rename notification_is_volume to notification_is_private. | Jason Conti | 2012-02-26 | 1 | -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 Conti | 2012-02-25 | 1 | -20/+45 |
| | |||||
* | * Remove a notification when clicked. Unfortunately this hides the menu | Jason Conti | 2012-02-25 | 1 | -1/+60 |
| | | | | | unless the item is activated with the spacebar, so needs fixing. | ||||
* | * Implement the clear item | Jason Conti | 2012-02-25 | 1 | -0/+60 |
| | | | | | * Add safety checks to most of the functions | ||||
* | * Reorganize and comment indicator-notifications.c | Jason Conti | 2012-02-25 | 1 | -212/+230 |
| | |||||
* | * Add a clear item that also keeps a notification count. | Jason Conti | 2012-02-25 | 1 | -9/+45 |
| | | | | | - Still need to implement the clear action | ||||
* | * Reintroduce the visible item limit, currently hard-coded to 5 | Jason Conti | 2012-02-25 | 1 | -6/+53 |
| | |||||
* | * Add notification_is_empty to catch useless notifications such as | Jason Conti | 2012-02-25 | 1 | -6/+2 |
| | | | | | brightness and volume, which are not always properly marked. | ||||
* | * Drop old dbus service file. | Jason Conti | 2012-02-25 | 1 | -15/+3 |
| | | | | | | * Clean up configure.ac * Drop gtk2 build | ||||
* | * Disable the resize_menu code. | Jason Conti | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | * Make sure to unref the dbus-spy when the indicator is disposed. | Jason Conti | 2011-08-29 | 1 | -0/+5 |
| | |||||
* | * Switch to gtk_menu_shell_prepend so new messages appear on top. | Jason Conti | 2011-08-29 | 1 | -1/+1 |
| | |||||
* | * Simplified the indicator by removing the dbus service. Still needs: | Jason Conti | 2011-08-29 | 1 | -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 Conti | 2011-08-21 | 1 | -4/+1 |
| | |||||
* | * Reposition the menu when it becomes visible, otherwise parts will be | Jason Conti | 2011-08-20 | 1 | -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.3 | Jason Conti | 2011-08-19 | 1 | -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 Conti | 2011-05-19 | 1 | -1/+0 |
| | |||||
* | Had to prefix the status icons with indicator- because otherwise they can ↵ | Jason Conti | 2011-05-18 | 1 | -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 Conti | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Adding a timestamp to the messages. Currently sends a timestamp string ↵ | Jason Conti | 2011-05-17 | 1 | -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 Conti | 2011-05-16 | 1 | -6/+33 |
| | |||||
* | A bit of renaming with the dbusmenu properties. | Jason Conti | 2011-05-16 | 1 | -2/+2 |
| | |||||
* | Building the menuitem, now works the same as before. Next comes markup. ↵ | Jason Conti | 2011-05-16 | 1 | -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 Conti | 2011-05-16 | 1 | -4/+4 |
| | |||||
* | Adding a new notification menuitem type. It isn't currently a custom ↵ | Jason Conti | 2011-05-16 | 1 | -2/+15 |
| | | | | menuitem, but may need to be eventually. | ||||
* | Update indicator icon to unread when a message is received, and to read when ↵ | Jason Conti | 2011-05-15 | 1 | -9/+13 |
| | | | | the menu is hidden. | ||||
* | Couldn't seem to get a signal when a menu item is added to the dbusmenu, so ↵ | Jason Conti | 2011-05-15 | 1 | -3/+3 |
| | | | | adding the interface back from indicator-datetime with a MessageAdded signal to notify the indicator when a notification is added to the menu. | ||||
* | Loading the read and unread icons when the image is first requested. TODO: ↵ | Jason Conti | 2011-05-15 | 1 | -6/+52 |
| | | | | Need to reload them when the icon theme changes. | ||||
* | Removed the label from the indicator. May add it back later for a message count. | Jason Conti | 2011-05-14 | 1 | -97/+8 |
| | |||||
* | Added the icon to the indicator. Currently using a hardcoded path, will grab ↵ | Jason Conti | 2011-05-14 | 1 | -0/+30 |
| | | | | from the icon theme later, but need to add the local path to the icon theme for testing. | ||||
* | Commenting out an unneeded variable to remove a warning. | Jason Conti | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Renamed the indicator | Jason Conti | 2011-05-10 | 1 | -76/+52 |
| | |||||
* | Renamed the rest of the files, and updated the file headers. | Jason Conti | 2011-05-10 | 1 | -0/+379 |