View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/nautilus

Nautilus has 2 active reviews. See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/nautilus.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
main 2024-04-22 12:11:39 UTC
Update Friulian translation

Author: Fabio Tomat
Author Date: 2024-04-22 12:11:39 UTC

Update Friulian translation

gnome-46 2024-04-21 13:20:06 UTC
Post-release version bump

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2024-04-21 13:20:06 UTC

Post-release version bump

wip/antoniof/fallback-themed-icon 2024-04-21 10:34:08 UTC
file: Don't rely on application-x-generic

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2024-04-21 10:25:38 UTC

file: Don't rely on application-x-generic

`application-x-generic` is our preferred fallback themed icon. However,
it's not present in the icon naming specification[0] and, as such, is
not included in the icon themes some downstreams adopt.

Instead of immediately resorting to the unthemed fallback texture, we
can give a second themed alternative which is likely available in any
icon theme: text-x-generic.

[0] https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html

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

wip/kabus/compress-prefix-crash 2024-04-20 18:46:12 UTC
test/file-utilities-get-common-filename-prefix: Add tests

Author: Khalid Abu Shawarib
Author Date: 2024-04-14 21:58:33 UTC

test/file-utilities-get-common-filename-prefix: Add tests

Adds tests for `nautilus_get_common_filename_prefix()`

wip/antoniof/filechooser 2024-04-20 10:51:51 UTC
WIP-PORTAL

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2024-04-20 10:51:51 UTC

WIP-PORTAL

wip/snwh/symbolic-emblems 2024-04-16 13:14:12 UTC
file: Use symbolic assets for emblems box

Author: Sam Hewitt
Author Date: 2024-04-16 13:14:12 UTC

file: Use symbolic assets for emblems box

- update UI file for emblems box to use symbolics
- remove references to unused emblems
- new icon assets for symbolic emblems

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

wip/p3732/fix-extension-models 2024-04-13 15:04:54 UTC
properties-window: only refresh model pages once

Author: Peter Eisenmann
Author Date: 2024-03-31 23:34:48 UTC

properties-window: only refresh model pages once

Rely on `properties_window_update` to initialize extension models.

wip/antoniof/catching-up-fixups 2024-04-12 16:37:30 UTC
file: Drop redundact callback

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2024-04-07 18:38:12 UTC

file: Drop redundact 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.

wip/antoniof/network-view 2024-04-04 21:18:24 UTC
general: use new network location symbolic

Author: Peter Eisenmann
Author Date: 2024-02-08 23:37:08 UTC

general: use new network location symbolic

wip/p3732/middle-ellipsize-sidebar 2024-04-04 20:50:18 UTC
sidebar-row: ellipsize label in middle

Author: Peter Eisenmann
Author Date: 2024-03-14 23:24:23 UTC

sidebar-row: ellipsize label in middle

Sidebar entries, like folder names, tend to have interesting information
at the beginning and the end, not so much in the middle. Change the
ellipzation method accordingly.

Fixes #3010

wip/kabus/search-types-dialog 2024-04-02 17:43:49 UTC
properties-window: Port permissions dialog to AdwDialog

Author: Khalid Abu Shawarib
Author Date: 2024-02-13 12:59:58 UTC

properties-window: Port permissions dialog to AdwDialog

wip/corey/remove-bookmark 2024-04-01 23:50:25 UTC
sidebar: Remove "enter-location" row

Author: Corey Berla
Author Date: 2024-02-01 23:48:12 UTC

sidebar: Remove "enter-location" row

We don't use it, and likely never will again.

gnome-45 2024-04-01 23:05:56 UTC
files-view: Emit delayed ::clear even if no files are added

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2024-02-05 18:32:57 UTC

files-view: Emit delayed ::clear even if no files are added

We've been emitting it only when the first new item arrives.
This happens at process_pending_files().

But if no file every arrives, the previous items are never
cleared. This happens when opening an empty folder from search
results.

So, unconditionally emit the delayed signals before calling
provess_pending_files().

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

(cherry picked from commit ec6e0cf32d0d2645297c20d460a84c2f4af3a44b)

wip/p3732/dir-hash-table-rework 2024-03-29 15:21:32 UTC
directory-async: emit changed only once for removed callbacks

Author: Peter Eisenmann
Author Date: 2024-02-22 12:10:54 UTC

directory-async: emit changed only once for removed callbacks

bilelmoussaoui/fix 2024-02-25 17:39:48 UTC
chore: Remove duplicated condition

Author: Bilal Elmoussaoui
Author Date: 2024-02-25 17:39:48 UTC

chore: Remove duplicated condition

Adds an extra string to translate for nothing

