Commit graph

21467 commits

Author SHA1 Message Date
Carlos Soriano dafa919ad7 README: Include tracker miners in rundeps 2019-02-27 08:51:18 +00:00
Rafael Fontenelle fac3df1f9f Update Brazilian Portuguese translation 2019-02-27 02:56:32 +00:00
Stas Solovey 8d56f57dbd Update Russian translation 2019-02-25 18:48:20 +00:00
Andre Klapper c304d6f440 Fix a wrong string in the German translation - bug #797393 2019-02-25 16:06:16 +01:00
Nathan Follens bab0199469 Update Dutch translation 2019-02-25 11:36:51 +00:00
Carlos Soriano cfb82a53a2 canvas-container: Remove unused signal
To be honest I don't know when it was used and where, but it's unused
now.

Fixes: https://gitlab.gnome.org/GNOME/nautilus/issues/801
2019-02-25 10:52:32 +01:00
Asier Sarasua Garmendia 26604a5473 Update Basque translation 2019-02-24 08:49:58 +00:00
Jordi Mas e0d2689732 Update Catalan translation 2019-02-23 19:34:53 +01:00
Ryuta Fujii 1adeff0589 Update Japanese translation 2019-02-23 09:38:59 +00:00
Carlos Soriano 3a539ef131 search-engine-simple: Make some modifications to previous commit
* Cleaner separation of phases
* Avoid some races
* Fix some leaks
2019-02-22 15:11:55 +00:00
Xiang Fan 905657de54 nautilus-search-engine-simple: Only spawn one idle each time
To avoid clogging up the main loop.
2019-02-22 15:11:55 +00:00
Carlos Soriano e03376b9d8 eel-graphic-effects: Make hover light less intense
With the new icons most of the area was white.

Fixes: https://gitlab.gnome.org/GNOME/nautilus/issues/827
2019-02-22 14:44:16 +00:00
Carlos Soriano 2ea9fee81a Apply suggestion to src/nautilus-directory-async.c 2019-02-22 11:58:45 +00:00
Xiang Fan 4d99764f29 nautilus-directory: Implement monitor list with hash table
The original linked list can be O(n^2) (n = the number of files)
in the worst case.
2019-02-22 11:56:07 +00:00
Jordan Petridis b4d200fed3 file: replace eel_ref_str with GRefString
glib now offers a reference counted api.
This allows us to replace a lot of legacy code and get rid of
eel_ref_str. GRefString [1] is almost a drop-in replacement.

nautilus-file-operations.c was indirectly depending upon
eel/eel-string.h from nautilus-file-private.h and thus
a new include was added.

This bumps the minimum version of glib to 2.58

Close #781
https://gitlab.gnome.org/GNOME/nautilus/issues/781

[1] https://developer.gnome.org/glib/stable/glib-Reference-counted-strings.html
2019-02-22 11:29:57 +00:00
Piotr Drąg de17081ff2 Update Polish translation 2019-02-21 18:03:43 +01:00
Sveinn í Felli a1977d6db9 Update Icelandic translation
(cherry picked from commit 9b69e5eb8f)
2019-02-21 10:35:49 +00:00
Tim Sabsch 2936f6244c Update German translation 2019-02-21 07:28:35 +00:00
Jiri Grönroos 5fe56344a1 Update Finnish translation 2019-02-20 20:49:13 +00:00
Xiang Fan 335fbbc28f nautilus-list-view: Clear selection and cursor in clear()
When the current cursor's row gets deleted, GTK will move the cursor to
the next row, and when setting the cursor it also selects the new
cursor's row, thereby triggering selection signals. The new cursor will
soon be deleted again and the loop repeats.

Since clear() removes all entries, those selections are useless but they
take up most of the time in clear(). For example, when a search returns
a large list, exiting from the search view would make nautilus hang.

At the time simply removing the cursor solves the problem, but to be
future-proof in case GTK does anything fancy with the current selection,
this commit also removes the selection.

Because GTK internally seeking the cursor takes time, only blocking the
selection signal like everywhere else will not remove that overhead.
2019-02-19 09:50:50 +00:00
George Mocanu d860b29011 search-popover: Make search-popover modal
Currently, the search popover is not dismissed when
clicking outside.

Clicking anywhere other than on popover should close the popover.

This patch fixes this behaviour by making the search-popover
modal.

