index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filetreeitem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply clang-format.
Mikaƫl Capelle
2023-07-09
1
-108
/
+44
*
fixed crash because items were sorted while being expanded
isanae
2020-07-19
1
-2
/
+3
*
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
*
fixed sorting not emitting layout events and fixing persistent indexes
isanae
2020-02-07
1
-1
/
+5
*
sort on demand
isanae
2020-02-07
1
-3
/
+12
*
update tree items when origins change
isanae
2020-02-04
1
-20
/
+45
*
hidden unique_ptr into FileTreeItem
isanae
2020-02-04
1
-4
/
+11
*
don't get meta for fields that are not used
isanae
2020-02-04
1
-9
/
+50
*
sort
isanae
2020-02-04
1
-0
/
+4
*
filetype and last modified columns
isanae
2020-02-04
1
-0
/
+2
*
file size column
isanae
2020-02-04
1
-0
/
+9
*
moved a bunch of duplicate stuff in a new class Range
isanae
2020-02-04
1
-2
/
+4
*
faster parent() and indexFromItem() with index guess
isanae
2020-02-04
1
-0
/
+27
*
rewriting FileTreeModel, implemented add/remove folders in root
isanae
2020-02-04
1
-0
/
+7
*
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
-8
/
+23
*
added a map for directories in DirectoryEntry
isanae
2020-02-04
1
-19
/
+105
*
some optimizations to avoid case conversions and memory allocations
isanae
2020-02-04
1
-0
/
+3
*
split item and model
isanae
2020-02-04
1
-0
/
+78