| Commit message (Expand) | Author | Age | Files | Lines |
* | * Add button argument to notification menuitem clicked signal | Jason Conti | 2014-05-31 | 3 | -7/+7 |
* | * Use icon-name instead of pixbufs to set the indicator icon | Jason Conti | 2014-01-15 | 2 | -132/+3 |
* | * New GSetting: | Jason Conti | 2014-01-15 | 1 | -1/+50 |
* | * Import patch for eavesdrop support required by recent dbus versions. | Jason Conti | 2013-02-17 | 1 | -1/+1 |
* | * Add GSettings support. | Jason Conti | 2013-02-17 | 1 | -7/+65 |
* | * Use style-updated intead of style-set to track style changes on GtkImage, | Jason Conti | 2012-04-04 | 1 | -3/+3 |
* | * Implement secondary-activate to dismiss or reactivate the unread icon | Jason Conti | 2012-02-29 | 1 | -10/+42 |
* | * Emit the clicked signal when the keyboard activates a menuitem. | Jason Conti | 2012-02-26 | 1 | -0/+17 |
* | * Move the button events to notification menuitem. | Jason Conti | 2012-02-26 | 3 | -88/+69 |
* | * Move the notification menuitem to a separate class. | Jason Conti | 2012-02-26 | 4 | -1/+137 |
* | * Rename notification_is_volume to notification_is_private. | Jason Conti | 2012-02-26 | 3 | -9/+18 |
* | * 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 |
* | * Implement the clear item | Jason Conti | 2012-02-25 | 1 | -0/+60 |
* | * 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 |
* | * 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 |
* | * Drop old dbus service file. | Jason Conti | 2012-02-25 | 2 | -17/+4 |
* | * 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 | 9 | -780/+112 |
* | 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 |
* | * 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 | 3 | -9/+28 |
* | Modified the logging mechanism in the service. The one I stole from indicator... | Jason Conti | 2011-05-27 | 1 | -47/+50 |
* | Bumping version and removing some unnecessary dependencies. | Jason Conti | 2011-05-19 | 2 | -2/+0 |
* | Had to prefix the status icons with indicator- because otherwise they can con... | Jason Conti | 2011-05-18 | 1 | -9/+66 |
* | Updating icon path to correct location in preparation for proper install. | Jason Conti | 2011-05-18 | 1 | -1/+1 |
* | Checking for, and discarding volume notifications, since they contain no usef... | Jason Conti | 2011-05-17 | 3 | -1/+28 |
* | Adding a timestamp to the messages. Currently sends a timestamp string across... | Jason Conti | 2011-05-17 | 5 | -32/+61 |
* | Removed the placeholder filter item for now. It serves no purpose with a limi... | Jason Conti | 2011-05-17 | 1 | -17/+28 |
* | Proof of concept complete, should probably add timestamps next. | Jason Conti | 2011-05-16 | 2 | -6/+35 |
* | A bit of renaming with the dbusmenu properties. | Jason Conti | 2011-05-16 | 3 | -6/+17 |
* | Building the menuitem, now works the same as before. Next comes markup. Shoul... | Jason Conti | 2011-05-16 | 1 | -0/+13 |
* | 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 menuitem... | Jason Conti | 2011-05-16 | 3 | -2/+18 |
* | Update indicator icon to unread when a message is received, and to read when ... | Jason Conti | 2011-05-15 | 4 | -11/+30 |
* | Couldn't seem to get a signal when a menu item is added to the dbusmenu, so a... | Jason Conti | 2011-05-15 | 5 | -3/+295 |
* | Loading the read and unread icons when the image is first requested. TODO: Ne... | Jason Conti | 2011-05-15 | 1 | -6/+52 |
* | 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 | 2 | -0/+31 |
* | Adding back the functionality to clear the notifications. | Jason Conti | 2011-05-14 | 1 | -0/+18 |
* | Updating in the idle loop seems to have fixed the updating, so added the gque... | Jason Conti | 2011-05-14 | 1 | -7/+20 |
* | Added add_message_item to the idle loop and it seems to be working much bette... | Jason Conti | 2011-05-13 | 1 | -4/+10 |
* | Checking the number of children. They are correct, so they just aren't being ... | Jason Conti | 2011-05-13 | 1 | -1/+5 |
* | Removing the queue for the moment, adding menu items when messages arrive see... | Jason Conti | 2011-05-13 | 1 | -13/+1 |
* | Logging the service to a file (~/.cache/indicator-notifications-service.log).... | Jason Conti | 2011-05-13 | 1 | -29/+107 |