1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00
Commit Graph

446 Commits

Author SHA1 Message Date
António Fernandes
040dc0d641 portal: Introduce implementation stub
From now on nautilus claims to implement the FileChooser portal.

For now it's a lie. But the next few commits will make it true.
2024-06-23 00:04:23 +01:00
Khalid Abu Shawarib
054ad3f049 asan: Add adw_init to suppressed functions 2024-06-21 14:21:34 +00:00
António Fernandes
0e6e3946eb general: React to tracker projects rename
Tracker SPARQL is now TinySPARQL. Tracker Miners is now LocalSearch.

The old DBus and library APIs still work so there is no rush there.

But the executables and git repositories need to be updated now.

https://discourse.gnome.org/t/renaming-tracker-git-and-tracker-sparql-git-and-changing-default-branch/21461
2024-06-12 10:46:19 +00:00
Khalid Abu Shawarib
f9944ccf97 metainfo: Don't specify the language in link
Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/3418
2024-04-29 11:45:39 +00:00
kramo
75f98a5b40 data: Update screenshots
Depends on https://gitlab.gnome.org/Infrastructure/static-web/-/merge_requests/23
2024-03-31 12:31:56 +00:00
Ondrej Holy
fafc791209 Post-release version bump 2024-03-18 14:09:47 +01:00
Ondrej Holy
dcd221d57d Release version 46.0 2024-03-18 13:47:57 +01:00
António Fernandes
6de0ebbaad Post-release version bump 2024-03-04 02:40:39 +00:00
António Fernandes
53dc2eaaa7 Release version 46.rc 2024-03-04 02:35:47 +00:00
Alexandre Franke
a764956639 metainfo: fix some URLs 2024-03-01 14:16:41 +01:00
Sophie Herold
3a167a2619 metainfo: Fix wrong developer id
Appstream decided to use reversed domains. Please merge before 46 if possible.
2024-02-29 20:22:01 +00:00
António Fernandes
34005a354b Post-release version bump 2024-02-11 22:12:37 +00:00
Peter Eisenmann
e0c6d92aaf Release version 46.beta
Also add the 46.alpha.1 release notes, which previously only were on the
tag itself.
2024-02-11 21:19:55 +00:00
Khalid Abu Shawarib
70aadb657a asan: Add libibus to suppressions 2024-02-07 01:54:40 +00:00
Corey Berla
1234b5ad66 ci: Add script to check for potfile errors
It's easy to forget to update potfiles. Steal the script that
gnome-shell uses to check for this.
2024-01-30 13:51:53 -08:00
Peter Eisenmann
7c23f126d1 uncrustify: remove nonexistent animation folder 2024-01-17 03:40:29 +00:00
Peter Eisenmann
d92a6f02e6 audio-video-properties: format with uncrustify
While the code is imported, indentions on the current files are a mess.
This makes it more difficult for contributors to get things right, so
incude these files in the uncrustify script and format them.
2024-01-17 03:40:29 +00:00
António Fernandes
47687ba66b appdata: Use non-legacy file extension
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location
2024-01-10 17:12:00 +00:00
António Fernandes
979891166a appdata: Use build date between releases
Although build date is wrong for releases, we still need a date between
releases to pass appstream validation.

Partly revert commit b7e44006b6

To make it easy for future releases, provide copy-pastable templates and
introduce release type attributes.

In the future we may want to use the new "snapshot" type and drop the
date, as per https://github.com/ximion/appstream/issues/570

Reference: https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Releases.html
2024-01-10 17:12:00 +00:00
Peter Eisenmann
e4a3e9077a appdata: remove deprecated developer-name tag
It causes build failures.
2024-01-09 14:31:30 +01:00
António Fernandes
a9d4fbd8d0 Post-release version bump 2024-01-08 02:11:00 +00:00
António Fernandes
0a660bad5b Release version 46.alpha.0 2024-01-08 02:06:16 +00:00
António Fernandes
b7e44006b6 appdata: Don't generate release date based on current date
The release date should not change. The date of build is not the date
of release.
2024-01-08 01:58:32 +00:00
Sabri Ünal
2dda572377 appdata: Add OARS tag
"The old generator also included all the none-value entries—it
no longer does this, you can safely remove them.

If it only consists of none values, it’s safe to shorten it to just:
`<content_rating type="oars-1.1" />`"

More information: https://docs.flathub.org/docs/for-app-authors/appdata-guidelines/#oars-information
2023-12-28 19:21:47 +00:00
Sabri Ünal
0a1740a0c9 appdata: Improve appdata for AppStream 1.0
- Add the `<developer><name>` tag
- Mark the `<developer_name>` tag as deprecated
- Use appstreamcli to validate appdata
2023-12-23 18:30:54 +03:00
Ondrej Holy
ab4db18c49 date-utilities: 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.

This adds a preference to show a numerical date and time format.

