Commit graph

20126 commits

Author SHA1 Message Date
Fran Dieguez
493736b2e6 Update Galician translation 2017-08-21 08:13:39 +00:00
Piotr Drąg
95226b4673 Update Polish translation 2017-08-21 02:46:20 +02:00
Anish Sheela
737bd43a98 Update Malayalam translation 2017-08-20 19:39:36 +00:00
Baurzhan Muftakhidinov
e5d9f1e565 Update Kazakh translation 2017-08-20 13:35:41 +00:00
Милош Поповић
d8c3e135d6 Update Serbian Latin translation 2017-08-20 13:05:49 +00:00
Борисав Живановић
2c16fc4829 Update Serbian translation 2017-08-20 13:04:30 +00:00
Kukuh Syafaat
907a235364 Update Indonesian translation 2017-08-20 11:31:48 +00:00
gogo
dc1842635d Update Croatian translation 2017-08-18 20:21:46 +00:00
Marek Cernocky
a9d8b7e144 Updated Czech translation 2017-08-18 19:41:04 +02:00
Dušan Kazik
cefedcdf8a Update Slovak translation 2017-08-18 16:02:07 +00:00
Carlos Soriano
9db624072b batch-rename-dialog: Use better wording
Nautilus was using "unallowed" which sounds odd and also "file name"
when in reality can also be folders.

https://bugzilla.gnome.org/show_bug.cgi?id=771114
2017-08-18 14:50:36 +02:00
António Fernandes
017a90beb6 window: Make history-hierarchy interaction orthogonal.
We are treating a click in the pathbar as a back/forward history action if the
target location is already in history. This makes the Back and Forward buttons
unconsistent in result.

Instead, treat any click on the pathbar as new history entry.

Addapted from original patch by Marcus Husar <marcus.husar@gmail.com>.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=563009
2017-08-18 12:20:43 +02:00
Carlos Soriano
1f1da4e495 file: Fix identation 2017-08-17 16:28:16 +02:00
Nelson Benítez León
f0c81e22a3 dnd: make sidebar show "new bookmark" only for folders
Make sure sidebar shows "new bookmark" only when folders
are being dragged.

https://bugzilla.gnome.org/show_bug.cgi?id=754513
2017-08-17 16:19:52 +02:00
vyasgiridhar
611f381d56 preferences-window: Use spin button for thumbnail limit
File sizes (especially compressed images) are arbitrary values that are
highly dependant on the camera resolution, and contents of the image.
Therefore it does not make sense to have this be a drop-down with preset
hard-coded values: A 21MP camera often produces 12MB images... but the
only option is 10MB, or 100MB.

This commit changes the combobox in the preferences to a spinbutton and
changes the signal handler for thumbnail-limit.
The value is in MB, with a maximum of 4096 and a minimum of 1.

https://bugzilla.gnome.org/show_bug.cgi?id=779165
2017-08-17 15:54:27 +02:00
António Fernandes
33694f0e17 file: Use Unicode ellipsis and em dash for default attribute strings
We are using three dots "..." and two hyphens "--" as the default
string of some attributes.

Replace them with "…" and "—" respectively.

https://bugzilla.gnome.org/show_bug.cgi?id=99439
2017-08-17 15:41:09 +02:00
António Fernandes
0fe9cc2f73 file: Change string of unreadable directory item count
We are displaying "? items" in the size column for unreadable folders.

This string is weird and doesn't contribute a clear meaning, but a long
string such as "uknown number of items" is not desirable either.

So, change this string to "--", matching what is used when item count
is disabled.

https://bugzilla.gnome.org/show_bug.cgi?id=99439
2017-08-17 15:41:09 +02:00
Jason Crain
d0bb9c7610 Save sidebar visibility state
Save sidebar visibility to GSettings so the sidebar state is persistent.

