| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format. | Mikaƫl Capelle | 2023-07-09 | 1 | -13/+16 |
| | | |||||
| * | fixed crash because items were sorted while being expanded | isanae | 2020-07-19 | 1 | -0/+3 |
| | | | | | | when expanding all or updating the tree, only sort once at the end cache file types | ||||
| * | error checking in dump() | isanae | 2020-02-18 | 1 | -4/+0 |
| | | | | | removed a bunch of "{} saved" in the logs | ||||
| * | just disable recursive filtering when fully loading | isanae | 2020-02-07 | 1 | -0/+2 |
| | | | | | switching models clears persistent indexes and collapses everything | ||||
| * | item activation | isanae | 2020-02-07 | 1 | -9/+11 |
| | | | | | removed a bunch of unnecessary QObject qualifiers | ||||
| * | removed bad minimum column width in the data tab | isanae | 2020-02-05 | 1 | -1/+0 |
| | | | | | fixed crash in log when restart MO | ||||
| * | fixed warning when comparing empty strings | isanae | 2020-02-05 | 1 | -0/+3 |
| | | | | | | | | | | | 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 | ||||
| * | hidden unique_ptr into FileTreeItem | isanae | 2020-02-04 | 1 | -1/+1 |
| | | | | | | | refactored pruning don't show shell menu for directories added collapse all in context menu | ||||
| * | shell menu for multiple files | isanae | 2020-02-04 | 1 | -1/+2 |
| | | |||||
| * | shift+right click for shell menu | isanae | 2020-02-04 | 1 | -1/+1 |
| | | |||||
| * | renamed ToLower() to avoid confusion with in-place vs copy | isanae | 2020-02-04 | 1 | -0/+1 |
| | | | | | pre-hashed file lookup in DirectoryEntry | ||||
| * | split item and model | isanae | 2020-02-04 | 1 | -170/+6 |
| | | |||||
| * | initial implementation for updating file tree, buggy | isanae | 2020-02-04 | 1 | -0/+26 |
| | | |||||
| * | implemented dump to file | isanae | 2020-02-04 | 1 | -1/+5 |
| | | | | | fixed duplicate module notifications not being skipped | ||||
| * | implemented explore origin, open mod info, hide and unhide | isanae | 2020-02-04 | 1 | -1/+12 |
| | | |||||
| * | added a few missing consts | isanae | 2020-02-04 | 1 | -1/+45 |
| | | | | | | removed incorrect assert about an empty game edition added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over | ||||
| * | split IconFetcher | isanae | 2020-02-04 | 1 | -4/+2 |
| | | |||||
| * | now prunes empty directories | isanae | 2020-02-04 | 1 | -3/+13 |
| | | | | | handles archives and conflicts checkboxes | ||||
| * | tooltips, archive names | isanae | 2020-02-04 | 1 | -3/+8 |
| | | |||||
| * | IconFetcher | isanae | 2020-02-04 | 1 | -1/+7 |
| | | |||||
| * | load items on demand | isanae | 2020-02-04 | 1 | -2/+18 |
| | | |||||
| * | split FileTreeModel, initial implementation, some stuff is broken | isanae | 2020-02-04 | 1 | -0/+110 |
