+ Enhancements: Speed up thumbnail loading. + Bugfixes: - Do not force reload when error is present to avoid showing auth dialog. - Open folder in correct window during a DnD hover. - Show username in file properties if name is an empty string. - Various a11y fixes. - Fix number placement when making new name for directory. - Various pathbar fixes. - Show alert dialog when a symlink is broken. - Fix crashes when opening. - Various sidebar fixes. - Fix ctrl + scroll to zoom in and out of view. + Updated translations. - Drop revert-post-release-bump.patch: No longer needed. - Update to version 47.0+38: * gtk/placessidebar: Fix placeholder sometimes being stuck at the bottom * pathbar: Remove dir separator in front of some schemes * gtk/placessidebar: Don't open insensitive rows * gtk/nautilusgtkplacessidebar: Don't start drag timer if row can't be known * file-chooser: Focus file name entry when cancelling overwrite * list-base: Activate folder to open on drag instead of opening through application * properties: Hide extensions list box when empty * file: Ignore empty strings for owner name * general: Various a11y fixes * files-view: Fix leak * compress-dialog: Fix name entry activation * file-utilities: Ignore extension when making new name for directories OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=406
20 lines
704 B
XML
20 lines
704 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/GNOME/nautilus.git</param>
|
|
<param name="revision">47.1</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|
|
|