summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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