aboutsummaryrefslogtreecommitdiff
path: root/application/MultiMC.cpp
AgeCommit message (Collapse)Author
2016-11-23NOISSUE fix translation listing in settings and translation loadingPetr Mrázek
It was impossible to select and load translations properly.
2016-11-22NOISSUE send custom analytics valuesPetr 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-21NOISSUE implement analytics IP anonymizationPetr Mrázek
2016-11-21NOISSUE most basic analytics integration possiblePetr Mrázek
2016-11-19GH-1726 better failure detection for updatesPetr 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-10NOISSUE allow using icon themes for instances and instance badgesPetr Mrázek
2016-11-09GH-1713 fix FTB loading crashesPetr Mrázek
2016-11-07NOISSUE fix horrible globals crashPetr Mrázek
FIXME: remove all globals.
2016-11-07NOISSUE shut down logger when MultiMC exitsPetr Mrázek
Prevents crash bugs...
2016-11-06NOISSUE ask user if closing is OK when instances are still runningPetr Mrázek
2016-11-06NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
2016-11-06GH-378 add a resource search path to custom themesPetr Mrázek
This allows adding images and other bits and pieces to themes.
2016-11-06GH-378 add basic custom theme supportPetr Mrázek
Files you can customize are created in themes/custom/
2016-11-04NOISSUE add an option to show console on error and default other options to ↵Petr Mrázek
false
2016-11-02NOISSUE MCEdit integration - remove old 'tool', replace with WorldsPetr Mrázek
2016-11-01NOISSUE add bright theme to complement the dark themePetr Mrázek
Same style, different colors.
2016-11-01GH-1645 reimplement open/close instance window based on settingsPetr Mrázek
2016-10-31NOISSUE rearrange MultiMC.cpp to make it make more sensePetr Mrázek
2016-10-30NOISSUE use current directory for application IDPetr Mrázek
Using QDir(dataPath).absolutePath() for the path
2016-10-30NOISSUE use absolute data path for application IDPetr Mrázek
2016-10-30NOISSUE fix buildPetr Mrázek
2016-10-30NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek
instance application.
2016-10-29NOISSUE clean up some bad/dead codePetr Mrázek
2016-10-28NOISSUE remove unused 'test mode'Petr Mrázek
2016-10-27Revert "GH-1665 diagnostic build - check if log file has been created and ↵Petr Mrázek
opened" This reverts commit 2597bde4f9df5409371da55beabb0f695b853aa3.
2016-10-27Revert "GH-1665 diagnostic build - disable file logging entirely"Petr Mrázek
This reverts commit 049317093629f9a24ccec93df4449ce44b83c35e.
2016-10-27GH-1665 diagnostic build - disable file logging entirelyPetr Mrázek
2016-10-27GH-1665 diagnostic build - check if log file has been created and openedPetr Mrázek
2016-10-26NOISSUE Granular instance reloadPetr Mrázek
2016-10-22GH-903 force Dark theme to use Fusion Qt stylePetr Mrázek
Themes now include Qt styles.
2016-10-21GH-903 simple theme switching and dark themePetr Mrázek
2016-08-09GH-1642 fix instance launch from consolePetr Mrázek
2016-08-01NOISSUE implement direct java launchPetr Mrázek
Just running the Java process and giving it params on the command line
2016-06-10GH-1586 Windows: attach to the parent process console if there is any, so ↵Petr Mrázek
command line output gets printed there
2016-05-03GH-1559 Fix FTB iconsPetr 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-01NOISSUE re/move some dead code and unused build system partsPetr Mrázek
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek
2016-03-17GH-1521 When json editor is custom, actually pass the filename to itPetr Mrázek
2016-02-27NOISSUE move files into paths that make more sensePetr Mrázek
2016-01-12GH-1402 add a hack for updater to respect renamed binary on WindowsPetr 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-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-10-05NOISSUE there is too much ifdef involved...Petr Mrázek
2015-10-05NOISSUE dissolve util libraryPetr Mrázek
2015-10-02GH-719 implement paste.ee API keysPetr Mrázek
2015-09-30GH-253 implement launching instances from command linePetr Mrázek
2015-09-29GH-1202 rebuild SSL certs on start on OSXPetr Mrázek
2015-09-26GH-1072 split resource system to UI and logic partsPetr Mrázek