Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE squish. | Petr Mrázek | 2018-07-28 | -15/+2 |
| | ||||
* | GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵ | Petr Mrázek | 2018-07-27 | -1/+1 |
| | | | | importance | |||
* | NOISSUE tabs -> spaces | Petr Mrázek | 2018-07-15 | -4645/+4645 |
| | ||||
* | NOISSUE separate new mods model from the simple one | Petr Mrázek | 2018-07-15 | -12/+12 |
| | | | | It should list mods in various locations... | |||
* | SCRATCH second mods page, placeholder | Petr Mrázek | 2018-07-15 | -0/+454 |
| | ||||
* | NOISSUE remove refresh button from servers page | Petr Mrázek | 2018-06-30 | -14/+0 |
| | ||||
* | NOISSUE fix saving the servers.dat file when it doesn't exist yet | Petr Mrázek | 2018-06-30 | -4/+9 |
| | ||||
* | NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic` | Petr Mrázek | 2018-06-28 | -0/+1 |
| | ||||
* | GH-2291 Fix build with Qt 5.11+ | Sergey Shatunov | 2018-06-02 | -0/+9 |
| | ||||
* | Catch C++ exceptions by const reference | Charles Milette | 2018-05-19 | -5/+5 |
| | | | | Fixes #2277 | |||
* | GH-2053 basics of the servers.dat management | Petr Mrázek | 2018-04-23 | -0/+1037 |
| | ||||
* | NOISSUE hide the twitch platform page | Petr Mrázek | 2018-04-08 | -1/+1 |
| | ||||
* | NOISSUE fix build problem with missing <functional> include | Petr Mrázek | 2018-04-07 | -4/+5 |
| | ||||
* | #2228, #2229 - Auto import pack icons and fixed to big version selection - ↵ | Janrupf | 2018-04-07 | -1/+27 |
| | | | | Closes #2228, Closes #2229 | |||
* | NOISSUE Fixed ftb downloads always latest version | Janrupf | 2018-04-07 | -0/+1 |
| | ||||
* | NOISSUE make FTB pack selection fancier | Petr Mrázek | 2018-04-06 | -39/+56 |
| | ||||
* | NOISSUE move FtbListModel to where it is actually used | Petr Mrázek | 2018-04-06 | -1/+253 |
| | ||||
* | NOISSUE Fixed code for PR | Janrupf | 2018-04-06 | -1/+4 |
| | ||||
* | NOISSUE Added 3rd party pack support | Janrupf | 2018-04-05 | -29/+40 |
| | ||||
* | NOISSUE Added FTB Pack logos to chooser and fixed some missing includes | Janrupf | 2018-04-02 | -51/+133 |
| | ||||
* | GH-2219 fix crash and bad view scaling in Java VersionSelectDialog | Petr Mrázek | 2018-04-02 | -0/+1 |
| | ||||
* | NOISSUE polish the new instance UI a bit more | Petr Mrázek | 2018-03-28 | -44/+50 |
| | ||||
* | NOISSUE add pointless fun things, because. | Petr Mrázek | 2018-03-28 | -22/+74 |
| | ||||
* | NOISSUE make vanilla refresh button work | Petr Mrázek | 2018-03-27 | -27/+7 |
| | ||||
* | NOISSUE redo new instance dialog | Petr Mrázek | 2018-03-27 | -30/+1204 |
| | ||||
* | GH-2150 Separate Java settings UI used in the wizard into a widget | Petr Mrázek | 2018-02-18 | -14/+1 |
| | ||||
* | GH-2150 Split out custom commands into a custom widget | Petr Mrázek | 2018-02-17 | -166/+151 |
| | | | | Now it is used from a global page and from a sub-page in the instance settings. | |||
* | GH-604 use the same font for 'Other Logs' as for the main log | Petr Mrázek | 2018-02-14 | -3/+16 |
| | | | | This doesn't mean coloring, just the same font and font size. | |||
* | NOISSUE fix some warnings | Petr Mrázek | 2018-02-11 | -1/+2 |
| | ||||
* | NOISSUE update copyright dates | Petr Mrázek | 2018-02-11 | -31/+31 |
| | ||||
* | NOISSUE implement basic search in Other Logs page | Petr Mrázek | 2018-02-05 | -25/+101 |
| | ||||
* | GH-2087 remove the revert to vanilla functionality, add file download button ↵ | Petr Mrázek | 2018-01-05 | -30/+27 |
| | | | | to version page | |||
* | NOISSUE add button for creating empty, properly registered, components | Petr Mrázek | 2017-12-31 | -0/+30 |
| | ||||
* | NOISSUE add versioning to component metadata format and use it | Petr Mrázek | 2017-12-29 | -38/+0 |
| | ||||
* | NOISSUE fix crash bug in version page of instances | Petr Mrázek | 2017-12-29 | -2/+2 |
| | | | | | This was caused by generation of temporary component objects when no such thing should have been happening. | |||
* | NOISSUE fix typo when deleting log files | Petr Mrázek | 2017-12-25 | -1/+1 |
| | | | | "Do you really want to these files?" was missing "delete". | |||
* | NOISSUE preserve log page checkbox state when the instance window is closed | Petr Mrázek | 2017-12-18 | -4/+57 |
| | | | | Only for a single session, not between sessions. | |||
* | NOISSUE fix a bunch of warnings thrown by Qt internals | Petr Mrázek | 2017-12-14 | -4/+4 |
| | | | | Badly connected signals/slots and similar things. | |||
* | NOISSUE when there is a version added already, preselect it in the version ↵ | Petr Mrázek | 2017-12-09 | -0/+19 |
| | | | | select dialog | |||
* | NOISSUE placeholder for proper 'change version' functionality | Petr Mrázek | 2017-12-05 | -0/+11 |
| | | | | | | | When using this on forge or liteloader, it now uses the 'install' dialogs instead. This will have to be done properly using the component version metadata later. | |||
* | NOISSUE add flat icon theme by Michael | Petr Mrázek | 2017-12-03 | -1/+13 |
| | | | | It's the google icon font, all scalable and grey. | |||
* | GH-2050 fix cancel button in file browse dialogs filling text fields | Petr Mrázek | 2017-12-03 | -18/+15 |
| | ||||
* | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | 2017-12-03 | -56/+78 |
| | ||||
* | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | 2017-11-04 | -14/+14 |
| | | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. | |||
* | GH-1993 swap min/max memory settings when they are the wrong way around | Petr Mrázek | 2017-09-27 | -8/+48 |
| | ||||
* | NOISSUE Legacy migration success now closes the instance window | Petr Mrázek | 2017-09-26 | -19/+12 |
| | ||||
* | NOISSUE add #testing discord channel link to Legacy instance migration page | Petr Mrázek | 2017-09-26 | -1/+1 |
| | ||||
* | NOISSUE implement LEgacy instance migration | Petr Mrázek | 2017-09-26 | -6/+27 |
| | ||||
* | NOISSUE make the paste.ee links in settings clickable | Petr Mrázek | 2017-09-22 | -0/+3 |
| | ||||
* | NOISSUE remove obsolete LWJGL folder setting | Petr Mrázek | 2017-09-20 | -40/+3 |
| |