| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format. | Mikaƫl Capelle | 2023-07-09 | 1 | -108/+44 |
| | | |||||
| * | fixed crash because items were sorted while being expanded | isanae | 2020-07-19 | 1 | -2/+3 |
| | | | | | | when expanding all or updating the tree, only sort once at the end cache file types | ||||
| * | 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 |
| | | |||||
| * | fixed sorting not emitting layout events and fixing persistent indexes | isanae | 2020-02-07 | 1 | -1/+5 |
| | | |||||
| * | sort on demand | isanae | 2020-02-07 | 1 | -3/+12 |
| | | |||||
| * | update tree items when origins change | isanae | 2020-02-04 | 1 | -20/+45 |
| | | |||||
| * | hidden unique_ptr into FileTreeItem | isanae | 2020-02-04 | 1 | -4/+11 |
| | | | | | | | refactored pruning don't show shell menu for directories added collapse all in context menu | ||||
| * | don't get meta for fields that are not used | isanae | 2020-02-04 | 1 | -9/+50 |
| | | | | | | show compressed file size if available remember file sizes for files in archives | ||||
| * | sort | isanae | 2020-02-04 | 1 | -0/+4 |
| | | |||||
| * | filetype and last modified columns | isanae | 2020-02-04 | 1 | -0/+2 |
| | | |||||
| * | file size column | isanae | 2020-02-04 | 1 | -0/+9 |
| | | |||||
| * | moved a bunch of duplicate stuff in a new class Range | isanae | 2020-02-04 | 1 | -2/+4 |
| | | |||||
| * | faster parent() and indexFromItem() with index guess | isanae | 2020-02-04 | 1 | -0/+27 |
| | | | | | implemented files | ||||
| * | rewriting FileTreeModel, implemented add/remove folders in root | isanae | 2020-02-04 | 1 | -0/+7 |
| | | |||||
| * | 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 | -8/+23 |
| | | | | | pre-hashed file lookup in DirectoryEntry | ||||
| * | added a map for directories in DirectoryEntry | isanae | 2020-02-04 | 1 | -19/+105 |
| | | | | | more optimizations for filetree | ||||
| * | some optimizations to avoid case conversions and memory allocations | isanae | 2020-02-04 | 1 | -0/+3 |
| | | |||||
| * | split item and model | isanae | 2020-02-04 | 1 | -0/+78 |
