Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update Copyright Year | AppleTheGolden | 2019-01-16 | -1/+1 |
| | ||||
* | NOISSUE just don't use std::abs, it doesn't work | Petr Mrázek | 2018-12-24 | -1/+11 |
| | ||||
* | NOISSUE maybe fix macos build, pngcrush images | Petr Mrázek | 2018-12-24 | -1/+1 |
| | ||||
* | NOISSUE kitty cat in a silly hat! | Petr Mrázek | 2018-12-24 | -3/+7 |
| | ||||
* | GH-2485 fix crash bug while creating instances | Petr Mrázek | 2018-12-14 | -2/+2 |
| | ||||
* | GH-2101 fix enter and double click activation of instances | Petr Mrázek | 2018-11-22 | -1/+1 |
| | ||||
* | GH-2101 POC for inline renaming | Petr Mrázek | 2018-11-22 | -13/+3 |
| | ||||
* | NOISSUE remove some nonsense and dead code | Petr Mrázek | 2018-11-15 | -1/+1 |
| | ||||
* | GH-2452 Ask before deleting group | janrupf | 2018-11-12 | -1/+6 |
| | ||||
* | NOISSUE remove use of obsolete URL constants, simplify the rest | Petr Mrázek | 2018-11-04 | -1/+1 |
| | ||||
* | NOISSUE use https more widely | Chris Lane | 2018-11-02 | -3/+3 |
| | ||||
* | NOISSUE fix more rhel 7.6 problems? | Petr Mrázek | 2018-11-01 | -2/+4 |
| | ||||
* | NOISSUE gate new mods page behind cheat code | Petr Mrázek | 2018-08-01 | -0/+1 |
| | ||||
* | NOISSUE set groups for instances by not setting groups for instances | Petr Mrázek | 2018-07-31 | -2/+5 |
| | | | | So simple. Better in every way. | |||
* | NOISSUE squish. | Petr Mrázek | 2018-07-28 | -9/+2 |
| | ||||
* | NOISSUE pretty multi-line formatting... | Petr Mrázek | 2018-07-28 | -9/+10 |
| | ||||
* | NOISSUE simplify. | Petr Mrázek | 2018-07-28 | -2/+2 |
| | ||||
* | SCRATCH things and stuff, related to grou saving | Petr Mrázek | 2018-07-28 | -1/+1 |
| | ||||
* | GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵ | Petr Mrázek | 2018-07-27 | -6/+29 |
| | | | | importance | |||
* | NOISSUE tabs -> spaces | Petr Mrázek | 2018-07-15 | -1415/+1415 |
| | ||||
* | GH-2252 make URL drop signal use a queued connection instead of direct call | Petr Mrázek | 2018-04-23 | -1/+1 |
| | | | | Hopefully this will fix the issues with stuck applications on Windows. | |||
* | NOISSUE redo new instance dialog | Petr Mrázek | 2018-03-27 | -33/+11 |
| | ||||
* | NOISSUE move modpack platform related files to 'modplatform' subfolders | Petr Mrázek | 2018-03-16 | -1/+2 |
| | ||||
* | NOISSUE Add Konami Code | Petr Mrázek | 2018-03-15 | -0/+13 |
| | | | | Fun little thing for hiding extra debug options in the future. | |||
* | Added FTB pack selection ad download, WIP | Janrupf | 2018-02-28 | -1/+12 |
| | ||||
* | NOISSUE update copyright dates | Petr Mrázek | 2018-02-11 | -1/+1 |
| | ||||
* | NOISSUE split logo into 'logo' and 'multimc' | Petr Mrázek | 2018-02-10 | -1/+1 |
| | ||||
* | GH-2089 update wording of the instance delete confirmation dialog | Petr Mrázek | 2018-01-04 | -5/+7 |
| | ||||
* | NOISSUE only show pack import warnings when there are some | Petr Mrázek | 2017-12-31 | -1/+5 |
| | ||||
* | NOISSUE handle 'folder' Flame packages by ignoring them, show warnings for ↵ | Petr Mrázek | 2017-12-30 | -1/+5 |
| | | | | minor Flame import problems | |||
* | NOISSUE make the patreon button text slightly shorter | Petr Mrázek | 2017-12-30 | -1/+1 |
| | | | | "Support MultiMC" instead of "Support us on Patreon!" | |||
* | NOISSUE remopve instance settings button from the main window | Petr Mrázek | 2017-12-17 | -8/+0 |
| | | | | | This should steer new users to the main settings even more, while keeping the instance settings still available. | |||
* | NOISSUE fix a bunch of warnings thrown by Qt internals | Petr Mrázek | 2017-12-14 | -5/+8 |
| | | | | Badly connected signals/slots and similar things. | |||
* | NOISSUE Reorder and reword main toolbar actions to save space | Petr Mrázek | 2017-12-06 | -20/+10 |
| | | | | | | | ``` Folder, Help, Check for Updates, Settings -> Folders, Settings, Help, Update ``` | |||
* | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | 2017-12-03 | -1/+1 |
| | ||||
* | NOISSUE code comments | Petr Mrázek | 2017-10-08 | -2/+1 |
| | ||||
* | NOISSUE add tooltips to new menu buttons and make them translateable | Petr Mrázek | 2017-10-04 | -21/+28 |
| | ||||
* | NOISSUE rearrange main toolbar for clarity | Petr Mrázek | 2017-10-02 | -46/+77 |
| | | | | It is now set to text beside icons and many actions were moved to sub-menus. | |||
* | NOISSUE disable the refresh action on the main toolbar | Petr Mrázek | 2017-10-02 | -2/+2 |
| | ||||
* | NOISSUE remove bogus duplicated toolbars | Petr Mrázek | 2017-10-02 | -3/+3 |
| | ||||
* | NOISSUE refactor the MainWindow UI creation | Petr Mrázek | 2017-10-02 | -254/+430 |
| | | | | | It was ugly generated code with no rhyme or reason to it. Now all the relevant code is grouped and language switching works a little better. | |||
* | NOISSUE fix aspect ratio issues with the instance icon in the instance toolbar | Petr Mrázek | 2017-09-28 | -17/+28 |
| | ||||
* | NOISSUE more work on Legacy migration | Petr Mrázek | 2017-09-20 | -0/+2 |
| | ||||
* | NOISSUE Remove Legacy support | Petr Mrázek | 2017-09-09 | -1/+0 |
| | ||||
* | GH-1882 save UpdateDialog geometry | Petr Mrázek | 2017-05-09 | -2/+2 |
| | ||||
* | GH-1874 Do not allow launching instances during an update | Petr Mrázek | 2017-05-02 | -0/+6 |
| | ||||
* | GH-1874 do not allow updating while an instance is running | Petr Mrázek | 2017-05-02 | -1/+22 |
| | | | | | | | This is a nasty hack. Proper solution will require moving all update related functionality out of the main window. Running instances and updating should be mutually exclusive. | |||
* | GH-1873 allow closing main window, fix window ref count | Petr Mrázek | 2017-05-01 | -19/+2 |
| | ||||
* | NOISSUE remove macOS SSL workarounds | Petr Mrázek | 2017-04-25 | -0/+1 |
| | | | | Should not be necessary anymore... | |||
* | NOISSUE add pack import using drag&drop | Petr Mrázek | 2017-04-22 | -2/+25 |
| | | | | Straight from the browser or the downloads folder. |