summaryrefslogtreecommitdiff
path: root/src/filetreeitem.h
Commit message (Collapse)AuthorAgeFilesLines
* 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