aboutsummaryrefslogtreecommitdiff
path: root/api/gui
AgeCommit message (Collapse)Author
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-07-12NOISSUE render the skin overlay in SkinUtilsBowser65
2019-06-01NOISSUE add the pocket fox iconPetr Mrázek
2019-05-31NOISSUE improve icon handling while importing and exporting instancesPetr Mrázek
Now it handles formats other than png.
2019-04-07GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek
This eliminates some weird crashes.
2019-01-16Update Copyright YearAppleTheGolden
2018-10-31GH-2232 add gif icon support (not animated)Petr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-06-28NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek
2018-06-02GH-2291 Fix build with Qt 5.11+Sergey Shatunov
2018-04-07#2228, #2229 - Auto import pack icons and fixed to big version selection - ↵Janrupf
Closes #2228, Closes #2229
2018-02-11NOISSUE update copyright datesPetr Mrázek
2018-02-05NOISSUE add an 'open folder' button to the icon dialogPetr Mrázek
2018-01-27NOISSUE do not install .a files for shared libraries on WindowsPetr Mrázek
2018-01-27NOISSUE rearrange build systemPetr Mrázek
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780
2017-11-14NOISSUE add svg instance icon supportPetr Mrázek
2017-09-28NOISSUE fix aspect ratio issues with the instance icon in the instance toolbarPetr Mrázek
2017-05-05GH-1876 turn iconfix into a shared libraryPetr Mrázek
2017-01-17GH-1789 fix icon deletionPetr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2016-11-10NOISSUE allow using icon themes for instances and instance badgesPetr Mrázek
2016-10-26Revert "NOISSUE nuke builtin Minecraft versions"Petr Mrázek
This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8. We need those builtin versions for now.
2016-10-26NOISSUE Granular instance reloadPetr Mrázek
2016-05-03GH-1559 Fix FTB iconsPetr Mrázek
This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later.
2016-05-01NOISSUE fix dll export for IconListPetr Mrázek
2016-05-01NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵Petr Mrázek
more dead tests.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek