- Sep 02, 2018
-
-
Jeremy Bicha authored
-
- Aug 29, 2018
-
-
Michael Gratton authored
-
Michael Gratton authored
Fix 0.12 not building against vala 0.41 See merge request GNOME/geary!39
-
Michael Gratton authored
-
-
Michael Gratton authored
-
Michael Gratton authored
Point to githib repos, set the ostree branch to something other than master.
-
- Aug 28, 2018
-
-
Michael Gratton authored
Fix mailbox names not being sent to the server quoted if needed See merge request GNOME/geary!25
-
Michael Gratton authored
Fix dialogs not being focused when first shown See merge request GNOME/geary!35
-
- Aug 22, 2018
-
-
Michael Gratton authored
Don't assume the focus'ed widget has a non-null parent.
-
Michael Gratton authored
Check that the DB's version of the email has flags before using them.
-
- Aug 04, 2018
-
-
-
Per advice on in GNOME/glib-networking#37
-
- Jul 29, 2018
-
-
Michael Gratton authored
Fix dialogs not being focused when first shown Closes #43 See merge request GNOME/geary!32 (cherry picked from commit 1f6f223e) 70db35dd Fix dialogs not having keyboard focus when first shown.
-
- Jul 28, 2018
-
-
- Jul 21, 2018
-
-
Michael Gratton authored
Since MailboxParameter inherited from StringParameter directly, it meant that we could never send mailbox names as quoted strings. Also, the modified-UTF-7 encoding used for mailbox names does not encode atom-specials such as "\", so if a mailbox name contained one or more of these, it would be sent to the mail server unquoted. This removes the MailboxParameter class altogether, and does the parameter conversion to/from appropriate StringParameter subclasses as needed. Also adds unit tests for param conversion for ASCII, atom-specials, and non-ASCII mailbox names. Fixes issue #40
-
Michael Gratton authored
Add unit tests.
-
- Jul 20, 2018
-
-
Michael Gratton authored
Unselect folder popover rows on text entered to avoid phantom selection See merge request GNOME/geary!18
-
- Jul 14, 2018
-
-
Michael Gratton authored
-
- Jul 06, 2018
-
-
Michael Gratton authored
Ensure a folder's sidebar children are re-added when its type changes. See merge request GNOME/geary!20
-
- Jul 05, 2018
-
-
Michael Gratton authored
Unselect folder popover rows on text entered to avoid phantom selection. Closes #24 See merge request GNOME/geary!17 (cherry picked from commit 704cb1ca) 9596221a Unselect folder popover rows on text entered to avoid phantom selection.
-
- Jul 04, 2018
-
-
Michael Gratton authored
Build CI Flatpak against 3.28 image. See merge request GNOME/geary!14
-
Michael Gratton authored
-
Michael Gratton authored
Fixes issue #11
-
Michael Gratton authored
Gitlab CI for 0.12 See merge request GNOME/geary!13
-
Michael Gratton authored
-
Michael Gratton authored
-
- Jun 10, 2018
-
-
- May 17, 2018
-
-
Michael Gratton authored
This reverts commit 1d8c4aea, which (re-broke) IMAP and STMP ptotocol parsing when running under the Turkish tr_TR.UTF-8 locale. Fixes Bug 795906.
-
- May 12, 2018
-
-
Jeremy Bicha authored
-
- May 03, 2018
-
-
-
Bug 795328.
-
- Apr 27, 2018
-
-
Michael Gratton authored
* src/engine/api/geary-attachment.vala (Attachment): Add a null check for the extension before using it, add a test case to cover it.
-
- Apr 24, 2018
-
-
Michael Gratton authored
-
Michael Gratton authored
-
- Apr 23, 2018
-
-
Michael Gratton authored
-
- Apr 22, 2018
-
-
-
* src/client/composer/composer-widget.vala (ComposerWidget): When removing an attachment, check for existing pending attachments afterwards but don't add them, just enable the button instead.
-
Michael Gratton authored
This also ensure that if the user causes the from account quickly, that there isn't any undesirable interleaving of drafts managers as multiple instances are possibly opened and closed. Fixes 778976. * src/client/composer/composer-widget.vala (ComposerWidget): When reopening the draft manager and one exists already, discard its draft first. When opening a new draft manager, use a cancellable to stop any existing draft manager being opened, and to close any being opened when the widget is destroyed. Use a private var when opening/closing the draft managers so the class field is only updated when the instance has fully opened and as soon as it starts to be closed.
-
Michael Gratton authored
* ui/composer-widget.ui: Make the info label esliipsisable, but give it a reasonable minimum size. * src/client/composer/composer-widget.vala (ComposerWidget): Set the info label's tooltip with the text so it can still be read when ellipsed.
-