Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 5 | -33/+54 |
| | |||||
* | Replace deprecated GLib symbols (as of GLib 2.34.x) | Milan Crha | 2012-11-06 | 3 | -16/+14 |
| | |||||
* | Bug #680611 - Hibernation shifts alarm notification time | Milan Crha | 2012-09-12 | 3 | -2/+47 |
| | |||||
* | evolution-alarm-notify: Save changes in LastNotified | Milan Crha | 2012-08-31 | 1 | -0/+15 |
| | | | | Thus they persist between alarm notify process runs. | ||||
* | Make sure evolution-alarm-notify is running on Evolution's start | Milan Crha | 2012-08-30 | 2 | -12/+29 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 2 | -5/+5 |
| | |||||
* | Bug #653529 - Alarm Notification window events list is too small | Milan Crha | 2012-07-13 | 2 | -288/+319 |
| | |||||
* | Make alarm notifications work again | Milan Crha | 2012-07-13 | 1 | -10/+21 |
| | |||||
* | Remove the last remaining usage of GConf | Milan Crha | 2012-06-15 | 2 | -7/+0 |
| | |||||
* | 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 | 11 | -24/+8 |
| | |||||
* | Adapt calendar/gui to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -1/+0 |
| | |||||
* | Adapt AlarmNotify to the new ESource API. | Matthew Barnes | 2012-06-03 | 5 | -518/+138 |
| | |||||
* | Fix memory leaks around gtk_tree_model_get() function | Milan Crha | 2012-05-31 | 1 | -0/+4 |
| | |||||
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | Add more missing linker flags. | Matthew Barnes | 2012-04-10 | 1 | -0/+3 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 1 | -1/+1 |
| | | | | | Replace 8-space indentation with tab characters, and various other automated cleanups. | ||||
* | Bug #659756 - Initialize dbus-glib threading for GConf | Milan Crha | 2012-03-16 | 2 | -0/+7 |
| | |||||
* | Add missing linker flags. | Matthew Barnes | 2012-03-04 | 1 | -0/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 4 | -22/+55 |
| | |||||
* | 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 | 17 | -0/+5208 |