Skip to content
Snippets Groups Projects
  1. Jan 20, 2023
  2. Jan 10, 2023
  3. Dec 22, 2022
  4. Dec 15, 2022
  5. Dec 05, 2022
  6. Dec 01, 2022
  7. Nov 12, 2022
  8. Nov 01, 2022
  9. Oct 16, 2022
  10. Sep 10, 2022
  11. Jul 09, 2022
  12. May 20, 2022
  13. May 12, 2022
  14. Apr 02, 2022
  15. Feb 27, 2022
  16. Feb 25, 2022
  17. Feb 23, 2022
  18. Dec 28, 2021
  19. Dec 12, 2021
    • Sergios - Anestis Kefalidis's avatar
      Add a GUI shortcuts editor (Issue #279) · fd333c2e
      Sergios - Anestis Kefalidis authored
      Embed libxfce4uis XfceShortcutsEditor widget in the Preferences Dialog.
      The shortcuts of ThunarWindow, ThunarStandardView, ThunarStatusBar and ThunarLauncher are exposed.
      The remaining shortcuts were deemed insignificant compared to the additional complexity that adding them
      would introduce.
      
      ThunarApplication watches the accelerator map for changes. Any change leads to all ThunarWindows reconnecting
      their accelerators to make sure that currently active windows can use the new accelerators even if an action
      previously did not have a shortcut
      
      MR !171
      Issue #279
      fd333c2e
  20. Nov 22, 2021
  21. Sep 26, 2021
  22. Sep 11, 2021
  23. Aug 15, 2021
    • Gaël Bonithon's avatar
      autoconf: Some updates · aacad305
      Gaël Bonithon authored and Alexander Schwinn's avatar Alexander Schwinn committed
      * AC_HELP_STRING -> AS_HELP_STRING
      * AC_AIX, AC_MINIX -> AC_USE_SYSTEM_EXTENSIONS
      * AC_ISC_POSIX -> AC_SEARCH_LIBS([strerror],[cposix])
      * AC_PROG_LD -> LT_PATH_LD
      * AC_OUTPUT -> AC_CONFIG_FILES + AC_OUTPUT
      aacad305
  24. Jul 23, 2021
  25. 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
    • Alexander Schwinn's avatar
      Back to development · d365e6d0
      Alexander Schwinn authored
      d365e6d0
Loading