| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Remove useless QObject:: accessor. | Mikaël Capelle | 2021-01-04 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Keep track of expanded items in the view instead of the models. | Mikaël Capelle | 2021-01-04 | 6 | -120/+40 | |
| | | | | ||||||
| | * | | Disable proxies when they are not used. | Mikaël Capelle | 2021-01-04 | 5 | -59/+90 | |
| | | | | ||||||
| | * | | Reduce auto-expand delay to 750ms. | Mikaël Capelle | 2021-01-03 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add option to enable/disable displaying conflicts on collapsed separators. | Mikaël Capelle | 2021-01-03 | 7 | -23/+84 | |
| | | | | ||||||
| | * | | Fix ModListView::visualRect(). | Mikaël Capelle | 2021-01-03 | 1 | -7/+4 | |
| | | | | ||||||
| | * | | Create CopyEventFilter. Add Ctrl+C to the plugin list. | Mikaël Capelle | 2021-01-03 | 7 | -34/+114 | |
| | | | | ||||||
| | * | | Remove log. | Mikaël Capelle | 2021-01-03 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Show conflict icons from children when separator is collapsed. | Mikaël Capelle | 2021-01-03 | 2 | -15/+39 | |
| | | | | ||||||
| | * | | Reorganizer ModList filters. | Mikaël Capelle | 2021-01-03 | 2 | -4/+3 | |
| | | | | ||||||
| | * | | Update documentation for drawBranches. | Mikaël Capelle | 2021-01-03 | 2 | -4/+9 | |
| | | | | ||||||
| | * | | Fix indentation of indicators branches when using collapsible separators. | Mikaël Capelle | 2021-01-03 | 5 | -15/+25 | |
| | | | | ||||||
| | * | | Fix empty separator name in copy/paste. | Mikaël Capelle | 2021-01-03 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Move plugin list index-view conversion to private. | Mikaël Capelle | 2021-01-02 | 1 | -9/+9 | |
| | | | | ||||||
| | * | | Move highlighting of mods containing selected plugins to mod view. | Mikaël Capelle | 2021-01-02 | 5 | -57/+53 | |
| | | | | ||||||
| | * | | Remove log from filter list. | Mikaël Capelle | 2021-01-02 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | Move markers management for overwrite/overwritten to ModListView. | Mikaël Capelle | 2021-01-02 | 10 | -173/+168 | |
| | | | | ||||||
| | * | | Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() ↵ | Mikaël Capelle | 2021-01-02 | 16 | -147/+91 | |
| | | | | | | | | | | | | | completely. | |||||
| | * | | Minor cleaning of PluginList. | Mikaël Capelle | 2021-01-02 | 2 | -25/+0 | |
| | | | | ||||||
| | * | | Remove useless layoutChanged() in PluginList. | Mikaël Capelle | 2021-01-02 | 1 | -2/+0 | |
| | | | | ||||||
| | * | | Remove unused signal. | Mikaël Capelle | 2021-01-02 | 1 | -2/+0 | |
| | | | | ||||||
| | * | | Save/restore filter list state between run. | Mikaël Capelle | 2021-01-02 | 5 | -19/+74 | |
| | | | | ||||||
| | * | | Add Ctrl+C to copy the current selection of mod in the mod list. | Mikaël Capelle | 2021-01-02 | 2 | -2/+34 | |
| | | | | ||||||
| | * | | Add index attribute to ModInfo. | Mikaël Capelle | 2021-01-02 | 4 | -36/+48 | |
| | | | | ||||||
| | * | | Minor cleaning and fix in ModList. | Mikaël Capelle | 2021-01-02 | 2 | -80/+132 | |
| | | | | | | | | | | | | | | | | - Proper display of separator name for removal. - Replace usage of flags with isXXX. | |||||
| | * | | Move option to use collapsible separators. | Mikaël Capelle | 2021-01-02 | 1 | -64/+71 | |
| | | | | ||||||
| | * | | Move connection from organizer to mainwindow. | Mikaël Capelle | 2021-01-02 | 2 | -15/+12 | |
| | | | | ||||||
| | * | | Minor refactoring. | Mikaël Capelle | 2021-01-02 | 7 | -72/+43 | |
| | | | | ||||||
| | * | | Fix notification for removed mods. | Mikaël Capelle | 2021-01-02 | 1 | -6/+7 | |
| | | | | ||||||
| | * | | Add Page Up/Down shortcut in ModInfoDialog. | Mikaël Capelle | 2021-01-02 | 1 | -2/+12 | |
| | | | | ||||||
| | * | | Fix create empty mod/separator position. | Mikaël Capelle | 2021-01-02 | 5 | -26/+32 | |
| | | | | ||||||
| | * | | Disable 'filter separators' combo box when using collapsible separators. | Mikaël Capelle | 2021-01-02 | 3 | -2/+17 | |
| | | | | ||||||
| | * | | Fix highligth of collapsed separator. Move foreground color fix to delegate. | Mikaël Capelle | 2021-01-02 | 2 | -6/+31 | |
| | | | | ||||||
| | * | | Remove duplicated code. | Mikaël Capelle | 2021-01-02 | 2 | -37/+29 | |
| | | | | ||||||
| | * | | Fix setting the primary category of multiple mods at once. | Mikaël Capelle | 2021-01-02 | 4 | -7/+55 | |
| | | | | ||||||
| | * | | Minor cleaning in ModList. | Mikaël Capelle | 2021-01-02 | 1 | -5/+5 | |
| | | | | ||||||
| | * | | 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 | |
| | | | | ||||||
