Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • thunar thunar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 307
    • Issues 307
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • XfceXfce
  • thunarthunar
  • Merge requests
  • !286

[GSoC 22] Add file count to size column for directories

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Pratyaksh Gautam requested to merge hi-im-buggy/thunar:size-column into master Aug 03, 2022
  • Overview 79
  • Commits 40
  • Pipelines 6
  • Changes 11

This MR aims to add the count of the files contained in a directory to the size column of that directory in the column view. (#61)

TODO

  • Initial port of patch
  • Add three way option for synchronously counting number of files in a folder (always, local files only, never)
  • Make remote files show sizes instead of (0 items) if set to 'local files only'
  • Switch to async counting in another thread using ThunarJob
Edited Oct 06, 2022 by Pratyaksh Gautam
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: size-column