Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #711658 - Time zone for new events sometimes defaults to UTC | Milan Crha | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | Miscellaneous cleanups. | Matthew Barnes | 2014-03-03 | 1 | -1/+1 |
| | |||||
* | Bug #709162 - Use-after-free on a reminder snooze | Milan Crha | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | Stop using deprecated gtk-stock items | Milan Crha | 2014-02-13 | 1 | -2/+2 |
| | |||||
* | Bug 721545 - License text contains obsolete FSF postal address | Matthew Barnes | 2014-01-08 | 1 | -10/+9 |
| | |||||
* | Bug 710797 - Name all the timeouts added with g_timeout_add() | Bastien Nocera | 2013-10-30 | 1 | -6/+9 |
| | |||||
* | Show both component summary and alarm description in Reminders | Milan Crha | 2013-10-08 | 1 | -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 Barnes | 2013-09-08 | 1 | -10/+12 |
| | |||||
* | [alarm-notify] Do not change selection on new reminder arrival | Thomas Mittelstaedt | 2013-08-16 | 1 | -2/+4 |
| | | | | Simply do not change selection when the dialog is already shown. | ||||
* | Miscellaneous cleanups. | Matthew Barnes | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Only use the alarm description if the client supports it | Fabiano FidĂȘncio | 2013-07-24 | 1 | -9/+14 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=386113 | ||||
* | Miscellaneous cleanups. | Matthew Barnes | 2013-07-07 | 1 | -3/+3 |
| | |||||
* | Bug #641711 - Crash in remove_queued_alarm | Milan Crha | 2013-06-25 | 1 | -7/+23 |
| | |||||
* | Bug #386113 - Show custom alarm message in pop-up alerts | Milan Crha | 2013-06-19 | 1 | -2/+36 |
| | |||||
* | alarm-queue: Remove the "mail notifications not supported" dialog | Matthew Barnes | 2013-04-18 | 1 | -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 filtering | Matthew Barnes | 2013-01-09 | 1 | -4/+12 |
| | | | | | For compliance with: https://live.gnome.org/GnomeGoals/NotificationSource | ||||
* | Address couple issues found by a Coverity scan | Milan Crha | 2012-11-30 | 1 | -1/+2 |
| | |||||
* | AlarmQueue: Forgot to add this to the previous commit. | Matthew Barnes | 2012-11-30 | 1 | -7/+7 |
| | |||||
* | Avoid using GdkEventButton directly in certain places. | Matthew Barnes | 2012-11-30 | 1 | -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 name | Milan Crha | 2012-11-22 | 1 | -2/+3 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-11-11 | 1 | -16/+21 |
| | |||||
* | Bug #680611 - Hibernation shifts alarm notification time | Milan Crha | 2012-09-12 | 1 | -2/+33 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | Bug #653529 - Alarm Notification window events list is too small | Milan Crha | 2012-07-13 | 1 | -0/+1 |
| | |||||
* | Bump minimum libnotify version to 0.7. | Matthew Barnes | 2012-06-08 | 1 | -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 Barnes | 2012-06-04 | 1 | -4/+0 |
| | |||||
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -6/+10 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-01-19 | 1 | -1/+1 |
| | |||||
* | Bug #353743 - Add Print button to meeting notification dialog | Milan Crha | 2012-01-03 | 1 | -0/+2418 |