https://bugzilla.gnome.org/show_bug.cgi?id=785323
2017-08-17 15:40:31 +02:00
António Fernandes
292f43d3f7 pathbar: Remove drag-source handling
So users can drag the window from the buttons of the pathbar too, as it
seems it's more important feature for them instead of dnd the path in
the pathbar, which is also quite undiscoverable.

As per commit d379767851

https://bugzilla.gnome.org/show_bug.cgi?id=785619
2017-08-17 15:39:07 +02:00
António Fernandes
715a28cd3e Revert "pathbar: Remove dnd handling"
This reverts commit d379767851, which removed
drag-and-drop interaction involving the pathbar, because it interfered with
dragging to move the window from the headerbar.

This made it impossible to drop files into a parent directory. But acting as
a drop target would not interfere with dragging to move.

We are removing again the problematic drag-source parts in the next commit.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=785619
2017-08-17 15:39:07 +02:00
Ernestas Kulik
d4535d9cf0 general: print debug info unconditionally
Chasing down macros to get some debugging output gets tedious and the
effect on performance should be negligible.

https://bugzilla.gnome.org/show_bug.cgi?id=784200
2017-08-17 15:38:46 +02:00
Robert Mibus
b468a3f6a6 list-view: Do not set multiple margins on the column chooser.
There is already a margin set, so setting a left-margin creates a noticeably asymmetric effect.

https://bugzilla.gnome.org/show_bug.cgi?id=782079
2017-08-17 15:38:22 +02:00
Kevin Lopez
047735a28b eel-gtk-extensions: avoid deprecated warnings
This patch avoids the use of gdk_screen_get_width,
gdk_screen_get_height,gdk_screen_width,gdk_screen_height, functions
which are deprecated since 3.22 version of GDK library.

Also deletes the eel_pop_up_context_menu function since is not used
in the source code.

https://bugzilla.gnome.org/show_bug.cgi?id=780283
2017-08-17 15:37:45 +02:00
Ernestas Kulik
6e2379ea4d search-popover: make type list box keyboard-navigable
Currently, the type list box in the search popover is not
keyboard-navigable, which, as a consequence, results in the user’s
inability to also easily close the popover.

https://bugzilla.gnome.org/show_bug.cgi?id=786402
2017-08-17 15:37:23 +02:00
Alexandru Pandelea
a6d616e18d query: prefer prefix matches over sufix matches
Currently, the number of letters before and after the match decrease
the rank of the search hit by the same amount.

Though, the prefix matches should be prefered over the sufix ones,
so make the number of letters after the match decrease the rank
by a much smaller factor than the number of letters before the match.

https://bugzilla.gnome.org/show_bug.cgi?id=785942
2017-08-17 15:37:08 +02:00
Martin Bříza
ded26d45c0 file-conflict-dialog: Add a mnemonic to the Replace button
https://bugzilla.gnome.org/show_bug.cgi?id=785137
2017-08-17 15:36:34 +02:00
Alexandru Pandelea
6eb160fbbc Revert "search-engine: fix search providers handling"
This reverts commit 37693c4279.

The patch was pushed by accident.
2017-08-17 11:29:41 +01:00
Jordi Mas
d113387401 Update Catalan translation 2017-08-16 21:03:01 +02:00
Alexandru Pandelea
37693c4279 search-engine: fix search providers handling
When starting the search providers, some provider might finish
before all providers are started, so a wrong value of providers_running
will be used, making Nautilus crash.

To fix this, keep a queue of the started providers and whenever the
value of the finised/running providers is needed, check the status of
each provider.

