Commit Graph

1487 Commits

Author SHA1 Message Date
ceec70e014 GH-796 Icon theme loading workaround
Replacing the Qt machinery with other Qt machinery under our control
2015-03-01 22:20:57 +01:00
ef34cafe17 Fix QuaZIP target dependency 2015-02-21 21:23:23 +01:00
93b247592d NOISSUE actually make INI file saving work again... oops :P 2015-02-21 08:59:38 +01:00
b8a8b09796 NOISSUE make sure saving config files is atomic 2015-02-21 00:21:19 +01:00
a53f8d506e GH-366: Plain and simple modpack export/import/download
Also removed the in-source QuaZIP in favour of upstream version
2015-02-19 21:04:27 +01:00
f9a17eb9de Fix the updater on OS X 2015-02-16 22:05:39 +01:00
c6c5134398 Change copyright dates to 2015 2015-02-06 01:18:02 +01:00
49ff31f131 NOISSUE do not use proxy by default 2015-02-06 00:41:36 +01:00
e25e076d2e NOISSUE ignore PermGen warnings in log 2015-02-02 21:42:01 +01:00
125ddc5f93 Change default PermGen from 64 to 128 mb
This will help users who run mods. Too many issues have been made over the lack of more permgen being assigned.
2015-02-02 00:42:36 -08:00
d03dbea1b7 NOISSUE change icon themes without restart 2015-01-28 20:56:23 +01:00
c6427caa9e GH-734: block more java env variable holes. 2015-01-17 23:05:34 +01:00
0be0e822e4 GH-720 Add timestamps (since mmc start) to log 2015-01-12 22:18:26 +01:00
55e5322fbe GH-721 Log errors in asset and MMC update downloads. 2015-01-11 22:30:54 +01:00
0886786bb5 GH-721 Redo internal NetJob implementation.
NetJob is now using its own task queue and does not start more than 6 actions at the same time
2015-01-11 22:04:31 +01:00
1151037f96 GH-719 Fix paste upload encoding and do not try to upload over limit 2015-01-11 03:08:41 +01:00
acb3346409 NOISSUE Update and sort modlist after adding mods 2015-01-06 21:23:02 +01:00
85756d0e78 Remove IRC in favor of ElrosGem 2014-12-29 12:38:02 -05:00
5c599d8658 Add translation badge to README 2014-12-29 10:44:23 -05:00
4db31aacd6 NOISSUE Treat any forge downloads <= 4KB as stale. 2014-12-27 22:45:49 +01:00
a30a9559c7 NOISSUE Fix jar mods for OnesSix 2014-12-27 20:50:33 +01:00
01f44e0f39 NOISSUE Set minimum Minecraft window size to 1x1 2014-12-12 21:52:24 +01:00
bbcd44a657 NOISSUE Always follow redirects for NetAction based downloads 2014-12-12 00:44:55 +01:00
a060d79c12 GH-631, GH-658 Implement yellow status icon, refresh status icons in themes. 2014-12-07 22:55:29 +01:00
28140b1db6 NOISSUE Change default font on Windows to Courier size 10 2014-12-03 21:48:27 +01:00
5af1f0cf50 GH-640 Make legacy forge downloads follow redirects 2014-11-29 13:03:20 +01:00
7778c84121 NOISSUE No more symlinks for LWJGL. 2014-11-29 13:03:08 +01:00
4ae0d8e0af NOISSUE Update changelog for version 0.4.5 2014-11-21 11:20:18 +01:00
9f14b319df NOISSUE Remove obsolete ReleaseCandidate logic from the build system 2014-11-21 10:53:59 +01:00
a9af17eebb NOISSUE Remove remnant of crash handler 2014-11-21 10:34:38 +01:00
d3c2230a24 NOISSUE fix OSX version number and (C) year 2014-11-20 19:07:10 +01:00
f8bd687994 NOISSUE Fix console window hiding 2014-11-17 22:43:10 +01:00
fa8d3c564d GH-618 Add updated light and dark simple icons 2014-11-17 22:10:58 +01:00
80d3f734c6 GH-619 Add libraries missing in copies of 1.7.10 FTB packs 2014-11-17 22:01:32 +01:00
9ad9826d08 GH-608 Re-detect java when the binary goes missing 2014-11-16 12:56:33 +01:00
6a09fd2898 Set versions back to develop 2014-11-16 04:04:24 +01:00
03a25c9a5d Do not do symlink hackery for java < 8 2014-11-16 04:04:24 +01:00
83b90d8bfb Fix typo in changelog 2014-11-16 02:12:52 +01:00
1d5c09051c VersionSelectDialog is for SELECTING versions.
Not blinking in and out of existence. That is not the job of a version SELECTION dialog.
2014-11-16 01:56:07 +01:00
940f160091 Set version to 0.4.4 for release 2014-11-15 23:37:12 +01:00
3d2de6add8 Add Batch icon set to the about dialog. 2014-11-15 23:37:12 +01:00
b7c4284019 Remove crash handler 2014-11-15 23:35:24 +01:00
2315bf7bc5 Fix a OS X build error (missing a defined()) 2014-11-15 19:45:49 +01:00
41bd2a6634 Add console font size setting and a preview\
Also moves the console settings from the minecraft page.
2014-11-15 19:45:49 +01:00
5711b1be95 'Fix' instance group sorting 2014-11-10 08:51:24 +01:00
90eea4f05c More pixels. 2014-11-10 07:37:30 +01:00
cbb1e0ea45 HACK for scalable icons in QListView on Windows 2014-11-10 07:33:49 +01:00
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
a2ac9c5a3a Fix coloring and processing of console output
* Removing \r
* Adding missing break statements for coloring
2014-11-10 05:10:58 +01:00
551e101146 Follow redirects for skins 2014-11-10 05:10:23 +01:00