Commit graph

128 commits

Author SHA1 Message Date
Ondrej Holy
5cc496ae59 Post branch version bump 2021-10-30 09:11:46 +02:00
Ondrej Holy
6737425d9c Post release version bump 2021-09-17 13:16:43 +02:00
António Fernandes
997e33fda3 Post release version bump 2021-09-03 22:01:32 +01:00
António Fernandes
d4794fdfd5 Post release version bump 2021-08-14 14:00:56 +01:00
Ondrej Holy
156a68cf52 compress-dialog: Add support for encrypted .zip
Currently, it is not possible to create encrypted archives over
Nautilus. Let's add support for encrypted .zip files to not have
to install a dedicated archive manager.

Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/822
2021-08-10 11:20:25 +00:00
Ondrej Holy
55aed9b74f Post release version bump 2021-07-09 17:12:20 +02:00
Ondrej Holy
8c5fa3eb08 extensions/image-properties: Replace deprecated symbols
The build log contains warnings about deprecated gexiv2 functions. Let's
port to the new API, unpin exiv3 and gexiv2 dependencies in flatpak manifests
and bump the build dependency accordingly to get rid of the warnings.
2021-07-09 15:46:59 +02:00
António Fernandes
59ca11451b Post branch version bump 2021-05-22 19:02:43 +01:00
Ondrej Holy
7058f1e247 Post release version bump 2021-04-30 15:34:04 +02:00
Ondrej Holy
48b8297db6 Post release version bump 2021-03-20 09:25:42 +01:00
Ondrej Holy
63fce9f8cf Release version 40.0
I made 40 release yesterday by mistake. Let's use 40.0 instead to
ensure the correct sort order.

Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1807
2021-03-20 09:23:53 +01:00
Ondrej Holy
6ec0584745 Post release version bump 2021-03-19 14:54:30 +01:00
Ondrej Holy
47062f8155 Post release version bump 2021-03-13 09:13:28 +01:00
Ondrej Holy
c652d4d4cc Post release version bump 2021-02-13 16:46:48 +01:00
Ondrej Holy
9012c36da8 build: Bump libhandy dependency
Nautilus currenlty crashes with libhandy version older than 1.1.90.
Let's bump the dependency to prevent that.
2021-02-13 16:46:48 +01:00
Ondrej Holy
bb79dade98 build: Bump gnome-autoar dependency
This is needed to prevent the "signal 'request-passphrase' is invalid
for instance '0x1e41340' of type 'AutoarExtractor'" warnings.
2021-02-12 16:08:04 +00:00
Adrien Plazas
2b3b51df23 general: Use libhandy 1.0
It provides widgets we need for the enhancements in the next commits.
2021-02-09 00:47:56 +00:00
Maxim Mikityanskiy
f29b483918 file-operations: Preserve mtime of non-empty directories on move
Nautilus follows this algorithm when copying or moving directories:

1. Create the destination directory.
2. Copy/move the old directory contents recursively.
3. g_file_copy_attributes from the old directory to the new.
4. Delete the old directory.

The issue is that when moving a non-empty directory, step 2 leads to
modification of the old directory's mtime, so g_file_copy_attributes
copies the attributes that were already lost at that point.

This commit fixes it by splitting g_file_copy_attributes into two steps.
It depends on glib!1449.

Closes: gvfs#471
Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>
2021-01-09 16:33:49 +02:00
Ondrej Holy
96b4668770 Post release version bump 2021-01-08 16:45:11 +01:00
António Fernandes
44c1b9f3b5 meson.build: Don't suffix VERSION with '-stable'
It is visible in the about dialog and may be wrong.

Closes https://gitlab.gnome.org/GNOME/nautilus/-/issues/940
2021-01-05 07:07:57 +00:00
Felipe Borges
7cab1cd762 build, flatpak: Add libportal dependency
Fixes #795
2020-11-18 15:30:13 +00:00
Ondrej Holy
d584123d76 Post branch version bump to 40.alpha
Let's switch to the new versioning scheme:
https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
2020-10-02 14:37:52 +02:00
Ondrej Holy
8ed4a28f28 Release version 3.38.1 2020-10-02 14:18:30 +02:00
Ondrej Holy
5f1b9200cf Release version 3.38.0 2020-09-11 15:40:10 +02:00
Ondrej Holy
b6f39cf87d Release version 3.37.92 2020-09-04 15:13:41 +02:00
Sam Thursfield
f9c79fce6d Use Tracker Miners inside Flatpak when not available on the host
This means the Nautilus flatpak will be able to use Tracker on systems
which don't have Tracker 3 available on the host. It comes at a cost of
increased resource consumption inside the Flatpak due running an extra
indexer process there.
2020-09-02 18:50:17 +02:00
Sam Thursfield
7712c2c7e1 Port to Tracker 3
Mostly the port is straightforward, we connect to tracker-miner-fs
explicitly over D-Bus instead of the centralized tracker-store daemon
we connected to previously.