https://bugzilla.gnome.org/show_bug.cgi?id=785723
2017-08-15 21:42:15 +01:00
Baurzhan Muftakhidinov
afa26e43a7 Update Kazakh translation 2017-08-15 16:01:01 +00:00
Berkay Aktunç
aee0e05816 Update Turkish translation 2017-08-15 15:02:05 +00:00
Pawan Chitrakar
f56f5265dc Update Nepali translation 2017-08-15 05:31:36 +00:00
Мирослав Николић
39b4869963 Updated Serbian translation 2017-08-15 06:00:06 +02:00
António Fernandes
21f7f42892 build: Raise gtk+ minimum version requirement
Since commit 1d166b5e3b we use the
function gtk_flow_box_get_child_at_pos, which was introduced in
gtk+ 3.22.6.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=786194
2017-08-12 13:56:43 +03:00
Piotr Drąg
f69c8c018d Update Polish translation 2017-08-11 22:53:19 +02:00
Ernestas Kulik
cd78b1c986 mime-actions: null-check app info
When deciding on the activation action, the code checks if Nautilus
is the default handler for archives. There are cases when the returned
application info is invalid, e.g. for application/octet-stream.

https://bugzilla.gnome.org/show_bug.cgi?id=786168
2017-08-11 22:15:51 +03:00
Daniel Șerbănescu
cd462d2163 Update Romanian translation 2017-08-11 18:41:19 +00:00
Ernestas Kulik
a762659d6c build: add tests for data files
This will help avoid potentially breaking pre-release changes in the
future.

https://bugzilla.gnome.org/show_bug.cgi?id=786104
2017-08-11 14:13:07 +03:00
Fran Dieguez
e4325ca6bd Update Galician translation 2017-08-10 15:38:38 +00:00
Balázs Meskó
2ed24f3cf9 Update Hungarian translation 2017-08-10 08:12:37 +00:00
Jeremy Bicha
501ece61be general: Remove spaces from .desktop MimeType list
https://bugzilla.gnome.org/show_bug.cgi?id=786079
2017-08-09 20:56:49 -04:00
Carlos Soriano
b11a048565 release: Prepare for 3.25.90 2017-08-09 23:04:50 +02:00
Ernestas Kulik
351dc4147d files-view: fix “extract to” dialog in search
Currently, the file chooser dialog points to the base directory of the
archive when selecting the location for decompression. This poses a
problem when searching, as the file chooser is unable to display the
directory. This commit fixes that by showing the file chooser at the
base directory of the search.

https://bugzilla.gnome.org/show_bug.cgi?id=783090
2017-08-09 23:26:34 +03:00
Matej Urbančič
18ca2259f2 Updated Slovenian translation 2017-08-09 22:15:15 +02:00
Carlos Soriano
1bdc404245 general: Add mime type support for archives
Until now archives were managed only if activated from Nautilus itself
and if a setting was set.

There are two main problems with this.
1- Archives opened in other apps cannot be handled by Nautilus
2- Users cannot use the regular mime type handling for setting Nautilus
as the app handling archives, or unsetting it.

This patch add support for archives mime types handled by gnome-autoar
and removes the UI and setting used in the previous version.

https://bugzilla.gnome.org/show_bug.cgi?id=771424
2017-08-09 22:07:59 +02:00
Carlos Soriano
3a353db6f8 window-slot: Remove obsolete comment
https://bugzilla.gnome.org/show_bug.cgi?id=771424
2017-08-09 20:27:07 +02:00
Carlos Soriano
8005c8abe1 nautilus.desktop: Remove saved-search leftovers
It was removed long ago

https://bugzilla.gnome.org/show_bug.cgi?id=771424
2017-08-09 20:27:07 +02:00
Ernestas Kulik
366f0038c4 general: load fallback file icon from resources
The fallback file icon is outdated now and the fact that it is stored in
binary format in a source file makes it harder to update it. This commit
uses the upstream PNG and changes the code to load it from resources.

https://bugzilla.gnome.org/show_bug.cgi?id=786042
2017-08-09 16:37:28 +03:00
Ernestas Kulik
3f59ba236d program-choosing: fix double-free
Fixes for https://bugzilla.gnome.org/show_bug.cgi?id=782109 introduced a
regression in that the Wayland window handle export data is now being
freed twice. This commit backports the fix for the regression.

https://bugzilla.gnome.org/show_bug.cgi?id=786040
2017-08-09 13:59:03 +03:00
Fabio Tomat
1077998373 Update Friulian translation 2017-08-09 10:24:01 +00:00