| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | icons | isanae | 2020-02-04 | 1 | -12/+47 |
| | | |||||
| * | font, tooltip and foreground | isanae | 2020-02-04 | 1 | -0/+116 |
| | | |||||
| * | createDirectoryItem() and createFileItem() | isanae | 2020-02-04 | 1 | -31/+45 |
| | | |||||
| * | moved a bunch of duplicate stuff in a new class Range | isanae | 2020-02-04 | 1 | -105/+135 |
| | | |||||
| * | refactored removeDisappearingFiles() to just check for directories in the ↵ | isanae | 2020-02-04 | 1 | -39/+32 |
| | | | | | main loop | ||||
| * | faster parent() and indexFromItem() with index guess | isanae | 2020-02-04 | 1 | -26/+211 |
| | | | | | implemented files | ||||
| * | implemented fetchMore() and update for subdirectories | isanae | 2020-02-04 | 1 | -8/+75 |
| | | | | | don't refresh tree on active, it's taken care of by fetchMore() | ||||
| * | rewriting FileTreeModel, implemented add/remove folders in root | isanae | 2020-02-04 | 1 | -779/+178 |
| | | |||||
| * | removed LEAK_TRACE stuff | isanae | 2020-02-04 | 1 | -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 copy | isanae | 2020-02-04 | 1 | -20/+20 |
| | | | | | pre-hashed file lookup in DirectoryEntry | ||||
| * | added a map for directories in DirectoryEntry | isanae | 2020-02-04 | 1 | -8/+17 |
| | | | | | more optimizations for filetree | ||||
| * | some optimizations to avoid case conversions and memory allocations | isanae | 2020-02-04 | 1 | -16/+8 |
| | | |||||
| * | put expensive logging in an optional function | isanae | 2020-02-04 | 1 | -19/+54 |
| | | |||||
| * | split item and model | isanae | 2020-02-04 | 1 | -0/+872 |
