nautilus:main

Last commit made on 2024-05-03
Get this branch:
git clone -b main https://git.launchpad.net/nautilus

Branch merges

Branch information

Name:
main
Repository:
lp:nautilus

Recent commits

9a2b199... by Martin Srebotnjak

Update Slovenian translation

d79631f... by Gary Li <email address hidden>

list-view: Only clear view model sorter if it belongs to us

When switching view mode from list to grid, the grid view may set its view model sorter before the list view has been disposed.

If this happens and dispose runs, we would have cleared the grid view model sorter and file ordering would break upon reload.

Keep track of the sorter created in list-view and check if the sorter belongs to us before clearing it to NULL.

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

42c5b9c... by =?utf-8?b?8J2Fs0F1dG9tZXJpcyBuYXJhbmph?= <email address hidden>

properties-window: Port "Open in Disks" row to AdwButttonRow

AdwButtonRow is a new widget to present actions at the end of a
boxed list. Requires a bump of libadwaita dependency to v1.6.alpha.

Also, add a mnemonic to this button row.

2e4ea45... by Hugo Carvalho

Update Portuguese translation

(cherry picked from commit 08567e64b08966a43ee905dc8a544aa4336f0af4)

2aa4935... by Artur S0 <email address hidden>

Update Russian translation

f9944cc... by Khalid Abu Shawarib

metainfo: Don't specify the language in link

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

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

properties-window: only refresh model pages once

Rely on `properties_window_update` to initialize extension models.

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

properties-window: don't free bound extension model

Keep the bound list of extension providers around while the properties
window is open.

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

925a4c1... by Peter Eisenmann <email address hidden>

audio-video-properties: return early without discoverer

Without a correctly initialized GstDiscoverer, no locations can be
set, so return early if that is the case.

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

file: Drop redundant callback

Unlike other preferences change callbacks, it doesn't do anything other
than asking to updating the cached setting value.

Also, it has an unamed and unused `gpointer` parameter, which is unusual.