geary:gnumdk/remove_reflow_box

Last commit made on 2022-07-20
Get this branch:
git clone -b gnumdk/remove_reflow_box https://git.launchpad.net/geary

Branch merges

Branch information

Name:
gnumdk/remove_reflow_box
Repository:
lp:geary

Recent commits

d48abc2... by Cédric Bellegarde

components: Remove ComponentsReflowBox and replace it with pure GtkFlowBox

- Remove ComponentsReflowBox
- Rework composer UI file

42fa8c9... by Michael Gratton

engine: Fix GLib.Timezone deprecation warning in GLib 2.68

fa99f13... by Maximiliano Sandoval R <email address hidden>

meson: Remove uses of get_pkgconfig_variable

It will throw warnings on 0.56 or newer.

146a76c... by Maximiliano Sandoval R <email address hidden>

meson: Use gnome.post_install

Requires meson 0.59. The command to update the desktop database was not
executed which could lead to the app not appearing on the apps menu
after install.

080ead9... by Maximiliano Sandoval R <email address hidden>

meson: Update to 0.59

fcece2a... by Cédric Bellegarde

client: composer: Remove workaround for GTK merge request !939

3050e78... by Alexander Mikhaylenko <email address hidden>

editor: Set capture phase for the gesture

0ef60a3... by Asier Sarasua Garmendia <email address hidden>

Update Basque translation

b32adf7... by Alexander Mikhaylenko <email address hidden>

Fix touch input in composer

- button_*_event signals don't handle touch and are pointer-only; use a
  GtkGesture. Remove the button_release_event hack in ComposerWebView.

- The row's focus-on-click steals clicks and uses them to focus the row,
  stop doing that. Reimplement it for the webview manually.

10f4b80... by Cédric Bellegarde

build: Update GitLab CI requirements

- Update Ubuntu dependencies
- Disable Fedora build until webkit2gtk-4.1 available