index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filetreemodel.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
split directoryentry
isanae
2020-02-18
1
-3
/
+3
*
don't sort items when they're not expanded
isanae
2020-02-08
1
-1
/
+1
*
just disable recursive filtering when fully loading
isanae
2020-02-07
1
-0
/
+6
*
fixed sorting not emitting layout events and fixing persistent indexes
isanae
2020-02-07
1
-0
/
+1
*
sort on demand
isanae
2020-02-07
1
-7
/
+10
*
disconnect any proxies when fully loading
isanae
2020-02-07
1
-0
/
+5
*
fixed warning when comparing empty strings
isanae
2020-02-05
1
-0
/
+3
*
update tree items when origins change
isanae
2020-02-04
1
-0
/
+2
*
hidden unique_ptr into FileTreeItem
isanae
2020-02-04
1
-4
/
+4
*
prune empty directories
isanae
2020-02-04
1
-14
/
+7
*
don't get meta for fields that are not used
isanae
2020-02-04
1
-1
/
+0
*
sort
isanae
2020-02-04
1
-6
/
+14
*
filetype and last modified columns
isanae
2020-02-04
1
-0
/
+3
*
file size column
isanae
2020-02-04
1
-0
/
+9
*
createDirectoryItem() and createFileItem()
isanae
2020-02-04
1
-0
/
+9
*
moved a bunch of duplicate stuff in a new class Range
isanae
2020-02-04
1
-6
/
+4
*
faster parent() and indexFromItem() with index guess
isanae
2020-02-04
1
-14
/
+10
*
implemented fetchMore() and update for subdirectories
isanae
2020-02-04
1
-0
/
+1
*
rewriting FileTreeModel, implemented add/remove folders in root
isanae
2020-02-04
1
-9
/
+29
*
removed LEAK_TRACE stuff
isanae
2020-02-04
1
-0
/
+1
*
renamed ToLower() to avoid confusion with in-place vs copy
isanae
2020-02-04
1
-2
/
+11
*
split item and model
isanae
2020-02-04
1
-0
/
+101