Commit graph

19563 commits

Author SHA1 Message Date
Ernestas Kulik d3b332df6a nautilus.1: flag deprecated options
Some command-line options have been deprecated and should be advertised
as such.

https://bugzilla.gnome.org/show_bug.cgi?id=771887
2016-09-24 09:00:31 +03:00
Inaki Larranaga Murgoitio ea40a2e1c7 Updated Basque language 2016-09-23 17:17:40 +02:00
Balázs Meskó ed12c688e1 Updated Hungarian translation 2016-09-23 08:49:33 +00:00
Rafael Fontenelle e9cbe77d5b Updated Brazilian Portuguese translation 2016-09-23 00:13:44 +00:00
Trần Ngọc Quân 2bc1cc459f Updated Vietnamese translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2016-09-23 07:07:22 +07:00
Fabio Tomat 7a9946dcdd Updated Friulian translation 2016-09-22 20:49:59 +00:00
Georges Basile Stavracas Neto cc246000fa bookmark-list: free file content after use
https://bugzilla.gnome.org/show_bug.cgi?id=770306
2016-09-22 17:47:51 -03:00
Georges Basile Stavracas Neto 27d4951887 search-popover: unref date time when row is destroyed
https://bugzilla.gnome.org/show_bug.cgi?id=770306
2016-09-22 17:47:51 -03:00
Georges Basile Stavracas Neto 2f928bd928 files-view: release selection list
https://bugzilla.gnome.org/show_bug.cgi?id=770306
2016-09-22 17:47:50 -03:00
Georges Basile Stavracas Neto 3fb1491003 query-editor: destroy the search tags on finalize
https://bugzilla.gnome.org/show_bug.cgi?id=770306
2016-09-22 17:47:50 -03:00
Georges Basile Stavracas Neto 1c9559fd4a canvas-view-container: free attribute quark list
https://bugzilla.gnome.org/show_bug.cgi?id=770306
2016-09-22 17:47:50 -03:00
Georges Basile Stavracas Neto 7ed23baf58 file: fix memory leak in nautilus_file_is_remote
https://bugzilla.gnome.org/show_bug.cgi?id=770306
2016-09-22 17:47:50 -03:00
Yosef Or Boczko fa4aabe9fd Updated Hebrew translation 2016-09-22 23:09:31 +03:00
Anders Jonsson a07b32f5b1 Updated Swedish translation 2016-09-22 20:07:24 +00:00
Dušan Kazik 3622d71f3d Updated Slovak translation 2016-09-22 19:59:25 +00:00
Mario Blättermann 4da2fefa4b Updated German translation 2016-09-22 18:12:23 +00:00
Baurzhan Muftakhidinov 23c038df85 Updated Kazakh translation 2016-09-22 16:24:57 +00:00
Piotr Drąg 2b76d071fb Updated Polish translation 2016-09-22 18:12:29 +02:00
Changwoo Ryu 6bcba7a974 Updated Korean translation 2016-09-22 15:27:11 +00:00
Marek Černocký f67f27e07d Updated Czech translation 2016-09-22 17:24:39 +02:00
Carlos Soriano 8948f3ca40 gtkplacesview: update to last code
We were missing a string marked as translated.
Also, this files shouldn't have the nautilus style since they are a
copy pasted code, so this patch just copied them and therefore the
changes look bigger than what it should be.
2016-09-22 17:05:01 +02:00
Carlos Soriano 07c67be863 application: update comment 2016-09-22 16:52:31 +02:00
Carlos Soriano 0d1ce359ad Revert "application: use ellipsis instead of three dots"
This reverts commit d8b38a3d5c.
2016-09-22 14:53:19 +02:00
Carlos Soriano ecba9ad0c9 application: update comment about command line handling 2016-09-22 12:02:03 +02:00
Carlos Soriano d8b38a3d5c application: use ellipsis instead of three dots
https://bugzilla.gnome.org/show_bug.cgi?id=771819
2016-09-22 11:44:58 +02:00
victoryang b6673fd031 nautilus-files-view: modify initial conditions
When icons are enabled on desktop, we should be able to "eject"
the mountable devices on the selection menu. We were not setting
the actions visiblity correctly, which makes for example the "eject"
selection menu item not showing up.
This patch sets the correct initial conditions.

https://bugzilla.gnome.org/show_bug.cgi?id=768355
2016-09-22 11:37:08 +02:00
Carlos Soriano 46437aa2a8 batch-rename-utilities: remove unused function
https://bugzilla.gnome.org/show_bug.cgi?id=770586
2016-09-22 11:33:24 +02:00
Carlos Soriano 1a1e78ee1a batch-rename-utilities: fix variable type
https://bugzilla.gnome.org/show_bug.cgi?id=770586
2016-09-22 11:33:24 +02:00
Carlos Soriano d3af0022a5 batch-rename-dialog: remove unused vars
https://bugzilla.gnome.org/show_bug.cgi?id=770586
2016-09-22 11:33:24 +02:00
Jordi Mas 51388dfa7a Fix to Catalan translation 2016-09-21 23:27:53 +02:00
Alexandru Pandelea 802713aae8 file: complete operation if all files skipped
If all files are skipped, then the batch rename operation would not end
appropriately.

