GNOME Bugzilla – Bug 749354
No progress when copying or moving
Last modified: 2015-05-14 22:00:41 UTC
When copying or moving with Nautilus using webdav, no progress is shown.
Created attachment 303351 [details] [review] dav: Emit progress callbacks when copying and moving For progress in applications like Nautilus to be shown correctly, they need at least one progress callback to be emitted at the end. This is supposed to be guaranteed according to the GIO documentation. With server-side copy and move using webdav, emit a single progress callback at the end with the source file size.
Review of attachment 303351 [details] [review]: Looks good, thanks!
Pushed to master as 5b053ef5a7d6b8391e30e1f915700b7d56bf5967. Thanks for the review!