wip/p3732/debug-hash-table-dummy 2024-02-21 16:04:43 UTC
DUMMY directory-async: Use hash tables for ready callbacks

Author: Peter Eisenmann
Author Date: 2024-02-21 16:04:43 UTC

DUMMY directory-async: Use hash tables for ready callbacks

This improves performance with directories that have a large number
of direct descendants. Also use the words 'unsatisfied' and 'ready'
instead of active and inactive to better describe the two types.

wip/p3732/almost-viable-clang-format-config 2024-02-17 23:28:44 UTC
An almost viable clang-format config

Author: Peter Eisenmann
Author Date: 2024-02-17 23:28:44 UTC

An almost viable clang-format config

Can't reasonably be used until [1] is fixed, as it aligns all
declarations, even outside of function definitions.

[1] https://github.com/llvm/llvm-project/issues/51202

wip/p3732/46.beta 2024-02-11 12:00:36 UTC
Release version 46.beta

Author: Peter Eisenmann
Author Date: 2024-02-11 03:10:42 UTC

Release version 46.beta

Also add the 46.alpha.1 release notes, which previously only were on the
tag itself.

wip/corey/short-status 2024-02-03 23:40:09 UTC
progress-info: Rename status property to short-status

Author: Corey Berla
Author Date: 2024-02-03 23:31:51 UTC

progress-info: Rename status property to short-status

For now we only use the short-status property. In the future maybe
we'll use the status property and we can add it at that point.

wip/corey/moved-flags 2024-02-03 19:31:16 UTC
test: Add test for nautilus_file_rename

Author: Corey Berla
Author Date: 2024-02-02 20:57:16 UTC

test: Add test for nautilus_file_rename

wip/kabus/snap 2024-02-03 13:50:55 UTC
build: Add WIP snap package manifest

Author: Khalid Abu Shawarib
Author Date: 2024-02-03 13:50:55 UTC

build: Add WIP snap package manifest

wip/kabus/batch-rename-revamp 2024-02-02 12:52:02 UTC
test/file: Add batch rename tests

Author: Khalid Abu Shawarib
Author Date: 2024-01-11 13:35:28 UTC

test/file: Add batch rename tests

wip/antoniof/search-everywhere 2024-01-31 15:03:18 UTC
toolbar: Reserve folder search button space

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2024-01-30 02:11:52 UTC

toolbar: Reserve folder search button space

When the folder search button is hidden (in Search Everywhere place),
the searchbar moves to recenter in the headerbar, because a hidden
widget doesn't allocate space.

This repositioning of the search entry is obviously undesirable.

As a workaround, don't toggle GtkWidget:visible but, instead, use
a stack to swap the button for an empty box to act as its shadow.
The homogenous stack ensure the button alocated space is preserved.

46-alpha-1-release 2024-01-28 21:25:25 UTC
Release version 46.alpha.1

Author: Peter Eisenmann
Author Date: 2024-01-28 02:28:16 UTC

Release version 46.alpha.1

wip/gnome-46-alpha-1 2024-01-28 13:15:03 UTC
Release version 46.alpha.1

Author: Peter Eisenmann
Author Date: 2024-01-28 02:28:16 UTC

Release version 46.alpha.1

wip/corey/progress-indicator 2024-01-26 21:17:23 UTC
progress-info: Add comment about threadsafety

Author: Corey Berla
Author Date: 2024-01-26 02:14:50 UTC

progress-info: Add comment about threadsafety

In the header, there's a comment that indicates all functions are
thread safe, well this one function isn't.

wip/antoniof/update-starred-uris 2024-01-12 19:10:43 UTC
view-model: Drop find()

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2024-01-11 13:32:51 UTC

view-model: Drop find()

This wraps a linear search in an apparently simple call. This invites
lazy coding and invites future performance regressions.

This is not to say there is no need to iterate the model linearly. But
if when do so, it's best to do it explicitly, in a for/while loop, to
make it easy to spot performance issues.

wip/corey/filequeue 2024-01-11 00:12:18 UTC
file-changes-queue: Make sure only one file queue is created

Author: Corey Berla
Author Date: 2024-01-08 02:59:48 UTC

file-changes-queue: Make sure only one file queue is created

Since NautilusFileChangesQueue is called from multiple threads,
a simple NULL check can't prevent init from happening twice.
Use GOnce to make sure we only init once and gain some (tiny)
performance benefit over the NULL check.

wip/corey/batchrename 2024-01-08 23:23:04 UTC
batch-rename: Allow renaming files with regular expressions

Author: Corey Berla
Author Date: 2024-01-08 23:10:14 UTC

batch-rename: Allow renaming files with regular expressions

