| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Clean code and reorganize. | Mikaël Capelle | 2021-01-02 | 4 | -31/+39 | |
| | | | | ||||||
| | * | | Add method to retrieve the grouping mode. | Mikaël Capelle | 2021-01-02 | 2 | -1/+34 | |
| | | | | ||||||
| | * | | 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 | 12 | -35/+163 | |
| | | | | | | | | | | | | | | | | - Fix invalid positions of markers in the scrollbar. - Use color from children for collapsed elements (background and markers). | |||||
| | * | | Save the state of the mod list properly. | Mikaël Capelle | 2021-01-02 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Remove unused stuff from MainWindow. | Mikaël Capelle | 2021-01-02 | 1 | -23/+0 | |
| | | | | ||||||
| | * | | Some cleaning. Avoid using Qt::UserRole. | Mikaël Capelle | 2021-01-02 | 11 | -75/+121 | |
| | | | | ||||||
| | * | | Use topLevelWidget() instead of custom parent in mod list actions. | Mikaël Capelle | 2021-01-02 | 3 | -6/+5 | |
| | | | | ||||||
| | * | | Move sort plugins handler to PluginListView. | Mikaël Capelle | 2021-01-02 | 4 | -50/+53 | |
| | | | | ||||||
| | * | | Fix position of markers in scrollbar for non-flat models. | Mikaël Capelle | 2021-01-02 | 6 | -35/+26 | |
| | | | | ||||||
| | * | | Remove selection-related stuff from plugin/mod lists. | Mikaël Capelle | 2021-01-02 | 9 | -46/+50 | |
| | | | | ||||||
| | * | | Minor clean for plugin list. | Mikaël Capelle | 2021-01-02 | 3 | -44/+31 | |
| | | | | ||||||
| | * | | Remove unused methods. | Mikaël Capelle | 2021-01-02 | 2 | -49/+2 | |
| | | | | ||||||
| | * | | 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 | 5 | -56/+38 | |
| | | | | ||||||
| | * | | Move plugin list context menu to its own class and to PluginListView. | Mikaël Capelle | 2021-01-02 | 10 | -281/+280 | |
| | | | | ||||||
| | * | | Move keyboard event to PluginListView. | Mikaël Capelle | 2021-01-02 | 5 | -105/+141 | |
| | | | | ||||||
| | * | | Start moving stuff from MainWindow to PluginListView. | Mikaël Capelle | 2021-01-02 | 12 | -197/+270 | |
| | | | | ||||||
| | * | | Documentation for ModListView. | Mikaël Capelle | 2021-01-02 | 1 | -24/+50 | |
| | | | | ||||||
| | * | | ProxyStyle documentation. | Mikaël Capelle | 2021-01-02 | 1 | -2/+5 | |
| | | | | ||||||
| | * | | Move modlistview proxy style to moapplication. | Mikaël Capelle | 2021-01-02 | 2 | -35/+13 | |
| | | | | ||||||
| | * | | Fix drop indicator style in mod list. | Mikaël Capelle | 2021-01-02 | 1 | -7/+3 | |
| | | | | ||||||
| | * | | Remove cancelModListEditor (unused). | Mikaël Capelle | 2021-01-02 | 2 | -8/+0 | |
| | | | | ||||||
| | * | | Use proper parent object in modlistviewactions. | Mikaël Capelle | 2021-01-02 | 2 | -34/+38 | |
| | | | | ||||||
| | * | | Fix parent of ModInfoDialog. | Mikaël Capelle | 2021-01-02 | 3 | -5/+4 | |
| | | | | ||||||
| | * | | Remove useless using declaration. | Mikaël Capelle | 2021-01-02 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | 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). | |||||
