summaryrefslogtreecommitdiff
path: root/src/modlistviewactions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Migrating to OAuth Authentication (#2374)Jeremy Rimpo2026-05-121-6/+8
* Stable DownloadId refactor (#2375)Al2026-05-071-4/+6
* Add author and uploader columns to mod list (#2269)Jonathan Feenstra2025-08-181-15/+55
* Oblivion Remastered Meta PR (#2241)Jeremy Rimpo2025-05-231-9/+54
* A few fixes for RC 1Jeremy Rimpo2023-11-161-1/+5
* Make category struct attributes privateJeremy Rimpo2023-09-231-2/+1
* Restructure category refresh actionJeremy Rimpo2023-09-231-4/+4
* Rework download category parsingJeremy Rimpo2023-09-211-9/+10
* Dialogs and bugfixesJeremy Rimpo2023-09-211-1/+16
* Add nexus category ID to mod infoJeremy Rimpo2023-09-211-19/+25
* 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
|\
| * 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
|\
| * 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 conflic...Mikaël Capelle2021-01-161-2/+0
| * 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
|\
| * 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 M...Mikaël Capelle2021-01-021-1/+6
* 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