summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reimplement copy_move helper with _copy and _move Also support move togio-branchAlexander Larsson2007-11-304-97/+80
* Convert changes queue to only use GFile, not uris. Kill all _by_uriAlexander Larsson2007-11-308-153/+80
* More uri -> gfile API changesAlexander Larsson2007-11-306-76/+672
* Change position setting api to accept GFile instead of uriAlexander Larsson2007-11-295-19/+87
* Add some GFile version and rename the old to _by_uriAlexander Larsson2007-11-2911-14/+68
* Better status message when copying one folderAlexander Larsson2007-11-233-9/+36
* Nicer progress textsAlexander Larsson2007-11-233-34/+58
* Don't free uninitialized memory.Alexander Larsson2007-11-235-20/+254
* Update TODOAlexander Larsson2007-11-221-0/+2
* Handle debuting URIs in file copy opAlexander Larsson2007-11-223-73/+155
* 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-222-165/+207
* Add defines for common button names to make sure they are consistentAlexander Larsson2007-11-222-22/+36
* Use the right create_dest arg to copy_directoryAlexander Larsson2007-11-222-2/+7
* Free primary / secondary in run_simple_dialogAlexander Larsson2007-11-222-33/+22
* Add IS_IO_ERROR macro and use thatAlexander Larsson2007-11-222-24/+19
* Remove printf versions rename _set_foo_nocopy to _take_fooAlexander Larsson2007-11-224-147/+91
* Use eel_strdup_printf_with_custom to make it easier to create errorAlexander Larsson2007-11-222-47/+167
* Handle deleting a directory when overwriting it with a file.Alexander Larsson2007-11-212-4/+138
* Handle errors in remove destinationAlexander Larsson2007-11-212-2/+37
* Pass cancellable into strdup_with_nameAlexander Larsson2007-11-212-24/+28
* Add progress updates to copy. Make some error dialogs more consistent (addAlexander Larsson2007-11-214-41/+256
* Don't create dest dir on mergesAlexander Larsson2007-11-212-21/+43
* Handle recursive copiesAlexander Larsson2007-11-212-4/+189
* Pass in same_fs instead of dest_fs_id so we can reuse copy_fileAlexander Larsson2007-11-202-13/+19
* More work on file copiesAlexander Larsson2007-11-202-12/+346
* Add error handling for source scanningAlexander Larsson2007-11-202-75/+320
* Add nautilus_get_all_progress_info()Alexander Larsson2007-11-195-76/+346
* Add generic run_simple_dialog.Alexander Larsson2007-11-192-93/+190
* Fix signal emissionsAlexander Larsson2007-11-166-4/+279
* Reindent Fix threading issues wrt the idle sourceAlexander Larsson2007-11-162-244/+309
* Added NautilusProgressInfo classAlexander Larsson2007-11-167-9/+485
* Remove last use of GNOME_VFS_ERRORAlexander Larsson2007-11-137-39/+18
* Better error reporting on view failureAlexander Larsson2007-11-133-58/+42
* Try to mount location if not mounted.Alexander Larsson2007-11-133-5/+86
* Handle std:target_uri gio linksAlexander Larsson2007-11-134-9/+46
* Fix reversed checksAlexander Larsson2007-11-122-4/+10
* Add support for exempi >= 1.99.5 while keeping support for older versions.Sebastian Dröge2007-11-083-0/+15
* Fix typo: availible -> available.Sebastian Dröge2007-11-068-11/+22
* Update to the new GAppInfo and EelAppLaunchContext APIs Remove old startupAlexander Larsson2007-11-062-313/+24
* reviewed by: Alexander Larsson <alexl@redhat.com>Juerg Billeter2007-11-059-8/+183
* another tiny leakPaolo Borelli2007-11-032-9/+4
* Plug some minor memory leaks.Paolo Borelli2007-11-035-29/+41
* Remove all uses of eel-string-list and update code to the newPaolo Borelli2007-11-0211-340/+319
* Remove lots of gnome vfs includesAlexander Larsson2007-11-0250-158/+130
* Add nautilus_file_is_launchableAlexander Larsson2007-11-028-1161/+1305
* use g_file_get_uri_scheme instead of a hand rolled version.Paolo Borelli2007-11-012-6/+8
* Stub out all gnome-vfs using operations with a dialog saying this isn'tAlexander Larsson2007-11-019-35/+143
* do not use the deprecated gnome_util_home_file and make sure tha ~/.gnome2Paolo Borelli2007-11-012-24/+16
* Convert unmount volume to gio Remove unmount drive (makes no sense!)Alexander Larsson2007-11-014-96/+78