aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/alarm-notify/alarm-queue.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #711658 - Time zone for new events sometimes defaults to UTCMilan Crha2014-03-061-1/+1
|
* Miscellaneous cleanups.Matthew Barnes2014-03-031-1/+1
|
* Bug #709162 - Use-after-free on a reminder snoozeMilan Crha2014-02-171-1/+1
|
* Stop using deprecated gtk-stock itemsMilan Crha2014-02-131-2/+2
|
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Bug 710797 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-301-6/+9
|
* Show both component summary and alarm description in RemindersMilan Crha2013-10-081-36/+46
| | | | | | It turned out that my understanding of the RFC when fixing bug #386113 was incorrect, the alarm description is not supposed to replace the component summary, but only extend it with an additional text.
* Miscellaneous cleanups.Matthew Barnes2013-09-081-10/+12
|
* [alarm-notify] Do not change selection on new reminder arrivalThomas Mittelstaedt2013-08-161-2/+4
| | | | Simply do not change selection when the dialog is already shown.
* Miscellaneous cleanups.Matthew Barnes2013-07-281-1/+1
|
* Only use the alarm description if the client supports itFabiano FidĂȘncio2013-07-241-9/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=386113
* Miscellaneous cleanups.Matthew Barnes2013-07-071-3/+3
|
* Bug #641711 - Crash in remove_queued_alarmMilan Crha2013-06-251-7/+23
|
* Bug #386113 - Show custom alarm message in pop-up alertsMilan Crha2013-06-191-2/+36
|
* alarm-queue: Remove the "mail notifications not supported" dialogMatthew Barnes2013-04-181-24/+1
| | | | | | | | | | This dialog is all kinds of lame, not to mention ugly. It tends to pop up when evolution-alarm-notify starts and often steals input focus from the normal reminder dialog that pops up overtop of it. Let's not apologize for features not implemented. Instead of alerting the user that we'll show a normal reminder dialog in lieu of sending an email reminder, just show a normal reminder dialog.
* Bug 691047 - Support notification filteringMatthew Barnes2013-01-091-4/+12
| | | | | For compliance with: https://live.gnome.org/GnomeGoals/NotificationSource
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-1/+2
|
* 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-111-16/+21
|
* Bug #680611 - Hibernation shifts alarm notification timeMilan Crha2012-09-121-2/+33
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-2/+2
|
* Bug #653529 - Alarm Notification window events list is too smallMilan Crha2012-07-131-0/+1
|
* 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-041-4/+0
|
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-6/+10
|
* Coding style and whitespace cleanup.Matthew Barnes2012-01-191-1/+1
|
* Bug #353743 - Add Print button to meeting notification dialogMilan Crha2012-01-031-0/+2418