summaryrefslogtreecommitdiff
path: root/src/modlistviewactions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make category struct attributes privateJeremy Rimpo2023-09-231-2/+1
|
* Restructure category refresh actionJeremy Rimpo2023-09-231-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 parsingJeremy Rimpo2023-09-211-9/+10
| | | | | - Bypasses issue where hidden downloads are not accessible - getCategoryID no longer necessary
* Dialogs and bugfixesJeremy Rimpo2023-09-211-1/+16
|
* Add nexus category ID to mod infoJeremy Rimpo2023-09-211-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 cleanupJeremy Rimpo2023-09-211-7/+11
|
* Preserve old category if Nexus category can't be mappedJeremy Rimpo2023-09-211-6/+9
|
* Allow remapping category from context menuJeremy Rimpo2023-09-211-0/+14
|
* Add menu item to auto-assign categories based on nexus assignmentsJeremy Rimpo2023-09-211-0/+18
|
* Apply clang-format.Mikaël Capelle2023-07-091-279/+342
|
* Remove dependency on Core5CompatJeremy Rimpo2022-04-191-4/+4
|
* Fix fixDirectoryName includesChris Bessent2021-04-291-1/+1
|
* Fix priority for 'Create Empty Mod'.Mikaël Capelle2021-02-271-1/+2
|
* Fix 'Send to separator... ' in descending priority.Mikaël Capelle2021-02-241-27/+52
|
* emit modInfoDisplayed, it's required by the tutorialisanae2021-02-241-0/+1
|
* Fix enable/disable all message.Mikaël Capelle2021-01-241-1/+7
|
* Use constant for minimum/maximum priorities.Mikaël Capelle2021-01-221-3/+3
|
* Merge pull request #1372 from Holt59/install-mod-atMikaël Capelle2021-01-181-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 Capelle2021-01-181-44/+41
| |
| * Modify 'Install mod... ' in context menu to install above current mod.Mikaël Capelle2021-01-181-3/+13
| |
* | Better handling of layoutChanged in by-priority proxy to avoid resetting.Mikaël Capelle2021-01-181-13/+6
|/
* Merge pull request #1363 from Holt59/modlist-improvementsAl2021-01-161-10/+61
|\ | | | | Send to last conflict
| * Maintain selection after 'Send to... ' and add send to first conflict.Mikaël Capelle2021-01-161-12/+40
| |
| * Only consider loose files vs. loose files conflicts for 'Send to last ↵Mikaël Capelle2021-01-161-2/+0
| | | | | | | | conflict' entry.
| * Add send to last conflict action for modlist.Mikaël Capelle2021-01-161-0/+25
| |
* | Contextual menu entry for enable/disable all visible.Mikaël Capelle2021-01-141-0/+12
| |
* | Better context menu entries for mod/separator creation.Mikaël Capelle2021-01-141-0/+5
|/
* Merge pull request #1360 from Holt59/organizercore-cleaningMikaël Capelle2021-01-141-2/+2
|\ | | | | OrganizerCore cleaning.
| * Remove OrganizerCore::modsSortedByProfilePriority.Mikaël Capelle2021-01-131-2/+2
| |
* | Fix drop in separator and create mod in separator in descending priority.Mikaël Capelle2021-01-111-10/+21
|/
* Select separator after creation.Mikaël Capelle2021-01-101-5/+10
|
* Change 'Create empty mod' depending on the currently selected mod.Mikaël Capelle2021-01-101-3/+28
|
* Fix create empty mod/separator position.Mikaël Capelle2021-01-021-15/+10
|
* Fix setting the primary category of multiple mods at once.Mikaël Capelle2021-01-021-1/+17
|
* Use topLevelWidget() instead of custom parent in mod list actions.Mikaël Capelle2021-01-021-3/+3
|
* Move open-explorer key combination to views.Mikaël Capelle2021-01-021-1/+3
|
* Start moving stuff from MainWindow to PluginListView.Mikaël Capelle2021-01-021-10/+13
|
* Use proper parent object in modlistviewactions.Mikaël Capelle2021-01-021-33/+34
|
* Fix parent of ModInfoDialog.Mikaël Capelle2021-01-021-1/+1
|
* Move more stuff from MainWindow. Minor improvements for prev/next button in ↵Mikaël Capelle2021-01-021-1/+6
| | | | ModInfoDialog.
* Replace hasFlag by isX.Mikaël Capelle2021-01-021-4/+3
|
* Fix originModified signal handling.Mikaël Capelle2021-01-021-1/+1
|
* Move the regular context menu.Mikaël Capelle2021-01-021-5/+227
|
* Clean visitOnX methods.Mikaël Capelle2021-01-021-47/+51
|
* Move the separator context menu.Mikaël Capelle2021-01-021-0/+98
|
* Move the backup context menu.Mikaël Capelle2021-01-021-0/+171
|
* Move the overwrite context menu.Mikaël Capelle2021-01-021-1/+127
|
* More stuff moved to mod list context.Mikaël Capelle2021-01-021-0/+68
|
* More context menu stuff moved.Mikaël Capelle2021-01-021-5/+98
|
* Start moving modlist context menu actions to separate structures.Mikaël Capelle2021-01-021-0/+339