summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Request window focus when dropping external folder and scroll to new mod.Mikaël Capelle2021-01-102-7/+22
* Small clean.Mikaël Capelle2021-01-101-1/+1
* Re-add 'Create empty mod' and 'Create separator' to global mod list context m...Mikaël Capelle2021-01-101-0/+4
* Do not notifyChange if the new name is identical to the old name.Mikaël Capelle2021-01-101-4/+5
* Left-align warning icon if there is no update icon in the column version.Mikaël Capelle2021-01-101-2/+4
* Display upgrade/warning for versions on collapsed separators.Mikaël Capelle2021-01-104-0/+84
* Rename ModListStyledItemDelegated -> ModListStyledItemDelegate.Mikaël Capelle2021-01-102-5/+5
* Fix vertical alignment of icons.Mikaël Capelle2021-01-101-1/+4
* Tentative fix for automatic text color when markers or separator colors are u...Mikaël Capelle2021-01-102-9/+20
* Allow double-click to accept choice in ListDialog.Mikaël Capelle2021-01-101-0/+1
* Remove dropSeparators() method from proxy.Mikaël Capelle2021-01-102-25/+12
* Fix Alt+Click for selecting children of separators.Mikaël Capelle2021-01-102-0/+46
* Tentative fix for drop indicator appearance at the top of the mod list.Mikaël Capelle2021-01-101-1/+11
* Fix drop below collapsed separator.Mikaël Capelle2021-01-104-17/+49
* Add option to have different separator collapsed/expanded states between prof...Mikaël Capelle2021-01-109-8/+59
* Update markers and plugins highligths when separator is expanded/collapsed.Mikaël Capelle2021-01-102-41/+50
* Show conflicts and highligth plugins from collapsed separators.Mikaël Capelle2021-01-106-104/+89
* Alt+Click select/deselect the rows below from a separator.Mikaël Capelle2021-01-102-0/+25
* Display mod flags on collapsed separators.Mikaël Capelle2021-01-104-14/+53
* Display children contents in collapsed separator.Mikaël Capelle2021-01-1015-135/+222
* Re-organize settings. Add setting to remember filters when restarting MO.Mikaël Capelle2021-01-1011-420/+488
* Merge pull request #1338 from Holt59/collapsible-separatorsMikaël Capelle2021-01-1071-4451/+6285
|\
| * Menu separator before collapse entries in separator context menu.Mikaël Capelle2021-01-101-0/+1
| * NameRole -> GameNameRole.Mikaël Capelle2021-01-102-2/+2
| * Prevent creating separator or empty mod 'on' backups.Mikaël Capelle2021-01-061-2/+9
| * Remove incorrect command and small clean for mainwindow.h.Mikaël Capelle2021-01-061-8/+7
| * Do not return value from copySelection().Mikaël Capelle2021-01-062-5/+5
| * Merge remote-tracking branch 'origin/master' into collapsible-separatorsMikaël Capelle2021-01-063-85/+140
| |\
| * | Remove manual setDrag/setDrop in download tab.Mikaël Capelle2021-01-061-3/+0
| * | Avoid switching proxy model when not necessary.Mikaël Capelle2021-01-052-23/+18
| * | 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-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