| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use MO2 formatting action. (#2032) | Mikaël Capelle | 2024-05-26 | 1 | -7/+7 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -38/+34 |
| | | |||||
| * | Fix update of data tab after refresh. | Mikaël Capelle | 2021-01-31 | 1 | -1/+1 |
| | | |||||
| * | Fix refresh of data tab. | Mikaël Capelle | 2021-01-29 | 1 | -4/+20 |
| | | |||||
| * | only sort once at the end when fully loading for search | isanae | 2020-07-20 | 1 | -2/+2 |
| | | | | | temporarily disable filtering completely when fully loading instead of just disabling recursive filtering, this could close already expanded nodes if their parent directories didn't match | ||||
| * | Set filterwidget delay for the data tab to avoid typing stutter | AL | 2020-02-23 | 1 | -0/+1 |
| | | |||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -1/+0 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | fixed sorting | isanae | 2020-02-18 | 1 | -2/+2 |
| | | |||||
| * | just disable recursive filtering when fully loading | isanae | 2020-02-07 | 1 | -2/+11 |
| | | | | | switching models clears persistent indexes and collapses everything | ||||
| * | fixed data tab not refreshing after "restarting" MO | isanae | 2020-02-07 | 1 | -2/+6 |
| | | | | | | larger default size for filename column fixed sorting in descending order by default | ||||
| * | disconnect any proxies when fully loading | isanae | 2020-02-07 | 1 | -0/+2 |
| | | | | | disable model when resetting, enable it back after the directory refresh so the tree doesn't appear in a weird state in between | ||||
| * | 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 | |||||
