summaryrefslogtreecommitdiffstats
path: root/application/pages
Commit message (Collapse)AuthorAgeLines
* NOISSUE simplify.Petr Mrázek2017-04-07-1/+1
|
* NOISSUE remove liteloader and forgePetr Mrázek2017-04-07-17/+16
|
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-2/+6
|
* NOISSUE fix downloading of metadata filesPetr Mrázek2017-04-07-34/+34
|
* NOISSUE Wonko is the new MetaPetr Mrázek2017-04-07-45/+47
| | | | And then Wonko was the Meta.
* NOISSUE set line limit and overflow behaviour even for hidden consolePetr Mrázek2017-02-08-13/+0
|
* GH-1807 fix 'loggging' typoPetr Mrázek2017-02-01-1/+1
|
* GH-1798 Do not enable skin upload button without selected account.Petr Mrázek2017-01-22-0/+1
|
* NOISSUE set the instance settings page default tab back to the firstPetr Mrázek2017-01-21-2/+11
|
* GH-1790 do not apply system theme on launch if it is selectedPetr Mrázek2017-01-18-1/+1
| | | | | This prevents some ugly colors to show up on macOS in most cases. It still looks ugly right after you switch to the it though.
* GH-1065 Normalize usage of directory vs folderTim Flynn2017-01-16-31/+13
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-33/+33
|
* NOISSUE change 'Upload' to 'Upload Skin' on tha Accounts pagePetr Mrázek2017-01-08-1/+1
|
* NOISSUE even more java polishingPetr Mrázek2017-01-07-5/+5
| | | | | | * Memory minimums lowered to 128M in all Java settings UIs * Changing the memory sizes on the wizard page does not automatically trigger checks if the executable doesn't have 'java' in the name * Java detection on linux now scans some common JRE locations, not just /usr/bin/java
* NOISSUE fix up translation selection in settings and add OS/sys arch reportingPetr Mrázek2017-01-01-25/+23
|
* NOISSUE add button for opening the config folder from mods pagesPetr Mrázek2016-11-26-1/+22
|
* NOISSUE fix text of log upload, do not open browser on screenshot uploadPetr Mrázek2016-11-26-7/+5
|
* NOISSUE add analytics settings (enable/disable)Petr Mrázek2016-11-24-2/+85
|
* NOISSUE fix translation listing in settings and translation loadingPetr Mrázek2016-11-23-9/+25
| | | | It was impossible to select and load translations properly.
* GH-1731 more screenshot folder view hardeningPetr Mrázek2016-11-22-3/+14
|
* GH-1731 Do not show screenshots model if it can't be set up properlyPetr Mrázek2016-11-21-1/+1
| | | | Otherwise it would show all system drives instead of screenshots.
* GH-1445 update page list when version and log pages need itPetr Mrázek2016-11-07-0/+10
|
* NOISSUE add an option to show console on error and default other options to ↵Petr Mrázek2016-11-04-2/+23
| | | | false
* NOISSUE ifdef the hell out of MCEdit launch on WindowsPetr Mrázek2016-11-03-5/+18
| | | | Setting the work directory was not enough.
* NOISSUE Set working directory for MCEdit on WindowsPetr Mrázek2016-11-03-0/+1
| | | | It seems to require it, unlike the other versions.
* NOISSUE use LoggedProcess to work around issues with QProcess on macOSPetr Mrázek2016-11-03-9/+45
|
* NOISSUE fix reversed MCEdit check conditionPetr Mrázek2016-11-02-1/+1
| | | | It was causing fake errors.
* NOISSUE MCEdit integration - remove old 'tool', replace with WorldsPetr Mrázek2016-11-02-51/+26
|
* NOISSUE prefer shell script for running MCEdit on linuxPetr Mrázek2016-11-02-4/+4
|
* GH-903 simple theme switching and dark themePetr Mrázek2016-10-21-4/+62
|
* GH-1675 reimplement suspesion of log watchPetr Mrázek2016-10-11-7/+1
|
* NOISSUE use model/view for Minecraft log dataPetr Mrázek2016-08-19-172/+168
|
* GH-1433 with no default account, show profiles instead of accounts in ↵Petr Mrázek2016-08-11-1/+0
| | | | selection dialog
* Revert "NOISSUE rework of minecraft log"Petr Mrázek2016-08-10-239/+179
| | | | This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
* NOISSUE rework of minecraft logPetr Mrázek2016-08-10-179/+239
| | | | | | | 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.
* GH-338, GH-513, GH-700 Unify edit instance with console windowPetr Mrázek2016-08-07-23/+57
| | | | | | | * 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.
* NOISSUE allow user to sort mod list by clicking on column headersPetr Mrázek2016-08-05-0/+2
|
* GH-589 GH-842 GH-901 GH-1117 allow mass-enabling/disabling of modsPetr Mrázek2016-08-04-1/+31
|
* GH-1273 allow extended selection in mod listsPetr Mrázek2016-08-04-13/+2
|
* GH-1635 add filter bar to mod list pagesPetr Mrázek2016-08-04-26/+82
|
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-06-05-2/+1
| | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
* GH-575 clean up ModList - remove all legacy and obsolete partsPetr Mrázek2016-05-15-4/+0
|
* GH-575 separate legacy jar mod list from mod listPetr Mrázek2016-05-15-3/+3
|
* GH-767 Basic skin uploadAlexia2016-05-15-0/+25
|
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-1/+1
|
* NOISSUE Add a skeleton of the wonko systemJan Dalheimer2016-04-30-0/+549
|
* NOISSUE add line wrapping checkbox to log pagePetr Mrázek2016-04-10-0/+24
|
* NOISSUE finalize support for new mojang version formatPetr Mrázek2016-03-27-1/+1
|
* NOISSUE stop referring to the minecraft profile as 'version'Petr Mrázek2016-03-26-23/+23
|
* NOISSUE continue version file format refactorsPetr Mrázek2016-03-26-8/+14
|