summaryrefslogtreecommitdiff
path: root/src/filetree.cpp
Commit message (Collapse)AuthorAgeFilesLines
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-0/+5
| | | | pre-hashed file lookup in DirectoryEntry
* put expensive logging in an optional functionisanae2020-02-041-0/+4
|
* split item and modelisanae2020-02-041-1087/+4
|
* initial implementation for updating file tree, buggyisanae2020-02-041-10/+439
|
* implemented dump to fileisanae2020-02-041-1/+78
| | | | fixed duplicate module notifications not being skipped
* implemented explore origin, open mod info, hide and unhideisanae2020-02-041-6/+92
|
* hide spacers on statusbar when the progress bar is not visibleisanae2020-02-041-61/+173
| | | | always show menu items, added status tips
* added a few missing constsisanae2020-02-041-0/+300
| | | | | 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-203/+3
|
* now prunes empty directoriesisanae2020-02-041-36/+88
| | | | handles archives and conflicts checkboxes
* tooltips, archive namesisanae2020-02-041-61/+127
|
* IconFetcherisanae2020-02-041-9/+227
|
* load items on demandisanae2020-02-041-33/+177
|
* split FileTreeModel, initial implementation, some stuff is brokenisanae2020-02-041-0/+396