summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move markers management for overwrite/overwritten to ModListView.Mikaël Capelle2021-01-0210-173/+168
|
* Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() ↵Mikaël Capelle2021-01-0216-147/+91
| | | | completely.
* Minor cleaning of PluginList.Mikaël Capelle2021-01-022-25/+0
|
* Remove useless layoutChanged() in PluginList.Mikaël Capelle2021-01-021-2/+0
|
* Remove unused signal.Mikaël Capelle2021-01-021-2/+0
|
* Save/restore filter list state between run.Mikaël Capelle2021-01-025-19/+74
|
* Add Ctrl+C to copy the current selection of mod in the mod list.Mikaël Capelle2021-01-022-2/+34
|
* Add index attribute to ModInfo.Mikaël Capelle2021-01-024-36/+48
|
* Minor cleaning and fix in ModList.Mikaël Capelle2021-01-022-80/+132
| | | | | - Proper display of separator name for removal. - Replace usage of flags with isXXX.
* Move option to use collapsible separators.Mikaël Capelle2021-01-021-64/+71
|
* Move connection from organizer to mainwindow.Mikaël Capelle2021-01-022-15/+12
|
* Minor refactoring.Mikaël Capelle2021-01-027-72/+43
|
* Fix notification for removed mods.Mikaël Capelle2021-01-021-6/+7
|
* Add Page Up/Down shortcut in ModInfoDialog.Mikaël Capelle2021-01-021-2/+12
|
* Fix create empty mod/separator position.Mikaël Capelle2021-01-025-26/+32
|
* Disable 'filter separators' combo box when using collapsible separators.Mikaël Capelle2021-01-023-2/+17
|
* Fix highligth of collapsed separator. Move foreground color fix to delegate.Mikaël Capelle2021-01-022-6/+31
|
* Remove duplicated code.Mikaël Capelle2021-01-022-37/+29
|
* Fix setting the primary category of multiple mods at once.Mikaël Capelle2021-01-024-7/+55
|
* Minor cleaning in ModList.Mikaël Capelle2021-01-021-5/+5
|
* Clean code and reorganize.Mikaël Capelle2021-01-024-31/+39
|
* Add method to retrieve the grouping mode.Mikaël Capelle2021-01-022-1/+34
|
* Override separator color instead of mixing it.Mikaël Capelle2021-01-021-8/+11
|
* Visual fixes for the modlist.Mikaël Capelle2021-01-0212-35/+163
| | | | | - Fix invalid positions of markers in the scrollbar. - Use color from children for collapsed elements (background and markers).
* Save the state of the mod list properly.Mikaël Capelle2021-01-021-0/+1
|
* Remove unused stuff from MainWindow.Mikaël Capelle2021-01-021-23/+0
|
* Some cleaning. Avoid using Qt::UserRole.Mikaël Capelle2021-01-0211-75/+121
|
* Use topLevelWidget() instead of custom parent in mod list actions.Mikaël Capelle2021-01-023-6/+5
|
* Move sort plugins handler to PluginListView.Mikaël Capelle2021-01-024-50/+53
|
* Fix position of markers in scrollbar for non-flat models.Mikaël Capelle2021-01-026-35/+26
|
* Remove selection-related stuff from plugin/mod lists.Mikaël Capelle2021-01-029-46/+50
|
* Minor clean for plugin list.Mikaël Capelle2021-01-023-44/+31
|
* Remove unused methods.Mikaël Capelle2021-01-022-49/+2
|
* Add shift+enter shortcut to expand rows in mod list.Mikaël Capelle2021-01-021-10/+32
|
* Move open-explorer key combination to views.Mikaël Capelle2021-01-025-56/+38
|
* Move plugin list context menu to its own class and to PluginListView.Mikaël Capelle2021-01-0210-281/+280
|
* Move keyboard event to PluginListView.Mikaël Capelle2021-01-025-105/+141
|
* Start moving stuff from MainWindow to PluginListView.Mikaël Capelle2021-01-0212-197/+270
|
* Documentation for ModListView.Mikaël Capelle2021-01-021-24/+50
|
* ProxyStyle documentation.Mikaël Capelle2021-01-021-2/+5
|
* Move modlistview proxy style to moapplication.Mikaël Capelle2021-01-022-35/+13
|
* Fix drop indicator style in mod list.Mikaël Capelle2021-01-021-7/+3
|
* Remove cancelModListEditor (unused).Mikaël Capelle2021-01-022-8/+0
|
* Use proper parent object in modlistviewactions.Mikaël Capelle2021-01-022-34/+38
|
* Fix parent of ModInfoDialog.Mikaël Capelle2021-01-023-5/+4
|
* Remove useless using declaration.Mikaël Capelle2021-01-021-1/+0
|
* Make some methods protected in ModListView.Mikaël Capelle2021-01-021-2/+5
|
* Minor refactoring.Mikaël Capelle2021-01-021-9/+7
|
* Maintain selection while filtering (again).Mikaël Capelle2021-01-023-6/+10
|
* Move filter list to ModListView.Mikaël Capelle2021-01-026-132/+140
|