| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add MCM detection (but doesn't fix loading issues :() | Jeremy Rimpo | 2017-11-08 | 5 | -2/+8 |
| | | |||||
| * | Add missing Nexus categories | Jeremy Rimpo | 2017-11-08 | 1 | -32/+55 |
| | | |||||
| * | Don't truncate, bypass the issue by fixing the progress window size | Jeremy Rimpo | 2017-11-07 | 1 | -8/+7 |
| | | |||||
| * | Forcing the progress window to resize seems to hang the extraction process | Jeremy Rimpo | 2017-11-07 | 1 | -1/+6 |
| | | |||||
| * | Wait for mousebutton to reduce MO cpu use while waiting | Jeremy Rimpo | 2017-11-05 | 1 | -2/+2 |
| | | |||||
| * | Remove cruft and reapply input event listening on subprocess delay | Jeremy Rimpo | 2017-11-05 | 1 | -7/+7 |
| | | |||||
| * | Rework waitForProcessCompletion - reduce handle use and add delay | Jeremy Rimpo | 2017-11-05 | 1 | -84/+102 |
| | | |||||
| * | processes should be deleted at end of waitForProcessCompletion | LePresidente | 2017-11-04 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #120 from Silarn/mainline_dev | Jeremy Rimpo | 2017-11-02 | 1 | -5/+14 |
| |\ | | | | | Fix remaining handle leaks | ||||
| | * | Fix remaining handle leaks | Jeremy Rimpo | 2017-11-02 | 1 | -5/+14 |
| | | | |||||
| * | | Merge pull request #119 from Silarn/mainline_dev | Jeremy Rimpo | 2017-11-02 | 1 | -75/+73 |
| |\| | | | | | Process completion fixes | ||||
| | * | Process completion fixes | Jeremy Rimpo | 2017-11-02 | 1 | -75/+73 |
| |/ | | | | | | * Closes all old handles * Hides 'unknown' processes * Correctly detects process chains | ||||
| * | Merge pull request #117 from Al12rs/QT5.7 | Brian Munro | 2017-11-01 | 1 | -1/+1 |
| |\ | | | | | Added !found condition to for loop to avoid possible leak. | ||||
| | * | Added !found condition to for loop to ensure that a valid processHandle ↵ | Al12rs | 2017-10-31 | 1 | -1/+1 |
| | | | | | | | | | can't be overwritten to avoid handle leaks. | ||||
| * | | Merge pull request #118 from Silarn/mainline_dev | Jeremy Rimpo | 2017-10-31 | 1 | -27/+30 |
| |\ \ | |/ |/| | Do not attempt to add or delete if arch not found | ||||
| | * | If architecture is not detected, skip handling | Jeremy Rimpo | 2017-10-31 | 1 | -27/+30 |
| | | | |||||
| | * | Merge remote-tracking branch 'up/QT5.7' into mainline_dev | Jeremy Rimpo | 2017-10-31 | 1 | -44/+52 |
| | |\ | |/ |/| | |||||
| * | | Merge branch 'QT5.7' of https://github.com/LePresidente/modorganizer into QT5.7 | LePresidente | 2017-10-31 | 0 | -0/+0 |
| |\ \ | |||||
| | * \ | Merge pull request #114 from Al12rs/QT5.7 | Brian Munro | 2017-10-31 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | Changed segment of while condition in waitForProcessCompletion() | ||||
| | | * \ | Merge pull request #1 from LePresidente/QT5.7 | Al12rs | 2017-10-31 | 1 | -41/+46 |
| | | |\ \ | | |/ / | |/| | | merge pull request: multiple fixes to waitForProcessCompletion. | ||||
| * / | | | More fixes to waitForProcessCompletion | LePresidente | 2017-10-31 | 1 | -35/+38 |
| |/ / / | |||||
| * | | | multiple fixes to waitForProcessCompletion. | LePresidente | 2017-10-31 | 1 | -41/+46 |
| | | | | |||||
| | | * | Merge pull request #2 from Al12rs/QT5.7 | Jeremy Rimpo | 2017-10-30 | 4 | -6/+7 |
| | | |\ | | |/ | |/| | Merge upstream + potential while fix | ||||
| | * | | Changed segment of while condition in waitForProcessCompletion() from OR to ↵ | Al12rs | 2017-10-30 | 1 | -1/+1 |
| |/ / | | | | | | | AND as it alwais evaluated true. | ||||
| * | | Close the handle that is created by FindFirstFileW correctly. | LePresidente | 2017-10-30 | 1 | -2/+3 |
| | | | |||||
| * | | Merge pull request #113 from Silarn/mainline_dev | Brian Munro | 2017-10-30 | 4 | -114/+132 |
| |\| | | | | | Updates for script extender usvfs loading | ||||
| | * | Reimplement ScriptExtender handling by detecting USVFS arch | Jeremy Rimpo | 2017-10-29 | 2 | -13/+34 |
| | | | |||||
| | * | Merge remote-tracking branch 'up/QT5.7' into mainline_dev | Jeremy Rimpo | 2017-10-28 | 3 | -54/+59 |
| | |\ | |||||
| | * | | Update master parsing and detect ESLs by extension | Jeremy Rimpo | 2017-10-26 | 2 | -101/+98 |
| | | | | |||||
| * | | | Use ScriptExtender PluginPath instead of appending "/plugin" to the old ↵ | LePresidente | 2017-10-29 | 2 | -3/+3 |
| | |/ |/| | | | | | script extender name variable. | ||||
| * | | Fixes the handle leak in the OrganizerCore::waitForProcessCompletion | LePresidente | 2017-10-28 | 1 | -49/+50 |
| | | | |||||
| * | | Fixes | LePresidente | 2017-10-26 | 1 | -0/+1 |
| | | | | | | | | | https://github.com/LePresidente/modorganizer/issues/108 | ||||
| * | | Merge branch 'QT5.7' of https://github.com/LePresidente/modorganizer into QT5.7 | LePresidente | 2017-10-24 | 2 | -4/+4 |
| |\ \ | |||||
| | * | | Merge pull request #107 from Silarn/mainline_dev | Brian Munro | 2017-10-24 | 2 | -4/+4 |
| | |\| | | | | | | | Hopefully final ESL corrections | ||||
| | | * | Merge remote-tracking branch 'upstream/QT5.7' into mainline_dev | Jeremy Rimpo | 2017-10-24 | 0 | -0/+0 |
| | | |\ | | |/ | |/| | |||||
| | | * | Fix minor ESL issues and set a useful URL for issue reporting | Jeremy Rimpo | 2017-10-24 | 2 | -4/+4 |
| | | | | |||||
| * | | | Updated dll manifest. | LePresidente | 2017-10-24 | 1 | -5/+8 |
| |/ / | |||||
| * | | Merge pull request #106 from Silarn/mainline_dev | Brian Munro | 2017-10-24 | 17 | -121/+176 |
| |\| | | | | | Updates for tutorials and nexus description links | ||||
| | * | Merge remote-tracking branch 'upstream/QT5.7' into mainline_dev | Jeremy Rimpo | 2017-10-23 | 1 | -0/+6 |
| | |\ | |/ |/| | |||||
| * | | added a catch all for the remote version check when checking for updates. ↵ | LePresidente | 2017-10-23 | 1 | -0/+6 |
| | | | | | | | | | Should stop a hard crash but should probably be reviewed at a date. | ||||
| | * | Fix up tutorial scripts | Jeremy Rimpo | 2017-10-23 | 4 | -38/+49 |
| | | | | | | | | | | | * Patches for QtQuick 2.x * Fix up tab refs, names, and other out-of-date info | ||||
| | * | Fix the nexus description link handler | Jeremy Rimpo | 2017-10-23 | 4 | -73/+117 |
| | | | |||||
| | * | Update QtQuick import to 2.7 (for Qt 5.7) - works with 5.9 | Jeremy Rimpo | 2017-10-23 | 10 | -10/+10 |
| |/ | | | | Requires update to uibase | ||||
| * | Updated version to 2.1.0beta | LePresidente | 2017-10-22 | 2 | -4/+5 |
| | | | | | Added QtQuick to cmake to try address tutorial issue [Untested] | ||||
| * | Merge pull request #104 from Silarn/mainline_dev | Brian Munro | 2017-10-22 | 14 | -388/+445 |
| |\ | | | | | Updates for ESL support | ||||
| | * | Display the index of the ESL in the mod index space to differentiate ESLs | Jeremy Rimpo | 2017-10-21 | 2 | -78/+83 |
| | | | |||||
| | * | Correctly render the modindex for ESLs | Jeremy Rimpo | 2017-10-21 | 2 | -3/+21 |
| | | | |||||
| | * | Add ESL flag type detection | Jeremy Rimpo | 2017-10-20 | 2 | -4/+22 |
| | | | | | | | | | | | * ESL files can be sorted like ESMs * ESL files are displayed italicized but not bold | ||||
| | * | Basic ESL updates | Jeremy Rimpo | 2017-10-20 | 13 | -368/+384 |
| |/ | |||||
| * | Fixed cmake to use the QTROOT Parameter instead of hard coding the directory, | LePresidente | 2017-10-19 | 1 | -1/+1 |
| | | |||||