wip/saluy/batch-rename 2023-12-25 16:52:08 UTC
batch-rename: Use tmp filename in the case of filename "loops"

Author: Sebastian Luy
Author Date: 2020-07-26 19:39:47 UTC

batch-rename: Use tmp filename in the case of filename "loops"

Errors can occur when batch renaming files if a
new filename matches an existing filename.

Reordering the files does not solve this problem if the
filenames contain loops (ex. A -> B & B -> A).

Instead of reordering the files, give any problematic
files a temporary name and handle them after the rest of
the files have been renamed.

https://gitlab.gnome.org/GNOME/nautilus/-/issues/1443

gnome-44 2023-12-13 13:29:30 UTC
icon-info: Fix build

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2023-12-13 00:13:35 UTC

icon-info: Fix build

Previous commit relied on mixing declarations with code, which is not allowed with the build flags of this branch.

(cherry picked from commit deed9bcab051529e64e3fc1870f299233b8c200e)

gnome-43 2023-12-13 00:13:35 UTC
icon-info: Fix build

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2023-12-13 00:13:35 UTC

icon-info: Fix build

Previous commit relied on mixing declarations with code, which is not allowed with the build flags of this branch.

wip/oholy/detailed-date-original 2023-11-19 01:11:45 UTC
general: Add detailed date and time format option

Author: Ondrej Holy
Author Date: 2023-06-01 11:14:51 UTC

general: Add detailed date and time format option

The default time and date formats in Files are intended to be human
friendly and to avoid information overload. This works for most cases
and is an appropriate default. However, there are cases where people
need to be able to see a complete date and time for their files. Let's
add a user preference to show a numerical date and time format.

Resolves: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2874

wip/p3732/popovers-and-dialogs 2023-11-16 11:49:29 UTC
dummy delay commit

Author: Peter Eisenmann
Author Date: 2023-11-16 11:49:29 UTC

dummy delay commit

wip/kabus/asan 2023-11-12 01:39:31 UTC
ci: Add experimental Address Sanitizer analysis

Author: Khalid Abu Shawarib
Author Date: 2023-10-27 21:29:27 UTC

ci: Add experimental Address Sanitizer analysis

Run the tests after compiling with the address sanitizer.

wip/p3732/ups-and-downs 2023-11-03 01:44:40 UTC
window: make Alt-Down behavior symmetric to Alt-Up

Author: Peter Eisenmann
Author Date: 2023-11-03 01:41:54 UTC

window: make Alt-Down behavior symmetric to Alt-Up

Previously Alt-Down was an alternative to Enter. It opened folders and
files. All other Alt-[arrow key] combinations only navigate, so opening
of files was strange behavior for a navigation shortcut. Similarly,
Alt-Down and Alt-Up did not form a symmetric pair, like Alt-Left and
Alt-Right.

So to create the symmetry, change Alt-Down to navigate into previously
opened folders, if those folders reside in the current location. This
allows for a new way of easily navigating up to a parent folder with
Alt-Up and quickly navigating back to the previous location with
Alt-Down, without risking to overshoot beyond the desired location,
as e.g. navigation with Alt-Left can cause.

wip/antoniof/arrays-rule-rebased-on-unchecked-eel 2023-10-29 18:19:45 UTC
file: Drop deep ref/unref wrappers

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2023-07-22 15:20:46 UTC

file: Drop deep ref/unref wrappers

Their names are misleading: the list itself is not refcounted.

This misconception is likely how some memory leaks have been
introduced in nautilus_restore_files_from_trash() and in
properties_cb(). Both leaks are therefore fixed as part of
this commit by employing autocleanup in the first case and
stack allocation in the second case.

wip/p3732/dnd-fixes-sidebar 2023-09-17 07:13:24 UTC
sidebar-row: don't explicitly clone NautilusFile

Author: Peter Eisenmann
Author Date: 2023-09-17 06:36:08 UTC

sidebar-row: don't explicitly clone NautilusFile

The "file" property is read-only, as it is handled via the "uri"
property. There is no need to set it, it causes warnings.

Fixes first part of #3103

wip/corey/thumbnail-large 2023-08-26 16:23:44 UTC
thumbnail: Use new glib attributes to get the thumbnails for x/xx large

Author: Corey Berla
Author Date: 2022-09-29 21:28:53 UTC

thumbnail: Use new glib attributes to get the thumbnails for x/xx large

When in the introduction of x-large and xx-large thumbnails in
278435e3c20244b48986c6cd8b72c5317668c72d, we no longers retrieved the
thumbnails correctly, because glib/gio was only looking for normal and
large thumbnail paths.

