Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 5 | -3/+295 | |
| | | | | 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 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 | 2 | -5/+5 | |
| | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | Completed the great renaming. Time for a test build. | Jason Conti | 2011-05-10 | 3 | -18/+17 | |
| | ||||||
* | Renamed the indicator | Jason Conti | 2011-05-10 | 1 | -76/+52 | |
| | ||||||
* | Renamed the rest of the files, and updated the file headers. | Jason Conti | 2011-05-10 | 4 | -12/+9 | |
| | ||||||
* | Removed the interface from example, no longer needed, so removing it here too. | Jason Conti | 2011-05-10 | 6 | -285/+5 | |
| | ||||||
* | Shown/Hidden code works but causing the indicator to freak out, so disabled ↵ | Jason Conti | 2011-05-09 | 1 | -0/+2 | |
| | | | | for now. It will work fine for changing the icon status though. | |||||
* | Adding some code to demonstrate when the menu is shown/hidden, which will be ↵ | Jason Conti | 2011-05-09 | 1 | -12/+29 | |
| | | | | required for indicator-notifications. | |||||
* | Removing the unnecessary size group | Jason Conti | 2011-05-09 | 1 | -10/+0 | |
| | ||||||
* | Testing the item-activate signal by launching various programs. | Jason Conti | 2011-05-09 | 1 | -2/+20 | |
| | ||||||
* | Updated formatting for indicator | Jason Conti | 2011-05-08 | 3 | -196/+187 | |
| | ||||||
* | Updated the formatting for the interface | Jason Conti | 2011-05-08 | 3 | -119/+117 | |
| | ||||||
* | Removed unnecessary function from interface, updated formatting in service. | Jason Conti | 2011-05-08 | 4 | -130/+57 | |
| | ||||||
* | Removing -Werror for the moment, since the warnings about unused variables ↵ | Jason Conti | 2011-05-08 | 1 | -2/+1 | |
| | | | | and functions are fine. They may get used later, don't want to remove them yet. | |||||
* | Stripped settings | Jason Conti | 2011-05-08 | 1 | -41/+0 | |
| | ||||||
* | Stripped much of the unneeded code from the indicator. | Jason Conti | 2011-05-08 | 1 | -1161/+5 | |
| | ||||||
* | Removed the unnecessary menu items from dbus-shared.h and the unnecessary ↵ | Jason Conti | 2011-05-08 | 2 | -15/+0 | |
| | | | | signal in the service xml. Probably broke the compile. | |||||
* | Removed most of the cruft from the service source. | Jason Conti | 2011-05-08 | 1 | -1351/+13 | |
| | ||||||
* | Fixed compiling errors from rename and removing utils. Time to rip out the ↵ | Jason Conti | 2011-05-08 | 2 | -27/+34 | |
| | | | | unnecessary bits. | |||||
* | The great rename is complete. Time to test compile and fix errors. | Jason Conti | 2011-05-08 | 3 | -120/+114 | |
| | ||||||
* | Minor rename in settings-shared.h before removing most of the settings (or ↵ | Jason Conti | 2011-05-08 | 1 | -4/+4 | |
| | | | | the entire file). | |||||
* | Removed utils | Jason Conti | 2011-05-08 | 2 | -314/+0 | |
| | ||||||
* | Renamed service files | Jason Conti | 2011-05-08 | 2 | -2/+2 | |
| | ||||||
* | Changed the dbus names | Jason Conti | 2011-05-08 | 1 | -7/+7 | |
| | ||||||
* | Renamed the interface. | Jason Conti | 2011-05-08 | 3 | -86/+86 | |
| | ||||||
* | Removed the calendar item, didn't seem to be used, although I think it was ↵ | Jason Conti | 2011-05-07 | 3 | -161/+0 | |
| | | | | moved to libido, so maybe that is why. | |||||
* | Ripped out datetime-prefs and the translations. | Jason Conti | 2011-05-07 | 6 | -2075/+0 | |
| | ||||||
* | Import from lp:indicator-datetime | Jason Conti | 2011-05-07 | 17 | -0/+6023 | |