nautilus:cherry-pick-1ff51f9d

Last commit made on 2023-05-04
Get this branch:
git clone -b cherry-pick-1ff51f9d https://git.launchpad.net/nautilus

Branch merges

Branch information

Name:
cherry-pick-1ff51f9d
Repository:
lp:nautilus

Recent commits

a2656f2... by Corey Berla

name-cell: Clear loading timeout on finalize

Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2882

(cherry picked from commit 1ff51f9dd410921f6b9a89f74244218e4d225c1a)

6e37d15... by Khalid Abu Shawarib

window-slot: Manage search props set with action

Manages search property change thorugh "search-visible"
action. The action triggers other related functions that if not
executed will causes buggy behavior.

Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/2875

0e5b4c3... by Corey Berla

general: Use GtkSwitch active property consistently

app-chooser sets the state instead of active property. Similar to
d7af60161d30c885ebab69c58b346896f1565387, we really meant to set active
(whether the switch is toggled) and not the state (i.e. the color of the
switch). Use gtk_switch_set_active()

In properties we've already fixed this, but there's a lingering call
to gtk_switch_get_state(). This is probably fine because state is
in sync with active when the default handler is used, but let's get
:active, to be consistent and safe.

44ade7f... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

gitignore: Ignore flatpak-builder state dir

c29002f... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

general: Fix indentation nitpicks

Pass new uncrustify criteria. No logic changes.

762cfa3... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

Post-release version bump

a3fda22... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

Release version 44.1

ee1d823... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

build: Bump gtk depencency micro version

It includes the GTK bugfix mentioned in 2e10ed11d960cb6343719d680e29d742dc86d664

As we have removed the workaround, we cannot accept a GTK
version without that bugfix, because that would cause a
regression.

And we can't restore the workaround either, because it
misbehaves when using the fixed GTK version.

This leaves us with no other choice than requiring the
fixed GTK version.

f1bb8e4... by Corey Berla

Revert "files-view: Focus view items directly"

This reverts commit 9ecd422cc78efad939d072e61c13e1c3a7726fc9.

Its commit message is misleading. Maybe it had such a side effect,
but the issue it fixed was actually a GTK bug which got fixed in the
meantime: https://gitlab.gnome.org/GNOME/gtk/-/commit/8455b9ac74d5337429a1a14eb>

Also, reverting it fixes a new bug: the first item is selected when
the item which was selected has been deleted. Next item should be
selected instead.

b682191... by Peter Eisenmann <email address hidden>

grid-cell-ui: use dim-label style for captions

In 098f6a43d782e7791caa4c443f6ab08a1310f4a0 the style was changed from
dim-label to caption. For consistency with list-view columns and to have
less visual noise, add the dim-label style class back.

Fixes #2876