glib!2918 introduces new attributes for x-large and xx-large
thumbnails paths. Produce the correct file attribute depending
on the size thumbnail we are generating.
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2918/

gbsneto/cleanup-unused-variables 2023-08-21 16:12:44 UTC
toolbar: Don't override GObjectClass.dispose

Author: Georges Basile Stavracas Neto
Author Date: 2023-08-21 16:12:44 UTC

toolbar: Don't override GObjectClass.dispose

NautilusToolbar does not do, and does not *need to* do anything
on dispose right now, so overriding GObjectClass.dispose just to
chain up is useless.

Stop overriding GObjectClass.dispose.

wip/antoniof/global-search 2023-08-04 21:40:43 UTC
toolbar: Always show search bar in global search

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2023-08-04 21:23:45 UTC

toolbar: Always show search bar in global search

And hide its the toggle button, as per design.

The global search will be accessible from a new button when the new
design is implemented. For now, it can be accessed by entering its
URI: x-nautilus-global-search:///

Part of https://gitlab.gnome.org/GNOME/nautilus/-/issues/3013

wip/cdavis/toggle-groups 2023-07-29 21:28:00 UTC
search-popover: Use AdwToggleGroup

Author: Christopher Davis
Author Date: 2023-07-29 21:28:00 UTC

search-popover: Use AdwToggleGroup

libadwaita provides a new widget for exclusive toggles that
we can use in place of our linked styling that we were using
previously. AdwToggleGroup handles displaying the buttons,
icons, and tooltips in a nice, compact, and accessible widget.

Requires https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/727

antoniof/search-location-captions 2023-07-29 11:14:31 UTC
grid-cell: Show location as a caption in search & friends

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2023-06-16 19:22:42 UTC

grid-cell: Show location as a caption in search & friends

Search results from subfolders are the main challenge with using grid
view for search results. For these results, we need to show the path
in order to differentiate between otherwise identical results.

Show the path as a caption for search and, for consistency, also for
the other special locations where list view shows a path.

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

wip/corey/ext-manager 2023-07-18 21:29:24 UTC
general: Stop bundling nautilus-module in the main application

Author: Corey Berla
Author Date: 2023-07-18 21:19:38 UTC

general: Stop bundling nautilus-module in the main application

wip/corey/ext-cleanup 2023-07-17 18:31:46 UTC
libnautilus-extension: Reformat documentation

Author: Corey Berla
Author Date: 2023-07-17 18:31:46 UTC

libnautilus-extension: Reformat documentation

Our current documentation is really poor. Almost all of the short
descriptions are missing (or poorly formatted). Most of the links
are incorrectly formatted. Some methods/properties/signals are
missing documentation altogether. Since I am changing the
documentation so extensively, move it to the .c files
which is the correct location (so the links can be properly created
to the gitlab source).

wip/corey/more-eel 2023-07-12 22:22:07 UTC
eel: Use GString instead of eel_str_replace_substring

Author: Corey Berla
Author Date: 2023-07-12 21:31:46 UTC

eel: Use GString instead of eel_str_replace_substring

g_string_replace() provides the same functionality. Let's leave
the existing function names to save a few lines of reuse.
eel_str_double_unscores() is also just a specific use case of
eel_str_replace_substring.

gsoc-2022 2023-07-12 12:03:14 UTC
files-view: Allow creating new files

Author: Ignacy Kuchciński
Author Date: 2022-08-01 20:01:05 UTC

files-view: Allow creating new files

wip/corey/sushi-handle 2023-07-01 20:56:12 UTC
previewer: Respond to selection events on actual window

Author: Corey Berla
Author Date: 2023-07-01 20:56:12 UTC

previewer: Respond to selection events on actual window

SelectionEvent's (pushing arrow keys from the previewer window), are
emitted to all subscribers of the signal. When there's one instance
of Nautilus with a single window, this is not a problem. But when
there's multiple instances (i.e. Nautilus nightly and Nautilus, or
another subscriber to NautilusPreviewer2), the SelectionEvents
get consumed by all subscribers even though they probably don't
expect it.

This issue can be solved with the new ParentHandle property of
NautilusPreviewer2 which returns the parent window of the previewer
window. Only respond to the SelectionEvent if the ParentHandle
exists in this instance of Nautilus.

wip/antoniof/tracker-domain-argument 2023-06-17 16:35:57 UTC
fix-test

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2023-06-17 16:15:27 UTC

fix-test

sam/tracker-domain-argument 2023-06-17 14:29:59 UTC
flatpak: Set Tracker Miners domain using config option

Author: Sam Thursfield
Author Date: 2021-07-12 11:25:14 UTC

flatpak: Set Tracker Miners domain using config option

