summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update Windows detectionChris Bessent2021-11-222-14/+5
| | | | | | | | | | | | | | | | Windows 11 reports itself as Windows 10 using the methods normally employed. Microsoft seems to want people to use the BuildId to identify the version of Windows but I'm going to refuse to do that because it's stupid. This change also prefers DisplayVersion over ReleaseId as somehow I have both and DisplayVersion is more correct (21H2 vs 2009). /shrug. Fixes #1607
| * Allow portable instances to set custom pathsChris Bessent2021-11-221-17/+14
| | | | | | | | Fixes #1610
| * Fix tab order of create instance dialogChris Bessent2021-11-221-8/+40
| |
* | Merge pull request #1616 from rux616/template-updateAl2021-11-191-1/+1
|\ \ | | | | | | Update old Discord server link
| * | Update old Discord server linkDan Cassidy2021-11-191-1/+1
|/ /
* | Merge pull request #1599 from Qudix/disable_cacheAl2021-10-162-3/+3
|\ \ | | | | | | Disable qml cache
| * | Remove from instance ignore listQudix2021-10-151-3/+1
| | |
| * | Disable qml cacheQudix2021-10-151-0/+2
|/ /
* | Merge pull request #1588 from Qudix/menubar_altAl2021-10-135-20/+54
|\ \ | |/ |/| Add a toggle for the Alt key showing the menubar
| * Revert row changesQudix2021-09-161-4/+4
| |
| * Add a toggle for the Alt key showing the menubarQudix2021-09-115-23/+57
|/
* Bump to version 2.4.3alpha2Chris Bessent2021-08-271-3/+3
|
* Fix checking for updates when no installedFileChris Bessent2021-08-261-0/+5
|
* Merge pull request #1578 from LostDragonist/forcedlibChris Bessent2021-08-232-2/+2
|\ | | | | Enable forced libraries by default
| * Escape ampersands in game names in instance windowChris Bessent2021-08-221-1/+1
| | | | | | | | These are technically buttons so Qt tries to make shortcuts.
| * Enable forced libraries by defaultChris Bessent2021-08-221-1/+1
|/
* Merge pull request #1558 from ModOrganizer2/facegenAl2021-07-162-0/+1
|\ | | | | Added Facegen content icon
| * Added Facegen content icon (found and edited by Atlntssplayer, original ↵AL2021-07-162-0/+1
|/ | | | creator: Exuin)
* Merge pull request #1555 from ModOrganizer2/nexus-archived-supportAl2021-07-164-57/+138
|\ | | | | Nexus archived support
| * Added ARCHIVED support for nexus update check and download query.AL2021-07-123-57/+126
| | | | | | | | | | Use FileStatus enum instead of scattered int literals. Re-wrote the update check code
| * Added enum for nexus mod file status (main, update, etc).AL2021-07-121-0/+12
|/
* Merge pull request #1553 from ModOrganizer2/download-sortingAl2021-07-101-1/+1
|\ | | | | Sort filetimes from newer to older while sorting by status in downloadlist
| * Sort filetimes from newer to older while sorting by status in downloadlistAL2021-07-101-1/+1
|/
* Merge pull request #1552 from ModOrganizer2/fix-no-compileAl2021-07-101-3/+3
|\ | | | | Fix compiler error due to using same name for new dialog (VS v16.10.3)
| * Fix compiler error due to using same name for new dialog (VS v16.10.3)AL2021-07-101-3/+3
|/
* Update readme.mdAl2021-06-081-2/+2
|
* Merge pull request #1528 from Holt59/remove-boost-uibaseMikaël Capelle2021-05-272-9/+1
|\ | | | | Update after removal of boost in uibase.
| * Update after removal of boost in uibase.Mikaël Capelle2021-05-262-9/+1
|/
* Merge pull request #1518 from LostDragonist/shortcutMikaël Capelle2021-05-201-2/+3
|\ | | | | Sanitize shortcut names as they result in files
| * Sanitize shortcut names as they result in filesChris Bessent2021-05-061-2/+3
| |
* | Merge pull request #1523 from Holt59/ignore-meta-filetreeMikaël Capelle2021-05-202-10/+50
|\ \ | | | | | | Add option to ignore root meta.ini when creating IFileTree for QDir.
| * | Add option to ignore root meta.ini when creating IFileTree for QDir.Mikaël Capelle2021-05-122-10/+50
| | |
* | | Merge pull request #1524 from Holt59/iorganizer-virtualfiletreeMikaël Capelle2021-05-207-2/+133
|\ \ \ | |/ / |/| | Add IOrganizer::virtualFileTree().
| * | Add IOrganizer::virtualFileTree().Mikaël Capelle2021-05-147-2/+133
|/ /
* / Bump to version 2.4.2Chris Bessent2021-05-111-1/+1
|/
* Bump version to 2.4.2rc1.1Chris Bessent2021-05-011-1/+1
|
* Update translation fileChris Bessent2021-05-011-217/+241
|
* Add some more Microsoft Store errorsChris Bessent2021-05-013-2/+56
|
* Bump to 2.4.2 RC 1Chris Bessent2021-05-011-3/+3
|
* Merge pull request #1508 from LostDragonist/gamepassChris Bessent2021-05-011-0/+18
|\ | | | | Add log for Microsoft Store / Gamepass installs
| * Add log for Microsoft Store / Gamepass installsChris Bessent2021-05-011-0/+18
| |
* | Merge pull request #1503 from LostDragonist/filenameChris Bessent2021-05-0112-55/+20
|\ \ | | | | | | Sanitize download file names
| * | Fix fixDirectoryName includesChris Bessent2021-04-297-7/+7
| | |
| * | Sanitize download file namesChris Bessent2021-04-295-48/+13
| | | | | | | | | | | | Also switch instance name sanitizer to MOBase version
* | | Merge pull request #1504 from LostDragonist/skipcwdChris Bessent2021-05-011-6/+13
|\ \ \ | | | | | | | | Ignore "." and ".." in archives
| * | | Ignore "." and ".." in archivesChris Bessent2021-04-291-6/+13
| |/ /
* | | Merge pull request #1507 from LostDragonist/tutorialsChris Bessent2021-05-014-5/+10
|\ \ \ | |_|/ |/| | Fix up tutorials
| * | Fix up tutorialsChris Bessent2021-04-304-5/+10
|/ /
* | Merge pull request #1505 from LostDragonist/forestoChris Bessent2021-04-291-0/+5
|\ \ | | | | | | Add foresto as a contributor
| * | Add foresto as a contributorChris Bessent2021-04-291-0/+5
| |/