aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* * 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