Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Added support for visiting links within notifications | Jason Conti | 2016-08-25 | 2 | -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 Conti | 2015-10-23 | 2 | -1/+9 | |
| | | | | | * Bump version. | |||||
* | * Add button argument to notification menuitem clicked signal | Jason Conti | 2014-05-31 | 3 | -7/+7 | |
| | | | | | * Replace deprecated stock icon api | |||||
* | Add AM_PROG_AR to silence autotools warning0.2.6 | Jason Conti | 2014-01-15 | 1 | -0/+1 | |
| | ||||||
* | Bump version to 0.2.6 | Jason Conti | 2014-01-15 | 1 | -1/+1 | |
| | ||||||
* | * Use icon-name instead of pixbufs to set the indicator icon | Jason Conti | 2014-01-15 | 4 | -135/+5 | |
| | | | | | * Move the default icons to datadir/pixmaps/ | |||||
* | * New GSetting: | Jason Conti | 2014-01-15 | 2 | -1/+55 | |
| | | | | | - "blacklist" - discard notifications matching appname | |||||
* | * Bump version to 0.2.50.2.5 | Jason Conti | 2013-02-17 | 1 | -1/+1 | |
| | ||||||
* | * Import patch for eavesdrop support required by recent dbus versions. | Jason Conti | 2013-02-17 | 1 | -1/+1 | |
| | | | | | - Drop this patch if using an older version that doesn't require eavesdropping. | |||||
* | * Add GSettings support. | Jason Conti | 2013-02-17 | 6 | -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.4 | Jason Conti | 2012-04-04 | 1 | -1/+1 | |
| | ||||||
* | * 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. | |||||
* | Bump to version 0.2.30.2.3 | Jason Conti | 2012-04-04 | 1 | -1/+1 | |
| | ||||||
* | * Implement secondary-activate to dismiss or reactivate the unread icon | Jason Conti | 2012-02-29 | 1 | -10/+42 | |
| | | | | | on middle click. | |||||
* | * Update potfiles.0.2.2 | Jason Conti | 2012-02-26 | 3 | -8/+9 | |
| | | | | | * Bump version to 0.2.2. | |||||
* | * Emit the clicked signal when the keyboard activates a menuitem. | Jason Conti | 2012-02-26 | 1 | -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 Conti | 2012-02-26 | 3 | -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 Conti | 2012-02-26 | 5 | -1/+138 | |
| | ||||||
* | * Rename notification_is_volume to notification_is_private. | Jason Conti | 2012-02-26 | 3 | -9/+18 | |
| | | | | | | | * Add filters for indicator-sound and brightness notifications. * Strip whitespace leading and trailing whitespace from the summary and body. | |||||
* | * Update potfiles0.2.1 | Jason Conti | 2012-02-25 | 4 | -13/+12 | |
| | | | | | * Bump version to 0.2.1 | |||||
* | * Bump version to 0.2.00.2.0 | Jason Conti | 2012-02-25 | 1 | -1/+1 | |
| | ||||||
* | * 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 | 2 | -1/+61 | |
| | | | | | 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 | 3 | -6/+13 | |
| | | | | | brightness and volume, which are not always properly marked. | |||||
* | Forgot AC_OUTPUT in configure.ac | Jason Conti | 2012-02-25 | 1 | -0/+2 | |
| | ||||||
* | * Move dev tools to the tools/ directory | Jason Conti | 2012-02-25 | 5 | -4/+3 | |
| | | | | | * Missed some extra [] in configure.ac | |||||
* | * Drop old dbus service file. | Jason Conti | 2012-02-25 | 5 | -195/+39 | |
| | | | | | | * 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 | 13 | -783/+114 | |
| | | | | | | | | | | - 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 | |||||
* | * Bump for oneiric ppa release0.1.4 | Jason Conti | 2011-08-19 | 1 | -2/+2 | |
| | ||||||
* | * Fix XML service substitution so it works from a separate build directory | Jason Conti | 2011-08-19 | 1 | -4/+4 | |
| | ||||||
* | * Add a WITH_GTK (2, 3) definition to handle some of the minor differences0.1.3 | Jason Conti | 2011-08-19 | 4 | -11/+33 | |
| | | | | | | | | 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 | |||||
* | Update libindicator pkg-config names. | Jason Conti | 2011-08-19 | 4 | -21/+24 | |
| | ||||||
* | * Updated testing scripts for new gtk3 indicator. | Jason Conti | 2011-07-02 | 2 | -2/+2 | |
| | ||||||
* | * Building --with-gtk=3 for oneiric | Jason Conti | 2011-06-29 | 2 | -6/+7 | |
| | ||||||
* | Modified the logging mechanism in the service. The one I stole from ↵ | Jason Conti | 2011-05-27 | 1 | -47/+50 | |
| | | | | indicator-applet was inconsistant. Sometimes messages would be logged, sometimes they wouldn't. This time took one from lightdm that just uses stdio, and it seems to work much more consistantly. | |||||
* | Bumping version and removing some unnecessary dependencies. | Jason Conti | 2011-05-19 | 3 | -17/+7 | |
| | ||||||
* | Have to add the test directory back to Makefile.am or the tarball from make ↵0.1.0 | Jason Conti | 2011-05-18 | 1 | -1/+2 | |
| | | | | dist fails to configure. (could also have removed the test makefile from configure.ac, but this seemed better) | |||||
* | Had to prefix the status icons with indicator- because otherwise they can ↵ | Jason Conti | 2011-05-18 | 4 | -11/+68 | |
| | | | | conflict with the obsolete icons in the recent-notifications package, which I should probably remove. | |||||
* | Updated the pot file. Not many strings so far. | Jason Conti | 2011-05-18 | 3 | -2/+36 | |
| | ||||||
* | Updating icon path to correct location in preparation for proper install. | Jason Conti | 2011-05-18 | 3 | -2/+7 | |
| | ||||||
* | Checking for, and discarding volume notifications, since they contain no ↵ | Jason Conti | 2011-05-17 | 3 | -1/+28 | |
| | | | | useful information (which is stupid, why can't they provide a summary (Volume Up/Down) and body (Current volume level X%). |