summaryrefslogtreecommitdiff
path: root/src/filetree.h
Commit message (Collapse)AuthorAgeFilesLines
* shell menu for multiple filesisanae2020-02-041-1/+2
|
* shift+right click for shell menuisanae2020-02-041-1/+1
|
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-0/+1
| | | | pre-hashed file lookup in DirectoryEntry
* split item and modelisanae2020-02-041-170/+6
|
* initial implementation for updating file tree, buggyisanae2020-02-041-0/+26
|
* implemented dump to fileisanae2020-02-041-1/+5
| | | | fixed duplicate module notifications not being skipped
* implemented explore origin, open mod info, hide and unhideisanae2020-02-041-1/+12
|
* added a few missing constsisanae2020-02-041-1/+45
| | | | | removed incorrect assert about an empty game edition added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over
* split IconFetcherisanae2020-02-041-4/+2
|
* now prunes empty directoriesisanae2020-02-041-3/+13
| | | | handles archives and conflicts checkboxes
* tooltips, archive namesisanae2020-02-041-3/+8
|
* IconFetcherisanae2020-02-041-1/+7
|
* load items on demandisanae2020-02-041-2/+18
|
* split FileTreeModel, initial implementation, some stuff is brokenisanae2020-02-041-0/+110