Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add a settings UI | Jason Conti | 2019-08-28 | 1 | -0/+14 |
| | |||||
* | Name change of libnotifications.so -> libayatana-notifications.so. | Mike Gabriel | 2017-12-03 | 1 | -7/+7 |
| | |||||
* | Convert to Ayatana Indicators. | Mike Gabriel | 2017-12-02 | 1 | -1/+1 |
| | |||||
* | * Import urlregex files to handle matching and expanding urls | Jason Conti | 2016-08-27 | 1 | -0/+2 |
| | |||||
* | * Use icon-name instead of pixbufs to set the indicator icon | Jason Conti | 2014-01-15 | 1 | -2/+0 |
| | | | | | * Move the default icons to datadir/pixmaps/ | ||||
* | * Move the notification menuitem to a separate class. | Jason Conti | 2012-02-26 | 1 | -0/+2 |
| | |||||
* | * Drop old dbus service file. | Jason Conti | 2012-02-25 | 1 | -2/+1 |
| | | | | | | * Clean up configure.ac * Drop gtk2 build | ||||
* | * Simplified the indicator by removing the dbus service. Still needs: | Jason Conti | 2011-08-29 | 1 | -42/+5 |
| | | | | | | | | | | - 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. | ||||
* | * 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 | 1 | -1/+2 |
| | | | | | | | | 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 | ||||
* | Couldn't seem to get a signal when a menu item is added to the dbusmenu, so ↵ | Jason Conti | 2011-05-15 | 1 | -0/+22 |
| | | | | adding the interface back from indicator-datetime with a MessageAdded signal to notify the indicator when a notification is added to the menu. | ||||
* | Added the icon to the indicator. Currently using a hardcoded path, will grab ↵ | Jason Conti | 2011-05-14 | 1 | -0/+1 |
| | | | | from the icon theme later, but need to add the local path to the icon theme for testing. | ||||
* | Integrated the dbus-spy. Menu items for notification summaries are appended ↵ | Jason Conti | 2011-05-13 | 1 | -0/+4 |
| | | | | as they arrive. | ||||
* | Completed the great renaming. Time for a test build. | Jason Conti | 2011-05-10 | 1 | -14/+14 |
| | |||||
* | Removed the interface from example, no longer needed, so removing it here too. | Jason Conti | 2011-05-10 | 1 | -24/+0 |
| | |||||
* | Removed unnecessary function from interface, updated formatting in service. | Jason Conti | 2011-05-08 | 1 | -1/+0 |
| | |||||
* | 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. | ||||
* | The great rename is complete. Time to test compile and fix errors. | Jason Conti | 2011-05-08 | 1 | -26/+22 |
| | |||||
* | Removed the calendar item, didn't seem to be used, although I think it was ↵ | Jason Conti | 2011-05-07 | 1 | -2/+0 |
| | | | | moved to libido, so maybe that is why. | ||||
* | Ripped out datetime-prefs and the translations. | Jason Conti | 2011-05-07 | 1 | -20/+0 |
| | |||||
* | Import from lp:indicator-datetime | Jason Conti | 2011-05-07 | 1 | -0/+82 |