| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make category struct attributes private | Jeremy Rimpo | 2023-09-23 | 1 | -2/+1 |
| | | |||||
| * | Restructure category refresh action | Jeremy Rimpo | 2023-09-23 | 1 | -4/+4 |
| | | | | | | | | - Remove plugins class - Route signals to run Nexus API call from MainWindow - Pass Dialog instance to route response data - Revert CategoryFactory::instance to return reference | ||||
| * | Rework download category parsing | Jeremy Rimpo | 2023-09-21 | 1 | -9/+10 |
| | | | | | | - Bypasses issue where hidden downloads are not accessible - getCategoryID no longer necessary | ||||
| * | Dialogs and bugfixes | Jeremy Rimpo | 2023-09-21 | 1 | -1/+16 |
| | | |||||
| * | Add nexus category ID to mod info | Jeremy Rimpo | 2023-09-21 | 1 | -19/+25 |
| | | | | | | - We will check the mod info first then fall back to the download file - Add category field in the info dialog nexus tab | ||||
| * | Clang cleanup | Jeremy Rimpo | 2023-09-21 | 1 | -7/+11 |
| | | |||||
| * | Preserve old category if Nexus category can't be mapped | Jeremy Rimpo | 2023-09-21 | 1 | -6/+9 |
| | | |||||
| * | Allow remapping category from context menu | Jeremy Rimpo | 2023-09-21 | 1 | -0/+14 |
| | | |||||
| * | Add menu item to auto-assign categories based on nexus assignments | Jeremy Rimpo | 2023-09-21 | 1 | -0/+18 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -279/+342 |
| | | |||||
| * | Remove dependency on Core5Compat | Jeremy Rimpo | 2022-04-19 | 1 | -4/+4 |
| | | |||||
| * | Fix fixDirectoryName includes | Chris Bessent | 2021-04-29 | 1 | -1/+1 |
| | | |||||
| * | Fix priority for 'Create Empty Mod'. | Mikaël Capelle | 2021-02-27 | 1 | -1/+2 |
| | | |||||
| * | Fix 'Send to separator... ' in descending priority. | Mikaël Capelle | 2021-02-24 | 1 | -27/+52 |
| | | |||||
| * | emit modInfoDisplayed, it's required by the tutorial | isanae | 2021-02-24 | 1 | -0/+1 |
| | | |||||
| * | Fix enable/disable all message. | Mikaël Capelle | 2021-01-24 | 1 | -1/+7 |
| | | |||||
| * | Use constant for minimum/maximum priorities. | Mikaël Capelle | 2021-01-22 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #1372 from Holt59/install-mod-at | Mikaël Capelle | 2021-01-18 | 1 | -40/+47 |
| |\ | | | | | Modify 'Install mod... ' in context menu to install above current mod. | ||||
| | * | Make installMod behave similarly to createEmptyMod for the new mod priority. | Mikaël Capelle | 2021-01-18 | 1 | -44/+41 |
| | | | |||||
| | * | Modify 'Install mod... ' in context menu to install above current mod. | Mikaël Capelle | 2021-01-18 | 1 | -3/+13 |
| | | | |||||
| * | | Better handling of layoutChanged in by-priority proxy to avoid resetting. | Mikaël Capelle | 2021-01-18 | 1 | -13/+6 |
| |/ | |||||
| * | Merge pull request #1363 from Holt59/modlist-improvements | Al | 2021-01-16 | 1 | -10/+61 |
| |\ | | | | | Send to last conflict | ||||
| | * | Maintain selection after 'Send to... ' and add send to first conflict. | Mikaël Capelle | 2021-01-16 | 1 | -12/+40 |
| | | | |||||
| | * | Only consider loose files vs. loose files conflicts for 'Send to last ↵ | Mikaël Capelle | 2021-01-16 | 1 | -2/+0 |
| | | | | | | | | | conflict' entry. | ||||
| | * | Add send to last conflict action for modlist. | Mikaël Capelle | 2021-01-16 | 1 | -0/+25 |
| | | | |||||
| * | | Contextual menu entry for enable/disable all visible. | Mikaël Capelle | 2021-01-14 | 1 | -0/+12 |
| | | | |||||
| * | | Better context menu entries for mod/separator creation. | Mikaël Capelle | 2021-01-14 | 1 | -0/+5 |
| |/ | |||||
| * | Merge pull request #1360 from Holt59/organizercore-cleaning | Mikaël Capelle | 2021-01-14 | 1 | -2/+2 |
| |\ | | | | | OrganizerCore cleaning. | ||||
| | * | Remove OrganizerCore::modsSortedByProfilePriority. | Mikaël Capelle | 2021-01-13 | 1 | -2/+2 |
| | | | |||||
| * | | Fix drop in separator and create mod in separator in descending priority. | Mikaël Capelle | 2021-01-11 | 1 | -10/+21 |
| |/ | |||||
| * | Select separator after creation. | Mikaël Capelle | 2021-01-10 | 1 | -5/+10 |
| | | |||||
| * | Change 'Create empty mod' depending on the currently selected mod. | Mikaël Capelle | 2021-01-10 | 1 | -3/+28 |
| | | |||||
| * | Fix create empty mod/separator position. | Mikaël Capelle | 2021-01-02 | 1 | -15/+10 |
| | | |||||
| * | Fix setting the primary category of multiple mods at once. | Mikaël Capelle | 2021-01-02 | 1 | -1/+17 |
| | | |||||
| * | Use topLevelWidget() instead of custom parent in mod list actions. | Mikaël Capelle | 2021-01-02 | 1 | -3/+3 |
| | | |||||
| * | Move open-explorer key combination to views. | Mikaël Capelle | 2021-01-02 | 1 | -1/+3 |
| | | |||||
| * | Start moving stuff from MainWindow to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -10/+13 |
| | | |||||
| * | Use proper parent object in modlistviewactions. | Mikaël Capelle | 2021-01-02 | 1 | -33/+34 |
| | | |||||
| * | Fix parent of ModInfoDialog. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Move more stuff from MainWindow. Minor improvements for prev/next button in ↵ | Mikaël Capelle | 2021-01-02 | 1 | -1/+6 |
| | | | | | 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 the regular context menu. | Mikaël Capelle | 2021-01-02 | 1 | -5/+227 |
| | | |||||
| * | Clean visitOnX methods. | Mikaël Capelle | 2021-01-02 | 1 | -47/+51 |
| | | |||||
| * | Move the separator context menu. | Mikaël Capelle | 2021-01-02 | 1 | -0/+98 |
| | | |||||
| * | Move the backup context menu. | Mikaël Capelle | 2021-01-02 | 1 | -0/+171 |
| | | |||||
| * | Move the overwrite context menu. | Mikaël Capelle | 2021-01-02 | 1 | -1/+127 |
| | | |||||
| * | More stuff moved to mod list context. | Mikaël Capelle | 2021-01-02 | 1 | -0/+68 |
| | | |||||
| * | More context menu stuff moved. | Mikaël Capelle | 2021-01-02 | 1 | -5/+98 |
| | | |||||
| * | Start moving modlist context menu actions to separate structures. | Mikaël Capelle | 2021-01-02 | 1 | -0/+339 |