To fix this, end the operation when all files are skipped.

https://bugzilla.gnome.org/show_bug.cgi?id=771398
2016-09-21 23:51:28 +03:00
Alexandru Pandelea 7ff0940a06 file: mark file with error on batch rename as skipped
Files that give an error on renaming shouldn't be added to the undo
list, so those should be marked as skipped.

https://bugzilla.gnome.org/show_bug.cgi?id=771487
2016-09-21 23:45:04 +03:00
Aurimas Černius 270b9a2883 Updated Lithuanian translation 2016-09-21 22:58:32 +03:00
Carlos Soriano 95f7dd7ccf nautilus-file: plug leak
https://bugzilla.gnome.org/show_bug.cgi?id=770586
2016-09-21 20:31:21 +02:00
Carlos Soriano a508adbb90 nautilus-file: copy parameter data in batch renaming
We need to have our own copy and ownership of the parameter data,
if not later on when we do async operations the data might be already
freed.

This was making batch rename crash every time.

This is to follow the common pattern of not transferring the ownership
from caller to called.

https://bugzilla.gnome.org/show_bug.cgi?id=770586
2016-09-21 20:31:21 +02:00
Милош Поповић 41a9a2aea7 Updated Serbian translation 2016-09-21 15:36:27 +00:00
Mohammed Sadiq 3c8d450cd6 nautilus-toolbar: disable bookmark on 'Other Locations'
'Other locations' is already listed in the sidebar. So there is no
need for allowing the user to bookmark 'Other Locations'.

This commit makes the bookmark button in toolbar insensitive for
'Other Locations'.

https://bugzilla.gnome.org/show_bug.cgi?id=771163
2016-09-21 10:24:19 +02:00
Khaled Hosny 7a4a5b0325 Update Arabic translation 2016-09-21 01:31:17 +02:00
Jiri Grönroos d72934b3f9 Updated Finnish translation 2016-09-20 16:33:36 +00:00
Alexandru Pandelea f11e467c45 batch-rename-dialog: disable rename button on empty name
If the new name has no characters, then the Rename button will be
disabled.

https://bugzilla.gnome.org/show_bug.cgi?id=771652
2016-09-20 18:21:38 +02:00
Carlos Soriano 32fc66d5bf batch-rename-dialog: don't multi-thread NautilusDirectory calls
Even if late... I just realized neither NautilusDirectory or
NautilusFile are thread safe.

We were using them from two different threads for checking conflicts,
and that was crashing when the internal hash table was modified and
accessed from the different threads.

The ideal fix would be to make NautilusDirectory and NautilusFile thread
safe, but that's a big work. So for now, call the main thread for using
them.

https://bugzilla.gnome.org/show_bug.cgi?id=771129
2016-09-20 16:44:35 +02:00
Carlos Soriano 6053de7d94 batch-rename-dialog: don't transfer ownership from caller to called
This is common good practice, otherwise it's not clear who has
ownership, making it error prone for dangling pointers (this case)
or use after free.
2016-09-20 16:44:35 +02:00
Carlos Soriano e0284d0016 batch-rename-dialog: use clear_object to avoid use after free 2016-09-20 16:44:35 +02:00
Carlos Soriano 05c9847bae batch-rename: plug leak 2016-09-20 16:44:35 +02:00
Carlos Soriano b5a906a1d8 batch-rename: use nautilus files for cleaner code
We were using gchar* for uris, instead of actual files, and converting
back and forward.

Instead use directly nautilus files.
2016-09-20 16:44:35 +02:00
Carlos Soriano a73a7126a5 files-view: use correct parent when compressing/decompressing
We were using the view as the destination for compression and
decompression.

However, the parent of the files is not always the view. This is the
case in list view when the "allow expand folder" setting is set and the
selection is different than the root location of the view.

To fix it, use a parent of one of the selected files, we assume all
files has the same parent.

https://bugzilla.gnome.org/show_bug.cgi?id=771470
2016-09-20 16:44:35 +02:00
Carlos Soriano 858dee7b7b files-view: don't allow compress if no selection
We weren't checking if there is some file selected to enable/disable
the compress action, which was causing the context menu item be always
displayed if we clicked an element that is not a file.
As odd as it sounds, this happens when allow to expand folders in list
view, since the "empty" element is selectable but not a file.
To fix that, check whether we have a file selected or not.

https://bugzilla.gnome.org/show_bug.cgi?id=771469
2016-09-20 16:44:35 +02:00
Daniel Mustieles 65c36463e2 Updated Spanish translation 2016-09-20 14:27:20 +00:00
Jiri Grönroos 0383d5cc2d Updated Finnish translation 2016-09-20 12:21:18 +00:00
Rafael Fontenelle 63612934cf Updated Brazilian Portuguese translation 2016-09-20 12:19:10 +00:00