index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filetree.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Archive preview support (#2056)
Jeremy Rimpo
2024-07-11
1
-6
/
+2
*
Apply clang-format.
Mikaël Capelle
2023-07-09
1
-176
/
+176
*
First pass for Qt6 compatibility
Jeremy Rimpo
2022-04-19
1
-2
/
+2
*
Merge pull request #1370 from LostDragonist/preview_extensions
Mikaël Capelle
2021-01-18
1
-1
/
+1
|
\
|
*
Remove case sensitivity regarding preview file extensions
Chris Bessent
2021-01-18
1
-1
/
+1
*
|
renamed Refresh to TriggerRefresh, added WaitForRefresh
isanae
2021-01-18
1
-2
/
+2
|
/
*
Convert FileAlternative and DataArchiveOrigin to classes
AL
2020-11-02
1
-4
/
+4
*
Change Alternatives vector to use a struct
AL
2020-11-02
1
-4
/
+4
*
fixed crash because items were sorted while being expanded
isanae
2020-07-19
1
-2
/
+14
*
fixed crashes and empty items in the file tree
isanae
2020-04-17
1
-1
/
+0
*
Fix inconsistent Explore menu option naming. Used Visual Studio standard.
AL
2020-04-02
1
-1
/
+1
*
split directoryentry
isanae
2020-02-18
1
-0
/
+3
*
error checking in dump()
isanae
2020-02-18
1
-39
/
+0
*
moved dump() to DirectoryEntry
isanae
2020-02-18
1
-24
/
+1
*
customizable columns for file tree
isanae
2020-02-18
1
-0
/
+3
*
shift+right-click selects items
isanae
2020-02-18
1
-0
/
+15
*
localized warning when file doesn't exist for shell menu
isanae
2020-02-18
1
-0
/
+12
*
just disable recursive filtering when fully loading
isanae
2020-02-07
1
-21
/
+5
*
fixed data tab not refreshing after "restarting" MO
isanae
2020-02-07
1
-0
/
+2
*
disconnect any proxies when fully loading
isanae
2020-02-07
1
-0
/
+21
*
item activation
isanae
2020-02-07
1
-111
/
+183
*
removed bad minimum column width in the data tab
isanae
2020-02-05
1
-4
/
+0
*
fixed warning when comparing empty strings
isanae
2020-02-05
1
-4
/
+20
*
case insensitive checks for mohidden extension (lost in rebase)
isanae
2020-02-04
1
-1
/
+1
*
skip files from archives for the shell menu
isanae
2020-02-04
1
-5
/
+15
*
hidden unique_ptr into FileTreeItem
isanae
2020-02-04
1
-6
/
+31
*
show file counts when there are discrepancies
isanae
2020-02-04
1
-1
/
+15
*
fixed bad path for alternate origins
isanae
2020-02-04
1
-26
/
+34
*
ShellMenuCollection, events not processed yet
isanae
2020-02-04
1
-0
/
+12
*
preparing for multiple origins shell menus
isanae
2020-02-04
1
-3
/
+65
*
ShellMenu class
isanae
2020-02-04
1
-3
/
+3
*
shell menu for multiple files
isanae
2020-02-04
1
-12
/
+18
*
shift+right click for shell menu
isanae
2020-02-04
1
-0
/
+18
*
renamed ToLower() to avoid confusion with in-place vs copy
isanae
2020-02-04
1
-0
/
+5
*
put expensive logging in an optional function
isanae
2020-02-04
1
-0
/
+4
*
split item and model
isanae
2020-02-04
1
-1087
/
+4
*
initial implementation for updating file tree, buggy
isanae
2020-02-04
1
-10
/
+439
*
implemented dump to file
isanae
2020-02-04
1
-1
/
+78
*
implemented explore origin, open mod info, hide and unhide
isanae
2020-02-04
1
-6
/
+92
*
hide spacers on statusbar when the progress bar is not visible
isanae
2020-02-04
1
-61
/
+173
*
added a few missing consts
isanae
2020-02-04
1
-0
/
+300
*
split IconFetcher
isanae
2020-02-04
1
-203
/
+3
*
now prunes empty directories
isanae
2020-02-04
1
-36
/
+88
*
tooltips, archive names
isanae
2020-02-04
1
-61
/
+127
*
IconFetcher
isanae
2020-02-04
1
-9
/
+227
*
load items on demand
isanae
2020-02-04
1
-33
/
+177
*
split FileTreeModel, initial implementation, some stuff is broken
isanae
2020-02-04
1
-0
/
+396