1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-07-02 16:31:15 +00:00
Go to file
Alexandru Pandelea be12a75100 Implement batch renaming
Renaming multiple files at once has been a missing feature in Nautilus
for a long time. This patch implements that feature in the following way:

This operation is launched in the same way as the rename one, when the
selection has more than one file.

When the batch renaming is launched, a dialog is shown, offering two
modes.

In the first mode, the user can use metadata (if available), numbering and
original file name tags to create the new names. Between the tags, there
also can be written normal text, which will be added in the new names. If
numbering is used, the order of the files can be modified by using several
criteria.

In the second mode, the user can replace an existing part of the name.

https://bugzilla.gnome.org/show_bug.cgi?id=768311
2016-08-29 13:02:50 +03:00
data general: add a setting for the default compression format 2016-08-23 00:37:17 +03:00
docs docs: touch up manual page 2016-06-25 21:33:21 +03:00
eel files-view: change "New Folder /w Selection" to offer a name 2016-07-10 08:30:48 +01:00
icons Add film strip in nautilus rather than in thumbnailer 2014-02-09 00:42:56 +01:00
libgd@56a19ad9b0 query-editor: use tags on the search bar 2016-02-03 16:45:28 +01:00
libnautilus-extension libnautilus-extension: add gtk-doc documentation coverage 2015-05-25 20:41:19 -07:00
nautilus-desktop nautilus-desktop: initialize composited to TRUE 2016-08-22 16:54:16 +03:00
nautilus-sendto-extension Port from intltool 2016-08-03 10:42:40 +03:00
po Updated Kazakh translation 2016-08-28 17:21:06 +00:00
src Implement batch renaming 2016-08-29 13:02:50 +03:00
test tests: Fix build failure caused by C99 use 2016-07-10 13:46:24 +01:00
.gitmodules general: Add libgd as a submodule 2015-02-03 09:26:04 -08:00
AUTHORS release: update AUTHORS 2011-04-04 10:05:30 -04:00
autogen.sh Port from intltool 2016-08-03 10:42:40 +03:00
configure.ac configure.ac: fix gnome-autoar dependency 2016-08-23 21:05:47 +03:00
COPYING Don't mention FSF address 2014-02-17 14:41:43 -08:00
COPYING.EXTENSIONS Add COPYING.EXTENSIONS clarifying some extension license issues 2009-05-27 11:06:31 +02:00
COPYING.LIB Just adding copyright/license notices, and a copy of the LGPL. 1999-12-07 19:59:42 +00:00
git.mk Port from intltool 2016-08-03 10:42:40 +03:00
HACKING doap: update URLs 2014-04-06 18:52:22 +02:00
MAINTAINERS Update MAINTAINERS and DOAP files 2011-01-28 17:11:44 -05:00
Makefile.am Revert "general: move the Nautilus icon to the source tree" 2016-08-18 22:24:52 +02:00
Makefile.shared Fixed bug 4057 (clicking the back button while opening a huge 2000-10-30 19:22:43 +00:00
nautilus.doap doap: add me to maintainers 2015-02-11 20:13:57 +01:00
NEWS release: prepare 3.19.2 2015-12-14 21:01:48 +01:00
OVERVIEW.md OVERVIEW: rename to OVERVIEW.md 2015-12-23 15:00:20 +01:00
README README: update 2015-05-23 23:20:25 +02:00
README.commits Fix a copy/paste typo. 2009-04-17 15:24:02 +02:00
THANKS Update for release. 2008-03-10 23:21:35 +00:00

This is Nautilus, the file manager for the GNOME desktop.
https://wiki.gnome.org/Apps/Nautilus

Hacking on Nautilus
===================

To build the development version of Nautilus and hack on the code
see the general guide for build the GNOME platform at
https://wiki.gnome.org/GnomeLove/BuildGnome

Guidelines and tutorials to contribute to the GNOME platform
are in https://wiki.gnome.org/GnomeLove/CodeContributionWorkflow

Mailing List
============

The nautilus mailing list is nautilus-list@gnome.org.  Subscription
information is available at
http://mail.gnome.org/mailman/listinfo/nautilus-list

How to report bugs
==================

Bugs should be reported to the GNOME bug tracking system
(http://bugzilla.gnome.org), in the "nautilus" product.

Please read the following page on how to prepare a useful bug report:
http://bugzilla.gnome.org/bug-HOWTO.html