Skip to content
Snippets Groups Projects
  1. Sep 16, 2019
  2. Sep 14, 2019
  3. Sep 13, 2019
  4. Sep 12, 2019
  5. Sep 09, 2019
  6. Sep 08, 2019
  7. Sep 06, 2019
  8. Sep 04, 2019
  9. Sep 03, 2019
  10. Sep 02, 2019
  11. Sep 01, 2019
  12. Aug 31, 2019
  13. Aug 30, 2019
  14. Aug 29, 2019
  15. Aug 27, 2019
  16. Aug 26, 2019
    • Reuben Green's avatar
      Prevent unnecessary fallback copy-delete in file move when overwriting · 89e4b950
      Reuben Green authored and Alexander Schwinn's avatar Alexander Schwinn committed
      Allows the use of native filesystem move (rather than a copy-and-delete-fallback) when overwriting
      files in a file move, with the user having the option (via a thunar_job_ask_replace dialog box)
      to replace or skip files, or else cancel the whole operation.
      
      (Bug #15727)
      89e4b950
    • Reuben Green's avatar
      Fix possible memory leak · ac111c4b
      Reuben Green authored and Alexander Schwinn's avatar Alexander Schwinn committed
      Adds some calls to g_object_unref to the code in thunar_transfer_job_execute which moves files out
      of the trash, in order to prevent possible memory leaks when such a move operation is canceled.
      ac111c4b
    • Alexander Schwinn's avatar
      After a file operation, reload relevant parent folders directly instead · bb865a02
      Alexander Schwinn authored
      of reloading the provided view (view not provided e.g. on DnD or DBus
      event) - Only reload folders manually if no folder monitor is running to
      prevent double-reloads. (should save some performance) - This will
      reload the view correctly even if the location does not support folder
      monitors - It as well fixes a Bug #15704 - Ghost files remain after
      moving files on a sftp remote
      bb865a02
Loading