summaryrefslogtreecommitdiff
path: root/src/filetreeitem.h
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-108/+44
* fixed crash because items were sorted while being expandedisanae2020-07-191-2/+3
* split directoryentryisanae2020-02-181-3/+3
* 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
* don't get meta for fields that are not usedisanae2020-02-041-9/+50
* 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
* rewriting FileTreeModel, implemented add/remove folders in rootisanae2020-02-041-0/+7
* removed LEAK_TRACE stuffisanae2020-02-041-0/+1
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-8/+23
* added a map for directories in DirectoryEntryisanae2020-02-041-19/+105
* some optimizations to avoid case conversions and memory allocationsisanae2020-02-041-0/+3
* split item and modelisanae2020-02-041-0/+78