| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Revert to Qt default behavior for auto-collapse on hovering. | Mikaël Capelle | 2021-01-02 | 2 | -26/+1 |
| | | |||||
| * | Prevent dropping separators onto separators. | Mikaël Capelle | 2021-01-02 | 1 | -5/+15 |
| | | |||||
| * | Allow drag&drop a separator to itself. | Mikaël Capelle | 2021-01-02 | 2 | -4/+23 |
| | | |||||
| * | Better drag handling. | Mikaël Capelle | 2021-01-02 | 3 | -3/+25 |
| | | |||||
| * | Fix keyboard move selection. | Mikaël Capelle | 2021-01-02 | 7 | -54/+125 |
| | | |||||
| * | Do not set Qt::ItemIsDropEnabled all the time. | Mikaël Capelle | 2021-01-02 | 5 | -6/+28 |
| | | |||||
| * | Save collapse state of separator. | Mikaël Capelle | 2021-01-02 | 4 | -0/+51 |
| | | |||||
| * | Small refactoring to avoid duplicated code. | Mikaël Capelle | 2021-01-02 | 3 | -25/+20 |
| | | |||||
| * | Clean drag&drop of URLs and mods/archives. | Mikaël Capelle | 2021-01-02 | 9 | -186/+156 |
| | | |||||
| * | Drag and drop from download view to install + Expand and scroll to mod on ↵ | Mikaël Capelle | 2021-01-02 | 8 | -36/+128 |
| | | | | | install. | ||||
| * | Move common code to method. | Mikaël Capelle | 2021-01-02 | 2 | -14/+14 |
| | | |||||
| * | Add collapse/expand all actions. | Mikaël Capelle | 2021-01-02 | 1 | -0/+4 |
| | | |||||
| * | Restrict collapsible separators to sort-by-priority in ascending order. | Mikaël Capelle | 2021-01-02 | 1 | -2/+2 |
| | | |||||
| * | Restrict collapsible separators to sort-by-priority. | Mikaël Capelle | 2021-01-02 | 1 | -4/+20 |
| | | |||||
| * | Fix drag-and-drop of separators. | Mikaël Capelle | 2021-01-02 | 1 | -0/+31 |
| | | |||||
| * | Allow drop before first separator. | Mikaël Capelle | 2021-01-02 | 1 | -3/+6 |
| | | |||||
| * | Only expand if model is correct. | Mikaël Capelle | 2021-01-02 | 1 | -2/+3 |
| | | |||||
| * | Fix expansion of items when building tree. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Fix drag and drop of regular mods. | Mikaël Capelle | 2021-01-02 | 3 | -7/+62 |
| | | |||||
| * | Disable auto-collapsing after delay. | Mikaël Capelle | 2021-01-02 | 2 | -4/+38 |
| | | |||||
| * | Add auto-expand. | Mikaël Capelle | 2021-01-02 | 1 | -0/+1 |
| | | |||||
| * | Use an intermediate structure to store the separator tree. | Mikaël Capelle | 2021-01-02 | 7 | -152/+178 |
| | | |||||
| * | Start working on collapsible separators. | Mikaël Capelle | 2021-01-02 | 7 | -5/+282 |
| | | |||||
| * | Merge pull request #1340 from Holt59/update-imodinterface | Mikaël Capelle | 2021-01-02 | 4 | -1/+37 |
| |\ | | | | | Remove setName and remove from mod interface. | ||||
| | * | Remove setName and remove from mod interface. | Mikaël Capelle | 2021-01-02 | 4 | -1/+37 |
| |/ | |||||
| * | Merge pull request #1336 from Holt59/fix-crash-during-extraction | Al | 2021-01-01 | 1 | -4/+12 |
| |\ | | | | | Tentative fix for crash during large extraction. | ||||
| | * | Tentative fix for crash during large extraction. | Mikaël Capelle | 2020-12-31 | 1 | -4/+12 |
| |/ | |||||
| * | Bump version to alpha4 | AL | 2020-12-30 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1334 from Holt59/dot-in-filefindinfos | Mikaël Capelle | 2020-12-30 | 1 | -1/+1 |
| |\ | | | | | Allow '.' for the path in findFileInfos. | ||||
