| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Make some methods protected in ModListView. | Mikaël Capelle | 2021-01-02 | 1 | -2/+5 | |
| | | | | ||||||
| | * | | Minor refactoring. | Mikaël Capelle | 2021-01-02 | 1 | -9/+7 | |
| | | | | ||||||
| | * | | Maintain selection while filtering (again). | Mikaël Capelle | 2021-01-02 | 3 | -6/+10 | |
| | | | | ||||||
| | * | | Move filter list to ModListView. | Mikaël Capelle | 2021-01-02 | 6 | -132/+140 | |
| | | | | ||||||
| | * | | Move more stuff from MainWindow. Minor improvements for prev/next button in ↵ | Mikaël Capelle | 2021-01-02 | 8 | -67/+66 | |
| | | | | | | | | | | | | | ModInfoDialog. | |||||
| | * | | Replace hasFlag by isX. | Mikaël Capelle | 2021-01-02 | 1 | -4/+3 | |
| | | | | ||||||
| | * | | Fix originModified signal handling. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Move creations of actions to ModListView. | Mikaël Capelle | 2021-01-02 | 3 | -8/+9 | |
| | | | | ||||||
| | * | | Move click event to ModListView. Remove unused slots from MainWindow. | Mikaël Capelle | 2021-01-02 | 6 | -959/+109 | |
| | | | | ||||||
| | * | | Move the regular context menu. | Mikaël Capelle | 2021-01-02 | 7 | -261/+366 | |
| | | | | ||||||
| | * | | Clean visitOnX methods. | Mikaël Capelle | 2021-01-02 | 2 | -47/+52 | |
| | | | | ||||||
| | * | | Move the separator context menu. | Mikaël Capelle | 2021-01-02 | 7 | -75/+325 | |
| | | | | ||||||
| | * | | Move the backup context menu. | Mikaël Capelle | 2021-01-02 | 6 | -57/+216 | |
| | | | | ||||||
| | * | | Move the overwrite context menu. | Mikaël Capelle | 2021-01-02 | 7 | -187/+188 | |
| | | | | ||||||
| | * | | More stuff moved to mod list context. | Mikaël Capelle | 2021-01-02 | 9 | -140/+148 | |
| | | | | ||||||
| | * | | More context menu stuff moved. | Mikaël Capelle | 2021-01-02 | 7 | -335/+192 | |
| | | | | ||||||
| | * | | Start moving modlist context menu actions to separate structures. | Mikaël Capelle | 2021-01-02 | 11 | -345/+742 | |
| | | | | ||||||
| | * | | Fix rebase from 54736a6. | Mikaël Capelle | 2021-01-02 | 2 | -11/+33 | |
| | | | | ||||||
| | * | | Add message for invalid drag. Split & clean code. | Mikaël Capelle | 2021-01-02 | 9 | -307/+335 | |
| | | | | ||||||
| | * | | Fix canDrop in sort proxy. | Mikaël Capelle | 2021-01-02 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Fix category management. | Mikaël Capelle | 2021-01-02 | 3 | -48/+22 | |
| | | | | ||||||
| | * | | Clean drag&drop code and add drop of external folder/archives. | Mikaël Capelle | 2021-01-02 | 9 | -243/+439 | |
| | | | | ||||||
| | * | | Remove unused method. | Mikaël Capelle | 2021-01-02 | 2 | -22/+0 | |
| | | | | ||||||
| | * | | Remove debug for not-checkable row in grouping proxy (happens with backups ↵ | Mikaël Capelle | 2021-01-02 | 1 | -1/+0 | |
| | | | | | | | | | | | | | for instance). | |||||
| | * | | Do not invalidate the sort proxy when not required (keep selection). | Mikaël Capelle | 2021-01-02 | 6 | -99/+73 | |
| | | | | ||||||
| | * | | Expand separator after drop. | Mikaël Capelle | 2021-01-02 | 1 | -7/+8 | |
| | | | | ||||||
| | * | | Attempt to fix the style of the drop indicator. | Mikaël Capelle | 2021-01-02 | 1 | -5/+8 | |
| | | | | ||||||
| | * | | Fix indent when grouping by category/nexus id. | Mikaël Capelle | 2021-01-02 | 1 | -7/+9 | |
| | | | | ||||||
| | * | | Conditional collapse/expand all item in 'all mods' menu. | Mikaël Capelle | 2021-01-02 | 1 | -4/+6 | |
| | | | | ||||||
| | * | | Fix and move stuff around. | Mikaël Capelle | 2021-01-02 | 11 | -177/+195 | |
| | | | | | | | | | | | | | | | | | | | - Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection. | |||||
| | * | | Add option to disable collapsible separators. | Mikaël Capelle | 2021-01-02 | 7 | -6/+62 | |
| | | | | ||||||
| | * | | Remove context attribute from MainWindow. | Mikaël Capelle | 2021-01-02 | 4 | -275/+257 | |
| | | | | ||||||
| | * | | Fix prev/next button in mod info dialog. | Mikaël Capelle | 2021-01-02 | 3 | -20/+59 | |
| | | | | ||||||
| | * | | Refactoring and fixes. | Mikaël Capelle | 2021-01-02 | 6 | -475/+679 | |
| | | | | | | | | | | | | | | | | | | | - Move codes from MainWindow to ModListView. - Fix enable/disable all visible. - Fix changing style of the mod list. | |||||
| | * | | Fix controls without indentation. | Mikaël Capelle | 2021-01-02 | 2 | -13/+13 | |
| | | | | ||||||
| | * | | Tentative fix for the indentation. | Mikaël Capelle | 2021-01-02 | 2 | -14/+34 | |
| | | | | ||||||
| | * | | Fix indentation and drop indicator. | Mikaël Capelle | 2021-01-02 | 3 | -3/+58 | |
| | | | | ||||||
| | * | | Prevent dropping mods into their current separator. | Mikaël Capelle | 2021-01-02 | 1 | -4/+16 | |
| | | | | ||||||
| | * | | Toggle expanded state on double-click. | Mikaël Capelle | 2021-01-02 | 1 | -13/+23 | |
| | | | | ||||||
| | * | | Maintain selection while filtering. | Mikaël Capelle | 2021-01-02 | 3 | -8/+22 | |
| | | | | ||||||
| | * | | Fix filtering for separators. | Mikaël Capelle | 2021-01-02 | 1 | -6/+21 | |
| | | | | ||||||
| | * | | Increase auto-expand delay to 1s. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Revert "Revert to Qt default behavior for auto-collapse on hovering." | Mikaël Capelle | 2021-01-02 | 2 | -1/+27 | |
| | | | | | | | | | | | | | This reverts commit b74f08a57ba659e2da232e253844aff8a169f9e0. | |||||
| | * | | Fix dropping below/above separators. | Mikaël Capelle | 2021-01-02 | 5 | -10/+46 | |
| | | | | ||||||
| | * | | Remove non-necessary refresh() of the proxy on mod installed. | Mikaël Capelle | 2021-01-02 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | Fix automatic refresh of the collapsible separator proxy. | Mikaël Capelle | 2021-01-02 | 5 | -55/+37 | |
| | | | | ||||||
| | * | | Disable drag&drop of mods in backups. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Do not move installed mod after merge/replace. | Mikaël Capelle | 2021-01-02 | 3 | -69/+118 | |
| | | | | ||||||
| | * | | Fix sorting of backups when using collapsible separators. | Mikaël Capelle | 2021-01-02 | 2 | -5/+18 | |
| | | | | ||||||
| | * | | Refresh by-priority proxy after install and focus on the newly installed mod. | Mikaël Capelle | 2021-01-02 | 1 | -0/+4 | |
| | | | | ||||||