Closes https://gitlab.gnome.org/GNOME/nautilus/issues/528
2019-02-19 09:23:49 +00:00
Carlos Soriano b82c35244c triage-policies: Change feature closing to updated_at
It could create bad blood to close a recently discussed or updated
issue...
2019-02-18 07:41:29 +00:00
Ernestas Kulik 7f5d6b2afc org.gnome.NautilusGtk4.yml: Fix tracker options
92e052be73 - guess what, not very.
2019-02-17 21:24:49 +00:00
Ernestas Kulik 92e052be73 org.gnome.NautilusMaster.yml: Fix tracker options
f9df2bbf7f - how deep can we go?
2019-02-17 21:23:56 +00:00
Ernestas Kulik f9df2bbf7f org.gnome.Nautilus.yml: Fix tracker options
Same thing as 288197a122, but now a gorillion other manifests need to be changed.
2019-02-17 21:22:52 +00:00
Ernestas Kulik 288197a122 org.gnome.Nautilus.json: Fix tracker options
cfab5f9604
2019-02-17 21:21:11 +00:00
Ernestas Kulik 64c8ca3d13 nautilus-extension: file-info: Tweak punctuation
A bit more readable with a semicolon.
2019-02-17 19:54:11 +00:00
Efstathios Iosifidis c397369f87 Update Greek translation 2019-02-17 17:15:20 +00:00
Aurimas Černius 2df6354712 Updated Lithuanian translation 2019-02-17 17:11:06 +02:00
Kukuh Syafaat 1bf4ccd97d Update Indonesian translation 2019-02-16 21:20:57 +00:00
Emin Tufan Çetin bf60a0ca12 Update Turkish translation 2019-02-16 19:54:12 +00:00
Baurzhan Muftakhidinov 4224d7aaf3 Update Kazakh translation 2019-02-16 11:02:56 +00:00
Fran Dieguez f717bb8942 Update Galician translation 2019-02-16 10:51:55 +00:00
Mart Raudsepp 44b49e6ca0 meson.build: Add 32-bit sparc to seccomp unsupported list
32-bit sparc doesn't support seccomp either.
2019-02-16 07:45:09 +00:00
Kukuh Syafaat 9815bfe97c Update Indonesian translation 2019-02-16 01:30:02 +00:00
Daniel Mustieles 25a9a3b34d Updated Spanish translation 2019-02-15 13:35:53 +01:00
Anders Jonsson 3f94599e68 Update Swedish translation 2019-02-13 20:55:44 +00:00
Balázs Úr 465586ab65 Update Hungarian translation 2019-02-13 18:32:14 +00:00
Balázs Úr cdd9cf3cf4 Update Hungarian translation 2019-02-13 18:25:32 +00:00
Alan Mortensen 885a8c2c7e Updated Danish translation 2019-02-13 18:50:58 +01:00
Piotr Drąg 2b9ecc8de3 Update Polish translation 2019-02-13 13:38:43 +01:00
Marek Cernocky 4370317021 Updated Czech translation 2019-02-13 13:00:55 +01:00
Bastien Nocera 3096d7e544 audio-video-properties: Make the framerate more precise
Add a bit more precision to the frames per second property.

Closes: #901
2019-02-13 10:50:08 +00:00
Bastien Nocera fdc4300ae0 audio-video-properties: Add context to "Unknown" strings
See https://gitlab.gnome.org/GNOME/totem/issues/299
2019-02-13 10:50:08 +00:00
Bastien Nocera c51899c355 audio-video-properties: Remove unused code 2019-02-13 10:17:54 +00:00
Bastien Nocera 3d9d2ef8d1 audio-video-properties: Use totem_gst_disable_display_decoders() 2019-02-13 10:17:54 +00:00
Bastien Nocera f826da0fb2 audio-video-properties: Add decoder disabler helper
(Re-)add a helper to disable decoders that require windowing
environments to even be used while gathering metadata.
2019-02-13 10:17:54 +00:00
Marek Cernocky 76c287a184 Updated Czech translation 2019-02-13 10:52:30 +01:00
Jordi Mas 052f2224a6 Update Catalan translation 2019-02-12 20:53:06 +01:00
Matej Urbančič 0456d2ae3c Updated Slovenian translation 2019-02-12 20:24:42 +01:00