The search-engine-tracker test is now isolated from the user's real
Tracker index using the `tracker-sandbox` script provided by Tracker,
and it lets tracker-miner-fs index the test file rather than trying
to synthesize the expected database contents.

There are more changes in nautilus-tag-manager.c.  Until now, starred
file information was stored in the tracker-miner-fs database. This has
some downsides, firstly the data is deleted if someone runs `tracker
reset --hard`, secondly it isn't possible to do this from inside a
Flatpak sandbox with Tracker 3.0.  because the

This commit changes the NautilusTagManager to set up a private
database inside XDG_DATA_HOME/nautilus/tags. This stores the starred
file information. The database is managed with Tracker, which allows us
to continue using the rename-tracking that tracker-miner-fs provides.
The same limitations apply as before that only files in indexed
locations can be starred.
2020-09-02 17:28:38 +02:00
Sam Thursfield
452c25e33a build: Set NAUTILUS_DATADIR correctly 2020-09-02 12:17:31 +02:00
Ondrej Holy
f3977e8aa0 Release version 3.37.91 2020-08-21 08:18:38 +02:00
Ondrej Holy
975b666363 Release version 3.37.90 2020-08-07 13:35:33 +02:00
Joshua Lee
b2211f6f79 build: Bump GLib version
This is required to avail of g_clear_signal_handler().
2020-07-08 19:37:17 +01:00
Ondrej Holy
8e295e3a6c gtk: Update to the latest codes
GTK-based codes are not up-to-date. Let's run gtk-code-generator.sh
to update them. But also update the script to remove the unwanted
marshalers. Finally, this doesn't bring any functional changes, but
it adapts our script to the latest GTK codes. Let's add a comment
in meson.build to not forget doing this regularly...
2020-07-03 15:51:59 +02:00
Ondrej Holy
f485401c39 Release version 3.37.3 2020-07-03 14:30:01 +02:00
Ondrej Holy
e45d7b3d5e appdata: Update outdated release list
The list of releases is outdated, which is probably why GNOME Software and
"flatpak info" shows version 3.32.1 for our nightly bundles, although the
About dialog shows something completely different. Let's replace the list of
outdated releases with just the current one. Also add comment in meson.build
to not forget about it next time.
2020-06-13 16:55:20 +00:00
Ondrej Holy
b79a55d552 Release version 3.37.2 2020-05-29 15:36:27 +02:00
Marvin Schmidt
294c89d0f3 meson: Remove libX11 dependency
As of commit 70393e321 (general: Allow to compile on Wayland-only
system) libX11 is no longer a dependency
2020-05-01 19:39:03 +00:00
Ondrej Holy
f27842e80b Release version 3.37.1.1
I made .1 release by mistake before some time. Let's make .1.1 release
now to be still in sync with the GNOME release schedule.
2020-04-24 15:56:46 +02:00
Ondrej Holy
f5ad501568 Release version 3.37.1 2020-03-27 15:04:01 +01:00
Ondrej Holy
57ab299638 Post branch version bump 2020-03-09 08:24:31 +01:00
Ondrej Holy
e11034204b Release version 3.36.0 2020-03-06 15:42:04 +01:00
Ondrej Holy
0770a8d9e1 Release version 3.35.92 2020-02-28 14:05:26 +01:00
Ondrej Holy
188fb40858 Release version 3.35.91.1
Let's make .1 release as I forgot to bump the version in meson.build.
2020-02-14 17:25:49 +01:00
Ondrej Holy
1c63464719 Release version 3.35.90 2020-01-31 12:47:38 +01:00
Ondrej Holy
11088272dd Release version 3.35.2 2019-11-22 13:47:17 +01:00
Ernestas Kulik
6a55af66af Release version 3.34.0 2019-09-10 14:57:44 +02:00
Ernestas Kulik
a43726a7af Release version 3.33.90 2019-08-06 16:41:28 +02:00
Ernestas Kulik
3862cf7980 general: Drop in-tree copy of gnome-desktop
The code was copied to avoid having an external GTK+ 3 dependency, but
at this point it’s more trouble than it’s worth.
2019-06-28 15:49:15 +02:00
Ernestas Kulik
7605b17b27 meson.build: Disable GLib deprecation warnings 2019-06-02 11:32:31 +02:00
Emmanuele Bassi
4d94d188ef 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.
2019-04-14 13:31:06 +01:00
Carlos Soriano
a241f8f6f3 release: Prepare for 3.32.0 2019-03-13 13:14:26 +01:00