summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move more stuff from MainWindow. Minor improvements for prev/next button in M...Mikaël Capelle2021-01-028-67/+66
* Replace hasFlag by isX.Mikaël Capelle2021-01-021-4/+3
* Fix originModified signal handling.Mikaël Capelle2021-01-021-1/+1
* Move creations of actions to ModListView.Mikaël Capelle2021-01-023-8/+9
* Move click event to ModListView. Remove unused slots from MainWindow.Mikaël Capelle2021-01-026-959/+109
* Move the regular context menu.Mikaël Capelle2021-01-027-261/+366
* Clean visitOnX methods.Mikaël Capelle2021-01-022-47/+52
* Move the separator context menu.Mikaël Capelle2021-01-027-75/+325
* Move the backup context menu.Mikaël Capelle2021-01-026-57/+216
* Move the overwrite context menu.Mikaël Capelle2021-01-027-187/+188
* More stuff moved to mod list context.Mikaël Capelle2021-01-029-140/+148
* More context menu stuff moved.Mikaël Capelle2021-01-027-335/+192
* Start moving modlist context menu actions to separate structures.Mikaël Capelle2021-01-0211-345/+742
* Fix rebase from 54736a6.Mikaël Capelle2021-01-022-11/+33
* Add message for invalid drag. Split & clean code.Mikaël Capelle2021-01-029-307/+335
* Fix canDrop in sort proxy.Mikaël Capelle2021-01-021-3/+3
* Fix category management.Mikaël Capelle2021-01-023-48/+22
* Clean drag&drop code and add drop of external folder/archives.Mikaël Capelle2021-01-029-243/+439
* Remove unused method.Mikaël Capelle2021-01-022-22/+0
* Remove debug for not-checkable row in grouping proxy (happens with backups fo...Mikaël Capelle2021-01-021-1/+0
* Do not invalidate the sort proxy when not required (keep selection).Mikaël Capelle2021-01-026-99/+73
* Expand separator after drop.Mikaël Capelle2021-01-021-7/+8
* Attempt to fix the style of the drop indicator.Mikaël Capelle2021-01-021-5/+8
* Fix indent when grouping by category/nexus id.Mikaël Capelle2021-01-021-7/+9
* Conditional collapse/expand all item in 'all mods' menu.Mikaël Capelle2021-01-021-4/+6
* Fix and move stuff around.Mikaël Capelle2021-01-0211-177/+195
* Add option to disable collapsible separators.Mikaël Capelle2021-01-027-6/+62
* Remove context attribute from MainWindow.Mikaël Capelle2021-01-024-275/+257
* Fix prev/next button in mod info dialog.Mikaël Capelle2021-01-023-20/+59
* Refactoring and fixes.Mikaël Capelle2021-01-026-475/+679
* Fix controls without indentation.Mikaël Capelle2021-01-022-13/+13
* Tentative fix for the indentation.Mikaël Capelle2021-01-022-14/+34
* Fix indentation and drop indicator.Mikaël Capelle2021-01-023-3/+58
* Prevent dropping mods into their current separator.Mikaël Capelle2021-01-021-4/+16
* Toggle expanded state on double-click.Mikaël Capelle2021-01-021-13/+23
* Maintain selection while filtering.Mikaël Capelle2021-01-023-8/+22
* Fix filtering for separators.Mikaël Capelle2021-01-021-6/+21