summaryrefslogtreecommitdiff
path: root/src/filetreemodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* removed LEAK_TRACE stuffisanae2020-02-041-13/+53
| | | | | 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-20/+20
| | | | pre-hashed file lookup in DirectoryEntry
* added a map for directories in DirectoryEntryisanae2020-02-041-8/+17
| | | | more optimizations for filetree
* some optimizations to avoid case conversions and memory allocationsisanae2020-02-041-16/+8
|
* put expensive logging in an optional functionisanae2020-02-041-19/+54
|
* split item and modelisanae2020-02-041-0/+872