Part of #2874
2023-12-20 00:20:39 +00:00
Ondrej Holy
151dfb9952 gschema: Use the word Files when referring to the application
The Nautilus name is used in the description of keyes thru the gschema
file. The proper name of the application is Files though. Let's replace
the word Nautilus with the word Files.
2023-12-20 00:20:39 +00:00
Peter Eisenmann
9dfbe86bcd general: simple un<>signed comparison fixes
A collection of simple fixes for comparison warnings.
2023-11-18 00:40:09 +01:00
Peter Eisenmann
fdbef81b5f ci: fix leak suppression path
The leak suppression path needs to be absolute, so prefix it with
$CI_PROJECT_DIR. Also, fix the suppression file's file name.
2023-11-13 00:54:09 +01:00
Khalid Abu Shawarib
b2efafc124 ci: Add experimental Address Sanitizer analysis
Run the tests after compiling with the address sanitizer.
2023-11-12 21:57:38 +00:00
António Fernandes
59aeabcf02 appdata: Remove mailing list, add discourse link
The mailing list is gone and the replacement is discourse.

As the update_contact tag expects an email address, remove it without
replacement. This tag is meant only for distributors[0], and our
distributors know well how to contact the GNOME project. Also, problems
with this metainfo can just be reported as bugs, so the bugtracker url
tag above is the obvious route.

The discourse is added as a new tag, meant for users to get in contact
with our community for any other reasons.

[0] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-update_contact
2023-10-12 14:20:18 +01:00
António Fernandes
daee79d815 appdata: Remove links to the wiki
It's time to migrate away from wiki.gnome.org.[0]

The help link was wrong anyway. [1] And we already have a much better
home page at https://apps.gnome.org/Nautilus which doesn't require any
manual maintenance (it's generated automatically using this very file).

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

[0] https://blogs.gnome.org/aday/2023/08/02/what-to-do-with-the-gnome-wiki/
[1] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-url
2023-10-12 14:20:17 +01:00
Sabri Ünal
95d40049fa appdata: add vcs-browser support
This URL is visible on Flathub and GNOME Control Center.

Also update donation URL.

More information: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-url
2023-10-12 14:19:38 +01:00
Peter Eisenmann
5a4fc5664e build: autappdata build version
As suggested by @naheemsays on Matrix and inspired by
775dbec2e6
2023-10-05 08:26:07 +02:00
António Fernandes
f78c479a81 Release version 45.rc 2023-09-02 18:45:57 +01:00
António Fernandes
02f3e41073 Release version 45.beta2 2023-08-26 23:57:08 +01:00
António Fernandes
fc6a641f6d Release version 45.beta 2023-08-06 00:06:42 +01:00
António Fernandes
c4096987fe window-slot: Don't switch view mode when searching
When searching from grid view, we switch to list view by default.

While good intentioned (list view provides more space to display the
location of recursive search results), it's disruptive and ignores
that the user might have chosen grid view because it's more suited
to the content being searched.

This effectively reverts the features introduced by these commits:

* 46d18fecc3
* a88310dd21

Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/2969
2023-08-02 18:30:48 +00:00
António Fernandes
4f1d6539dc Release version 45.alpha 2023-07-02 17:16:43 +01:00
Lukáš Tyrychtr
46ed536222 gsettings-schema: Fix a typo in a key description
Fixes #2977
2023-05-29 10:36:46 +02:00
António Fernandes
a3fda22858 Release version 44.1 2023-04-23 00:12:42 +01:00
Ondrej Holy
92f088a319 desktop: Add application/zstd to supported mime-types
Currently, it isn't possible to use Nautilus for the extraction of the
".zstd" and ".tar.zst" archives. However, it seems that this compression
is supported by the libarchive library nowadays. Let's add the
`application/zstd` and `application/x-zstd-compressed-tar` mime-types
to the list of supported. This will allow Nautilus to show the "Extract"
and "Extract to..."  actions. Also, bump the gnome-autoar dependency to
the version with a corresponding change.

Related: https://gitlab.gnome.org/GNOME/gnome-autoar/-/merge_requests/38
Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2860
2023-04-11 14:11:11 +00:00
Ondrej Holy
45c7620f1b Release version 44.0 2023-03-17 10:06:25 +01:00
Ondrej Holy
e74b847c48 Release version 44.rc 2023-03-05 00:27:22 +00:00
Ondrej Holy
62729bae5f Release version 44.beta 2023-02-11 14:36:36 +01:00
Christopher Davis
7b10758020 appdata: State hardware support
Declare what sort of hardware we support and the minimum
display size Nautilus is usable on. This allows applications
like Software to display hardware information or hide the app
on incompatible hardware.
2023-02-08 08:00:08 +00:00
Christopher Davis
ee558cb934 desktop: List compatible form factors
List the form factors the app was designed for in the desktop
file. This is so desktop environments like Phosh and Plasma Mobile
can show or hide the app in the correct contexts.
2023-02-08 08:00:08 +00:00
António Fernandes
67a0dac385 Release version 44.alpha 2023-01-10 02:51:20 +00:00
sunflowerskater
dcdeaf67e6 general: Rename "application" to "app"
This is part of an initiative to use the "app" term instead:
https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/123
2023-01-08 12:37:58 +00:00
Peter Eisenmann
224c6b6d39 gschema: remove upper limit on thumbnailing file size range
Setting a size was removed from the Preferences window in !637. The
default is now fixed at 50 MB.

With the setting no longer being visible to the user, allow power users
to set it to arbitrary values via dconf.

Fixes #1638
2022-12-24 13:26:04 +00:00