summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add new API connection to retrieve game infoSilarn2023-09-212-0/+96
| |
| * First pass for Qt6 compatibilityJeremy Rimpo2023-09-211-0/+1
|/
* Default profile settings (#1869)Jeremy Rimpo2023-09-1910-28/+290
| | | * Fix archive parsing and BSA invalidation
* Download files from direct URLs via a command line parameter (#1873)Eddoursul2023-09-183-8/+94
| | | | * Download files via a command line parameter * Use a GET parameter to predetermine Content-Disposition header in S3-compatible temporary URLs
* Merge pull request #1863 from ModOrganizer2/starfieldJeremy Rimpo2023-09-178-1298/+1357
|\ | | | | Starfield Support
| * Allow unforced plugins to be checkable againJeremy Rimpo2023-09-161-1/+1
| |
| * Bumping version since betas are pulling aheadJeremy Rimpo2023-09-151-1/+1
| |
| * Context menu fixJeremy Rimpo2023-09-151-0/+4
| | | | | | | | Prevent changing the status of force disabled or enabled plugins via the context menu
| * Fix lint issuesJeremy Rimpo2023-09-131-1/+2
| |
| * Fix merge issues and small plugin display correctionsJeremy Rimpo2023-09-121-11/+10
| |
| * Changes for None-type plugin sortingJeremy Rimpo2023-09-121-51/+60
| | | | | | | | | | | | * Display checkboxes for all plugins * Disable checkboxes for force enabled/disabled plugins * Display tooltip data for all plugins regardless of force status
| * Code cleanupJeremy Rimpo2023-09-092-9/+9
| |
| * Add 'None' LoadOrderMechanism which disables managed pluginsJeremy Rimpo2023-09-092-12/+25
| | | | | | | | - Primary plugins are still marked as loaded
| * Implement 'override' plugin supportJeremy Rimpo2023-09-053-25/+45
| |
| * Update translation filesJeremy Rimpo2023-09-051-1227/+1219
| |
| * beta 2Jeremy Rimpo2023-09-051-1/+1
| |
| * Merge remote-tracking branch 'origin/qt6'Jeremy Rimpo2023-09-045-8/+29
| |\
| | * Map multiple data directories to USVFSJeremy Rimpo2023-09-041-10/+18
| | |
| | * Add VDF reader to licenses and update opensslJeremy Rimpo2023-09-042-1/+4
| | |
| | * Version bumpJeremy Rimpo2023-09-041-2/+2
| | |
| | * Parse secondary data directories into the directory structureJeremy Rimpo2023-09-041-0/+5
| | |
* | | Merge pull request #1870 from LePresidente/masterMikaël Capelle2023-09-151-2/+2
|\ \ \ | |/ / |/| | Update readme.md with new discord links
| * | Update readme.md with new discord linksBrian Munro2023-09-131-2/+2
|/ /
* | Merge pull request #1842 from Holt59/dev/mob-github-actionMikaël Capelle2023-07-102-64/+15
|\ \ | | | | | | Switch to generic mob Github action.
| * | Switch to generic mob action.Mikaël Capelle2023-07-102-64/+15
|/ /
* | Merge pull request #1841 from ModOrganizer2/fix/fix-pch-include-orderMikaël Capelle2023-07-091-1/+4
|\ \ | | | | | | Fix order of includes in pch.h.
| * | Fix order of includes in pch.h.Mikaël Capelle2023-07-091-1/+4
|/ /
* | Merge pull request #1840 from ModOrganizer2/ci/fix-build-on-prMikaël Capelle2023-07-091-1/+1
|\ \ | | | | | | Fix build on PR
| * | Fix build CI.Mikaël Capelle2023-07-092-71/+1
| | |
| * | Merge branch 'master' of github.com:ModOrganizer2/modorganizerMikaël Capelle2023-07-092-0/+86
| |\ \ | |/ / |/| |
* | | Merge pull request #1839 from Holt59/ci/initial-gh-action-for-buildMikaël Capelle2023-07-09313-35898/+35926
|\ \ \ | |_|/ |/| | Clang-Format + Github Workflow
| * | Create test action to build.Mikaël Capelle2023-07-092-0/+86
| | |
| | * Create test action to build.Mikaël Capelle2023-07-091-0/+70
| |/
| * Add .git-blame-ignore-revs.Mikaël Capelle2023-07-091-0/+2
| |
| * Apply clang-format.Mikaël Capelle2023-07-09309-17688/+17621
| |
| * Convert everything to CRLF.Mikaël Capelle2023-07-09110-23836/+23843
|/
* Merge pull request #1837 from ↵Mikaël Capelle2023-07-052-113/+99
|\ | | | | | | | | Holt59/fix/install-notify-plugins-after-structure-ready Notify mod installation to plugins after directory structure is ready.
| * Notify mod installation to plugins after directory structure is ready.Mikaël Capelle2023-07-032-113/+99
|/
* Merge pull request #1703 from ModOrganizer2/fix-progressbar-styleMikaël Capelle2022-05-147-7/+7
|\ | | | | Fix progressbar style
| * Fix QProgressBar margin in style.Mikaël Capelle2022-05-147-7/+7
|/
* Merge pull request #1701 from ModOrganizer2/rollback-stylesheetsMikaël Capelle2022-05-107-56/+0
|\ | | | | Rollback stylesheets change for Qt6 to fix highlighting.
| * Rollback stylesheets change for Qt6 to fix highlighting.Mikaël Capelle2022-05-107-56/+0
|/
* Bump to 2.5.0-alpha3.Mikaël Capelle2022-05-082-82/+93
|
* Merge pull request #1698 from ModOrganizer2/download_speed_fixJeremy Rimpo2022-05-042-8/+8
|\ | | | | Extend download speed datatypes to qint64/long long to avoid overflow
| * Extend download speed datatypes to qint64/long long to avoid overflowJeremy Rimpo2022-05-042-8/+8
| |
* | Merge pull request #1697 from ModOrganizer2/fix-vs15-darkMikaël Capelle2022-05-037-1483/+3416
|\ \ | |/ |/| Fix V15 dark themes
| * Fix and clean VS15 Dark themes.Mikaël Capelle2022-05-037-1483/+3416
|/
* Bump to 2.5.0-alpha2.Mikaël Capelle2022-05-021-1/+1
|
* Merge pull request #1696 from ModOrganizer2/python-reworkMikaël Capelle2022-05-023-14/+63
|\ | | | | Plugin updates (python rework)
| * Allow Qt plugins in subfolder.Mikaël Capelle2022-05-023-11/+57
| |