aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/alarm-notify
Commit message (Collapse)AuthorAgeFilesLines
* AlarmQueue: Forgot to add this to the previous commit.Matthew Barnes2012-11-301-7/+7
|
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-301-2/+6
| | | | | | | | | | | | Prefer dealing with GdkEvent pointers and using accessor functions like gdk_event_get_button(). This is complicated by the fact that some GtkWidget method declarations still use GdkEventButton pointers, and synthesizing button events pretty much requires direct GdkEventButton access. But GDK seems to be nudging itself toward sealing the GdkEvent union. Likely to happen in GDK4. Mainly clean up signal handlers and leave method overrides alone for now.
* Bug #674678 - Event notification uses wrong app nameMilan Crha2012-11-221-2/+3
|
* Coding style and whitespace cleanup.Matthew Barnes2012-11-115-33/+54
|
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-063-16/+14
|
* Bug #680611 - Hibernation shifts alarm notification timeMilan Crha2012-09-123-2/+47
|
* evolution-alarm-notify: Save changes in LastNotifiedMilan Crha2012-08-311-0/+15
| | | | Thus they persist between alarm notify process runs.
* Make sure evolution-alarm-notify is running on Evolution's startMilan Crha2012-08-302-12/+29
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-202-5/+5
|
* Bug #653529 - Alarm Notification window events list is too smallMilan Crha2012-07-132-288/+319
|
* Make alarm notifications work againMilan Crha2012-07-131-10/+21
|
* Remove the last remaining usage of GConfMilan Crha2012-06-152-7/+0
|
* Bump minimum libnotify version to 0.7.Matthew Barnes2012-06-081-4/+0
| | | | | | GNOME has included libnotify 0.7.x since GNOME 3.0. It's still an optional dependency for Evolution, but if you're gonna use it you'll need a GNOME3-era release.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-0411-24/+8
|
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-031-1/+0
|
* Adapt AlarmNotify to the new ESource API.Matthew Barnes2012-06-035-518/+138
|
* Fix memory leaks around gtk_tree_model_get() functionMilan Crha2012-05-311-0/+4
|
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-1/+1
|
* Add more missing linker flags.Matthew Barnes2012-04-101-0/+3
|
* Whitespace cleanup.Matthew Barnes2012-04-021-1/+1
| | | | | Replace 8-space indentation with tab characters, and various other automated cleanups.
* Bug #659756 - Initialize dbus-glib threading for GConfMilan Crha2012-03-162-0/+7
|
* Add missing linker flags.Matthew Barnes2012-03-041-0/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-02-204-22/+55
|
* Coding style and whitespace cleanup.Matthew Barnes2012-01-191-1/+1
|
* Bug #353743 - Add Print button to meeting notification dialogMilan Crha2012-01-0317-0/+5208