Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-1873 allow closing main window, fix window ref count | Petr Mrázek | 2017-05-01 | -19/+2 |
| | ||||
* | NOISSUE remove macOS SSL workarounds | Petr Mrázek | 2017-04-25 | -0/+1 |
| | | | | Should not be necessary anymore... | |||
* | NOISSUE add pack import using drag&drop | Petr Mrázek | 2017-04-22 | -2/+25 |
| | | | | Straight from the browser or the downloads folder. | |||
* | NOISSUE sanitize loading and downloading of metadata files | Petr Mrázek | 2017-04-07 | -14/+1 |
| | ||||
* | NOISSUE Remove Minecraft version list and versions. | Petr Mrázek | 2017-04-07 | -15/+2 |
| | ||||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -1/+1 |
| | ||||
* | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | 2017-01-01 | -70/+9 |
| | ||||
* | GH-1743 selected instance can be null - do not assume it isn't | Petr Mrázek | 2016-12-07 | -1/+1 |
| | | | | This fixes a crash when closing settings and not having any selected instance. | |||
* | NOISSUE allow killing the instance from main window | Petr Mrázek | 2016-11-26 | -9/+57 |
| | ||||
* | GH-1726 better failure detection for updates | Petr Mrázek | 2016-11-19 | -1/+3 |
| | | | | | | Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process. | |||
* | NOISSUE mark profile in use also on the main window profile button | Petr Mrázek | 2016-11-17 | -7/+23 |
| | ||||
* | NOISSUE mark used accounts/sessions in selection menus | Petr Mrázek | 2016-11-17 | -1/+6 |
| | ||||
* | NOISSUE ask user if closing is OK when instances are still running | Petr Mrázek | 2016-11-06 | -3/+18 |
| | ||||
* | NOISSUE MCEdit integration - remove old 'tool', replace with Worlds | Petr Mrázek | 2016-11-02 | -18/+11 |
| | ||||
* | NOISSUE simplify retranslation code of MainWindow | Petr Mrázek | 2016-11-02 | -81/+58 |
| | ||||
* | NOISSUE improve launch button interaction | Petr Mrázek | 2016-11-01 | -0/+2 |
| | | | | Now has a drop-down arrow that actually works as expected. | |||
* | NOISSUE refactor window management and launch, make MultiMC a single ↵ | Petr Mrázek | 2016-10-30 | -76/+12 |
| | | | | instance application. | |||
* | GH-1652 save all instance settings on launch if instance window is already open | Petr Mrázek | 2016-10-28 | -0/+9 |
| | ||||
* | NOISSUE Granular instance reload | Petr Mrázek | 2016-10-26 | -200/+35 |
| | ||||
* | NOISSUE fix minor memory leaks | Petr Mrázek | 2016-08-19 | -1/+2 |
| | ||||
* | SCRATCH make instance windows independent | Petr Mrázek | 2016-08-15 | -1/+1 |
| | ||||
* | GH-352 Make OneSix instance update downloads cancellable | Petr Mrázek | 2016-08-14 | -0/+1 |
| | ||||
* | GH-1433 with no default account, show profiles instead of accounts in ↵ | Petr Mrázek | 2016-08-11 | -3/+2 |
| | | | | selection dialog | |||
* | GH-338, GH-513, GH-700 Unify edit instance with console window | Petr Mrázek | 2016-08-07 | -12/+54 |
| | | | | | | | * 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 refactor *Download into more, smaller pieces | Petr Mrázek | 2016-06-05 | -5/+4 |
| | | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour. | |||
* | GH-1560 trim whitespace from instance name on rename | Petr Mrázek | 2016-05-04 | -0/+1 |
| | ||||
* | NOISSUE re/move some dead code and unused build system parts | Petr Mrázek | 2016-05-01 | -1/+0 |
| | ||||
* | NOISSUE split GUI stuff from logic library | Petr Mrázek | 2016-04-30 | -6/+6 |
| | ||||
* | GH-1556 disable export for tracked FTB instances | Petr Mrázek | 2016-04-28 | -0/+1 |
| | ||||
* | GH-1556 do not crash when instance has no update task while creating an instance | Petr Mrázek | 2016-04-27 | -1/+4 |
| | ||||
* | GH-1404 allow deleting groups and creating instances in groups directly ↵ | Petr Mrázek | 2016-04-11 | -1/+56 |
| | | | | using context menu | |||
* | NOISSUE finalize support for new mojang version format | Petr Mrázek | 2016-03-27 | -2/+2 |
| | ||||
* | NOISSUE Use patch problems and problem levels instead of exceptions for ↵ | Petr Mrázek | 2016-03-26 | -1/+8 |
| | | | | minecraft profiles. | |||
* | NOISSUE Remove tr(...) where unnecessary. | Loetkolben | 2016-03-23 | -2/+2 |
| | ||||
* | NOISSUE move files into paths that make more sense | Petr Mrázek | 2016-02-27 | -3/+1 |
| | ||||
* | GH-1280 modpack import: make the progress dialog say what is being downloaded | Petr Mrázek | 2016-01-12 | -0/+1 |
| | ||||
* | GH-1397 add discord icon to MultiMC toolbar | Petr Mrázek | 2016-01-09 | -0/+12 |
| | ||||
* | GH-1389 wrap QDesktopServices and QProcess::startDetached | Petr Mrázek | 2016-01-05 | -17/+15 |
| | | | | | | | | | Essentially do not pass some environment variables to subprocesses: * LD_PRELOAD * LD_LIBRARY_PATH * LD_DEBUG * QT_PLUGIN_PATH * QT_FONTPATH | |||
* | GH-1313 tweak the window title to be easier to translate | Petr Mrázek | 2016-01-03 | -1/+1 |
| | ||||
* | GH-1365 rework java version parsing and sorting | Petr Mrázek | 2016-01-02 | -3/+3 |
| | ||||
* | GH-1360 add basic changelog based on github API, fix update dialog buttons | Petr Mrázek | 2015-12-28 | -10/+31 |
| | ||||
* | GH-1300 call application quit when direct launch instance quits | Petr Mrázek | 2015-10-24 | -1/+1 |
| | ||||
* | NOISSUE reformat MainWindow with new clang_format settings | Petr Mrázek | 2015-10-20 | -99/+77 |
| | ||||
* | NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵ | Petr Mrázek | 2015-10-20 | -169/+101 |
| | | | | unique_qobject_ptr, refactor MainWindow to match | |||
* | GH-93 add an option to not copy saves on instance copy | Petr Mrázek | 2015-10-10 | -1/+1 |
| | ||||
* | NOISSUE dissolve util library | Petr Mrázek | 2015-10-05 | -21/+18 |
| | ||||
* | GH-1262 fix relative paths for java binaries | Petr Mrázek | 2015-09-30 | -11/+2 |
| | ||||
* | GH-1238 add reddit button | Petr Mrázek | 2015-09-28 | -0/+13 |
| | ||||
* | GH-1072 use crafatar for grabbing the user skin | Petr Mrázek | 2015-09-28 | -4/+4 |
| | ||||
* | NOISSUE fix all clang warnings | Petr Mrázek | 2015-09-26 | -4/+4 |
| |