Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | NOISSUE begin working on 0.4.8 and update changelog | Petr Mrázek | 2015-06-02 | -1/+1 | |
| | |||||
* | GH-1031 include icon in exported instance if it is custom | Petr Mrázek | 2015-06-01 | -7/+71 | |
| | |||||
* | GH-994 hopefully fix issue with people still using jar mods | Petr Mrázek | 2015-05-29 | -8/+91 | |
| | | | | | | Added an 'add mods' button to the version page Add jar mods now has a very angry nag dialog until it's used successfully Buttons on version page are rearranged to deemphasize jar mods | ||||
* | GH-1011 fetch missing versions when customizing/reverting Minecraft patches | Petr Mrázek | 2015-05-28 | -2/+29 | |
| | |||||
* | GH-1003 Fix settings dialog delays | Petr Mrázek | 2015-05-26 | -12/+5 | |
| | |||||
* | GH-1003 add some save locking for dialog pages that deal with settings | Petr Mrázek | 2015-05-25 | -0/+18 | |
| | |||||
* | GH-991 implement wrapper commands | Petr Mrázek | 2015-05-24 | -5/+24 | |
| | |||||
* | GH-992 Add a transaction/locking mechanism to settings objects | Petr Mrázek | 2015-05-23 | -7/+7 | |
| | | | | | This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later. | ||||
* | GH-977 Improve FTB loading and instance creation | Petr Mrázek | 2015-05-22 | -2/+2 | |
| | |||||
* | GH-977 this isn't funny anymore... | Petr Mrázek | 2015-05-22 | -2/+2 | |
| | |||||
* | GH-970 fix help page links some more | Petr Mrázek | 2015-05-21 | -1/+1 | |
| | |||||
* | GH-980 update version number and changelog for 0.4.7 | Petr Mrázek | 2015-05-21 | -1/+1 | |
| | |||||
* | GH-970 fix help page links | Petr Mrázek | 2015-05-21 | -2/+2 | |
| | |||||
* | GH-794 add libstdc++ to build on linux. hopefully? | Petr Mrázek | 2015-05-21 | -0/+3 | |
| | |||||
* | GH-932 Icon themes actually do not need a restart to be applied0.4.6 | Petr Mrázek | 2015-05-20 | -1/+1 | |
| | |||||
* | GH-960 possible fix for missing OSX ca certs | Petr Mrázek | 2015-05-19 | -0/+41 | |
| | |||||
* | GH-952 Hardcore version page tweakery | Petr Mrázek | 2015-05-17 | -65/+234 | |
| | | | | | | | Version patches get a lot of new flags that determine which actions are allowed Version page respects the flags Customize, revert and edit for version patches Builting patches can be customized | ||||
* | GH-952 fix legacy edit instance | Petr Mrázek | 2015-05-16 | -1/+1 | |
| | |||||
* | NOISSUE replace derpy merkdown thing with hoedown | Petr Mrázek | 2015-05-16 | -144/+58 | |
| | |||||
* | NOISSUE add some functionality to the derpy markdown changelog thing | Petr Mrázek | 2015-05-16 | -0/+37 | |
| | |||||
* | GH-951 add .litemod to mod browse dialog | Petr Mrázek | 2015-05-12 | -9/+17 | |
| | |||||
* | GH-932 update version and changelog for 0.4.6 | Petr Mrázek | 2015-05-12 | -2/+2 | |
| | |||||
* | NOISSUE only watch mod folders when the user is looking at them | Petr Mrázek | 2015-05-11 | -1/+12 | |
| | |||||
* | GH-942 fix vanilla version list | Petr Mrázek | 2015-05-06 | -23/+55 | |
| | | | | | Latest release gets the star Latest snapshot, if it's newer than latest release gets the bug | ||||
* | NOISSUE do not show file browse dialog twice | Petr Mrázek | 2015-05-06 | -7/+1 | |
| | |||||
* | GH-835 show errors reported by the update download task to the user | Petr Mrázek | 2015-05-05 | -0/+4 | |
| | |||||
* | GH-899 clean up mod browse buttons and dead legacy forge | Petr Mrázek | 2015-05-05 | -83/+78 | |
| | |||||
* | GH-899 fix add mod button not opening the central mods folder | Petr Mrázek | 2015-05-04 | -1/+1 | |
| | |||||
* | NOISSUE windows hates me | Petr Mrázek | 2015-05-04 | -3/+3 | |
| | |||||
* | GH-907 improve Java testing and PermGen deprecation handling | Petr Mrázek | 2015-05-04 | -201/+241 | |
| | |||||
* | GH-922 improve version select dialogs | Petr Mrázek | 2015-05-02 | -17/+154 | |
| | |||||
* | NOISSUE handle recommended versions better | Petr Mrázek | 2015-05-02 | -1/+1 | |
| | | | | | Moved constants to the version data file Use recommended Minecraft instead of latest stable for new instances by default | ||||
* | NOISSUE do not remake instance tools menu, refill it instead | Petr Mrázek | 2015-05-02 | -3/+8 | |
| | |||||
* | NOISSUE show errors for instance updates in edit instance window | Petr Mrázek | 2015-05-02 | -0/+9 | |
| | |||||
* | NOISSUE fix build issues | Petr Mrázek | 2015-05-02 | -1/+1 | |
| | | | | Hopefully all | ||||
* | GH-930 Improve wording of instance delete dialog | Petr Mrázek | 2015-05-01 | -3/+2 | |
| | |||||
* | GH-328 overhaul all relevant version lists | Petr Mrázek | 2015-05-01 | -76/+467 | |
| | |||||
* | GH-925 add scroll to bottom button to LogPage | Petr Mrázek | 2015-04-29 | -16/+49 | |
| | |||||
* | NOISSUE eliminate ProgressProvider | Petr Mrázek | 2015-04-26 | -18/+11 | |
| | |||||
* | GH-849 Further NetJob related fixes | Petr Mrázek | 2015-04-26 | -8/+8 | |
| | |||||
* | GH-909 warn about MultiMC running from temporary folders | Petr Mrázek | 2015-04-26 | -4/+25 | |
| | |||||
* | NOISSUE save group file after copying instance | Petr Mrázek | 2015-04-19 | -1/+1 | |
| | |||||
* | GH-894 link server status widgets to help.mojang.com | Petr Mrázek | 2015-04-19 | -2/+57 | |
| | |||||
* | GH-885 export dialog for filtering exported files | Petr Mrázek | 2015-04-19 | -23/+577 | |
| | | | | Includes implementation of a separator based prefix tree and some related bits | ||||
* | NOISSUE add commented callgrind startup to linux script | Petr Mrázek | 2015-04-15 | -0/+4 | |
| | |||||
* | GH-866 load instance profile on launch and from version page | Petr Mrázek | 2015-04-15 | -1/+9 | |
| | |||||
* | NOISSUE refactor and rearrange zip file utils | Petr Mrázek | 2015-04-13 | -89/+3 | |
| | |||||
* | GH-329 update description text in MainWindow when instance Minecraft version ↵ | Petr Mrázek | 2015-04-13 | -0/+15 | |
| | | | | changes | ||||
* | NOISSUE use QObjectPtr for translations and screenshots | Petr Mrázek | 2015-04-13 | -4/+4 | |
| | |||||
* | NOISSUE fix legacy edit instance | Petr Mrázek | 2015-04-13 | -0/+620 | |
| |