aboutsummaryrefslogtreecommitdiff
path: root/api/logic/screenshots
AgeCommit message (Collapse)Author
2021-07-13NOISSUE Specify Imgur client ID at build timeJamie Mansfield
2021-07-13NOISSUE Use constants for user agentsJamie Mansfield
Here lies yet another early-stage move to debrand the MultiMC codebase, as well as reducing the burden of updating strings across the codebase for a future MultiMC6.
2020-07-18GH-3234 Add support for custom meta URLs at build timePetr Mrázek
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2017-05-04GH-1864 fix imgur album creationPetr Mrázek
2017-05-03NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek
2017-05-03NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasksPetr Mrázek
2017-04-29NOISSUE refactor NetAction to be based on TaskPetr Mrázek
Still missing some things, this is part 1.
2016-11-06NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek