aboutsummaryrefslogtreecommitdiff
path: root/launcher/settings
AgeCommit message (Collapse)Author
2023-08-02chore: reformatSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-26fix: add support for QByteArray inifileTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Fixed testsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Fixed version comparationTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Fixed qt5 buildTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Added new migration for special charactersTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-13Added back the INIFile read functionTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-05-12Merge branch 'develop' into fix/network_and_signalsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-04-29refactor: Move ini to use QSettings && drop get/setList functionsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-04-17Fix: signal/slot macro -> func pointer & network fixesRachel Powers
- convert qt connect calls to use function pointers instead of the signal/slot macros wherever practical (UI classes were mostly left alone, target was tasks and processes) - give signals an explicit receivers to use the static method over the instance method wherever practical - ensure networks tasks are using the `errorOccured` signal added in Qt5.15 over the deprecated `error` signal - ensure all networks tasks have an sslErrors signal connected - add seemingly missing `MinecraftAccount::authSucceeded` connection for `MSAInteractive` login flow Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-03-20feat: track instance copies that use linksRachel Powers
confirm deleations when other instances link to it Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-10-19RenameSamisafool
Signed-off-by: Samisafool <thenerdiestguy@gmail.com>
2022-10-18fix: don't take item from a possibly empty listflow
The list gets destroyed when we take the last object, so things explode. :pensive: Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-18feat: allow specifying fallbacks to INI filesflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-09-11refactor: restructure testsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-08-20Merge pull request #878 from flowln/lazy_settingsSefa Eyeoglu
2022-07-10chore: update license headersSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10refactor: fix deprecation up to Qt 6Sefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-06change: put settings initialization in a separate functionflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-06-14refactor: move away from UnitTest.cmakeSefa Eyeoglu
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek