summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file-operations.c
Commit message (Expand)AuthorAgeFilesLines
* file-operations: update the test to the new duplicate string behaviorCosimo Cecchi2011-03-211-2/+2
* file-operations: make sure to handle correctly hidden files extensionsCosimo Cecchi2011-03-211-1/+1
* Properly strip extensions when placing the duplication stringCosimo Cecchi2011-03-211-2/+3
* file-operations: make sure not to show the dialog before calling _run()Cosimo Cecchi2011-02-191-2/+0
* all: silence new warnings from GCC 4.6Cosimo Cecchi2011-01-251-8/+1
* file-operations: make Create Document/Folder use the right templateCosimo Cecchi2011-01-101-20/+32
* file-operations: remove duplicate codeCosimo Cecchi2010-12-061-6/+0
* file-operations: add nautilus_file_operations_copy_fileCosimo Cecchi2010-12-061-8/+73
* general: use new DEBUG macros instead of nautilus_debug_logCosimo Cecchi2010-12-021-1/+0
* Don't autorun on nautilus_file_operations_mount_volume()Tomas Bzatek2010-11-251-8/+2
* general: use g_list_free_full() instead of eel functionsCosimo Cecchi2010-10-311-9/+9
* file-operations: use GtkMessageDialogCosimo Cecchi2010-08-211-10/+13
* Don't include eel-pango-extensions.hCosimo Cecchi2010-08-191-1/+0
* Better (shorter) text when emptying trash (#304336)Marcus Carlson2010-08-091-4/+2
* Convert confirm-trash preference to gsettingsAlexander Larsson2010-07-231-21/+17
* 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