summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix downloading files that have no file nameChris Bessent2020-01-111-0/+7
| | | | | | | | | Somehow some mods on the Nexus have no file name in certain API responses. Previously, MO assumed the last part of the URL is the file name. This worked until the Nexus started adding URL query stuff to the URL (?md5=xxx). Now, strip out all the URL query stuff to get a valid file name.
* Don't ask for the game when there's only one gameChris Bessent2020-01-101-6/+13
|
* Use the old query info logic when MD5 query is ambiguousChris Bessent2020-01-101-18/+14
| | | | | An author accidentally uploaded a mod's files to a different mod. This resulted in querying info finding the wrong mod/file.
* Merge pull request #967 from Al12rs/masterChris Bessent2020-01-101-4/+1
|\ | | | | Fixed log timestamp size for bigger font.
| * Fixed log timestamp size for bigger font.AL2020-01-101-4/+1
|/
* Update version to 2.2.2.1Chris Bessent2020-01-091-2/+2
|
* Updated translationsAL2020-01-091-139/+154
| | | | (cherry picked from commit 62a6b1ce5e2a94863b856a95c04182362de9b46d)
* Add headers with tooltips to Filter view.AL2020-01-092-4/+10
| | | | (cherry picked from commit 3c6804c502e760f28113af06c735fb8bb804d249)
* List all categories flatly in filters view as nestled ones would otherwise ↵AL2020-01-091-5/+3
| | | | | | not be accessible. (cherry picked from commit 734bd0ed20196206364d87c584dce3e1e498f4cd)
* Merge pull request #954 from ModOrganizer2/DevelopChris Bessent2020-01-06307-26846/+26518
|\ | | | | Stage for release 2.2.2
| * Merge branch 'master' into DevelopChris Bessent2020-01-061-2/+2
| |\ | |/ |/|
* | Merge pull request #793 from ModOrganizer2/DevelopJeremy Rimpo2019-07-223-5/+63
|\ \ | | | | | | Stage for release 2.2.1
* \ \ Merge branch 'Develop'Silarn2019-07-22135-6625/+20164
|\ \ \
* \ \ \ Merge pull request #695 from ModOrganizer2/DevelopLostDragonist2019-05-03149-24567/+28537
|\ \ \ \ | | | | | | | | | | | | | | | Stage for Release 2.2.0
* | | | | Update translation fileLostDragonist2018-12-201-176/+181
| | | | |
* | | | | Merge branch 'Develop'LostDragonist2018-12-201-1/+1
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #586 from ModOrganizer2/DevelopLostDragonist2018-12-20286-3588/+23209
|\ \ \ \ \ \ | | | | | | | | | | | | | | Release 2.1.6
* \ \ \ \ \ \ Merge pull request #497 from Modorganizer2/DevelopBrian Munro2018-08-221-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix possible crash during write to disk error
* \ \ \ \ \ \ \ Merge pull request #495 from Modorganizer2/DevelopBrian Munro2018-08-2124-506/+832
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Release 2.1.5
* | | | | | | | | Reverted bad commit, should of removed VS_FF_PRERELEASELePresidente2018-08-041-3/+3
| | | | | | | | |
* | | | | | | | | use VER_FILEVERSION_STR instead of VER_FILEVERSION so pre-alpha is not shownLePresidente2018-08-041-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #454 from Modorganizer2/DevelopBrian Munro2018-08-0242-1206/+2211
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Release 2.1.4
* \ \ \ \ \ \ \ \ \ Merge pull request #343 from Modorganizer2/DevelopJeremy Rimpo2018-05-082-111/+108
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Better error message when archives can't be extracted
* \ \ \ \ \ \ \ \ \ \ Merge pull request #342 from Modorganizer2/DevelopJeremy Rimpo2018-05-081-2/+13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix an issue with resuming a completed download
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #341 from Modorganizer2/DevelopJeremy Rimpo2018-05-081-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Reset the progress bar data after completing the extraction
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #336 from Modorganizer2/DevelopBrian Munro2018-05-0863-579/+8053
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 2.1.3
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #294 from Modorganizer2/DevelopBrian Munro2018-04-1356-261/+757
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 2.1.2
| | | | | | | | | | | | | | * Merge pull request #958 from isanae/dracula-background-colorisanae2020-01-061-1/+1
| | | | | | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dracula theme fix for redrawing the images tab
| | | | | | | | | | | | | | | * changed widget background color to opaque, fixes redrawing problems in the ↵isanae2020-01-061-1/+1
| | | | | | | | | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | images tab
| | | | | | | | | | | | | | * Fix the API counter not being translatedLostDragonist2020-01-013-333/+328
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Update version to 2.2.2rc7Chris Bessent2020-01-011-1/+1
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Merge pull request #953 from isanae/rc6-fixesisanae2019-12-296-18/+50
| | | | | | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rc6 fixes
| | | | | | | | | | | | | | | * refresh after manually unlocking the uiisanae2019-12-296-18/+50
| | | | | | | | | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed nexus connect button staying as "cancel" in case of errors fixed logging of duplicate dll loading bumped to rc6
| | | | | | | | | | | | | | * Fix conflict filterSilarn2019-12-192-4/+4
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Merge pull request #945 from isanae/w7-wait-fixisanae2019-12-182-10/+25
| | | | | | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows 7 wait fix
| | | | | | | | | | | | | | | * windows 7 doesn't play well with job objects, so just wait on individual handlesisanae2019-12-182-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed getProcessTreeFromProcess() not behaving like getProcessTreeFromJob()
| | | | | | | | | | | | | | * | Merge pull request #943 from isanae/bump-rc5isanae2019-12-173-259/+264
| | | | | | | | | | | | | | |\ \ | | | | | | | | | | | | | | | |/ | | | | | | | | | | | | | | |/| Bumped to rc5
| | | | | | | | | | | | | | | * bumped to rc5isanae2019-12-173-259/+264
| | | | | | | | | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added reedts to contributors
| | | | | | | | | | | | | | * Merge pull request #942 from isanae/lock-fixesisanae2019-12-178-41/+164
| | | | | | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lock fixes
| | | | | | | | | | | | | | | * temporary fix to keep MO locked for all processes when closingisanae2019-12-156-11/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | save main window settings in closeEvent()
| | | | | | | | | | | | | | | * fixed exiting before QThread joins when pressing the X twiceisanae2019-12-154-18/+46
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * don't display the overlay on dialog boxesisanae2019-12-151-14/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle non-modal windows too fixed crash when closing an overlayed dialog
| | | | | | | | | | | | | | * | Merge pull request #941 from isanae/loot-errorsisanae2019-12-174-45/+164
| | | | | | | | | | | | | | |\ \ | | | | | | | | | | | | | | | |/ | | | | | | | | | | | | | | |/| Loot errors
| | | | | | | | | | | | | | | * added text in when running lootisanae2019-12-174-45/+164
| | | | | | | | | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stop indeterminate progress bar on errors add errors and warnings to report
| | | | | | | | | | | | | | * Allow content tooltip to translateSilarn2019-12-141-13/+13
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Add Script Extender Plugin Checker to main readmeChris Djali2019-12-151-0/+1
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Fix problem with translated unmanaged mods and origin namesSilarn2019-12-145-20/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - (Also adds translatable strings to directoryentry.cpp)
| | | | | | | | | | | | | | * Streamline manual install fix, bump RCSilarn2019-12-143-14/+12
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Merge pull request #939 from isanae/data-root-activateisanae2019-12-142-67/+71
| | | | | | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Double-click on root item in the Data tab
| | | | | | | | | | | | | | | * don't activate the root data itemisanae2019-12-142-67/+71
| | | | | | | | | | | | | | |/