index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filetreeitem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply clang-format.
Mikaƫl Capelle
2023-07-09
1
-77
/
+55
*
fixed warning when trying to get the file type of files without extensions
isanae
2020-07-31
1
-1
/
+1
*
fixed crash because items were sorted while being expanded
isanae
2020-07-19
1
-51
/
+114
*
now using new common cmakefiles
isanae
2020-04-23
1
-1
/
+1
*
fixed crashes and empty items in the file tree
isanae
2020-04-17
1
-2
/
+1
*
don't sort items when they're not expanded
isanae
2020-02-08
1
-4
/
+6
*
fixed sorting not emitting layout events and fixing persistent indexes
isanae
2020-02-07
1
-1
/
+1
*
sort on demand
isanae
2020-02-07
1
-7
/
+23
*
fixed warning when comparing empty strings
isanae
2020-02-05
1
-3
/
+17
*
case insensitive checks for mohidden extension (lost in rebase)
isanae
2020-02-04
1
-1
/
+1
*
update tree items when origins change
isanae
2020-02-04
1
-15
/
+33
*
hidden unique_ptr into FileTreeItem
isanae
2020-02-04
1
-1
/
+11
*
don't get meta for fields that are not used
isanae
2020-02-04
1
-22
/
+112
*
sort
isanae
2020-02-04
1
-0
/
+67
*
filetype and last modified columns
isanae
2020-02-04
1
-2
/
+22
*
file size column
isanae
2020-02-04
1
-0
/
+10
*
faster parent() and indexFromItem() with index guess
isanae
2020-02-04
1
-1
/
+3
*
removed LEAK_TRACE stuff
isanae
2020-02-04
1
-0
/
+13
*
renamed ToLower() to avoid confusion with in-place vs copy
isanae
2020-02-04
1
-14
/
+12
*
added a map for directories in DirectoryEntry
isanae
2020-02-04
1
-103
/
+0
*
some optimizations to avoid case conversions and memory allocations
isanae
2020-02-04
1
-0
/
+13
*
split item and model
isanae
2020-02-04
1
-0
/
+222