summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |/
* | Merge pull request #1485 from foresto/patch-1Chris Bessent2021-04-291-2/+2
|\ \ | | | | | | Reduce log level of harmless failures
| * | Reduce log level of harmless failuresForest2021-04-051-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-crashChris Bessent2021-04-291-0/+7
|\ \ \ | | | | | | | | Crash for next/previous in mod info dialog
| * | | model() can return null for invalid indexesisanae2021-03-201-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_linksChris Bessent2021-04-292-3/+44
|\ \ \ \ | | | | | | | | | | Change the "Visit Nexus" button to support alternate sources
| * | | | Add a separator after the primary game and sort the secondary gamesChris Bessent2021-04-252-26/+33
| | | | |
| * | | | Change the "Visit Nexus" button to support alternate sourcesChris Bessent2021-04-252-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.
* | | | Merge pull request #1497 from LostDragonist/profile_fixChris Bessent2021-04-291-0/+9
|\ \ \ \ | |/ / / |/| | | Fix selecting the profile in the dialog
| * | | Fix selecting the profile in the dialogChris Bessent2021-04-251-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.
* | / Update issue templatesAl2021-04-081-2/+2
| |/ |/|
* | Bump to 2.4.1.Mikaël Capelle2021-03-201-2/+2
| |
* | Bump to 2.4.1 RC2.Mikaël Capelle2021-03-141-1/+1
| |
* | Merge pull request #1465 from Holt59/fix-saves-tab-headerMikaël Capelle2021-03-141-1/+1
|\ \ | | | | | | Stretch last section in the Saves tab.
| * | Stretch last section in the Saves tab.Mikaël Capelle2021-03-141-1/+1
|/ /
* / Bump to 2.4.1rc1.1.Mikaël Capelle2021-03-141-1/+1
|/
* Merge pull request #1462 from Holt59/fix-stylesheets-qscrollareaMikaël Capelle2021-03-136-36/+0
|\ | | | | Remove border on QScrollArea from stylesheets.
| * Remove border on QScrollArea from stylesheets.Mikaël Capelle2021-03-136-36/+0
|/
* Bump to 2.4.1rc1 and update translations.Mikaël Capelle2021-03-122-474/+480
|
* Merge pull request #1449 from isanae/uilocker-disabledMikaël Capelle2021-03-031-10/+45
|\ | | | | Disabled uilocker for child dialogs
| * don't disable dialogs that are children of other dialogsisanae2021-03-021-10/+45
| |
* | Merge pull request #1447 from LostDragonist/settings_resizeMikaël Capelle2021-03-031-946/+1052
|\ \ | | | | | | Add scrollbars to some settings tabs to reduce minimum size
| * | Put stylesheet stuff into .ui file insteadChris Bessent2021-03-024-15/+15
| | |
| * | Add scrollbars to some settings tabs to reduce minimum sizeChris Bessent2021-03-024-946/+1052
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous minimum size was around 450 x 560px. At a DPI scaling of 200%, this means 900 x 1120px which extends off the typical 1080p screen. Why is someone using 200% scaling on a 1080p screen? I have no clue. Now, the minimum size is around 450 x 410px for 900 x 820 px at 200% scaling. Which works for anything short of a 1376 x 768 screen at 200% scaling which I just don't really care about.
* | | Merge pull request #1443 from Holt59/fix-savegame-nameMikaël Capelle2021-03-0311-18/+64
|\ \ \ | |_|/ |/| | Display savegame name and filepath in saves tab.
| * | Display savegame name and filepath in saves tab.Mikaël Capelle2021-02-2711-18/+64
| | |
* | | Merge pull request #1446 from LostDragonist/disabled_pluginsMikaël Capelle2021-03-021-4/+5
|\ \ \ | |_|/ |/| | Allow plugins to disable themselves by default
| * | Allow plugins to disable themselves by defaultChris Bessent2021-03-021-4/+5
|/ /
* | Merge pull request #1444 from LostDragonist/lockedorderMikaël Capelle2021-03-011-2/+2
|\ \ | | | | | | Fix load order when using locked plugins
| * | Fix load order when using locked pluginsChris Bessent2021-02-271-2/+2
| |/
* | Merge pull request #1439 from Holt59/fix-downloadlistMikaël Capelle2021-03-011-2/+2
|\ \ | | | | | | Fix download list sorting.
| * | Fix download list sorting.Mikaël Capelle2021-02-261-2/+2
| |/