| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add filter checkbox to data tab to show/hide hidden files (#2136) | Jonathan Feenstra | 2024-10-10 | 1 | -1/+4 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -62/+46 |
| | | |||||
| * | only sort once at the end when fully loading for search | isanae | 2020-07-20 | 1 | -1/+1 |
| | | | | | temporarily disable filtering completely when fully loading instead of just disabling recursive filtering, this could close already expanded nodes if their parent directories didn't match | ||||
| * | fixed crash because items were sorted while being expanded | isanae | 2020-07-19 | 1 | -2/+7 |
| | | | | | | when expanding all or updating the tree, only sort once at the end cache file types | ||||
| * | fixed ensureFullyLoaded() taking forever because it was queuing all the ↵ | isanae | 2020-07-10 | 1 | -0/+2 |
| | | | | | sorts unnecessarily | ||||
| * | fixed crashes and empty items in the file tree | isanae | 2020-04-17 | 1 | -3/+20 |
| | | | | | sorting and removing items have to be queued since they corrupt various internal structures in Qt when done during layout | ||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -3/+3 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | don't sort items when they're not expanded | isanae | 2020-02-08 | 1 | -1/+1 |
| | | |||||
| * | just disable recursive filtering when fully loading | isanae | 2020-02-07 | 1 | -0/+6 |
| | | | | | switching models clears persistent indexes and collapses everything | ||||
| * | fixed sorting not emitting layout events and fixing persistent indexes | isanae | 2020-02-07 | 1 | -0/+1 |
| | | |||||
| * | sort on demand | isanae | 2020-02-07 | 1 | -7/+10 |
| | | |||||
| * | disconnect any proxies when fully loading | isanae | 2020-02-07 | 1 | -0/+5 |
| | | | | | disable model when resetting, enable it back after the directory refresh so the tree doesn't appear in a weird state in between | ||||
| * | fixed warning when comparing empty strings | isanae | 2020-02-05 | 1 | -0/+3 |
| | | | | | | | | | | | filter in data tab fixed some bad iterators when removing rows fixed empty directories not being marked as such when refreshing always sort directories first even when reversing the sort order fixed children not being sorted fixed errors about file sizes for directories remember state of checkboxes in data tab | ||||
| * | update tree items when origins change | isanae | 2020-02-04 | 1 | -0/+2 |
| | | |||||
| * | hidden unique_ptr into FileTreeItem | isanae | 2020-02-04 | 1 | -4/+4 |
| | | | | | | | refactored pruning don't show shell menu for directories added collapse all in context menu | ||||
| * | prune empty directories | isanae | 2020-02-04 | 1 | -14/+7 |
| | | |||||
| * | don't get meta for fields that are not used | isanae | 2020-02-04 | 1 | -1/+0 |
| | | | | | | show compressed file size if available remember file sizes for files in archives | ||||
| * | sort | isanae | 2020-02-04 | 1 | -6/+14 |
| | | |||||
| * | filetype and last modified columns | isanae | 2020-02-04 | 1 | -0/+3 |
| | | |||||
| * | file size column | isanae | 2020-02-04 | 1 | -0/+9 |
| | | |||||
| * | createDirectoryItem() and createFileItem() | isanae | 2020-02-04 | 1 | -0/+9 |
| | | |||||
| * | moved a bunch of duplicate stuff in a new class Range | isanae | 2020-02-04 | 1 | -6/+4 |
| | | |||||
| * | faster parent() and indexFromItem() with index guess | isanae | 2020-02-04 | 1 | -14/+10 |
| | | | | | implemented files | ||||
| * | implemented fetchMore() and update for subdirectories | isanae | 2020-02-04 | 1 | -0/+1 |
| | | | | | don't refresh tree on active, it's taken care of by fetchMore() | ||||
| * | rewriting FileTreeModel, implemented add/remove folders in root | isanae | 2020-02-04 | 1 | -9/+29 |
| | | |||||
| * | removed LEAK_TRACE stuff | isanae | 2020-02-04 | 1 | -0/+1 |
| | | | | | | refactored DirectoryEntry for lookup maps filetreemodel: made ensureLoaded() a no-op while refreshing, faster processing for removing rows | ||||
| * | renamed ToLower() to avoid confusion with in-place vs copy | isanae | 2020-02-04 | 1 | -2/+11 |
| | | | | | pre-hashed file lookup in DirectoryEntry | ||||
| * | split item and model | isanae | 2020-02-04 | 1 | -0/+101 |
