Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-28 | NOISSUE add skeleton of the setup wizard | Petr Mrázek | |
Very wizardly. Also very empty and opening on every start for now. | |||
2016-11-26 | NOISSUE allow killing the instance from main window | Petr Mrázek | |
2016-11-26 | NOISSUE simplify system detection and user agent handling | Petr Mrázek | |
Now it only checks OS kernel name/version. User agent is 'MultiMC5/$version'. Kernel info is passed through custom dimensions in analytics. | |||
2016-11-24 | NOISSUE add analytics settings (enable/disable) | Petr Mrázek | |
2016-11-23 | NOISSUE fix translation listing in settings and translation loading | Petr Mrázek | |
It was impossible to select and load translations properly. | |||
2016-11-22 | NOISSUE send custom analytics values | Petr Mrázek | |
* System, Java and CPU architecture (either 32 or 64). * Java version. * System memory size in MB. * Java min/max heap size in MB. | |||
2016-11-21 | NOISSUE implement analytics IP anonymization | Petr Mrázek | |
2016-11-21 | NOISSUE most basic analytics integration possible | Petr Mrázek | |
2016-11-19 | GH-1726 better failure detection for updates | Petr Mrázek | |
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. | |||
2016-11-10 | NOISSUE allow using icon themes for instances and instance badges | Petr Mrázek | |
2016-11-09 | GH-1713 fix FTB loading crashes | Petr Mrázek | |
2016-11-07 | NOISSUE fix horrible globals crash | Petr Mrázek | |
FIXME: remove all globals. | |||
2016-11-07 | NOISSUE shut down logger when MultiMC exits | Petr Mrázek | |
Prevents crash bugs... | |||
2016-11-06 | NOISSUE ask user if closing is OK when instances are still running | Petr Mrázek | |
2016-11-06 | NOISSUE Refactor and sanitize MultiMC startup/shutdown | Petr Mrázek | |
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes. | |||
2016-11-06 | GH-378 add a resource search path to custom themes | Petr Mrázek | |
This allows adding images and other bits and pieces to themes. | |||
2016-11-06 | GH-378 add basic custom theme support | Petr Mrázek | |
Files you can customize are created in themes/custom/ | |||
2016-11-04 | NOISSUE add an option to show console on error and default other options to ↵ | Petr Mrázek | |
false | |||
2016-11-02 | NOISSUE MCEdit integration - remove old 'tool', replace with Worlds | Petr Mrázek | |
2016-11-01 | NOISSUE add bright theme to complement the dark theme | Petr Mrázek | |
Same style, different colors. | |||
2016-11-01 | GH-1645 reimplement open/close instance window based on settings | Petr Mrázek | |
2016-10-31 | NOISSUE rearrange MultiMC.cpp to make it make more sense | Petr Mrázek | |
2016-10-30 | NOISSUE use current directory for application ID | Petr Mrázek | |
Using QDir(dataPath).absolutePath() for the path | |||
2016-10-30 | NOISSUE use absolute data path for application ID | Petr Mrázek | |
2016-10-30 | NOISSUE fix build | Petr Mrázek | |
2016-10-30 | NOISSUE refactor window management and launch, make MultiMC a single ↵ | Petr Mrázek | |
instance application. | |||
2016-10-29 | NOISSUE clean up some bad/dead code | Petr Mrázek | |
2016-10-28 | NOISSUE remove unused 'test mode' | Petr Mrázek | |
2016-10-27 | Revert "GH-1665 diagnostic build - check if log file has been created and ↵ | Petr Mrázek | |
opened" This reverts commit 2597bde4f9df5409371da55beabb0f695b853aa3. | |||
2016-10-27 | Revert "GH-1665 diagnostic build - disable file logging entirely" | Petr Mrázek | |
This reverts commit 049317093629f9a24ccec93df4449ce44b83c35e. | |||
2016-10-27 | GH-1665 diagnostic build - disable file logging entirely | Petr Mrázek | |
2016-10-27 | GH-1665 diagnostic build - check if log file has been created and opened | Petr Mrázek | |
2016-10-26 | NOISSUE Granular instance reload | Petr Mrázek | |
2016-10-22 | GH-903 force Dark theme to use Fusion Qt style | Petr Mrázek | |
Themes now include Qt styles. | |||
2016-10-21 | GH-903 simple theme switching and dark theme | Petr Mrázek | |
2016-08-09 | GH-1642 fix instance launch from console | Petr Mrázek | |
2016-08-01 | NOISSUE implement direct java launch | Petr Mrázek | |
Just running the Java process and giving it params on the command line | |||
2016-06-10 | GH-1586 Windows: attach to the parent process console if there is any, so ↵ | Petr Mrázek | |
command line output gets printed there | |||
2016-05-03 | GH-1559 Fix FTB icons | Petr Mrázek | |
This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later. | |||
2016-05-01 | NOISSUE re/move some dead code and unused build system parts | Petr Mrázek | |
2016-04-30 | NOISSUE split GUI stuff from logic library | Petr Mrázek | |
2016-03-17 | GH-1521 When json editor is custom, actually pass the filename to it | Petr Mrázek | |
2016-02-27 | NOISSUE move files into paths that make more sense | Petr Mrázek | |
2016-01-12 | GH-1402 add a hack for updater to respect renamed binary on Windows | Petr Mrázek | |
2016-01-05 | GH-1389 wrap QDesktopServices and QProcess::startDetached | Petr 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-02 | GH-1365 rework java version parsing and sorting | Petr Mrázek | |
2015-12-28 | GH-1360 add basic changelog based on github API, fix update dialog buttons | Petr Mrázek | |
2015-12-27 | GH-1308 remove use of static data (translations) and root ↵ | Petr Mrázek | |
(notifications.json) paths. | |||
2015-10-05 | NOISSUE there is too much ifdef involved... | Petr Mrázek | |
2015-10-05 | NOISSUE dissolve util library | Petr Mrázek | |