aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/alarm-notify/alarm-queue.c
Commit message (Collapse)AuthorAgeFilesLines
* 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