Skip to content
Snippets Groups Projects
  1. Aug 12, 2021
  2. Jul 30, 2021
    • Yongha Hwang's avatar
      Check if target directory is a subdirectory of moved folder · 9b33ae20
      Yongha Hwang authored
      Related: Issue #111
      MR !139
      
      It is logically impossible to move a folder into its subdirectory.
      This patch adds a check before trying to move files.
      
      Added:
      thunar_g_file_is_descendant ()  : New function
      thunar_application_move_into () : Added destination check
      9b33ae20
  3. 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
  4. Jul 05, 2021
  5. May 11, 2021
  6. Feb 15, 2021
  7. Jan 23, 2021
  8. Dec 24, 2020
  9. Jul 13, 2019
  10. May 09, 2019
  11. Apr 06, 2018
  12. Mar 04, 2018
  13. Nov 19, 2017
  14. Nov 05, 2017
  15. Nov 02, 2017
  16. Sep 18, 2017
  17. Sep 07, 2017
  18. May 22, 2015
  19. 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
  20. Jan 04, 2015
  21. May 06, 2013
  22. Jan 06, 2013
  23. Sep 26, 2012
  24. Feb 16, 2012
  25. Jan 03, 2012
  26. Dec 29, 2011
  27. Dec 17, 2011
  28. Dec 09, 2011
  29. Dec 07, 2011
  30. Dec 02, 2011
  31. Nov 29, 2011
  32. Nov 23, 2011
Loading