| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | filter on filename column only because loading the meta for every file takes ↵ | isanae | 2020-02-05 | 1 | -0/+1 |
| | | | | | | | forever some small optimizations when enabling mods | ||||
| * | removed bad minimum column width in the data tab | isanae | 2020-02-05 | 1 | -1/+1 |
| | | | | | fixed crash in log when restart MO | ||||
| * | fixed warning when comparing empty strings | isanae | 2020-02-05 | 1 | -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 directories | isanae | 2020-02-04 | 1 | -3/+5 |
| | | |||||
| * | don't get meta for fields that are not used | isanae | 2020-02-04 | 1 | -69/+4 |
| | | | | | | show compressed file size if available remember file sizes for files in archives | ||||
| * | sort | isanae | 2020-02-04 | 1 | -0/+4 |
| | | |||||
| * | implemented fetchMore() and update for subdirectories | isanae | 2020-02-04 | 1 | -1/+5 |
| | | | | | don't refresh tree on active, it's taken care of by fetchMore() | ||||
| * | split item and model | isanae | 2020-02-04 | 1 | -1/+2 |
| | | |||||
| * | removed dead stuff | isanae | 2020-02-04 | 1 | -104/+2 |
| | | |||||
| * | implemented dump to file | isanae | 2020-02-04 | 1 | -57/+0 |
| | | | | | fixed duplicate module notifications not being skipped | ||||
| * | implemented explore origin, open mod info, hide and unhide | isanae | 2020-02-04 | 1 | -66/+12 |
| | | |||||
| * | added a few missing consts | isanae | 2020-02-04 | 1 | -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 directories | isanae | 2020-02-04 | 1 | -4/+18 |
| | | | | | handles archives and conflicts checkboxes | ||||
| * | split FileTreeModel, initial implementation, some stuff is broken | isanae | 2020-02-04 | 1 | -147/+26 |
| | | |||||
| * | split data tab | isanae | 2020-02-04 | 1 | -0/+668 |
| removed a bunch of undefined functions in MainWindow | |||||
