Skip to content
Snippets Groups Projects
  1. Oct 15, 2022
  2. Jul 14, 2022
    • Pratyaksh Gautam's avatar
      Add 'undo' menu item to undo the single latest copy operation (Issue #819) · 2262c2ba
      Pratyaksh Gautam authored and Alexander Schwinn's avatar Alexander Schwinn committed
      First of four steps for full undo/redo support.
      
      - This first commit will only bring support for 'copy'. Support for other operations will follow soon.
      - Undo will be provided in the 'edit' menu (or via STRG+Z shortcut).
      - 'ThunarJobOperation' models a single user operation, containing one to many source- and target-files.
      - A 'ThunarJobOperation' can be inverted to do the opposite of what was originally done.
      
      MR !266
      2262c2ba
  3. Jun 06, 2022
  4. Apr 28, 2022
  5. Feb 25, 2022
  6. Feb 23, 2022
  7. Feb 18, 2022
  8. Aug 12, 2021
  9. Jul 30, 2021
  10. Jul 17, 2021
    • Yongha Hwang's avatar
      Use *.partial~ as an intermediate file for copy · 7344cd3d
      Yongha Hwang authored
      MR !130
      
      To resume copy after an interrupted attempt, a user would retry the same process again. To save time, one would skip all duplicate files. But unfortunately, it is almost guaranteed to have a single fragmented file that has a same name as an original file. This causes an incomplete copy, and normally the only way to solve this is to give up this method and remove all the files that are copied. This MR provides a way to do this properly by copying individual files into an intermediate file that is named *.partial~. Only after the file is properly transfered, its name is changed to its original name. By this method, fragmented file is guaranteed to have a separate name, so a user can resume copy without a problem.
      
      Changes:
      
      * thunar_g_file_copy()
      * ThunarUsePartialMode
      * transform_enum_value_to_index()
      7344cd3d
  11. Jul 05, 2021
  12. May 11, 2021
  13. Feb 15, 2021
  14. Jan 23, 2021
  15. Dec 24, 2020
  16. Jul 13, 2019
  17. May 09, 2019
  18. Apr 06, 2018
  19. Mar 04, 2018
  20. Nov 19, 2017
  21. Nov 05, 2017
  22. Nov 02, 2017
  23. Sep 18, 2017
  24. Sep 07, 2017
  25. May 22, 2015
  26. May 15, 2015
    • Harald Judt's avatar
      Turn off building gtk-docs API reference · d1110b89
      Harald Judt authored
      Building it fails starting with gtk-doc-1.22, and there have been
      lots of validity errors with previous versions for some time. Until
      someone comes and fixes it, stop building it.
      d1110b89
  27. Jan 04, 2015
  28. May 06, 2013
  29. Jan 06, 2013
  30. Sep 26, 2012
  31. Feb 16, 2012
  32. Jan 03, 2012
  33. Dec 29, 2011
  34. Dec 17, 2011
  35. Dec 09, 2011
Loading