summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Insert the game rather than replacing the current entryJeremy Rimpo2017-12-131-1/+1
| |/ /
| * | Properly shut down QtWebEngineJeremy Rimpo2017-12-131-0/+2
| | |
| * | A number of improvements and fixesJeremy Rimpo2017-12-136-189/+235
|/ / | | | | | | | | | | | | | | | | * Move diagnostics tab to un-break tutorials targeting tab 3 * Restrict order locking for force-enabled plugins * Cascade locked positions in the case of a conflict * Should remove existing invalid locks * Add some info to primary plugins in plugin list * Differentiate plugin names for DLC and CC content
* | Merge pull request #144 from erasmux/crash_fixesJeremy Rimpo2017-12-126-22/+34
|\ \ | | | | | | Crash dumps fixes
| * | Move crash dumps to instance-dependant data folderEran Mizrahi2017-12-126-11/+27
| | |
| * | call previous unhandled exception filterEran Mizrahi2017-12-111-6/+8
| | |
| * | Revert "Collect crash dumps also for vectored exceptions"Eran Mizrahi2017-12-111-7/+1
|/ / | | | | | | This reverts commit b75e3c12318267be1589cee5e13a9fc89b0097b1.
* | Merge pull request #140 from erasmux/shortcut_fixesJeremy Rimpo2017-12-117-59/+94
|\ \ | | | | | | Shortcut fixes
| * | Use single instance also for MO shortcutsEran Mizrahi2017-12-113-21/+15
| | |
| * | Turn on application icon for executables by defaultEran Mizrahi2017-12-101-1/+1
| | |
| * | Run shortcuts using moshortcut:// to avoid command line problemsEran Mizrahi2017-12-104-47/+87
| | |
| * | Allow copying an executable without changing detailsEran Mizrahi2017-12-101-1/+2
| | |
| * | move crash dumps to their own folderEran Mizrahi2017-12-102-2/+2
|/ /
* | Added issue template for future issues to stick to a standardLePresidente2017-12-101-0/+25
| |
* | Merge pull request #139 from erasmux/better_diagnostics_and_shortcuts_fixJeremy Rimpo2017-12-0914-252/+468
|\ \ | | | | | | Better diagnostics and shortcuts fix
| * | rewrite waitForProcessCompletion more robustlyEran Mizrahi2017-12-101-85/+69
| | |
| * | Wait for processes run using command line shortcutsEran Mizrahi2017-12-108-39/+62
| | |
| * | add logging of process spawnEran Mizrahi2017-12-102-0/+12
| | |
| * | Collect crash dumps also for vectored exceptionsEran Mizrahi2017-12-101-1/+7
| | |
| * | cycle crash dumpsEran Mizrahi2017-12-103-1/+12
| | |
| * | generate dumps using new diagnostics settingsEran Mizrahi2017-12-107-80/+73
| | |
| * | new diagnostics settings dialog tabEran Mizrahi2017-12-103-50/+237
|/ /
* | Merge pull request #138 from Silarn/mainline_devBrian Munro2017-12-083-13/+22
|\ \ | | | | | | Fixes for local saves and configuration handling
| * | Scan for and include script extender save files when transferring savesJeremy Rimpo2017-12-081-0/+20
| | |
| * | Don't set save path or mygamesdirectory in initweaksJeremy Rimpo2017-12-071-12/+0
| | |
| * | Use settings to get correct overwrite path for relative location calc.Jeremy Rimpo2017-12-071-1/+2
| | | | | | | | | | | | (Fixes drag & drop from overwrite to mods.)
* | | Merge pull request #137 from Silarn/mainline_devJeremy Rimpo2017-12-071-11/+12
|\| | | | | | | | Minor correction of HTML structure
| * | Fix lootcli sorting when temp dir contains a space (i.e. user name has a space)Eran Mizrahi2017-12-071-1/+1
| | |
| * | update gitignoreEran Mizrahi2017-12-071-0/+4
| | |
| * | Minor change to correct broken HTML tagsJeremy Rimpo2017-12-061-11/+12
| | |
* | | Merge pull request #136 from erasmux/devJeremy Rimpo2017-12-072-1/+5
|\ \ \ | | | | | | | | Small fix when running lootcli and temp dir contains a space (i.e. user name has a space)
| * | | Fix lootcli sorting when temp dir contains a space (i.e. user name has a space)Eran Mizrahi2017-12-071-1/+1
| | | |
| * | | update gitignoreEran Mizrahi2017-12-071-0/+4
|/ / /
* | | Merge pull request #135 from LePresidente/QT5.7Brian Munro2017-12-0552-875/+1333
|\ \ \ | | | | | | | | All changes done for 2.1.0
| * | | Merge pull request #133 from Silarn/mainline_devJeremy Rimpo2017-12-023-4/+5
| |\| | | | | | | | | | Final highlighting changes
| | * | Final highlighting changesJeremy Rimpo2017-12-023-4/+5
| | | |
| * | | Merge pull request #132 from Silarn/mainline_devJeremy Rimpo2017-11-3021-451/+722
| |\| | | | | | | | | | Numerous updates
| | * | Add unmanaged mods and fix plugin identificationJeremy Rimpo2017-11-302-2/+13
| | | |
| | * | Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-3015-406/+629
| | | |
| | * | Set the default WebEngineProfile settings to webcacheJeremy Rimpo2017-11-301-0/+6
| | | |
| | * | Merge remote-tracking branch 'up/QT5.7' into mainline_devJeremy Rimpo2017-11-151-0/+4
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #126 from Al12rs/QT5.7Brian Munro2017-11-111-0/+4
| |\ \ \ | | | | | | | | | | Fix for MO finding the wrong game to manage.
| | * | | Fix for MO finding the wrong game to manage.Al12rs2017-11-101-0/+4
| | | | | | | | | | | | | | | | | | | | Commented out code that tried to deduce game and found wrong one. Now, if not already set in INI, file MO will ask the user which one to manage.
| | | * | Category fixesJeremy Rimpo2017-11-151-9/+7
| | | | |
| | | * | Add resource image for MCM detectionJeremy Rimpo2017-11-131-0/+0
| | | | |
| | | * | Merge remote-tracking branch 'up/QT5.7' into mainline_devJeremy Rimpo2017-11-101-0/+6
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #125 from Helidoc65/QT5.7Jeremy Rimpo2017-11-071-0/+6
| |\ \ \ \ | | | | | | | | | | | | Fixed to get rid of WindowsWindow::setGeometry: Unable to set geometry bug.
| | * | | | Add files via uploadHelidoc652017-11-071-0/+6
| |/ / / / | | | | | | | | | | Fixed to get rid of WindowsWindow::setGeometry: Unable to set geometry bug.
| * | | | Merge pull request #121 from Silarn/mainline_devJeremy Rimpo2017-11-051-84/+102
| |\ \ \ \ | | | | | | | | | | | | Rework waitForProcessCompletion - reduce handle use and add delay
| | | | * | Add MCM detection (but doesn't fix loading issues :()Jeremy Rimpo2017-11-085-2/+8
| | | | | |