summaryrefslogtreecommitdiffstats
path: root/api/logic/icons
Commit message (Collapse)AuthorAgeLines
* NOISSUE fix macOS build, remove bundled dependencies on linuxPetr Mrázek2019-06-08-2/+2
| | | | | | | | | | Your copy of MultiMC might stop working after this update because we no longer bundle Qt and other system libraries. Contact us at https://discord.gg/0k2zsXGNHs0fE4Wm if you need help with installing Qt. Qt 5.4.x or newer is required.
* NOISSUE improve icon handling while importing and exporting instancesPetr Mrázek2019-05-31-0/+76
| | | | Now it handles formats other than png.
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-12/+12
|
* #2228, #2229 - Auto import pack icons and fixed to big version selection - ↵Janrupf2018-04-07-0/+1
| | | | Closes #2228, Closes #2229
* NOISSUE Granular instance reloadPetr Mrázek2016-10-26-2/+6
|
* GH-1559 Export IIconList from logic APIMrazek, Petr2016-05-03-2/+10
|
* GH-1559 Fix FTB iconsPetr Mrázek2016-05-03-0/+20
This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later.