aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
AgeCommit message (Collapse)Author
2022-01-29Close after Launch settingswirl
2022-01-26Merge pull request #67 from PolyMC/feature/no_paste_eeswirl
Full replacement of paste.ee
2022-01-19PasteUpload task changed to use 0x0.st's protocolLenny McLennington
- Modified PasteUpload task to upload the log file to 0x0.st and other services with the same protocol. - Modified Paste settings UI to allow the user to select a custom paste URL, simplified the settings page code.
2022-01-16Default to colored icons, update copyrightswirl
Closes: #74
2022-01-14pastebin URL app settingswirl
2022-01-14preliminary stuff for paste.ee removalswirl
2022-01-14Set maximum memory allocated to 4GB by defaultswirl
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
2022-01-03fix icon and versionswirl
Closes: #16 Fixed the icon so Qt renders it properly, and actually renders it properly in the About page. Also, scaled it up a bit Changed launcher.svg icon to temporary Ouroboros logo fixed genicons again Fix version to 1.0.3 (making tag rn) Install the PolyMC icon properly.
2021-12-31Rebranding logoswirl
add temporary Ouroboros logo, thanks Lenny for vectorizing change logo file names Desktop file now includes proper exec using the app binary name fix genicons for use with libicns
2021-12-31Merge remote-tracking branch 'upstream/develop' into upstream_updatedada513
2021-12-30Merge pull request #4345 from graemeg/freebsd-supportPetr Mrázek
Adds FreeBSD support to MultiMC
2021-12-29Completely remove Google Analytics libraryswirl
2021-12-20Merge remote-tracking branch 'upstream/develop' into developLenny McLennington
2021-12-20Move MSA Client ID to the same place as the othersLenny McLennington
MSA Client ID has been moved to CMakeLists.txt, and defaults to the Client ID for the PolyMC application. Removed secrets/notsecrets library, replace with (temporary?) program_info subdirectory.
2021-12-19NOISSUE do people not even build their PRs when they make them?Petr Mrázek
2021-12-18Fix README and some references to MultiMC.swirl
2021-12-18Apply patchesswirl
Re-add lin-system, and fix Linux datadir fix jar paths allow for modern java
2021-12-15Indicate the data folder when related errors occurEldred Habert
This should help troubleshooting such errors when they occur
2021-12-12Changes required to support FreeBSDGraeme Geldenhuys
2021-12-04GH-4071 Heavily refactor and rearchitect account systemPetr Mrázek
This makes the account system much more modular and makes it treat errors as something recoverable, unless they come directly from the MSA refresh token becoming invalid.
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek
2021-11-21NOISSUE continue refactoring things to make tests passPetr Mrázek
2021-11-20NOISSUE Some happy little refactorsPetr Mrázek