~gnome3-team/eog/+git/eog:gnome-42

Last commit made on 2023-01-06
Get this branch:
git clone -b gnome-42 https://git.launchpad.net/~gnome3-team/eog/+git/eog

Branch merges

Branch information

Name:
gnome-42
Repository:
lp:~gnome3-team/eog/+git/eog

Recent commits

d66e983... by Nart Tlisha

Add Abkhazian translation

99f6134... by Bartłomiej Piotrowski

Update (or drop) the Docker image used by Flatpak job

The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template.

Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it.

(cherry picked from commit 954908b7c873e35771f5587a623bb0fbf11292fa)

3f039ab... by Felix Riemann

Post-release version bump

b38fb1f... by Felix Riemann

Prepare for release 42.3

66c5fd3... by Felix Riemann

flatpak: Pin eog-plugins to branch 'gnome-42'

2ebad52... by Asier Sarasua Garmendia <email address hidden>

Update Basque translation

47341f8... by Asier Sarasua Garmendia <email address hidden>

Update Basque translation

ca045ab... by Asier Sarasua Garmendia <email address hidden>

Update Basque translation

fcd7b2b... by Felix Riemann

Merge branch 'friemann/fix-window-title' into 'master'

EogWindow: Set window title additionally through GTK+ API

Closes #244

See merge request GNOME/eog!134

19b5922... by Felix Riemann

EogWindow: Set window title additionally through GTK+ API

As HdyHeaderBar doesn't react to calls to `gtk_window_set_title` we
changed these calls to `hdy_header_bar_set_title` instead. But that
didn't forward these calls to the window manager which would only show
the application name for all windows.

This now calls both functions to keep the windows title in sync for both,
the headerbar and the window manager.

Fixes #244.