aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-16Do not do symlink hackery for java < 8Petr Mrázek
2014-11-16Fix typo in changelogPetr Mrázek
2014-11-16VersionSelectDialog is for SELECTING versions.Petr Mrázek
Not blinking in and out of existence. That is not the job of a version SELECTION dialog.
2014-11-15Set version to 0.4.4 for releasePetr Mrázek
2014-11-15Add Batch icon set to the about dialog.Petr Mrázek
2014-11-15Remove crash handlerPetr Mrázek
2014-11-15Fix a OS X build error (missing a defined())Jan Dalheimer
2014-11-15Add console font size setting and a preview\Petr Mrázek
Also moves the console settings from the minecraft page.
2014-11-10'Fix' instance group sortingPetr Mrázek
2014-11-10More pixels.Petr Mrázek
2014-11-10HACK for scalable icons in QListView on WindowsPetr Mrázek
2014-11-10Default console font tweaksPetr Mrázek
* Lucida Console on Windows * Menlo on OSX * Monospace (resolved to whatever Monospace means) on linux * Added ability to select proportional fonts in settings
2014-11-10Fix coloring and processing of console outputPetr Mrázek
* Removing \r * Adding missing break statements for coloring
2014-11-10Follow redirects for skinsPetr Mrázek
2014-11-09Do not use QFont without XorgPetr Mrázek
2014-11-09Allow changing the console font familyPetr Mrázek
2014-11-09Improve log formattingPetr Mrázek
* Updated log level detection for current Minecraft versions * Better formatting: using a monospaced font and raw text instead of HTML (fixes #111)
2014-11-09Fix #208: Allow double clicking an account in the account selection dialogJan Dalheimer
2014-11-09Give paste upload a nice status messagePetr Mrázek
Fixes #364
2014-11-09Document pre/post commands betterPetr Mrázek
Fixes #398
2014-11-09Implement search and logging pause in minecraft logPetr Mrázek
Fixes #47
2014-11-09Workaround for QTBUG-42500Petr Mrázek
Process has to have LD_LIBRARY_PATH set to empty string to not inherit it by default
2014-11-08Fix #537Petr Mrázek
Core Mods help now goes to Loader Mods Fixed Minecraft Log -> Minecraft Logs problem
2014-11-08Implement #545Petr Mrázek
* Instance group can be selected when creating and copying instances * Original group is pre-selected when copying * Last used group is pre-selected when creating new instances
2014-11-02Fix #474: Bad jvisualvm checkJan Dalheimer
2014-11-02Fix #220: Use .exe suffix on windows for jprofilerJan Dalheimer
2014-11-02Fix another bunch of copyright years, including fixing #397Jan Dalheimer
2014-11-02Update copyright year (finally...)Jan Dalheimer
2014-11-02Fix #231: Enable translation for more stringsJan Dalheimer
2014-11-02Add LWJGL 2.9.2-nightly-20140822Petr Mrázek
2014-11-02Also block other java-related env vars, for good measurePetr Mrázek
"JAVA_ARGS" "CLASSPATH" "CONFIGPATH" "JAVA_HOME" "JRE_HOME"
2014-11-01Filter env variables passed to MinecraftPetr Mrázek
QT_* and LD_* are not passed through env variables are logged on launch
2014-11-01Fix Java 8 issues with LWJGL native libs on OSX?Petr Mrázek
2014-10-27Fix some issues in the newly added themesPetr Mrázek
2014-10-27Add iOS and OSX icon themes by pePetr Mrázek
2014-10-26Add dark, light, blue and colored theme from pe.Petr Mrázek
Replaces the old dark and light themes
2014-10-19Merge pull request #561 from max96at/patch-1TakSuyu
One line change that was already attempted. Easy enough to revert if in the off chance it regresses.
2014-10-19Finally with Qt5.3 this should work. :Dmax96at
2014-10-05Fix translation downloadingrobotbrain
2014-10-01Fix translations path for the meta cachePetr Mrázek
2014-09-30Translation downloading!robotbrain
2014-09-21Do not choke on large files when showing them in the 'other logs' page.Petr Mrázek
2014-09-15README tweaksSky
2014-09-14Add a dot.Petr Mrázek
2014-09-09Delete old translationsPetr Mrázek
2014-09-06More sync from quickmodsPetr Mrázek
Also a small VersionSelectDialog refactor
2014-09-06Sync from quickmodsPetr Mrázek
2014-09-06Back to developPetr Mrázek
2014-08-21Update changelogPetr Mrázek
Conflicts: changelog.md
2014-08-21Fix version file problems, fix console window not being destroyedPetr Mrázek