The current approach dates from before the 'domain_prefix' option
existed in Tracker Miners.

It is already used by Totem[1] and should be used by all apps that
bundle Tracker Miners.

1. https://gitlab.gnome.org/GNOME/totem/-/blob/master/flatpak/org.gnome.Totem.Devel.json#L164

wip/antoniof/threshold-adjustment 2023-06-14 21:01:15 UTC
Update nautilus-window.ui

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2023-06-14 21:01:15 UTC

Update nautilus-window.ui

wip/corey/search-popover 2023-06-08 19:58:46 UTC
mime-actions: Make video audio mime types more comprehensive

Author: Corey Berla
Author Date: 2023-01-07 18:56:46 UTC

mime-actions: Make video audio mime types more comprehensive

Use the list from totem which presumably is pretty comprehensive.
This could have a performance impact on tracker, but it doesn't
seem noticeable from my testing.

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

wip/corey/more-list-vieww 2023-06-05 19:19:06 UTC
file: Use g_strv_equal() from glib

Author: Corey Berla
Author Date: 2023-06-05 19:19:06 UTC

file: Use g_strv_equal() from glib

Our private method is a relic of eel

cherry-pick-1ff51f9d-2 2023-05-04 21:18:30 UTC
name-cell: Clear loading timeout on finalize

Author: Corey Berla
Author Date: 2023-04-30 15:14:38 UTC

name-cell: Clear loading timeout on finalize

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

(cherry picked from commit 1ff51f9dd410921f6b9a89f74244218e4d225c1a)

cherry-pick-1ff51f9d 2023-05-04 21:17:09 UTC
name-cell: Clear loading timeout on finalize

Author: Corey Berla
Author Date: 2023-04-30 15:14:38 UTC

name-cell: Clear loading timeout on finalize

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

(cherry picked from commit 1ff51f9dd410921f6b9a89f74244218e4d225c1a)

wip/corey/selection-43 2023-04-13 23:35:07 UTC
list-view: Drop selection click workaround

Author: Corey Berla
Author Date: 2023-04-13 23:35:07 UTC

list-view: Drop selection click workaround

There was an issue selecting using ctrl+select which was fixed in
GTK. Our workaround is now making it break.

Related: gtk#5669

wip/antoniof/null-date-from-tracker 2023-04-08 21:41:58 UTC
search-engine-tracker: Don't try to parse NULL time strings

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2023-04-08 21:41:58 UTC

search-engine-tracker: Don't try to parse NULL time strings

TrackerCursor returns NULL if it doesn't have information on the date.
https://gnome.pages.gitlab.gnome.org/tracker/docs/developer/method.SparqlCursor.get_string.html

We try to parse NULL as a date string. This is obviously wrong and
gets us a precondition failure warning, as it should.

So, if a string is NULL, just skip it.

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

revert-049bfe97 2023-04-08 02:36:32 UTC
Revert "grid-cell, name-cell: Don't add missing emblems"

Author: Corey Berla
Author Date: 2023-04-08 02:36:32 UTC

Revert "grid-cell, name-cell: Don't add missing emblems"

This reverts commit 049bfe9792e2ec6d0c435a8baa89bb81d2769ed4

gnome-42 2023-02-07 13:33:58 UTC
view-icon-item-ui: Fix style for updated version of uncrustify

Author: Ondrej Holy
Author Date: 2023-02-07 13:33:58 UTC

view-icon-item-ui: Fix style for updated version of uncrustify

The updated version of uncrustify doesn't like this style.

wip/antoniof/completion-priority-high 2022-12-25 02:47:31 UTC
take_3

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2022-12-25 01:13:44 UTC

take_3

wip/corey/gesture-fix 2022-11-18 05:18:35 UTC
list-base: Set view longpress to GTK_PHASE_CAPTURE

Author: Corey Berla
Author Date: 2022-10-08 04:02:48 UTC

list-base: Set view longpress to GTK_PHASE_CAPTURE

There's an issue with how GtkGestureLongPress functions where if the
gesture is in phase BUBBLE and another gesture in CAPTURE claims
the sequence, the prior LongPress will emit a ::pressed event
regardless. More specifically, our code doesn't work because the
drag gesture in GtkListBase (which tracks if rubberband should be
stopped) prevent events from being sent to our view long press gesture.
This makes the background menu pop-up unexpectedly while dragging
on a touchscreen.

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

wip/corey/touch-double-click 2022-10-10 20:43:29 UTC
list-base: Handle double click with touchscreen

Author: Corey Berla
Author Date: 2022-10-10 20:43:29 UTC

list-base: Handle double click with touchscreen

