aboutsummaryrefslogtreecommitdiff
path: root/application/pages
AgeCommit message (Collapse)Author
2017-01-01NOISSUE fix up translation selection in settings and add OS/sys arch reportingPetr Mrázek
2016-11-26NOISSUE add button for opening the config folder from mods pagesPetr Mrázek
2016-11-26NOISSUE fix text of log upload, do not open browser on screenshot uploadPetr Mrázek
2016-11-24NOISSUE add analytics settings (enable/disable)Petr Mrázek
2016-11-23NOISSUE fix translation listing in settings and translation loadingPetr Mrázek
It was impossible to select and load translations properly.
2016-11-22GH-1731 more screenshot folder view hardeningPetr Mrázek
2016-11-21GH-1731 Do not show screenshots model if it can't be set up properlyPetr Mrázek
Otherwise it would show all system drives instead of screenshots.
2016-11-07GH-1445 update page list when version and log pages need itPetr Mrázek
2016-11-04NOISSUE add an option to show console on error and default other options to ↵Petr Mrázek
false
2016-11-03NOISSUE ifdef the hell out of MCEdit launch on WindowsPetr Mrázek
Setting the work directory was not enough.
2016-11-03NOISSUE Set working directory for MCEdit on WindowsPetr Mrázek
It seems to require it, unlike the other versions.
2016-11-03NOISSUE use LoggedProcess to work around issues with QProcess on macOSPetr Mrázek
2016-11-02NOISSUE fix reversed MCEdit check conditionPetr Mrázek
It was causing fake errors.
2016-11-02NOISSUE MCEdit integration - remove old 'tool', replace with WorldsPetr Mrázek
2016-11-02NOISSUE prefer shell script for running MCEdit on linuxPetr Mrázek
2016-10-21GH-903 simple theme switching and dark themePetr Mrázek
2016-10-11GH-1675 reimplement suspesion of log watchPetr Mrázek
2016-08-19NOISSUE use model/view for Minecraft log dataPetr Mrázek
2016-08-11GH-1433 with no default account, show profiles instead of accounts in ↵Petr Mrázek
selection dialog
2016-08-10Revert "NOISSUE rework of minecraft log"Petr Mrázek
This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
2016-08-10NOISSUE rework of minecraft logPetr Mrázek
Now uses a model and a list view instead of text This lets mmc keep track of the contents regardless of whether the instance windows are open This is currently missing a way to select and copy text from the log.
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-589 GH-842 GH-901 GH-1117 allow mass-enabling/disabling of modsPetr Mrázek
2016-08-04GH-1273 allow extended selection in mod listsPetr Mrázek
2016-08-04GH-1635 add filter bar to mod list pagesPetr Mrázek
2016-06-05NOISSUE refactor *Download into more, smaller piecesPetr Mrázek
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
2016-05-15GH-575 clean up ModList - remove all legacy and obsolete partsPetr Mrázek
2016-05-15GH-575 separate legacy jar mod list from mod listPetr Mrázek
2016-05-15GH-767 Basic skin uploadAlexia
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek
2016-04-30NOISSUE Add a skeleton of the wonko systemJan Dalheimer
2016-04-10NOISSUE add line wrapping checkbox to log pagePetr Mrázek
2016-03-27NOISSUE finalize support for new mojang version formatPetr Mrázek
2016-03-26NOISSUE stop referring to the minecraft profile as 'version'Petr Mrázek
2016-03-26NOISSUE continue version file format refactorsPetr Mrázek
2016-03-23NOISSUE Remove tr(...) where unnecessary.Loetkolben
2016-03-16NOISSUE: Change text to also refer to later java versionsSpencer Burris
2016-03-15NOISSUE: Add note about Java 8 settings permgen automaticallySpencer Burris
2016-02-27NOISSUE move files into paths that make more sensePetr Mrázek
2016-02-21GH-1453 report version file problems in the version pagePetr Mrázek
2016-01-20GH-1362 Put timestamps into the log when it is copied or uploadedPetr 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-1365 rework java version parsing and sortingPetr Mrázek
2015-12-28GH-1360 add basic changelog based on github API, fix update dialog buttonsPetr Mrázek
2015-12-27GH-1308 remove use of static data (translations) and root ↵Petr Mrázek
(notifications.json) paths.
2015-12-26GH-1178 sanitize mod paths while installing folder modsPetr Mrázek
2015-12-03GH-1339 do not destroy console window while screenshot upload is activePetr Mrázek
2015-10-20NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵Petr Mrázek
unique_qobject_ptr, refactor MainWindow to match