summaryrefslogtreecommitdiff
path: root/src/filetreeitem.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-108/+44
|
* fixed crash because items were sorted while being expandedisanae2020-07-191-2/+3
| | | | | when expanding all or updating the tree, only sort once at the end cache file types
* split directoryentryisanae2020-02-181-3/+3
| | | | made classes noncopyable, fixed a few unintended copies
* don't sort items when they're not expandedisanae2020-02-081-1/+1
|
* fixed sorting not emitting layout events and fixing persistent indexesisanae2020-02-071-1/+5
|
* sort on demandisanae2020-02-071-3/+12
|
* update tree items when origins changeisanae2020-02-041-20/+45
|
* hidden unique_ptr into FileTreeItemisanae2020-02-041-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 usedisanae2020-02-041-9/+50
| | | | | show compressed file size if available remember file sizes for files in archives
* sortisanae2020-02-041-0/+4
|
* filetype and last modified columnsisanae2020-02-041-0/+2
|
* file size columnisanae2020-02-041-0/+9
|
* moved a bunch of duplicate stuff in a new class Rangeisanae2020-02-041-2/+4
|
* faster parent() and indexFromItem() with index guessisanae2020-02-041-0/+27
| | | | implemented files
* rewriting FileTreeModel, implemented add/remove folders in rootisanae2020-02-041-0/+7
|
* removed LEAK_TRACE stuffisanae2020-02-041-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 copyisanae2020-02-041-8/+23
| | | | pre-hashed file lookup in DirectoryEntry
* added a map for directories in DirectoryEntryisanae2020-02-041-19/+105
| | | | more optimizations for filetree
* some optimizations to avoid case conversions and memory allocationsisanae2020-02-041-0/+3
|
* split item and modelisanae2020-02-041-0/+78