Skip to content
  1. Apr 06, 2016
  2. Apr 05, 2016
  3. Mar 28, 2016
  4. Mar 27, 2016
  5. Nov 13, 2015
  6. Oct 04, 2015
  7. Jun 01, 2015
  8. May 19, 2015
  9. Nov 16, 2014
  10. Aug 06, 2014
  11. Apr 01, 2014
  12. Feb 21, 2014
  13. Feb 19, 2014
  14. Feb 13, 2014
  15. Feb 11, 2014
  16. Feb 10, 2014
  17. Feb 07, 2014
  18. Feb 05, 2014
  19. Feb 04, 2014
  20. Feb 02, 2014
    • Matthew Barnes's avatar
      Bug 723377 - Add alternate zoom shortcuts · c5c5fe0b
      Matthew Barnes authored
      The zoom in shortcut (Ctrl+) can be confusing for some users because on
      keyboards with a [+ =] key the '+' requires holding Shift.  To mitigate
      the confusion, also accept (Ctrl=) for zoom in.
      
      And while we're add it, also support Ctrl+ and Ctrl- on keypads, as well
      as keyboards with dedicated Zoom In / Zoom Out keys.
      
      (cherry picked from commit 8924b0bd)
      c5c5fe0b
  21. Feb 01, 2014
  22. Jan 31, 2014
  23. Jan 29, 2014
    • Milan Crha's avatar
      Avoid multiple save of folder changes on application quit · b47a02ac
      Milan Crha authored
      While looking at bug #721286, I found out that mail_shell_view_prepare_for_quit_cb
      calls a sync of the folder changes to the server, but mail_backend_prepare_for_quit_cb
      does the same thing (or even more, because it calls to synchronize changes in all folders),
      thus the former is redundant and can be dropped.
      b47a02ac
  24. Jan 27, 2014
  25. Jan 25, 2014
  26. Jan 24, 2014
  27. Jan 23, 2014
  28. Jan 22, 2014
  29. Jan 21, 2014
  30. Jan 17, 2014
  31. Jan 16, 2014
  32. Jan 14, 2014
    • Milan Crha's avatar
      EDateEdit: Force 24 hour format for locales without am/pm equivalents · d5a479e0
      Milan Crha authored
      Some locales do not provide equivalents for am/pm (the "%p" of strftime),
      thus when the user has set 12 hour format in Preferences, then the am
      and pm times are the same, which confuses the widget, especially
      in the appointment editor, making it hard (like impossible) to enter
      pm times by selection in the time combo. An example locale is de_DE.
      d5a479e0
  33. Jan 12, 2014
  34. Jan 04, 2014