aboutsummaryrefslogtreecommitdiff
path: root/application/widgets
AgeCommit message (Collapse)Author
2019-07-30NOISSUE make the language translation prompt translateablePetr Mrázek
2019-07-25NOISSUE add context menus to pages with toolbarsPetr Mrázek
2019-07-23NOISSUE fix buildPetr Mrázek
2019-07-23NOISSUE improve toolbarsPetr Mrázek
2019-07-19NOISSUE convert accounts page to use a toolbar for the side menuPetr Mrázek
2019-07-17NOISSUE fix overly large margins in the instance settings pagePetr Mrázek
2019-01-17Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into developPetr Mrázek
2019-01-16Update Copyright YearAppleTheGolden
2019-01-09NOISSUE split out language selection widget, use it in settingsPetr Mrázek
2018-11-12GH-2144 Append '(installed)' to the installed version namejanrupf
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-04-23GH-2053 basics of the servers.dat managementPetr Mrázek
2018-03-29GH-2211 fix crash in first launch wizardPetr Mrázek
2018-03-27NOISSUE fix page container spacing in UIsPetr Mrázek
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-03-26NOISSUE explain the custom commands betterPetr Mrázek
2018-03-11GH-2124 First complete implementation, installing is working now! GH-2172 ↵Janrupf
Added sorting
2018-02-28Added FTB pack selection ad download, WIPJanrupf
2018-02-18GH-2150 Separate Java settings UI used in the wizard into a widgetPetr Mrázek
2018-02-17GH-2150 Split out custom commands into a custom widgetPetr Mrázek
Now it is used from a global page and from a sub-page in the instance settings.
2018-02-13GH-2143 Switch Mojang status icons to current set of servicesPetr Mrázek
This also removes the Web and Account web icons, because they are simply not relevant to MultiMC (it does not use those). You can always check their status by opening them in a browser.
2018-02-11NOISSUE update copyright datesPetr Mrázek
2017-12-09NOISSUE when there is a version added already, preselect it in the version ↵Petr Mrázek
select dialog
2017-11-14NOISSUE fix display of svg icons in instance toolbarPetr Mrázek
2017-09-28NOISSUE fix aspect ratio issues with the instance icon in the instance toolbarPetr Mrázek
2017-09-26NOISSUE Legacy migration success now closes the instance windowPetr Mrázek
2017-06-26NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek
Possibly also some bug fixes.
2017-04-07NOISSUE remove unused version range filteringPetr Mrázek
2017-04-07NOISSUE stuff and things happened. Maybe.Petr Mrázek
2017-01-17GH-1788 fix missing translation stringsPetr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2017-01-05NOISSUE feature complete setup wizardPetr Mrázek
2016-11-07GH-1445 update page list when version and log pages need itPetr Mrázek
2016-11-01GH-1645 reimplement open/close instance window based on settingsPetr Mrázek
2016-10-28GH-1652 save all instance settings on launch if instance window is already openPetr Mrázek
2016-08-19NOISSUE fix minor memory leaksPetr Mrázek
2016-08-19NOISSUE use model/view for Minecraft log dataPetr Mrázek
2016-08-07GH-338, GH-513, GH-700 Unify edit instance with console windowPetr Mrázek
* The resulting instance window can be closed at any point. * Main window is kept open and running instances are marked with a badge. * Multiple instances can now run from the same MultiMC - it's even more **multi** now. * MultiMC can be entirely closed, keeping Minecraft(s) running.
2016-08-05NOISSUE allow user to sort mod list by clicking on column headersPetr Mrázek
2016-08-04GH-1273 allow extended selection in mod listsPetr Mrázek
2016-02-21GH-1453 report version file problems in the version pagePetr Mrázek
2016-01-12NOISSUE select modpack field content on focus in new instance dialogPetr Mrázek
2016-01-05GH-1389 wrap QDesktopServices and QProcess::startDetachedPetr Mrázek
Essentially do not pass some environment variables to subprocesses: * LD_PRELOAD * LD_LIBRARY_PATH * LD_DEBUG * QT_PLUGIN_PATH * QT_FONTPATH
2016-01-03GH-1313 remove or disable some translateable stringsPetr Mrázek
2016-01-02GH-1313 remove translatable strings from MCModInfoFramePetr Mrázek
2015-11-13GH-1322 fix mod description ... button popping up multiple dialogsPetr Mrázek
2015-10-11NOISSUE make the compiler more evilPetr Mrázek
2015-09-30GH-729 use mod mmc_id as name when name is emptyPetr Mrázek
2015-09-26NOISSUE fix all clang warningsPetr Mrázek
2015-09-12GH-1237 make mod info clickable and selectablePetr Mrázek