summaryrefslogtreecommitdiff
path: root/src/filetreemodel.h
Commit message (Expand)AuthorAgeFilesLines
* Add filter checkbox to data tab to show/hide hidden files (#2136)Jonathan Feenstra2024-10-101-1/+4
* Apply clang-format.Mikaƫl Capelle2023-07-091-62/+46
* only sort once at the end when fully loading for searchisanae2020-07-201-1/+1
* fixed crash because items were sorted while being expandedisanae2020-07-191-2/+7
* fixed ensureFullyLoaded() taking forever because it was queuing all the sorts...isanae2020-07-101-0/+2
* fixed crashes and empty items in the file treeisanae2020-04-171-3/+20
* split directoryentryisanae2020-02-181-3/+3
* don't sort items when they're not expandedisanae2020-02-081-1/+1
* just disable recursive filtering when fully loadingisanae2020-02-071-0/+6
* fixed sorting not emitting layout events and fixing persistent indexesisanae2020-02-071-0/+1
* sort on demandisanae2020-02-071-7/+10
* disconnect any proxies when fully loadingisanae2020-02-071-0/+5
* fixed warning when comparing empty stringsisanae2020-02-051-0/+3
* update tree items when origins changeisanae2020-02-041-0/+2
* hidden unique_ptr into FileTreeItemisanae2020-02-041-4/+4
* prune empty directoriesisanae2020-02-041-14/+7
* don't get meta for fields that are not usedisanae2020-02-041-1/+0
* sortisanae2020-02-041-6/+14
* filetype and last modified columnsisanae2020-02-041-0/+3
* file size columnisanae2020-02-041-0/+9
* createDirectoryItem() and createFileItem()isanae2020-02-041-0/+9
* moved a bunch of duplicate stuff in a new class Rangeisanae2020-02-041-6/+4
* faster parent() and indexFromItem() with index guessisanae2020-02-041-14/+10
* implemented fetchMore() and update for subdirectoriesisanae2020-02-041-0/+1
* rewriting FileTreeModel, implemented add/remove folders in rootisanae2020-02-041-9/+29
* removed LEAK_TRACE stuffisanae2020-02-041-0/+1
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-2/+11
* split item and modelisanae2020-02-041-0/+101