summaryrefslogtreecommitdiff
path: root/src/pluginlistview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change `isXFile` to `hasXExtension`Qudix2022-03-191-2/+2
|
* Rename isX to isXFile, and deprecate isMasterQudix2022-02-241-2/+2
| | | | Also made sure to not change existing behaviour
* Add isMasterFlagged to pluginCountQudix2022-02-241-1/+1
|
* Fix possible NPE when booting upChris Bessent2022-01-231-2/+1
|
* Create CopyEventFilter. Add Ctrl+C to the plugin list.Mikaël Capelle2021-01-031-0/+2
|
* Move highlighting of mods containing selected plugins to mod view.Mikaël Capelle2021-01-021-3/+1
|
* Visual fixes for the modlist.Mikaël Capelle2021-01-021-11/+5
| | | | | - Fix invalid positions of markers in the scrollbar. - Use color from children for collapsed elements (background and markers).
* Some cleaning. Avoid using Qt::UserRole.Mikaël Capelle2021-01-021-2/+2
|
* Move sort plugins handler to PluginListView.Mikaël Capelle2021-01-021-2/+50
|
* Remove selection-related stuff from plugin/mod lists.Mikaël Capelle2021-01-021-0/+16
|
* Move open-explorer key combination to views.Mikaël Capelle2021-01-021-1/+16
|
* Move plugin list context menu to its own class and to PluginListView.Mikaël Capelle2021-01-021-0/+71
|
* Move keyboard event to PluginListView.Mikaël Capelle2021-01-021-1/+59
|
* Start moving stuff from MainWindow to PluginListView.Mikaël Capelle2021-01-021-36/+114
|
* replaced #pragma once by ifdefsisanae2020-11-031-2/+0
| | | | | | | changed pointer to ref to NexusInterface on_actionChange_Game_triggered() now creates the dialog itself instead of calling test code fixed broken command line options, they'd be reset before they were used removed useless explicit
* customizable columns for mod and plugin listsisanae2020-02-181-0/+2
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-28/+36
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-36/+28
|
* Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-301-0/+58