aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Name change of libnotifications.so -> libayatana-notifications.so.Mike Gabriel2017-12-031-7/+7
|
* Convert to Ayatana Indicators.Mike Gabriel2017-12-021-1/+1
|
* * Import urlregex files to handle matching and expanding urlsJason Conti2016-08-271-0/+2
|
* * Use icon-name instead of pixbufs to set the indicator iconJason Conti2014-01-151-2/+0
| | | | | * Move the default icons to datadir/pixmaps/
* * Move the notification menuitem to a separate class.Jason Conti2012-02-261-0/+2
|
* * Drop old dbus service file.Jason Conti2012-02-251-2/+1
| | | | | | * Clean up configure.ac * Drop gtk2 build
* * Simplified the indicator by removing the dbus service. Still needs:Jason Conti2011-08-291-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 directoryJason Conti2011-08-191-4/+4
|
* * Add a WITH_GTK (2, 3) definition to handle some of the minor differences0.1.3Jason Conti2011-08-191-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 Conti2011-05-151-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 Conti2011-05-141-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 Conti2011-05-131-0/+4
| | | | as they arrive.
* Completed the great renaming. Time for a test build.Jason Conti2011-05-101-14/+14
|
* Removed the interface from example, no longer needed, so removing it here too.Jason Conti2011-05-101-24/+0
|
* Removed unnecessary function from interface, updated formatting in service.Jason Conti2011-05-081-1/+0
|
* Removing -Werror for the moment, since the warnings about unused variables ↵Jason Conti2011-05-081-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 Conti2011-05-081-26/+22
|
* Removed the calendar item, didn't seem to be used, although I think it was ↵Jason Conti2011-05-071-2/+0
| | | | moved to libido, so maybe that is why.
* Ripped out datetime-prefs and the translations.Jason Conti2011-05-071-20/+0
|
* Import from lp:indicator-datetimeJason Conti2011-05-071-0/+82