summaryrefslogtreecommitdiff
path: root/src/datatab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* implemented fetchMore() and update for subdirectoriesisanae2020-02-041-1/+5
| | | | don't refresh tree on active, it's taken care of by fetchMore()
* split item and modelisanae2020-02-041-1/+2
|
* removed dead stuffisanae2020-02-041-104/+2
|
* implemented dump to fileisanae2020-02-041-57/+0
| | | | fixed duplicate module notifications not being skipped
* implemented explore origin, open mod info, hide and unhideisanae2020-02-041-66/+12
|
* added a few missing constsisanae2020-02-041-185/+4
| | | | | removed incorrect assert about an empty game edition added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over
* now prunes empty directoriesisanae2020-02-041-4/+18
| | | | handles archives and conflicts checkboxes
* split FileTreeModel, initial implementation, some stuff is brokenisanae2020-02-041-147/+26
|
* split data tabisanae2020-02-041-0/+668
removed a bunch of undefined functions in MainWindow