summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Keep track of expanded items in the view instead of the models.Mikaël Capelle2021-01-046-120/+40
* Disable proxies when they are not used.Mikaël Capelle2021-01-045-59/+90
* Reduce auto-expand delay to 750ms.Mikaël Capelle2021-01-031-1/+1
* Add option to enable/disable displaying conflicts on collapsed separators.Mikaël Capelle2021-01-037-23/+84
* Fix ModListView::visualRect().Mikaël Capelle2021-01-031-7/+4
* Create CopyEventFilter. Add Ctrl+C to the plugin list.Mikaël Capelle2021-01-037-34/+114
* Remove log.Mikaël Capelle2021-01-031-1/+1
* Show conflict icons from children when separator is collapsed.Mikaël Capelle2021-01-032-15/+39
* Reorganizer ModList filters.Mikaël Capelle2021-01-032-4/+3
* Update documentation for drawBranches.Mikaël Capelle2021-01-032-4/+9
* Fix indentation of indicators branches when using collapsible separators.Mikaël Capelle2021-01-035-15/+25
* Fix empty separator name in copy/paste.Mikaël Capelle2021-01-031-4/+4
* Move plugin list index-view conversion to private.Mikaël Capelle2021-01-021-9/+9
* Move highlighting of mods containing selected plugins to mod view.Mikaël Capelle2021-01-025-57/+53
* Remove log from filter list.Mikaël Capelle2021-01-021-1/+0
* 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() c...Mikaël Capelle2021-01-0216-147/+91
* 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
* 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
* 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