| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix empty separator name in copy/paste. | Mikaël Capelle | 2021-01-03 | 1 | -4/+4 | |
| | | ||||||
| * | Move highlighting of mods containing selected plugins to mod view. | Mikaël Capelle | 2021-01-02 | 1 | -22/+42 | |
| | | ||||||
| * | Move markers management for overwrite/overwritten to ModListView. | Mikaël Capelle | 2021-01-02 | 1 | -13/+127 | |
| | | ||||||
| * | Save/restore filter list state between run. | Mikaël Capelle | 2021-01-02 | 1 | -2/+2 | |
| | | ||||||
| * | Add Ctrl+C to copy the current selection of mod in the mod list. | Mikaël Capelle | 2021-01-02 | 1 | -2/+33 | |
| | | ||||||
| * | Minor refactoring. | Mikaël Capelle | 2021-01-02 | 1 | -10/+9 | |
| | | ||||||
| * | Disable 'filter separators' combo box when using collapsible separators. | Mikaël Capelle | 2021-01-02 | 1 | -2/+13 | |
| | | ||||||
| * | Fix highligth of collapsed separator. Move foreground color fix to delegate. | Mikaël Capelle | 2021-01-02 | 1 | -3/+30 | |
| | | ||||||
| * | Add method to retrieve the grouping mode. | Mikaël Capelle | 2021-01-02 | 1 | -1/+20 | |
| | | ||||||
| * | Override separator color instead of mixing it. | Mikaël Capelle | 2021-01-02 | 1 | -8/+11 | |
| | | ||||||
| * | Visual fixes for the modlist. | Mikaël Capelle | 2021-01-02 | 1 | -8/+9 | |
| | | | | | | - Fix invalid positions of markers in the scrollbar. - Use color from children for collapsed elements (background and markers). | |||||
| * | Some cleaning. Avoid using Qt::UserRole. | Mikaël Capelle | 2021-01-02 | 1 | -11/+13 | |
| | | ||||||
| * | Use topLevelWidget() instead of custom parent in mod list actions. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Fix position of markers in scrollbar for non-flat models. | Mikaël Capelle | 2021-01-02 | 1 | -13/+2 | |
| | | ||||||
| * | Remove selection-related stuff from plugin/mod lists. | Mikaël Capelle | 2021-01-02 | 1 | -0/+12 | |
| | | ||||||
| * | Add shift+enter shortcut to expand rows in mod list. | Mikaël Capelle | 2021-01-02 | 1 | -10/+32 | |
| | | ||||||
| * | Move open-explorer key combination to views. | Mikaël Capelle | 2021-01-02 | 1 | -10/+18 | |
| | | ||||||
| * | Start moving stuff from MainWindow to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -44/+7 | |
| | | ||||||
| * | Documentation for ModListView. | Mikaël Capelle | 2021-01-02 | 1 | -24/+50 | |
| | | ||||||
| * | Move modlistview proxy style to moapplication. | Mikaël Capelle | 2021-01-02 | 1 | -29/+0 | |
| | | ||||||
| * | Fix drop indicator style in mod list. | Mikaël Capelle | 2021-01-02 | 1 | -7/+3 | |
| | | ||||||
| * | Remove useless using declaration. | Mikaël Capelle | 2021-01-02 | 1 | -1/+0 | |
| | | ||||||
| * | Minor refactoring. | Mikaël Capelle | 2021-01-02 | 1 | -9/+7 | |
| | | ||||||
| * | Maintain selection while filtering (again). | Mikaël Capelle | 2021-01-02 | 1 | -6/+6 | |
| | | ||||||
| * | Move filter list to ModListView. | Mikaël Capelle | 2021-01-02 | 1 | -12/+110 | |
| | | ||||||
| * | Move more stuff from MainWindow. Minor improvements for prev/next button in ↵ | Mikaël Capelle | 2021-01-02 | 1 | -4/+16 | |
| | | | | | ModInfoDialog. | |||||
| * | Move creations of actions to ModListView. | Mikaël Capelle | 2021-01-02 | 1 | -2/+4 | |
| | | ||||||
| * | Move click event to ModListView. Remove unused slots from MainWindow. | Mikaël Capelle | 2021-01-02 | 1 | -12/+98 | |
| | | ||||||
| * | Move the regular context menu. | Mikaël Capelle | 2021-01-02 | 1 | -14/+0 | |
| | | ||||||
| * | More stuff moved to mod list context. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Start moving modlist context menu actions to separate structures. | Mikaël Capelle | 2021-01-02 | 1 | -1/+8 | |
| | | ||||||
| * | Fix rebase from 54736a6. | Mikaël Capelle | 2021-01-02 | 1 | -0/+2 | |
| | | ||||||
| * | Add message for invalid drag. Split & clean code. | Mikaël Capelle | 2021-01-02 | 1 | -85/+94 | |
| | | ||||||
| * | Clean drag&drop code and add drop of external folder/archives. | Mikaël Capelle | 2021-01-02 | 1 | -13/+56 | |
| | | ||||||
| * | Do not invalidate the sort proxy when not required (keep selection). | Mikaël Capelle | 2021-01-02 | 1 | -58/+34 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Fix and move stuff around. | Mikaël Capelle | 2021-01-02 | 1 | -13/+132 | |
| | | | | | | | - 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 | 1 | -2/+5 | |
| | | ||||||
| * | Fix prev/next button in mod info dialog. | Mikaël Capelle | 2021-01-02 | 1 | -9/+43 | |
| | | ||||||
| * | Refactoring and fixes. | Mikaël Capelle | 2021-01-02 | 1 | -2/+517 | |
| | | | | | | | - 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 | 1 | -13/+11 | |
| | | ||||||
| * | Tentative fix for the indentation. | Mikaël Capelle | 2021-01-02 | 1 | -12/+34 | |
| | | ||||||
| * | Fix indentation and drop indicator. | Mikaël Capelle | 2021-01-02 | 1 | -0/+47 | |
| | | ||||||
| * | 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 | 1 | -1/+21 | |
| | | | | | This reverts commit b74f08a57ba659e2da232e253844aff8a169f9e0. | |||||
| * | Fix dropping below/above separators. | Mikaël Capelle | 2021-01-02 | 1 | -4/+6 | |
| | | ||||||
| * | Revert to Qt default behavior for auto-collapse on hovering. | Mikaël Capelle | 2021-01-02 | 1 | -21/+1 | |
| | | ||||||
| * | Allow drag&drop a separator to itself. | Mikaël Capelle | 2021-01-02 | 1 | -3/+17 | |
| | | ||||||
