aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update-po.sh: Tweak file names in .po files ending with .xml.in.in.h.Mike Gabriel2017-12-061-4/+5
|
* update-pot.sh: Drop the .h from filenames in .pot file ending with .xml.in.in.h.Mike Gabriel2017-12-061-4/+5
|
* po/: Add LINGUAS file.Mike Gabriel2017-12-061-0/+117
|
* debian/postinst: Remove. The libglib2.0-bin package has a trigger for that ↵Mike Gabriel2017-12-051-40/+0
| | | | for years.
* debian/control: Correct the point about the configuration dialog, the dialog ↵Mike Gabriel2017-12-051-3/+2
| | | | is actually dconf-editor for now.
* 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
|
* debian/control: Fix D (glib2.0-bin -> libglib2.0-bin).Mike Gabriel2017-12-021-1/+1
|
* gschema: Namespace adaptations for gschema file.Mike Gabriel2017-12-022-2/+2
|
* Drop .bzrignore.Mike Gabriel2017-12-021-57/+0
|
* debian/{control,postinst}: Recompile GSettings schemas at post installation.Mike Gabriel2017-12-022-0/+41
|
* Makefile.am: no localinstall anymore.Mike Gabriel2017-12-021-2/+0
|
* po/: Initialize translation files.Mike Gabriel2017-12-02119-1/+8540
|
* update-po(t).sh: Add translation update tools.Mike Gabriel2017-12-022-0/+65
|
* Import and adapt packaging from recent-notifications' ppa-indicator branch.Mike Gabriel2017-12-027-0/+244
|
* Convert to Ayatana Indicators.Mike Gabriel2017-12-0218-79/+18
|
* * Add option to clear the notifications using middle click on the ↵0.3.3Jason Conti2017-03-153-3/+22
| | | | | | | notification icon. * Bump version.
* * Need to escape the url otherwise certain acceptable characters can break the0.3.2Jason Conti2016-08-292-2/+8
| | | | | | markup parsing in the GtkLabel. * Bump version.
* * When updating the notification count on the clear item, deactivate the menu0.3.1Jason Conti2016-08-292-1/+5
| | | | | | | 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-292-3/+69
| | | | | * 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-284-2/+160
| | | | | | | | | | - 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-276-1/+310
|
* * 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-232-1/+9
| | | | | * Bump version.
* * Add button argument to notification menuitem clicked signalJason Conti2014-05-313-7/+7
| | | | | * Replace deprecated stock icon api
* Add AM_PROG_AR to silence autotools warning0.2.6Jason Conti2014-01-151-0/+1
|
* Bump version to 0.2.6Jason Conti2014-01-151-1/+1
|
* * Use icon-name instead of pixbufs to set the indicator iconJason Conti2014-01-154-135/+5
| | | | | * Move the default icons to datadir/pixmaps/
* * New GSetting:Jason Conti2014-01-152-1/+55
| | | | | - "blacklist" - discard notifications matching appname
* * Bump version to 0.2.50.2.5Jason Conti2013-02-171-1/+1
|
* * 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-176-7/+105
| | | | | | - hide-indicator key to show/hide the indicator - max-items key to change the maximum number of displayed notifications
* * Bump for version 0.2.40.2.4Jason Conti2012-04-041-1/+1
|
* * 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.
* Bump to version 0.2.30.2.3Jason Conti2012-04-041-1/+1
|
* * Implement secondary-activate to dismiss or reactivate the unread iconJason Conti2012-02-291-10/+42
| | | | | on middle click.
* * Update potfiles.0.2.2Jason Conti2012-02-263-8/+9
| | | | | * Bump version to 0.2.2.
* * 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-265-1/+138
|
* * 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.
* * Update potfiles0.2.1Jason Conti2012-02-254-13/+12
| | | | | * Bump version to 0.2.1
* * Bump version to 0.2.00.2.0Jason Conti2012-02-251-1/+1
|
* * 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-252-1/+61
| | | | | 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