- 02 Feb, 2021 1 commit
-
-
Michael Gratton authored
Application.Controller: Fix directory used for locally pinned certs See merge request GNOME/geary!652
-
- 01 Feb, 2021 1 commit
-
-
Michael Gratton authored
Fix defect introduced in commit e8061379.
-
- 31 Jan, 2021 4 commits
-
-
Daniel Șerbănescu authored
-
Piotr Drąg authored
-
Michael Gratton authored
application-client: Check for null when getting os info See merge request GNOME/geary!651
-
Jeremias Ortega authored
This caused a crash in the inspector system view when the os info wasn't available. Related to https://gitlab.gnome.org/GNOME/geary/-/issues/1123
-
- 28 Jan, 2021 4 commits
-
-
Michael Gratton authored
Fix email being sent truncated after a line starting with a dot. Closes #1126 See merge request GNOME/geary!647
-
Michael Gratton authored
Fixes #1126
-
Michael Gratton authored
-
Yuri Chornoivan authored
-
- 27 Jan, 2021 6 commits
-
-
Michael Gratton authored
Geary.Smtp.ClientService: Get default Message-Id domain from From Closes #1079 See merge request GNOME/geary!644
-
Michael Gratton authored
Use From header as the default message id domain part, not Sender. Fixes #1079
-
Michael Gratton authored
Composer keyboard fixes Closes #1122 and #1059 See merge request GNOME/geary!643
-
Michael Gratton authored
Enable keyboard shortcuts shortcut in the composer, ensure the composer section is visible when activated (and vice versa). Fixes #1122
-
Michael Gratton authored
GTK widgets set the default for this as needed, and some incorrect values for this have caused issues with keyboard focus. Fixes #1059
-
Michael Gratton authored
Add private HeaderRow and EntryHeaderRow widgets for displaying editable headers in the composer, convert to using that to wrap up common properties and functionality for each of the header rows.
-
- 26 Jan, 2021 2 commits
-
-
Michael Gratton authored
-
Michael Gratton authored
-
- 25 Jan, 2021 7 commits
-
-
Michael Gratton authored
Conversation view: rounded containers See merge request GNOME/geary!612
-
Julian Sparber authored
This also makes the expander row look like in HdyExpander row.
-
Julian Sparber authored
-
Michael Gratton authored
accounts-editor-add-pane: Autofill hostname See merge request GNOME/geary!641
-
Michael Gratton authored
accounts-editor-add-pane: Fix bug on AddPaneRow constructor See merge request GNOME/geary!642
-
Jeremias Ortega authored
AddPaneRow constructor created a new `Gtk.Entry` instead of using the parameter provided.
-
Jeremias Ortega authored
Related to https://gitlab.gnome.org/GNOME/geary/-/issues/180
-
- 24 Jan, 2021 1 commit
-
-
Piotr Drąg authored
-
- 21 Jan, 2021 1 commit
-
-
Daniel Șerbănescu authored
-
- 20 Jan, 2021 12 commits
-
-
Michael Gratton authored
WebKitGTK WebProcess updates Closes #842 See merge request GNOME/geary!639
-
Now we're using a single long-lived WebProcess for displaying multiple email, it makes sense to enable some caching.
-
-
Changed to enable WebKitGTK sandboxing https://gitlab.gnome.org/GNOME/geary/-/issues/842
-
Michael Gratton authored
client: Ensure Gtk.Widget::destroy overrides are correct See merge request GNOME/geary!638
-
Michael Gratton authored
Remove unneeded override in `Composer.Box`, add missing chain up in `Components.InfoBar`. The former may fix an occasional warning with composers on the command stack, the latter does fix a crash when MainWindow is destroyed.
-
Michael Gratton authored
icons: Add icon for beta profile See merge request GNOME/geary!637
-
Michael Gratton authored
client: Ensure modal dialogs only block their associated main window Closes #1125 See merge request GNOME/geary!636
-
Michael Gratton authored
-
Michael Gratton authored
Create new window groups for each main window and composer window, so modal dialogs (about, file choosers, etc) don't block other windows. Same as #932 but for all windows. Fixes #1125
-
Michael Gratton authored
Remove "\n " sequences from RFC822 text before decoding so that any long mailboxes/mailbox lists folded before the 80 char limit are unfolded. Fixes #1009
-
Michael Gratton authored
Remove "\n " sequences from RFC822 text before decoding so that any long subject lines folded before the 80 char limit are unfolded. Fixes #895
-
- 19 Jan, 2021 1 commit
-
-
Yuri Chornoivan authored
-