- 07 Feb, 2021 4 commits
-
-
Michael Gratton authored
Fix conflicts with switch to Hdy.HeaderBar # Conflicts: # src/client/components/main-toolbar.vala
-
Michael Gratton authored
toolbar: Use HdyHeaderBar Closes #1143 See merge request GNOME/geary!658
-
Michael Gratton authored
Fixes build warning introduced in commit c4fae242.
-
Michael Gratton authored
See GNOME/vala#1121
-
- 06 Feb, 2021 1 commit
-
-
Christopher Davis authored
This was forgotten when porting to HdyWindow, but is needed for making the window draggable.
-
- 05 Feb, 2021 2 commits
-
-
Rodrigo Costa authored
-
Мирослав Николић authored
-
- 03 Feb, 2021 7 commits
-
-
Michael Gratton authored
main-window: replace GtkApplicationWindow with HdyApplicaitonWindow See merge request GNOME/geary!656
-
Michael Gratton authored
Default attachment save file chooser to XDG_DOWNLOADS See merge request GNOME/geary!654
-
Michael Gratton authored
Components.WebView: Fix printing to PDF with WebKitGTK sandbox enabled See merge request GNOME/geary!655
-
Julian Sparber authored
HdyApplicationWindow moves the titlebar into the content area of the window which allows us to split the current main-titlebar and move the parts directly into the leaflets without the need of swipe groups nor size groups.
-
Michael Gratton authored
We know that location is writable under Flatpak at the moment, so default to it.
-
Michael Gratton authored
We know that location is writable under Flatpak at the moment, so default to it.
-
Michael Gratton authored
Add all of `~` as writable to the sandbox so it can actually write the PDF.
-
- 02 Feb, 2021 2 commits
-
-
Michael Gratton authored
Application.Controller: Fix directory used for locally pinned certs See merge request GNOME/geary!652
-
Michael Gratton authored
-
- 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
-