We override the double click in nautilus-list-base but only
have a case for GDK_BUTTON_PRIMARY. If gtk_gesture_single_get_current_button()
doesn't return a button, assume it's the pimary button.

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

wip/antoniof/use-gtk-widget-dispose-template 2022-09-03 19:16:40 UTC
WIP general: Use gtk_widget_dispose_template

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2022-09-03 19:15:41 UTC

WIP general: Use gtk_widget_dispose_template

Resolves https://gitlab.gnome.org/GNOME/nautilus/-/issues/2418

wip/corey/dnd_features 2022-09-01 21:42:41 UTC
dnd: Remove already removed code from headers

Author: Corey Berla
Author Date: 2022-08-18 20:35:01 UTC

dnd: Remove already removed code from headers

wip/corey/list-base-click 2022-08-24 03:32:31 UTC
list-base: Make view click pressed event controller better

Author: Corey Berla
Author Date: 2022-08-24 03:32:31 UTC

list-base: Make view click pressed event controller better

Our view click handling has an unnecessary workaround to deal with
the propagation from item clicks. We set the flag deny_background_click
when an item is clicked, and then clear it on release/stop. This is a
little hard to follow and I think might be contributing to problems
such a quasi-activated state for some items.

Set the propagation phase to TARGET on the view. This works out of the
box for the GridView. ColumnView is implemented using a child
ListView, so we have to get that by looking at the child's silbing.

wip/jimmac/grid-view-shadows-composited 2022-08-03 10:21:26 UTC
grid view: icon/thumbnail shadows

Author: jimmac
Author Date: 2022-08-03 09:52:16 UTC

grid view: icon/thumbnail shadows

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

wip/antoniof/three-menus-no-more 2022-08-01 01:13:19 UTC
toolbar-view-menu.ui: Move into files-view.ui

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2022-07-31 23:04:31 UTC

toolbar-view-menu.ui: Move into files-view.ui

This is not used by the toolbar anymore and this is much simpler.

wip/cdavis/use-status-page 2022-07-17 18:25:21 UTC
files-view: Add empty state for Recent

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2022-07-17 18:14:44 UTC

files-view: Add empty state for Recent

wip/antoniof/a-few-header-cleanups 2022-07-11 00:18:18 UTC
toolbar: Remove unused functions

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2022-07-11 00:18:18 UTC

toolbar: Remove unused functions

gnome-41 2022-05-11 00:33:46 UTC
flatpak: Pin gnome-desktop to stable branch

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2022-04-22 22:03:52 UTC

flatpak: Pin gnome-desktop to stable branch

The master branch introduces incompatible API changes in the
thumbnailing component.

The previously cherry-picked patch has been reverted because
it shouldn't have been applied to the stable branch.

Instead, in order to pass the pipeline, use stable dependency.

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

(cherry picked from commit ca306b56d9f72afd60f515f311ed14bf95fdb028)

gnome-3-36 2022-03-10 14:46:01 UTC
Update Norwegian Bokmål translation

Author: Kjartan Maraas
Author Date: 2022-03-10 14:46:01 UTC

Update Norwegian Bokmål translation

2161-laggy-scrolling-with-adwaita-theme 2022-02-28 18:27:24 UTC
canvas-item: Use 0px border-radius for thumbnails

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2022-02-28 14:39:29 UTC

canvas-item: Use 0px border-radius for thumbnails

The border-radius intended for drawing the selection rectangle around
labels is also causing black artifacts in the corners of thumbnails.

This was not noticeable before because thumbnails had a rounded frame.

So, set the radius to 0 when drawing the thumbnails, but restore the
radius for the labels.

origin/2070-menu-item-re-organization 2022-01-10 13:07:37 UTC
cut_copy_not_horizontal

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2022-01-10 13:07:37 UTC

cut_copy_not_horizontal

gtk4-preparation-trunk 2022-01-01 22:04:06 UTC
general: Stop using GtkWidget::popup-menu

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2022-01-01 19:50:09 UTC

general: Stop using GtkWidget::popup-menu

The signal is gone in GTK 4.

Replace the most relevant use with an action and a keyboard accelerator.

abderrahim/libportal 2021-12-25 15:29:44 UTC
general: Add libportal-gtk3 dependency

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2021-12-21 17:42:27 UTC

general: Add libportal-gtk3 dependency

The portal-gtk3.h header has been moved into a separate library which
binds gtk3 explicitly.

https://github.com/flatpak/libportal/pull/53

wip/exalm/dark 2021-12-11 13:16:37 UTC
application: Support dark preference

Author: Alexander Mikhaylenko
Author Date: 2021-12-11 13:01:23 UTC

application: Support dark preference

