Petr Mrázek
cbb1e0ea45
HACK for scalable icons in QListView on Windows
2014-11-10 07:33:49 +01:00
Petr Mrázek
ec4805cce8
Default console font tweaks
...
* 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-10 06:26:17 +01:00
Petr Mrázek
a2ac9c5a3a
Fix coloring and processing of console output
...
* Removing \r
* Adding missing break statements for coloring
2014-11-10 05:10:58 +01:00
Petr Mrázek
551e101146
Follow redirects for skins
2014-11-10 05:10:23 +01:00
Petr Mrázek
1dd8978f8c
Do not use QFont without Xorg
2014-11-09 20:49:23 +01:00
Petr Mrázek
24a0635b62
Allow changing the console font family
2014-11-09 19:48:35 +01:00
Petr Mrázek
2e9284951c
Improve log formatting
...
* Updated log level detection for current Minecraft versions
* Better formatting: using a monospaced font and raw text instead of HTML (fixes #111 )
2014-11-09 14:53:08 +01:00
Jan Dalheimer
f9a7c1cf21
Fix #208 : Allow double clicking an account in the account selection dialog
2014-11-09 02:50:30 +01:00
Petr Mrázek
28eebc09fc
Give paste upload a nice status message
...
Fixes #364
2014-11-09 02:09:01 +01:00
Petr Mrázek
cc19159f4d
Document pre/post commands better
...
Fixes #398
2014-11-09 01:20:09 +01:00
Petr Mrázek
587fedce84
Implement search and logging pause in minecraft log
...
Fixes #47
2014-11-09 00:59:22 +01:00
Petr Mrázek
fa42a27525
Workaround for QTBUG-42500
...
Process has to have LD_LIBRARY_PATH set to empty string to not inherit it by default
2014-11-09 00:19:54 +01:00
Petr Mrázek
84723add8f
Fix #537
...
Core Mods help now goes to Loader Mods
Fixed Minecraft Log -> Minecraft Logs problem
2014-11-08 21:47:51 +01:00
Petr Mrázek
992ba0c3f8
Implement #545
...
* 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-08 21:17:28 +01:00
Jan Dalheimer
7d1dd2a32f
Fix #474 : Bad jvisualvm check
2014-11-02 20:29:09 +01:00
Jan Dalheimer
add23a9a0b
Fix #220 : Use .exe suffix on windows for jprofiler
2014-11-02 20:16:29 +01:00
Jan Dalheimer
d9b2f0ed42
Fix another bunch of copyright years, including fixing #397
2014-11-02 20:08:26 +01:00
Jan Dalheimer
9217d9263e
Update copyright year (finally...)
2014-11-02 19:49:58 +01:00
Jan Dalheimer
a3a5afe119
Fix #231 : Enable translation for more strings
2014-11-02 19:25:11 +01:00
Petr Mrázek
7fb6cafe9e
Add LWJGL 2.9.2-nightly-20140822
2014-11-02 12:47:39 +01:00
Petr Mrázek
c1b6f42551
Also block other java-related env vars, for good measure
...
"JAVA_ARGS"
"CLASSPATH"
"CONFIGPATH"
"JAVA_HOME"
"JRE_HOME"
2014-11-02 11:13:18 +01:00
Petr Mrázek
3d1426b559
Filter env variables passed to Minecraft
...
QT_* and LD_* are not passed through
env variables are logged on launch
2014-11-01 14:11:20 +01:00
Petr Mrázek
095640ed01
Fix Java 8 issues with LWJGL native libs on OSX?
2014-11-01 10:39:32 +01:00
Petr Mrázek
9e8a74cc89
Fix some issues in the newly added themes
2014-10-27 00:41:40 +01:00
Petr Mrázek
547f6f77d0
Add iOS and OSX icon themes by pe
2014-10-27 00:15:52 +01:00
Petr Mrázek
8f7aec032b
Add dark, light, blue and colored theme from pe.
...
Replaces the old dark and light themes
2014-10-26 23:44:20 +01:00
TakSuyu
92560bf0cd
Merge pull request #561 from max96at/patch-1
...
One line change that was already attempted. Easy enough to revert if in the off chance it regresses.
2014-10-19 10:28:05 -07:00
max96at
2dd2b7a291
Finally with Qt5.3 this should work. :D
2014-10-19 18:19:37 +02:00
robotbrain
b4122cff89
Fix translation downloading
2014-10-05 11:37:49 -04:00
Petr Mrázek
43b9706b5c
Fix translations path for the meta cache
2014-10-01 00:24:56 +02:00
robotbrain
bbdf5c1395
Translation downloading!
2014-09-30 16:22:39 -04:00
Petr Mrázek
382e167d64
Do not choke on large files when showing them in the 'other logs' page.
2014-09-21 00:05:48 +02:00
Sky
de2bb0c6f3
README tweaks
2014-09-15 15:53:20 +01:00
Petr Mrázek
2083ac8cc1
Add a dot.
2014-09-14 11:31:43 +02:00
Petr Mrázek
16955c6188
Delete old translations
2014-09-09 07:57:27 +02:00
Petr Mrázek
b00e63dbe8
More sync from quickmods
...
Also a small VersionSelectDialog refactor
2014-09-06 21:01:23 +02:00
Petr Mrázek
20cb97a35a
Sync from quickmods
2014-09-06 19:03:05 +02:00
Petr Mrázek
36efcf8d3c
Back to develop
2014-09-06 13:05:17 +02:00
Petr Mrázek
a59e83cd12
Update changelog
...
Conflicts:
changelog.md
2014-08-21 00:48:14 +02:00
Petr Mrázek
febf3645d0
Fix version file problems, fix console window not being destroyed
2014-08-21 00:32:32 +02:00
Petr Mrázek
01ca3d6aad
Add some logging to places where version updates might not trigger.
2014-08-21 00:32:32 +02:00
Mrazek, Petr
6deb41e32d
Travis build: take negative test results as build errors
2014-08-21 00:32:32 +02:00
Petr Mrázek
74f7bd9a1c
Add changelog pieces, version
2014-08-16 11:33:01 +02:00
Petr Mrázek
7d8c5ac9b5
Revert "Do not include jutils in LWJGL versions."
...
This reverts commit 376467740b
.
2014-08-15 00:02:44 +02:00
Petr Mrázek
d172daf3a9
Include QtXml, we use it.
...
Fixes KDevelop semantic analysis magic.
2014-08-15 00:01:55 +02:00
Petr Mrázek
56b16320dd
Print the Minecraft window size on launch.
2014-08-13 04:44:19 +02:00
Petr Mrázek
376467740b
Do not include jutils in LWJGL versions.
2014-08-13 04:44:01 +02:00
Petr Mrázek
814d5d3315
Properly detect if the instance is vanilla and don't treat it as custom.
2014-08-11 02:17:48 +02:00
Petr Mrázek
fd6706391b
Increase the java checker timeout from 5s to 15s
2014-08-10 15:13:35 +02:00
Jan Dalheimer
21597da33d
Merge branch 'Loetkolben-pr_feature_warnProblematicInstPath' into develop
...
Closes #400
2014-07-30 21:45:12 +02:00