summaryrefslogtreecommitdiff
path: root/src/modlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Alt+Click select/deselect the rows below from a separator.Mikaël Capelle2021-01-101-0/+24
* Display mod flags on collapsed separators.Mikaël Capelle2021-01-101-9/+35
* Display children contents in collapsed separator.Mikaël Capelle2021-01-101-11/+64
* Avoid switching proxy model when not necessary.Mikaël Capelle2021-01-051-22/+17
* Documentation + Refresh expanded state on model reset.Mikaël Capelle2021-01-041-5/+12
* Remove useless QObject:: accessor.Mikaël Capelle2021-01-041-4/+4
* Keep track of expanded items in the view instead of the models.Mikaël Capelle2021-01-041-32/+31
* Disable proxies when they are not used.Mikaël Capelle2021-01-041-21/+32
* 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-031-1/+34
* Fix ModListView::visualRect().Mikaël Capelle2021-01-031-7/+4
* Create CopyEventFilter. Add Ctrl+C to the plugin list.Mikaël Capelle2021-01-031-32/+16
* Update documentation for drawBranches.Mikaël Capelle2021-01-031-0/+6
* Fix indentation of indicators branches when using collapsible separators.Mikaël Capelle2021-01-031-0/+9
* Fix empty separator name in copy/paste.Mikaël Capelle2021-01-031-4/+4
* Move highlighting of mods containing selected plugins to mod view.Mikaël Capelle2021-01-021-22/+42
* Move markers management for overwrite/overwritten to ModListView.Mikaël Capelle2021-01-021-13/+127
* Save/restore filter list state between run.Mikaël Capelle2021-01-021-2/+2
* Add Ctrl+C to copy the current selection of mod in the mod list.Mikaël Capelle2021-01-021-2/+33
* Minor refactoring.Mikaël Capelle2021-01-021-10/+9
* Disable 'filter separators' combo box when using collapsible separators.Mikaël Capelle2021-01-021-2/+13
* Fix highligth of collapsed separator. Move foreground color fix to delegate.Mikaël Capelle2021-01-021-3/+30
* Add method to retrieve the grouping mode.Mikaël Capelle2021-01-021-1/+20
* Override separator color instead of mixing it.Mikaël Capelle2021-01-021-8/+11
* Visual fixes for the modlist.Mikaël Capelle2021-01-021-8/+9
* Some cleaning. Avoid using Qt::UserRole.Mikaël Capelle2021-01-021-11/+13
* Use topLevelWidget() instead of custom parent in mod list actions.Mikaël Capelle2021-01-021-1/+1
* Fix position of markers in scrollbar for non-flat models.Mikaël Capelle2021-01-021-13/+2
* Remove selection-related stuff from plugin/mod lists.Mikaël Capelle2021-01-021-0/+12
* 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-021-10/+18
* Start moving stuff from MainWindow to PluginListView.Mikaël Capelle2021-01-021-44/+7
* Documentation for ModListView.Mikaël Capelle2021-01-021-24/+50
* Move modlistview proxy style to moapplication.Mikaël Capelle2021-01-021-29/+0
* Fix drop indicator style in mod list.Mikaël Capelle2021-01-021-7/+3
* Remove useless using declaration.Mikaël Capelle2021-01-021-1/+0
* Minor refactoring.Mikaël Capelle2021-01-021-9/+7
* Maintain selection while filtering (again).Mikaël Capelle2021-01-021-6/+6
* Move filter list to ModListView.Mikaël Capelle2021-01-021-12/+110
* Move more stuff from MainWindow. Minor improvements for prev/next button in M...Mikaël Capelle2021-01-021-4/+16
* Move creations of actions to ModListView.Mikaël Capelle2021-01-021-2/+4
* Move click event to ModListView. Remove unused slots from MainWindow.Mikaël Capelle2021-01-021-12/+98
* Move the regular context menu.Mikaël Capelle2021-01-021-14/+0
* More stuff moved to mod list context.Mikaël Capelle2021-01-021-1/+1
* Start moving modlist context menu actions to separate structures.Mikaël Capelle2021-01-021-1/+8
* Fix rebase from 54736a6.Mikaël Capelle2021-01-021-0/+2
* Add message for invalid drag. Split & clean code.Mikaël Capelle2021-01-021-85/+94
* Clean drag&drop code and add drop of external folder/archives.Mikaël Capelle2021-01-021-13/+56
* Do not invalidate the sort proxy when not required (keep selection).Mikaël Capelle2021-01-021-58/+34
* Expand separator after drop.Mikaël Capelle2021-01-021-7/+8