summaryrefslogtreecommitdiff
path: root/src/datatab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixed warning when comparing empty stringsisanae2020-02-051-2/+26
| | | | | | | | | | filter in data tab fixed some bad iterators when removing rows fixed empty directories not being marked as such when refreshing always sort directories first even when reversing the sort order fixed children not being sorted fixed errors about file sizes for directories remember state of checkboxes in data tab
* prune empty directoriesisanae2020-02-041-3/+5
|
* don't get meta for fields that are not usedisanae2020-02-041-69/+4
| | | | | show compressed file size if available remember file sizes for files in archives
* sortisanae2020-02-041-0/+4
|
* 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