summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file-operations.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement copy_move helper with _copy and _move Also support move togio-branchAlexander Larsson2007-11-301-7/+63
* More uri -> gfile API changesAlexander Larsson2007-11-301-66/+610
* Change position setting api to accept GFile instead of uriAlexander Larsson2007-11-291-8/+45
* Add some GFile version and rename the old to _by_uriAlexander Larsson2007-11-291-2/+10
* Better status message when copying one folderAlexander Larsson2007-11-231-1/+9
* Nicer progress textsAlexander Larsson2007-11-231-34/+44
* Don't free uninitialized memory.Alexander Larsson2007-11-231-8/+6
* Update TODOAlexander Larsson2007-11-221-0/+2
* Handle debuting URIs in file copy opAlexander Larsson2007-11-221-29/+52
* Add TODO comment and move defines to topAlexander Larsson2007-11-221-2/+8
* Add run_warning and run_error to simplify the code for error dialogs.Alexander Larsson2007-11-221-165/+201
* Add defines for common button names to make sure they are consistentAlexander Larsson2007-11-221-22/+30
* Use the right create_dest arg to copy_directoryAlexander Larsson2007-11-221-2/+2
* Free primary / secondary in run_simple_dialogAlexander Larsson2007-11-221-33/+17
* Add IS_IO_ERROR macro and use thatAlexander Larsson2007-11-221-24/+14
* Remove printf versions rename _set_foo_nocopy to _take_fooAlexander Larsson2007-11-221-107/+59
* Use eel_strdup_printf_with_custom to make it easier to create errorAlexander Larsson2007-11-221-47/+161
* Handle deleting a directory when overwriting it with a file.Alexander Larsson2007-11-211-4/+132
* Handle errors in remove destinationAlexander Larsson2007-11-211-1/+31
* Pass cancellable into strdup_with_nameAlexander Larsson2007-11-211-23/+22
* Add progress updates to copy. Make some error dialogs more consistent (addAlexander Larsson2007-11-211-41/+216
* Don't create dest dir on mergesAlexander Larsson2007-11-211-21/+38
* Handle recursive copiesAlexander Larsson2007-11-211-4/+184
* Pass in same_fs instead of dest_fs_id so we can reuse copy_fileAlexander Larsson2007-11-201-13/+13
* More work on file copiesAlexander Larsson2007-11-201-12/+341
* Add error handling for source scanningAlexander Larsson2007-11-201-75/+315
* Add nautilus_get_all_progress_info()Alexander Larsson2007-11-191-73/+228
* Add generic run_simple_dialog.Alexander Larsson2007-11-191-93/+185
* Fix signal emissionsAlexander Larsson2007-11-161-0/+204
* Added NautilusProgressInfo classAlexander Larsson2007-11-161-0/+1
* Stub out all gnome-vfs using operations with a dialog saying this isn'tAlexander Larsson2007-11-011-12/+108
* Convert unmount volume to gio Remove unmount drive (makes no sense!)Alexander Larsson2007-11-011-77/+54
* Move public gnome-vfs functions from file-utilities to internal calls inAlexander Larsson2007-10-291-1/+76
* Move nautilus_file_operations_delete to the gio code.Alexander Larsson2007-10-291-128/+132
* Rename some file change queue functions to _by_uri add GFile based versionAlexander Larsson2007-10-251-3/+459
* Rename nautilus_directory_get to nautilus_directory_get_by_uri.Alexander Larsson2007-10-181-2/+2
* Remove virtual trash locations, we now use the gvfs trash:Alexander Larsson2007-10-041-1/+2
* gnome_vfs_get_local_path_from_uri -> g_filename_from_uriAlexander Larsson2007-10-021-2/+2
* Rename nautilus_file_get -> nautilus_file_get_by_uri. Same withAlexander Larsson2007-09-241-1/+1
* Fix for C89 compilers. (#407150) Patch from Jens GranseuerAlexander Larsson2007-02-201-4/+4
* Capitilize "Link" in link to... names. (#314175) Patch from FredericAlexander Larsson2007-02-061-2/+2
* src/file-manager/fm-directory-view.c src/file-manager/fm-tree-view.cJesse Stockall2007-02-061-2/+230
* Use default permissions when copying template to use umask correctly.Alexander Larsson2007-01-111-1/+1
* 2006-11-23 Alexander Larsson <alexl@redhat.com>Alexander Larsson2006-11-231-0/+45
* Cache return value from gnome_vfs_uri_is_localAlexander Larsson2006-08-231-2/+2
* Handle desktop drops from panel. (#347673) Patch from Christian NeumairAlexander Larsson2006-08-081-2/+18
* Rename nautilus_drag_default_drop_action_for_url toChristian Neumair2006-07-271-1/+15
* Add show_advanced_permissions setting Remove show_special_flags setting,Alexander Larsson2006-06-161-0/+233
* Use gnome_vfs_volume_monitor_get_volume_for_path instead ofChristian Neumair2006-05-241-5/+24
* Don't special-case the first 0 bytes of the file in the case of reportingFederico Mena Quintero2006-05-081-16/+11