summaryrefslogtreecommitdiff
path: root/src/modlistcontextmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add author and uploader columns to mod list (#2269)Jonathan Feenstra2025-08-181-0/+12
* A few fixes for RC 1Jeremy Rimpo2023-11-161-1/+3
* Refresh Callback (+ Extra for AboutToRun) (#1884)Mikaël Capelle2023-09-291-1/+1
* Fix rebase issuesJeremy Rimpo2023-09-211-3/+3
* Clang cleanupJeremy Rimpo2023-09-211-1/+3
* Allow remapping category from context menuJeremy Rimpo2023-09-211-0/+4
* Add menu item to auto-assign categories based on nexus assignmentsJeremy Rimpo2023-09-211-0/+3
* Refactoring for upstream mergeJeremy Rimpo2023-09-211-13/+13
* Apply clang-format.Mikaël Capelle2023-07-091-133/+246
* Comment and remove extra blank lines.Mikaël Capelle2021-01-181-2/+3
* Make installMod behave similarly to createEmptyMod for the new mod priority.Mikaël Capelle2021-01-181-5/+8
* Modify 'Install mod... ' in context menu to install above current mod.Mikaël Capelle2021-01-181-1/+4
* Merge pull request #1363 from Holt59/modlist-improvementsAl2021-01-161-4/+38
|\
| * Maintain selection after 'Send to... ' and add send to first conflict.Mikaël Capelle2021-01-161-2/+13
| * Only consider loose files vs. loose files conflicts for 'Send to last conflic...Mikaël Capelle2021-01-161-4/+1
| * Fix entry names.Mikaël Capelle2021-01-161-2/+2
| * Add send to last conflict action for modlist.Mikaël Capelle2021-01-161-4/+30
* | Contextual menu entry for enable/disable all visible.Mikaël Capelle2021-01-141-12/+18
* | Better context menu entries for mod/separator creation.Mikaël Capelle2021-01-141-6/+12
|/
* Change 'Create empty mod' depending on the currently selected mod.Mikaël Capelle2021-01-101-4/+5
* Re-add 'Create empty mod' and 'Create separator' to global mod list context m...Mikaël Capelle2021-01-101-0/+4
* Menu separator before collapse entries in separator context menu.Mikaël Capelle2021-01-101-0/+1
* Prevent creating separator or empty mod 'on' backups.Mikaël Capelle2021-01-061-2/+9
* Create CopyEventFilter. Add Ctrl+C to the plugin list.Mikaël Capelle2021-01-031-1/+1
* Fix create empty mod/separator position.Mikaël Capelle2021-01-021-5/+10
* Remove duplicated code.Mikaël Capelle2021-01-021-35/+23
* Fix setting the primary category of multiple mods at once.Mikaël Capelle2021-01-021-5/+27
* Some cleaning. Avoid using Qt::UserRole.Mikaël Capelle2021-01-021-6/+9
* Move the regular context menu.Mikaël Capelle2021-01-021-1/+117
* Move the separator context menu.Mikaël Capelle2021-01-021-5/+145
* Move the backup context menu.Mikaël Capelle2021-01-021-8/+29
* Move the overwrite context menu.Mikaël Capelle2021-01-021-19/+25
* More stuff moved to mod list context.Mikaël Capelle2021-01-021-11/+28
* More context menu stuff moved.Mikaël Capelle2021-01-021-210/+54
* Start moving modlist context menu actions to separate structures.Mikaël Capelle2021-01-021-0/+273