summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file-operations.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_PASSWORD_SAVE_FOR_SESSION by default.Tomeu Vizoso2010-07-041-0/+1
* [ln-p] GSEAL nautilus-file-operations.Bastien Nocera2010-06-111-1/+1
* Fix indentation.Cosimo Cecchi2010-04-261-11/+11
* Fix a conflict after rebase.Cosimo Cecchi2010-04-261-1/+0
* Implement support for rename in the operations codeCosimo Cecchi2010-04-261-9/+43
* Adapt the file operations code to use the new dialogCosimo Cecchi2010-04-261-102/+44
* Implement responses from the dialog back to the file operation.Cosimo Cecchi2010-04-261-15/+46
* Finish implement icon boxes in the dialog.Cosimo Cecchi2010-04-261-7/+52
* First implementation of NautilusFileConflictDialogCosimo Cecchi2010-04-261-1/+9
* Add nautilus_file_operations_unmount_mount_full with a callbackAlexander Larsson2010-03-081-6/+32
* Don't free uninitilized errorsAlexander Larsson2009-11-271-3/+0
* Ensure ABS calls work on difference of unsigned valuesAlexander Larsson2009-11-191-2/+2
* Complete XDS supportJames Dietrich2009-11-171-2/+8
* Adds a "Copy Anyway" option when copying files and disk space is not enoughMarcus Carlson2009-10-061-2/+7
* Bug 587316 – Truncate file names when deletingA. Walton2009-08-161-0/+10
* Bug 334806 – Inhibit power-manager when copying filesA. Walton2009-08-101-2/+25
* Bug 587486 – Pass GMountOperation to unmount/eject/stop opsDavid Zeuthen2009-07-081-12/+20
* Remove all traces of former nautilus metadata codeAlexander Larsson2009-06-231-17/+0
* desktop_location can be NULL, check before unrefingAlexander Larsson2009-03-121-1/+3
* added a translator comment explaining how to handle ordinal numbers if theCosimo Cecchi2009-03-091-0/+5
* don't mark for translation a file name, as it's pointless (#534432).Cosimo Cecchi2009-03-071-1/+1
* Add helper to get the path to use for symlinks that also works forAlexander Larsson2009-02-261-2/+26
* Don't unref info if == NULL Query for readonly on the source directory,Alexander Larsson2009-02-251-4/+10
* Use $XDG_DATA_HOME/.converted-launchers as marker for one-time desktopAlexander Larsson2009-02-251-31/+116
* Add "interactive" argument to nautilus_file_mark_desktop_file_trusted.Alexander Larsson2009-02-241-22/+38
* Add nautilus_file_mark_desktop_file_trusted(), this now adds a #! line ifAlexander Larsson2009-02-241-0/+196
* don't add 30 seconds when formatting time, as float->int conversionCosimo Cecchi2009-02-221-4/+4
* Do not put "Link to ..." in front of symbolic links that are created inChristian Neumair2009-02-201-4/+15
* Better string for previous commit.Alexander Larsson2009-02-201-1/+1
* Bug 565610 – Replacing folder with file from within that folder destroysAlexander Larsson2009-02-181-0/+35
* better fix for the singular/plural issue described in bug #551222; we nowCosimo Cecchi2009-02-021-25/+23
* make sure to use the correct singular or plural form for the time formatCosimo Cecchi2009-01-291-6/+62
* Don't use G_FILE_COPY_ALL_METADATA, as we changed glib to copy the file byAlexander Larsson2008-12-091-1/+1
* Use single GLib/GTK+ includes. Patch by Maxim Ermilov (#560432).Cosimo Cecchi2008-12-061-2/+2
* Pass G_FILE_COPY_TARGET_DEFAULT_PERMS flag to copy operations when theNelson Benítez León2008-10-131-8/+30
* Chop trailing space characters when moving to FAT file system. FixesChristian Neumair2008-10-111-0/+12
* Require trunk eel. Drop libgnome* and librsvg deps.Alexander Larsson2008-10-071-2/+5
* use GtkMountOperation instead of EelMountOperationCosimo Cecchi2008-10-061-1/+1
* Revert latest commit, as we can't depend on GLib 2.19.0 before branching.Cosimo Cecchi2008-09-241-30/+8
* Pass G_FILE_COPY_TARGET_DEFAULT_PERMS flag to copy operations when theNelson Benítez León2008-09-221-8/+30
* Use file name duplication helper, unless we create directories. AlsoChristian Neumair2008-09-021-4/+31
* Use "Empty Trash" buttons in empty trash dialogs. Fixes #524020.Christian Neumair2008-09-011-3/+3
* Use g_file_has_uri_scheme() instead of rolling our own. Fixes bug #539780.A. Walton2008-08-111-9/+3
* Support transfer of files with reserved characters to FAT. Auto-escapeChristian Neumair2008-08-031-44/+323
* Show "All" buttons in the file operations dialogs only if more than oneCosimo Cecchi2008-07-231-12/+82
* Call the correct finish function.David Zeuthen2008-07-201-2/+2
* Add nautilus_file_operations_mount_volume_full(), which will issue aChristian Neumair2008-07-191-2/+55
* Use G_FILE_COPY_ALL_METADATA (#515777). Thanks to Alex Rostovtsev.Christian Neumair2008-06-161-1/+1
* Call setup_autos() to have the confirmation preference var alwaysCosimo Cecchi2008-05-311-0/+2
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-3/+1