~gnome3-team/eog/+git/eog:gnome-3-36

Last commit made on 2021-05-01
Get this branch:
git clone -b gnome-3-36 https://git.launchpad.net/~gnome3-team/eog/+git/eog

Branch merges

Branch information

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

Recent commits

35aaa95... by Felix Riemann

Post-release version bump

c7a2960... by Felix Riemann

Prepare for release 3.36.5

ac6560c... by Andrew <email address hidden>

Change g_assert to g_return_if_fail

These preconditions are already checked by the for loop, so no need to
hard crash. But this is still an invariant we want to maintain.

(cherry picked from commit 2c186d919b1f23dd6361d52eb5c81d75ece79853)

e135b48... by Andrew <email address hidden>

Add field `indices_changed`

When files are created or deleted, we can no longer rely on the
previous index range of start_thumb to end_thumb to be correct. This
flag gets set on creates and deletes and cleared when thumbs are
updated.

This is to address a crash caused by a rapid number of deletions which
left us in a state where end_thumb < start_thumb.

Fixes #189

(cherry picked from commit f91525140b7be1b6f0f0e8af5df160edbcb41f6d)

1de2b6a... by Hugo Carvalho

Update Portuguese translation

abc19df... by Balázs Úr

Update Hungarian translation

7e40f01... by Felix Riemann

Post-release version bump

5d3e628... by Felix Riemann

Prepare for release 3.36.4

15d196d... by krifa

EogWindow: Fix memory leak when using flag EOG_STARTUP_SINGLE_WINDOW

Free the file_list if we reopen with the flag EOG_STARTUP_SINGLE_WINDOW
to avoid a memory leak as mentioned in !81.

(cherry picked from commit 2676ee663d2e82b3681ab309e2c532e4f3f646ca)

802387b... by krifa

Refresh thumbnail when delete image from file manager

(cherry picked from commit 5d3a8957ebc926267160bc1f47b5889462badc68)