Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | GH-378 add basic custom theme support | Petr Mrázek | 2016-11-06 | -1/+4 | |
| | | | | Files you can customize are created in themes/custom/ | ||||
* | NOISSUE add an option to show console on error and default other options to ↵ | Petr Mrázek | 2016-11-04 | -3/+3 | |
| | | | | false | ||||
* | NOISSUE MCEdit integration - remove old 'tool', replace with Worlds | Petr Mrázek | 2016-11-02 | -6/+6 | |
| | |||||
* | NOISSUE add bright theme to complement the dark theme | Petr Mrázek | 2016-11-01 | -0/+2 | |
| | | | | Same style, different colors. | ||||
* | GH-1645 reimplement open/close instance window based on settings | Petr Mrázek | 2016-11-01 | -19/+65 | |
| | |||||
* | NOISSUE rearrange MultiMC.cpp to make it make more sense | Petr Mrázek | 2016-10-31 | -63/+60 | |
| | |||||
* | NOISSUE use current directory for application ID | Petr Mrázek | 2016-10-30 | -1/+1 | |
| | | | | Using QDir(dataPath).absolutePath() for the path | ||||
* | NOISSUE use absolute data path for application ID | Petr Mrázek | 2016-10-30 | -1/+2 | |
| | |||||
* | NOISSUE fix build | Petr Mrázek | 2016-10-30 | -2/+2 | |
| | |||||
* | NOISSUE refactor window management and launch, make MultiMC a single ↵ | Petr Mrázek | 2016-10-30 | -8/+151 | |
| | | | | instance application. | ||||
* | NOISSUE clean up some bad/dead code | Petr Mrázek | 2016-10-29 | -5/+5 | |
| | |||||
* | NOISSUE remove unused 'test mode' | Petr Mrázek | 2016-10-28 | -29/+16 | |
| | |||||
* | Revert "GH-1665 diagnostic build - check if log file has been created and ↵ | Petr Mrázek | 2016-10-27 | -10/+2 | |
| | | | | | | opened" This reverts commit 2597bde4f9df5409371da55beabb0f695b853aa3. | ||||
* | Revert "GH-1665 diagnostic build - disable file logging entirely" | Petr Mrázek | 2016-10-27 | -3/+1 | |
| | | | | This reverts commit 049317093629f9a24ccec93df4449ce44b83c35e. | ||||
* | GH-1665 diagnostic build - disable file logging entirely | Petr Mrázek | 2016-10-27 | -1/+3 | |
| | |||||
* | GH-1665 diagnostic build - check if log file has been created and opened | Petr Mrázek | 2016-10-27 | -2/+10 | |
| | |||||
* | NOISSUE Granular instance reload | Petr Mrázek | 2016-10-26 | -4/+10 | |
| | |||||
* | GH-903 force Dark theme to use Fusion Qt style | Petr Mrázek | 2016-10-22 | -1/+2 | |
| | | | | Themes now include Qt styles. | ||||
* | GH-903 simple theme switching and dark theme | Petr Mrázek | 2016-10-21 | -0/+49 | |
| | |||||
* | GH-1642 fix instance launch from console | Petr Mrázek | 2016-08-09 | -0/+4 | |
| | |||||
* | NOISSUE implement direct java launch | Petr Mrázek | 2016-08-01 | -0/+4 | |
| | | | | Just running the Java process and giving it params on the command line | ||||
* | GH-1586 Windows: attach to the parent process console if there is any, so ↵ | Petr Mrázek | 2016-06-10 | -0/+41 | |
| | | | | command line output gets printed there | ||||
* | GH-1559 Fix FTB icons | Petr Mrázek | 2016-05-03 | -0/+1 | |
| | | | | | This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later. | ||||
* | NOISSUE re/move some dead code and unused build system parts | Petr Mrázek | 2016-05-01 | -17/+0 | |
| | |||||
* | NOISSUE split GUI stuff from logic library | Petr Mrázek | 2016-04-30 | -2/+2 | |
| | |||||
* | GH-1521 When json editor is custom, actually pass the filename to it | Petr Mrázek | 2016-03-17 | -1/+1 | |
| | |||||
* | NOISSUE move files into paths that make more sense | Petr Mrázek | 2016-02-27 | -6/+6 | |
| | |||||
* | GH-1402 add a hack for updater to respect renamed binary on Windows | Petr Mrázek | 2016-01-12 | -0/+7 | |
| | |||||
* | GH-1389 wrap QDesktopServices and QProcess::startDetached | Petr Mrázek | 2016-01-05 | -4/+4 | |
| | | | | | | | | | Essentially do not pass some environment variables to subprocesses: * LD_PRELOAD * LD_LIBRARY_PATH * LD_DEBUG * QT_PLUGIN_PATH * QT_FONTPATH | ||||
* | GH-1365 rework java version parsing and sorting | Petr Mrázek | 2016-01-02 | -2/+2 | |
| | |||||
* | GH-1360 add basic changelog based on github API, fix update dialog buttons | Petr Mrázek | 2015-12-28 | -3/+7 | |
| | |||||
* | GH-1308 remove use of static data (translations) and root ↵ | Petr Mrázek | 2015-12-27 | -14/+3 | |
| | | | | (notifications.json) paths. | ||||
* | NOISSUE there is too much ifdef involved... | Petr Mrázek | 2015-10-05 | -1/+1 | |
| | |||||
* | NOISSUE dissolve util library | Petr Mrázek | 2015-10-05 | -22/+23 | |
| | |||||
* | GH-719 implement paste.ee API keys | Petr Mrázek | 2015-10-02 | -0/+4 | |
| | |||||
* | GH-253 implement launching instances from command line | Petr Mrázek | 2015-09-30 | -0/+6 | |
| | |||||
* | GH-1202 rebuild SSL certs on start on OSX | Petr Mrázek | 2015-09-29 | -0/+5 | |
| | |||||
* | GH-1072 split resource system to UI and logic parts | Petr Mrázek | 2015-09-26 | -27/+10 | |
| | |||||
* | GH-1206 fix deleting files during update | Petr Mrázek | 2015-08-23 | -1/+4 | |
| | | | | Backups weren't created properly which led to failure to update | ||||
* | GH-1053 split settings dialog creation to its own namespace | Petr Mrázek | 2015-07-05 | -0/+19 | |
| | |||||
* | GH-1008 implement log window max line count | Petr Mrázek | 2015-06-11 | -0/+2 | |
| | | | | Defaults to 100k lines | ||||
* | GH-1060 ugly XP hack is ugly | Petr Mrázek | 2015-06-10 | -0/+52 | |
| | |||||
* | GH-1060 create and delete update dir | Petr Mrázek | 2015-06-10 | -0/+2 | |
| | |||||
* | GH-1060 update tweaks | Petr Mrázek | 2015-06-09 | -33/+45 | |
| | | | | | | | | * download to multimc folder hierarchy * use rename, not copy * keep backup after update * clean previous backup before update * it's not 'copy', it's 'replace' | ||||
* | GH-1060 add a lot of error checking and reporting to the inner updater | Petr Mrázek | 2015-06-09 | -7/+62 | |
| | |||||
* | GH-1060 tweaks to new update mechanism - logging | Petr Mrázek | 2015-06-09 | -6/+21 | |
| | |||||
* | GH-1060 implement very basic updater (only linux and maybe osx right now) | Petr Mrázek | 2015-06-09 | -9/+153 | |
| | |||||
* | GH-1060 remove some old updater bits and pieces | Petr Mrázek | 2015-06-09 | -42/+4 | |
| | |||||
* | NOISSUE Various changes from multiauth that are unrelated to it | Jan Dalheimer | 2015-06-06 | -0/+34 | |
| | |||||
* | GH-994 hopefully fix issue with people still using jar mods | Petr Mrázek | 2015-05-29 | -0/+3 | |
| | | | | | | Added an 'add mods' button to the version page Add jar mods now has a very angry nag dialog until it's used successfully Buttons on version page are rearranged to deemphasize jar mods |