Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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%). | ||||
* | Adding a timestamp to the messages. Currently sends a timestamp string ↵ | Jason Conti | 2011-05-17 | 5 | -32/+61 |
| | | | | 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). | ||||
* | Removed the placeholder filter item for now. It serves no purpose with a ↵ | Jason Conti | 2011-05-17 | 1 | -17/+28 |
| | | | | limit of 5 items. Added a empty item to signify when the menu has 0 notification, instead of just leaving a blank space. | ||||
* | 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. ↵ | 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 | 3 | -2/+18 |
| | | | | 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 | 4 | -11/+30 |
| | | | | 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 | 6 | -3/+297 |
| | | | | 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 | 2 | -0/+31 |
| | | | | from the icon theme later, but need to add the local path to the icon theme for testing. | ||||
* | Adding gdk pixbuf to the deps for gtk2. Don't know what to use with gtk3 yet. | Jason Conti | 2011-05-14 | 1 | -2/+5 |
| | |||||
* | Forgot to add data/icons/Makefile to configure.ac. | Jason Conti | 2011-05-14 | 2 | -1/+3 |
| | |||||
* | Attempting to add icons to the install target. Will put them in correct ↵ | Jason Conti | 2011-05-14 | 4 | -1/+365 |
| | | | | locations later. | ||||
* | 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 ↵ | Jason Conti | 2011-05-14 | 1 | -7/+20 |
| | | | | gqueue back, as well as a fixed limit of 5 items for now (until preferences are added later). | ||||
* | Added add_message_item to the idle loop and it seems to be working much ↵ | Jason Conti | 2011-05-13 | 1 | -4/+10 |
| | | | | better now. | ||||
* | Checking the number of children. They are correct, so they just aren't being ↵ | Jason Conti | 2011-05-13 | 1 | -1/+5 |
| | | | | sent over dbus. | ||||
* | Removing the queue for the moment, adding menu items when messages arrive ↵ | Jason Conti | 2011-05-13 | 1 | -13/+1 |
| | | | | seems to only be partially working for some reason. | ||||
* | Logging the service to a file ↵ | Jason Conti | 2011-05-13 | 1 | -29/+107 |
| | | | | (~/.cache/indicator-notifications-service.log). The indicator messages appear to go to indicator-applet-complete.log, so shouldn't need to set up separate logging there. | ||||
* | Integrated the dbus-spy. Menu items for notification summaries are appended ↵ | Jason Conti | 2011-05-13 | 6 | -15/+62 |
| | | | | as they arrive. | ||||
* | Importing dbus-spy and notification dbus objects to watch dbus for ↵ | Jason Conti | 2011-05-13 | 4 | -0/+413 |
| | | | | org.freedesktop.Notification.Notify messages (from test project). | ||||
* | Something didn't like the hyphen in recent-notifications so changed the bus ↵ | Jason Conti | 2011-05-10 | 3 | -6/+6 |
| | | | | names to RecentNotifications. My guess is libindicator, since dbus let me register com.launchpad.recent-notifications.indicator but the menu path didn't show up. | ||||
* | Commenting out an unneeded variable to remove a warning. | Jason Conti | 2011-05-10 | 2 | -1/+5 |
| | |||||
* | Missed a rename. | Jason Conti | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Completed the great renaming. Time for a test build. | Jason Conti | 2011-05-10 | 3 | -18/+17 |
| |