summaryrefslogtreecommitdiff
path: root/src/filetreeitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-77/+55
* fixed warning when trying to get the file type of files without extensionsisanae2020-07-311-1/+1
* fixed crash because items were sorted while being expandedisanae2020-07-191-51/+114
* now using new common cmakefilesisanae2020-04-231-1/+1
* fixed crashes and empty items in the file treeisanae2020-04-171-2/+1
* don't sort items when they're not expandedisanae2020-02-081-4/+6
* fixed sorting not emitting layout events and fixing persistent indexesisanae2020-02-071-1/+1
* sort on demandisanae2020-02-071-7/+23
* fixed warning when comparing empty stringsisanae2020-02-051-3/+17
* case insensitive checks for mohidden extension (lost in rebase)isanae2020-02-041-1/+1
* update tree items when origins changeisanae2020-02-041-15/+33
* hidden unique_ptr into FileTreeItemisanae2020-02-041-1/+11
* don't get meta for fields that are not usedisanae2020-02-041-22/+112
* sortisanae2020-02-041-0/+67
* filetype and last modified columnsisanae2020-02-041-2/+22
* file size columnisanae2020-02-041-0/+10
* faster parent() and indexFromItem() with index guessisanae2020-02-041-1/+3
* removed LEAK_TRACE stuffisanae2020-02-041-0/+13
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-14/+12
* added a map for directories in DirectoryEntryisanae2020-02-041-103/+0
* some optimizations to avoid case conversions and memory allocationsisanae2020-02-041-0/+13
* split item and modelisanae2020-02-041-0/+222