wip/antoniof/try-admin-backend-for-file-ops 2021-11-27 21:25:45 UTC
[Commit message is WIP]

Author: Sachin Daluja
Author Date: 2021-06-16 03:02:37 UTC

[Commit message is WIP]

file-operations: Try admin backend for file ops

When the user does not have sufficient permissions.

Closes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1282
Closes https://gitlab.gnome.org/GNOME/nautilus/-/issues/257

gnome-40 2021-11-03 17:24:16 UTC
Update Brazilian Portuguese translation

Author: Rafael Fontenelle
Author Date: 2021-11-03 17:24:16 UTC

Update Brazilian Portuguese translation

1889-file-conflict-ok-button-label-is-rename-instead-of-replace 2021-10-26 12:29:34 UTC
file-conflict-dialog: Don't change action when unchecking

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2021-07-24 19:00:14 UTC

file-conflict-dialog: Don't change action when unchecking

The "Apply this action to all files and folders" checkbox works only
with the "Replace" action, not the "Rename" action. Indeed, if the
rename field is expanded, the checkbox is greyed out.

However, if the checkbox is checked, when unchecking it changes the
main action to Rename, despite the rename field being obviously
hidden (otherwise the checkbox wouldn't be checked). That's wrong.
It's a regression from 15d59cd18de13b1c09dae1fe07102e213cdd9fd4

When the checkbox is unchecked, the action is already "Replace", so
there is no need to change it.

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

wip/jimmac/icon-source 2021-06-29 12:35:11 UTC
icon: add 'source'

Author: jimmac
Author Date: 2021-06-29 12:31:25 UTC

icon: add 'source'

Initiative: https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/84

previewer-track-currently-open-file 2021-05-25 14:56:09 UTC
nautilus-previewer: Only launch previewer when file URI changes

Author: Felipe Borges
Author Date: 2021-05-25 14:56:09 UTC

nautilus-previewer: Only launch previewer when file URI changes

There's a race condition for when Nautilus checks for Sushi's
"Visible" property and decides whether a selection change should
update the previewed file.

By avoiding calling Sushi when the selected file is the same as
the last one previewed, we can workaround the race condition.

Fixes #1823

gnome-3-38 2021-03-07 19:47:58 UTC
Update Turkish translation

Author: =?utf-8?q?Emin_Tufan_=C3=87etin?=
Author Date: 2021-03-07 19:47:58 UTC

Update Turkish translation

wip/cdavis/adaptive-flap 2021-02-22 12:48:30 UTC
Move NautilusAdaptiveMode to nautilus-ui-utilities.h

Author: Christopher Davis
Author Date: 2020-12-26 05:45:31 UTC

Move NautilusAdaptiveMode to nautilus-ui-utilities.h

wip/antoniof/template-leaks 2020-12-19 18:53:13 UTC
toolbar: Don't leak builder object

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2020-12-19 17:12:18 UTC

toolbar: Don't leak builder object

Leak found in valgrind file provided by nekohayo

barthalion/ci-rawhide 2020-12-11 12:47:02 UTC
Revert "ci: Use Fedora latest instead of rawhide temporarily"

Author: =?utf-8?q?Bart=C5=82omiej_Piotrowski?=
Author Date: 2020-12-11 12:47:02 UTC

Revert "ci: Use Fedora latest instead of rawhide temporarily"

GNOME CI runners have been updated to the latest libseccomp so the
problem should no longer happen.

This reverts commit ab55380f200e5ea03116c5871607d125deff844c.

wip/antoniof/nobody-changes-timezone-that-fast 2020-09-19 20:26:38 UTC
general: Rate limit local time zone reads

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2020-09-17 23:21:06 UTC

general: Rate limit local time zone reads

sam/data-migration 2020-08-29 19:10:48 UTC
WIP: Import data from Tracker 2.x

Author: Sam Thursfield
Author Date: 2020-08-29 19:10:48 UTC

WIP: Import data from Tracker 2.x

This modifies the tag-manager to look for a file in
~/.local/share/nautilus/tracker-2-starred-files that is a keyfile
with a list of starred files. If the file is found, the data is
imported and then the file is removed.

gnome-3-32 2020-06-23 04:23:45 UTC
Update Chinese (China) translation

Author: Boyuan Yang
Author Date: 2020-06-23 04:23:45 UTC

Update Chinese (China) translation

sam/tag-manager-test 2020-05-11 21:22:31 UTC
Add test for starred files feature

Author: Sam Thursfield
Author Date: 2020-05-02 23:54:04 UTC

Add test for starred files feature

I'm using to test that my re-implementation of NautilusTagManager
works as expected.

It brings in quite a lot of helper code to deal with Tracker and it
depends on the currentrly unmerged [FilesProcessed signal]
(https://gitlab.gnome.org/GNOME/tracker-miners/-/merge_requests/192).

gnome-3-34 2020-04-24 14:22:54 UTC
Release version 3.34.3

Author: Ondrej Holy
Author Date: 2020-04-24 14:22:54 UTC

Release version 3.34.3

gnome-3-28 2019-10-13 12:19:11 UTC
Update Japanese translation

Author: id:sicklylife
Author Date: 2019-10-13 12:19:11 UTC

Update Japanese translation

antoniof/goodbye-morphing-pathbar 2019-08-05 21:47:19 UTC
toolbar: Always show pathbar background

Author: =?utf-8?q?Ant=C3=B3nio_Fernandes?=
Author Date: 2019-08-05 21:31:21 UTC

toolbar: Always show pathbar background

We hide the pathbar background when the window is small enough that
the pathbar is no longer centered. This was introduced to make the
pathbar flat.

However, now that the pathbar is buttonized again, it doesn't make it
flat, so there is no point. Also, the transformation is surprising.
Furthermore, it is prone to styling glitches.

So, give up on the transformation and always have a pathbar background,
effectively reverting commit 080400bd243ab86d82954eaff0c866c3ac97f3f2

Fixes: https://gitlab.gnome.org/GNOME/nautilus/issues/907

gnome-3-30 2019-04-14 12:35:51 UTC
Define symbol needed for gnome-desktop

Author: Emmanuele Bassi
Author Date: 2019-04-14 12:28:06 UTC

Define symbol needed for gnome-desktop

The copy-paste of libgnome-desktop's thumbnailing code is missing a
symbol that is defined by the libgnome-desktop build, which breaks
Nautilus's own build.

gnome-3-26 2019-04-11 00:14:43 UTC
Update German translation

Author: Christian Kirbach
Author Date: 2019-04-11 00:14:43 UTC

Update German translation

adding-hello-world 2019-04-04 17:09:07 UTC
README: Add hello world

Author: Carlos Soriano
Author Date: 2019-04-04 16:56:45 UTC

README: Add hello world

The README was not welcoming enough

Add hello world to the README

Closes https://gitlab.gnome.org/GNOME/nautilus/issues/973

update-about-dialog 2018-10-30 19:23:38 UTC
window: Update about dialog

Author: Carlos Soriano
Author Date: 2018-10-30 19:19:59 UTC

window: Update about dialog

This work removes the manually curated lis of contributors, both because
of its maintenership burden and because contributions come from a very
diverse sources, including marketing, QA, translation, design,
mouth-to-mouth preaching, etc. By creditting just a few of them we
undermine all the others that make such a great and sometimes invisible
effort.

This also updates the program name to mention the codename Nautilus, so
those looking at the about dialog, most likely developers, know the code
name of the project.

And finally, it adds the website so people know where to find more
information, issues, and to contribute.

gnome-3-24 2018-08-12 09:27:52 UTC
Update Chinese (Taiwan) translation

Author: lantw44
Author Date: 2018-08-12 09:27:52 UTC

Update Chinese (Taiwan) translation

alex-fazakas-operations-undo-redo 2018-07-31 09:00:01 UTC
test: Add copy operation undotests

Author: Alexandru Fazakas
Author Date: 2018-07-30 09:04:47 UTC

test: Add copy operation undotests

This patch adds undo tests for the copy operations.

Redo is not included as undo for copy means permanently deleting the
copied files, which renders redoing pointless.

new-properties-extension 2018-06-20 07:59:44 UTC
general: Make property extensions gtk version independent

Author: Carlos Soriano
Author Date: 2018-05-22 13:10:47 UTC

general: Make property extensions gtk version independent

Nautilus property extensions to add property pages to the property
dialog was providing a GtkWidget to be modified by extensions.

This makes the extension need to target a specific gtk version, which
with the new gtk versioning might be hard to provide, and it's quite a
bad practice since it requires everyone to be on top of any gtk update.
This is currently holding the work for porting Nautilus to gtk4, since
the Totem extension depends on us having the same gtk+ version, which is
unlikely.

This work makes the extension for providing property extensions not
depend on gtk by providing a plain struct to be filled with data that
later on Nautilus will layout on the UI.

See https://gitlab.gnome.org/GNOME/nautilus/issues/276

actions-in-header-bar 2018-04-16 20:36:05 UTC
Prototype actions in headerbar

Author: Carlos
Author Date: 2018-04-16 20:36:05 UTC

Prototype actions in headerbar

1100 of 156 results

Other repositories

You can't create new repositories for Nautilus.