summaryrefslogtreecommitdiff
path: root/src/filetreeitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* faster parent() and indexFromItem() with index guessisanae2020-02-041-1/+3
| | | | implemented files
* removed LEAK_TRACE stuffisanae2020-02-041-0/+13
| | | | | 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-14/+12
| | | | pre-hashed file lookup in DirectoryEntry
* added a map for directories in DirectoryEntryisanae2020-02-041-103/+0
| | | | more optimizations for filetree
* some optimizations to avoid case conversions and memory allocationsisanae2020-02-041-0/+13
|
* split item and modelisanae2020-02-041-0/+222