summaryrefslogtreecommitdiff
path: root/src/filetreemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* split directoryentryisanae2020-02-181-4/+8
* don't sort items when they're not expandedisanae2020-02-081-4/+4
* fixed sorting not emitting layout events and fixing persistent indexesisanae2020-02-071-5/+11
* sort on demandisanae2020-02-071-3/+8
* disconnect any proxies when fully loadingisanae2020-02-071-1/+15
* fixed warning when comparing empty stringsisanae2020-02-051-21/+50
* update tree items when origins changeisanae2020-02-041-14/+25
* hidden unique_ptr into FileTreeItemisanae2020-02-041-54/+83
* prune empty directoriesisanae2020-02-041-23/+121
* don't get meta for fields that are not usedisanae2020-02-041-7/+28
* sortisanae2020-02-041-13/+67
* filetype and last modified columnsisanae2020-02-041-28/+43
* file size columnisanae2020-02-041-9/+32
* iconsisanae2020-02-041-12/+47
* font, tooltip and foregroundisanae2020-02-041-0/+116
* createDirectoryItem() and createFileItem()isanae2020-02-041-31/+45
* moved a bunch of duplicate stuff in a new class Rangeisanae2020-02-041-105/+135
* refactored removeDisappearingFiles() to just check for directories in the mai...isanae2020-02-041-39/+32
* faster parent() and indexFromItem() with index guessisanae2020-02-041-26/+211
* implemented fetchMore() and update for subdirectoriesisanae2020-02-041-8/+75
* rewriting FileTreeModel, implemented add/remove folders in rootisanae2020-02-041-779/+178
* removed LEAK_TRACE stuffisanae2020-02-041-13/+53
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-20/+20
* added a map for directories in DirectoryEntryisanae2020-02-041-8/+17
* some optimizations to avoid case conversions and memory allocationsisanae2020-02-041-16/+8
* put expensive logging in an optional functionisanae2020-02-041-19/+54
* split item and modelisanae2020-02-041-0/+872