summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * fix running shortcuts with locking disabledisanae2021-01-042-41/+72
| | | | | | | | | | when a ProcessRunner gets ForceWait|PreventExit and locking is disabled, wait for the process normally but without showing the ui changed references to UILocker::Session to pointers because they can now be null
| * fixes for the profiles dialog:isanae2021-01-041-46/+71
| | | | | | | | | | | | - don't refresh before showing the dialog, this happened because setCurrentIndex() was called to reselect the old item after <manage> was selected - can't use previousIndex after the dialog has been shown, the ordering might have changed if profiles were created/removed - don't call activateSelectedProfile() manually when 'select' is clicked from the dialog, just call setCurrentText() and let it fire the event again, then return immediately so it's not done twice
* | 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() ↵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).