| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Blacklist %USERNAME% from the log in case it contains PII | Chris Bessent | 2021-11-23 | 1 | -0/+2 |
| | | |||||
| * | Blacklist Steam username and password from the log | Chris Bessent | 2021-11-23 | 2 | -0/+5 |
| | | |||||
| * | Fix extension parsing for the plugin list | Chris Bessent | 2021-11-23 | 1 | -3/+4 |
| | | | | | The old code was just looking at the last three letters of the filename instead of looking for any kind of proper extension. This led to something like "alice.__esp" being considered a plugin which is just wrong. | ||||
| * | Don't add invalid games to the "visit Nexus" list | Chris Bessent | 2021-11-22 | 2 | -14/+37 |
| | | |||||
| * | Fix selecting a new profile | Chris Bessent | 2021-11-22 | 2 | -13/+9 |
| | | | | | | | This fixes clicking the "select" button in the profiles dialog when a newly created profile is selected. This was broken as the profile was being selected before the profile was added to the list of selections. Fixes #1489 | ||||
| * | Add Brave to the default blacklist | Chris Bessent | 2021-11-22 | 1 | -0/+1 |
| | | | | | Fixes #1592 | ||||
| * | Update Windows detection | Chris Bessent | 2021-11-22 | 2 | -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 paths | Chris Bessent | 2021-11-22 | 1 | -17/+14 |
| | | | | | Fixes #1610 | ||||
| * | Fix tab order of create instance dialog | Chris Bessent | 2021-11-22 | 1 | -8/+40 |
| | | |||||
| * | Bump to version 2.4.3alpha2 | Chris Bessent | 2021-08-27 | 1 | -3/+3 |
| | | |||||
| * | Fix checking for updates when no installedFile | Chris Bessent | 2021-08-26 | 1 | -0/+5 |
| | | |||||
| * | Escape ampersands in game names in instance window | Chris Bessent | 2021-08-22 | 1 | -1/+1 |
| | | | | | These are technically buttons so Qt tries to make shortcuts. | ||||
| * | Enable forced libraries by default | Chris Bessent | 2021-08-22 | 1 | -1/+1 |
| | | |||||
| * | Added Facegen content icon (found and edited by Atlntssplayer, original ↵ | AL | 2021-07-16 | 2 | -0/+1 |
| | | | | | creator: Exuin) | ||||
| * | Added ARCHIVED support for nexus update check and download query. | AL | 2021-07-12 | 3 | -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). | AL | 2021-07-12 | 1 | -0/+12 |
| | | |||||
| * | Sort filetimes from newer to older while sorting by status in downloadlist | AL | 2021-07-10 | 1 | -1/+1 |
| | | |||||
| * | Fix compiler error due to using same name for new dialog (VS v16.10.3) | AL | 2021-07-10 | 1 | -3/+3 |
| | | |||||
| * | Update after removal of boost in uibase. | Mikaël Capelle | 2021-05-26 | 2 | -9/+1 |
| | | |||||
| * | Merge pull request #1518 from LostDragonist/shortcut | Mikaël Capelle | 2021-05-20 | 1 | -2/+3 |
| |\ | | | | | Sanitize shortcut names as they result in files | ||||
| | * | Sanitize shortcut names as they result in files | Chris Bessent | 2021-05-06 | 1 | -2/+3 |
| | | | |||||
| * | | Merge pull request #1523 from Holt59/ignore-meta-filetree | Mikaël Capelle | 2021-05-20 | 2 | -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 Capelle | 2021-05-12 | 2 | -10/+50 |
| | | | | |||||
| * | | | Add IOrganizer::virtualFileTree(). | Mikaël Capelle | 2021-05-14 | 7 | -2/+133 |
| |/ / | |||||
| * / | Bump to version 2.4.2 | Chris Bessent | 2021-05-11 | 1 | -1/+1 |
| |/ | |||||
| * | Bump version to 2.4.2rc1.1 | Chris Bessent | 2021-05-01 | 1 | -1/+1 |
| | | |||||
| * | Update translation file | Chris Bessent | 2021-05-01 | 1 | -217/+241 |
| | | |||||
| * | Add some more Microsoft Store errors | Chris Bessent | 2021-05-01 | 3 | -2/+56 |
| | | |||||
| * | Bump to 2.4.2 RC 1 | Chris Bessent | 2021-05-01 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #1508 from LostDragonist/gamepass | Chris Bessent | 2021-05-01 | 1 | -0/+18 |
| |\ | | | | | Add log for Microsoft Store / Gamepass installs | ||||
| | * | Add log for Microsoft Store / Gamepass installs | Chris Bessent | 2021-05-01 | 1 | -0/+18 |
| | | | |||||
| * | | Merge pull request #1503 from LostDragonist/filename | Chris Bessent | 2021-05-01 | 12 | -55/+20 |
| |\ \ | | | | | | | Sanitize download file names | ||||
| | * | | Fix fixDirectoryName includes | Chris Bessent | 2021-04-29 | 7 | -7/+7 |
| | | | | |||||
| | * | | Sanitize download file names | Chris Bessent | 2021-04-29 | 5 | -48/+13 |
| | | | | | | | | | | | | | Also switch instance name sanitizer to MOBase version | ||||
| * | | | Merge pull request #1504 from LostDragonist/skipcwd | Chris Bessent | 2021-05-01 | 1 | -6/+13 |
| |\ \ \ | | | | | | | | | Ignore "." and ".." in archives | ||||
| | * | | | Ignore "." and ".." in archives | Chris Bessent | 2021-04-29 | 1 | -6/+13 |
| | |/ / | |||||
| * | / | Fix up tutorials | Chris Bessent | 2021-04-30 | 4 | -5/+10 |
| | |/ |/| | |||||
| * | | Merge pull request #1505 from LostDragonist/foresto | Chris Bessent | 2021-04-29 | 1 | -0/+5 |
| |\ \ | | | | | | | Add foresto as a contributor | ||||
| | * | | Add foresto as a contributor | Chris Bessent | 2021-04-29 | 1 | -0/+5 |
| | |/ | |||||
| * | | Merge pull request #1485 from foresto/patch-1 | Chris Bessent | 2021-04-29 | 1 | -2/+2 |
| |\ \ | | | | | | | Reduce log level of harmless failures | ||||
| | * | | Reduce log level of harmless failures | Forest | 2021-04-05 | 1 | -2/+2 |
| | |/ | | | | | | | | | | | These two messages (along with their glaring red X icons) are cluttering up the log on linux/wine systems, misleading people who are trying to diagnose real problems. Let's reduce their log priority to make it clear that they're harmless. As mentioned here: https://github.com/ModOrganizer2/modorganizer/issues/372#issuecomment-575231673 | ||||
| * | | Merge pull request #1470 from isanae/filtered-nav-crash | Chris Bessent | 2021-04-29 | 1 | -0/+7 |
| |\ \ | | | | | | | Crash for next/previous in mod info dialog | ||||
| | * | | model() can return null for invalid indexes | isanae | 2021-03-20 | 1 | -0/+7 |
| | | | | | | | | | | | | | happens when looking at the mod info for a mod filtered out of the mod list | ||||
| * | | | Merge pull request #1496 from LostDragonist/nexus_links | Chris Bessent | 2021-04-29 | 2 | -3/+44 |
| |\ \ \ | | | | | | | | | Change the "Visit Nexus" button to support alternate sources | ||||
| | * | | | Add a separator after the primary game and sort the secondary games | Chris Bessent | 2021-04-25 | 2 | -26/+33 |
| | | | | | |||||
| | * | | | Change the "Visit Nexus" button to support alternate sources | Chris Bessent | 2021-04-25 | 2 | -3/+37 |
| | | |/ | |/| | | | | | | | | | | | | | If a game plugin supports more than one Nexus site for downloads, the "Visit Nexus" button will be turned into a drop-down that lets you select each site. | ||||
| * / | | Fix selecting the profile in the dialog | Chris Bessent | 2021-04-25 | 1 | -0/+9 |
| |/ / | | | | | | | | | | | | | | | | | | | Previously, when clicking the "select" button in the profiles dialog (when the dialog was launched in the menu or toolbar), everything would be refreshed without checking the selected profile in the dialog. Now, the selected profile is set with some signal blocking to help prevent redundant refreshes from occurring. | ||||
| * | | Bump to 2.4.1. | Mikaël Capelle | 2021-03-20 | 1 | -2/+2 |
| | | | |||||
| * | | Bump to 2.4.1 RC2. | Mikaël Capelle | 2021-03-14 | 1 | -1/+1 |
| | | | |||||
| * | | Stretch last section in the Saves tab. | Mikaël Capelle | 2021-03-14 | 1 | -1/+1 |
| | | | |||||
