summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #117 from Al12rs/QT5.7Brian Munro2017-11-011-1/+1
|\ | | | | Added !found condition to for loop to avoid possible leak.
| * Added !found condition to for loop to ensure that a valid processHandle ↵Al12rs2017-10-311-1/+1
| | | | | | | | can't be overwritten to avoid handle leaks.
* | If architecture is not detected, skip handlingJeremy Rimpo2017-10-311-27/+30
|/
* More fixes to waitForProcessCompletionLePresidente2017-10-311-35/+38
|
* multiple fixes to waitForProcessCompletion.LePresidente2017-10-311-41/+46
|
* Close the handle that is created by FindFirstFileW correctly.LePresidente2017-10-301-2/+3
|
* Merge pull request #113 from Silarn/mainline_devBrian Munro2017-10-304-114/+132
|\ | | | | Updates for script extender usvfs loading
| * Reimplement ScriptExtender handling by detecting USVFS archJeremy Rimpo2017-10-292-13/+34
| |
| * Merge remote-tracking branch 'up/QT5.7' into mainline_devJeremy Rimpo2017-10-283-54/+59
| |\
| * | Update master parsing and detect ESLs by extensionJeremy Rimpo2017-10-262-101/+98
| | |
* | | Use ScriptExtender PluginPath instead of appending "/plugin" to the old ↵LePresidente2017-10-292-3/+3
| |/ |/| | | | | script extender name variable.
* | Fixes the handle leak in the OrganizerCore::waitForProcessCompletionLePresidente2017-10-281-49/+50
| |
* | FixesLePresidente2017-10-261-0/+1
| | | | | | | | https://github.com/LePresidente/modorganizer/issues/108
* | Merge branch 'QT5.7' of https://github.com/LePresidente/modorganizer into QT5.7LePresidente2017-10-242-4/+4
|\|
| * Fix minor ESL issues and set a useful URL for issue reportingJeremy Rimpo2017-10-242-4/+4
| |
* | Updated dll manifest.LePresidente2017-10-241-5/+8
|/
* Merge remote-tracking branch 'upstream/QT5.7' into mainline_devJeremy Rimpo2017-10-231-0/+6
|\
| * added a catch all for the remote version check when checking for updates. ↵LePresidente2017-10-231-0/+6
| | | | | | | | Should stop a hard crash but should probably be reviewed at a date.
* | Fix up tutorial scriptsJeremy Rimpo2017-10-234-38/+49
| | | | | | | | | | * Patches for QtQuick 2.x * Fix up tab refs, names, and other out-of-date info
* | Fix the nexus description link handlerJeremy Rimpo2017-10-234-73/+117
| |
* | Update QtQuick import to 2.7 (for Qt 5.7) - works with 5.9Jeremy Rimpo2017-10-2310-10/+10
|/ | | | Requires update to uibase
* Updated version to 2.1.0betaLePresidente2017-10-222-4/+5
| | | | Added QtQuick to cmake to try address tutorial issue [Untested]
* Display the index of the ESL in the mod index space to differentiate ESLsJeremy Rimpo2017-10-212-78/+83
|
* Correctly render the modindex for ESLsJeremy Rimpo2017-10-212-3/+21
|
* Add ESL flag type detectionJeremy Rimpo2017-10-202-4/+22
| | | | | * ESL files can be sorted like ESMs * ESL files are displayed italicized but not bold
* Basic ESL updatesJeremy Rimpo2017-10-2013-368/+384
|
* windeployqt doesn't automatically detect the requirement for ↵LePresidente2017-05-051-1/+1
| | | | qtwebenginewidgets, so we force it.
* Updated manifest to use new dll's.LePresidente2017-05-011-16/+10
|
* Merge pull request #69 from LePresidente/new_vfs_libraryBrian Munro2017-03-298-21/+41
|\ | | | | Bring in line with main branch
| * Version Bump. 2.0.8.3bLePresidente2017-02-061-2/+2
| |
| * Fixed an issue with sort buttonZachHaber2017-01-251-1/+2
| | | | | | | | Sort button will now correctly create the new loadorder.txt.
| * Re-enabled the boss buttonZachHaber2017-01-171-1/+1
| | | | | | | | Properly this time =P
| * Revert "Loot Button"ZachHaber2017-01-171-0/+3
| | | | | | | | This reverts commit f2b33d75cb147965306e075f0b921cbad6c04334.
| * Fixing overwrite problemsZachHaber2017-01-174-2/+21
| | | | | | | | | | Changes the organizerproxy to pull from the settings rather than try and figure it out on its own.
| * Loot ButtonZachHaber2017-01-161-3/+0
| | | | | | | | Re-enabled the button
| * Version bump.Brian Munro2017-01-131-2/+2
| |
| * Merge remote-tracking branch 'ZackHaber-upstream/new_vfs_library' into ↵Brian Munro2017-01-131-9/+9
| |\ | | | | | | | | | new_vfs_library
| | * Fixed pluginListPath to allow spacesZachHaber2016-12-281-4/+2
| | | | | | | | | | | | lootcli was failing on FO4 b/c it was passing in a space.
| | * Got rid of some unnecesarry codeZanoth2016-12-271-11/+7
| | | | | | | | | | | | | | | | | | Removed some parameters that were being sent to lootcli.exe that aren't relevant anymore, commented out the report viewing, and set the masterlist update boolean to switch only when there was no error.
| | * Remove excess fileZachHaber2016-12-271-4658/+0
| | | | | | | | | | | | Shouldn't have been committed.
| | * Added preliminary support for changes to lootcli projectZachHaber2016-12-273-5/+4666
| | | | | | | | | | | | | | | | | | | | | Hopefully re-enabled lootcli report. Added new argument for lootcli.exe: pluginListPath, so it can determine what to read and thus change. Need to figure out how to determine the current language in a format that's easily understood.
| * | Fixes the error code 5/6 issuesBrian Munro2017-01-111-3/+3
| | |
| * | Update selfupdater.cppBrian Munro2017-01-031-1/+1
| | | | | | | | | Reverted Tabs to spaces
| * | Update mainwindow.uiBrian Munro2017-01-031-3/+3
| |/ | | | | Reverted Tabs to spaces
* / First attempt to update to QT5.7LePresidente2017-01-047-46/+48
|/
* Reverted ChangeBrian Munro2016-12-211-1/+1
| | | Reverted silly edit.
* Update organizercore.cppBrian Munro2016-12-211-1/+1
| | | Shoud be an "or" query instead of "and",
* Build Number Version Bump.LePresidente2016-12-211-2/+2
|
* Migrate to version numbers with buildnumber.LePresidente2016-12-213-1/+6
| | | | Added Comment for removal of ModBase::isOneof
* Reverted use of MOBase::isOneOf was causing the lock to fail.LePresidente2016-12-201-2/+2
|