aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * Implement the clear itemJason Conti2012-02-251-0/+60
* * 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
* * Reintroduce the visible item limit, currently hard-coded to 5Jason Conti2012-02-251-6/+53
* * Add notification_is_empty to catch useless notifications such asJason Conti2012-02-253-6/+13
* * Drop old dbus service file.Jason Conti2012-02-252-17/+4
* * Disable the resize_menu code.Jason Conti2011-09-081-1/+1
* * Make sure to unref the dbus-spy when the indicator is disposed.Jason Conti2011-08-291-0/+5
* * Switch to gtk_menu_shell_prepend so new messages appear on top.Jason Conti2011-08-291-1/+1
* * Simplified the indicator by removing the dbus service. Still needs:Jason Conti2011-08-299-780/+112
* Revert previous commit, the reposition fix isn't working.Jason Conti2011-08-211-4/+1
* * Reposition the menu when it becomes visible, otherwise parts will beJason Conti2011-08-201-1/+4
* * Fix XML service substitution so it works from a separate build directoryJason Conti2011-08-191-4/+4
* * Add a WITH_GTK (2, 3) definition to handle some of the minor differences0.1.3Jason Conti2011-08-193-9/+28
* Modified the logging mechanism in the service. The one I stole from indicator...Jason Conti2011-05-271-47/+50
* Bumping version and removing some unnecessary dependencies.Jason Conti2011-05-192-2/+0
* Had to prefix the status icons with indicator- because otherwise they can con...Jason Conti2011-05-181-9/+66
* Updating icon path to correct location in preparation for proper install.Jason Conti2011-05-181-1/+1
* Checking for, and discarding volume notifications, since they contain no usef...Jason Conti2011-05-173-1/+28
* Adding a timestamp to the messages. Currently sends a timestamp string across...Jason Conti2011-05-175-32/+61
* Removed the placeholder filter item for now. It serves no purpose with a limi...Jason Conti2011-05-171-17/+28
* Proof of concept complete, should probably add timestamps next.Jason Conti2011-05-162-6/+35
* A bit of renaming with the dbusmenu properties.Jason Conti2011-05-163-6/+17
* Building the menuitem, now works the same as before. Next comes markup. Shoul...Jason Conti2011-05-161-0/+13
* Should have checked my syntax errors before that last commit. Fixed now.Jason Conti2011-05-161-4/+4
* Adding a new notification menuitem type. It isn't currently a custom menuitem...Jason Conti2011-05-163-2/+18
* Update indicator icon to unread when a message is received, and to read when ...Jason Conti2011-05-154-11/+30
* Couldn't seem to get a signal when a menu item is added to the dbusmenu, so a...Jason Conti2011-05-155-3/+295
* Loading the read and unread icons when the image is first requested. TODO: Ne...Jason Conti2011-05-151-6/+52
* Removed the label from the indicator. May add it back later for a message count.Jason Conti2011-05-141-97/+8
* Added the icon to the indicator. Currently using a hardcoded path, will grab ...Jason Conti2011-05-142-0/+31
* Adding back the functionality to clear the notifications.Jason Conti2011-05-141-0/+18
* Updating in the idle loop seems to have fixed the updating, so added the gque...Jason Conti2011-05-141-7/+20
* Added add_message_item to the idle loop and it seems to be working much bette...Jason Conti2011-05-131-4/+10
* Checking the number of children. They are correct, so they just aren't being ...Jason Conti2011-05-131-1/+5
* Removing the queue for the moment, adding menu items when messages arrive see...Jason Conti2011-05-131-13/+1
* Logging the service to a file (~/.cache/indicator-notifications-service.log)....Jason Conti2011-05-131-29/+107
* Integrated the dbus-spy. Menu items for notification summaries are appended a...Jason Conti2011-05-136-15/+62
* Importing dbus-spy and notification dbus objects to watch dbus for org.freede...Jason Conti2011-05-134-0/+413
* Something didn't like the hyphen in recent-notifications so changed the bus n...Jason Conti2011-05-102-5/+5
* Commenting out an unneeded variable to remove a warning.Jason Conti2011-05-101-1/+1
* Completed the great renaming. Time for a test build.Jason Conti2011-05-103-18/+17
* Renamed the indicatorJason Conti2011-05-101-76/+52
* Renamed the rest of the files, and updated the file headers.Jason Conti2011-05-104-12/+9
* Removed the interface from example, no longer needed, so removing it here too.Jason Conti2011-05-106-285/+5
* Shown/Hidden code works but causing the indicator to freak out, so disabled f...Jason Conti2011-05-091-0/+2
* Adding some code to demonstrate when the menu is shown/hidden, which will be ...Jason Conti2011-05-091-12/+29
* Removing the unnecessary size groupJason Conti2011-05-091-10/+0
* Testing the item-activate signal by launching various programs.Jason Conti2011-05-091-2/+20
* Updated formatting for indicatorJason Conti2011-05-083-196/+187