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