summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* NOISSUE fix buildPetr Mrázek2019-07-23-0/+2
|
* NOISSUE improve toolbarsPetr Mrázek2019-07-23-42/+138
|
* NOISSUE fix build failuresPetr Mrázek2019-07-22-3/+3
|
* NOISSUE Add basic accessibility support to GroupViewPetr Mrázek2019-07-22-2/+934
|
* Merge pull request #2758 from telans/patch-1Petr Mrázek2019-07-21-1/+1
|\ | | | | Fix translation repository link
| * Fix translation repository linktelans2019-07-21-1/+1
|/
* NOISSUE convert accounts page to use a toolbar for the side menuPetr Mrázek2019-07-19-183/+172
|
* NOISSUE fix overly large margins in the instance settings pagePetr Mrázek2019-07-17-0/+24
|
* NOISSUE add spacer to the screenshot page toolbarPetr Mrázek2019-07-17-0/+6
|
* NOISSUE convert rest of the instance pages to use toolbars for side menusPetr Mrázek2019-07-17-511/+456
|
* GH-2748 disable the version page toolbar labelsPetr Mrázek2019-07-16-0/+2
|
* NOISSUE Make mod folder pages use toolbars instead of button layoutsPetr Mrázek2019-07-16-175/+161
|
* NOISSUE hide main toolbar toggle action instead of working around itPetr Mrázek2019-07-16-9/+10
|
* NOISSUE Show Version page while the instancer is running.Petr Mrázek2019-07-15-52/+67
| | | | All controls are disabled.
* NOISSUE Do not hide mods list pages when the instance is running.Petr Mrázek2019-07-15-14/+77
| | | | Instead, disable (most of) the controls.
* GH-358 Make version page use a toolbar for all the actionsPetr Mrázek2019-07-14-367/+305
| | | | This should make it possible to make it fit on small screens again.
* Merge pull request #2740 from jturnism/patch-1Petr Mrázek2019-07-12-2/+2
|\ | | | | Update changelog.md
| * Update changelog.mdJoseph Turner2019-07-11-2/+2
|/ | | Just installing "qt5-qtbase" on Fedora 30 does not allow MultiMC to run. It still needs "libQt5Widgets.so.5" and by running "dnf whatprovides" it tells me "qt5-qtbase-gui" provides that file and also pulls in "qt5-qtbase" as a dependency if not already installed. I am assuming this is the same situation for CentOS/RHEL
* NOISSUE bump deb package version0.6.6Petr Mrázek2019-07-11-3/+3
|
* NOISSUE make the deb package depend on Qt5Petr Mrázek2019-07-11-1/+1
|
* NOISSUE update component buttons some more when the versions changePetr Mrázek2019-07-11-38/+32
|
* NOISSUE update version and changelogPetr Mrázek2019-07-11-4/+86
|
* NOISSUE disable component install buttons in impossible casesPetr Mrázek2019-07-10-5/+9
|
* NOISSUE recognize curseforge URLs dropped on top of MultiMCPetr Mrázek2019-07-09-7/+30
|
* Revert "NOISSUE Import page is now a MultiMC pack page"Petr Mrázek2019-07-09-59/+64
| | | | This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259.
* Revert "NOISSUE simple/stupid default game options, UI only"Petr Mrázek2019-07-09-289/+0
| | | | This reverts commit 497d9bec029247f202befb34cc3d5da6e810fa73.
* NOISSUE simple/stupid default game options, UI onlyPetr Mrázek2019-07-09-0/+289
|
* GH-2723 disable deprecation warningsPetr Mrázek2019-07-03-1/+1
| | | | | We are targeting version 5.4 of the Qt ABI. Deprecations from 2019 are irrelevant.
* GH-2724 update group view geometries in more casesPetr Mrázek2019-07-02-5/+27
| | | | Fixes crashes when adding instances to groups that didn't exist before.
* GH-2716 do not censor values shorter than 4 in logsPetr Mrázek2019-07-01-2/+1
|
* Merge pull request #2718 from therealfarfetchd/hidpi-icon-fixPetr Mrázek2019-06-30-0/+1
|\ | | | | Enable HiDPI pixmaps to fix icon scaling for HiDPI displays
| * Enable HiDPI pixmaps to fix icon scaling for HiDPI displaystherealfarfetchd2019-06-27-0/+1
| |
* | NOISSUE connect twitch URL resolving to modpack resolving. works now.Petr Mrázek2019-06-30-77/+127
| |
* | NOISSUE Import page is now a MultiMC pack pagePetr Mrázek2019-06-29-64/+59
|/
* NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'Petr Mrázek2019-06-27-4/+245
| | | | It needs a few more steps and it will handle all kinds of twitch packs.
* NOISSUE add support for 'experiment' Minecraft versionsPetr Mrázek2019-06-26-0/+23
|
* Merge branch 'feature/update_translation_fix' into developPetr Mrázek2019-06-25-1/+8
|\
| * GH-1701 Check job size for translationjanrupf2019-06-22-1/+8
| |
* | Merge pull request #2703 from Janrupf/feature/apply_proxy_settingsPetr Mrázek2019-06-23-0/+4
|\ \ | | | | | | GH-2499 Apply proxy settings immediately
| * | GH-2499 Apply proxy settings immediatelyjanrupf2019-06-22-0/+4
| |/
* | Merge pull request #2705 from Janrupf/feature/fix_external_deletion_interactionPetr Mrázek2019-06-23-2/+3
|\ \ | | | | | | GH-2515 Save instance ID before display dialog
| * | GH-2515 Save instance ID before display dialogjanrupf2019-06-21-2/+3
| |/
* | Merge pull request #2706 from Janrupf/feature/fix_hashtag_in_notesPetr Mrázek2019-06-23-3/+16
|\ \ | | | | | | Feature/fix hashtag in notes
| * | NOISSUE Test comment escaping with unit testsjanrupf2019-06-21-1/+2
| | |
| * | NOISSUE Revert INI parser back to single passjanrupf2019-06-21-10/+43
| | |
| * | GH-1813 Escape # in INI (and better reader)janrupf2019-06-21-40/+19
| |/
* | Merge pull request #2708 from Janrupf/feature/single_imgur_uploadsPetr Mrázek2019-06-23-0/+32
|\ \ | | | | | | GH-689 Don't create album for single screenshot
| * | GH-689 Don't create album for single screenshotjanrupf2019-06-22-0/+32
| |/
* | Merge pull request #2704 from Janrupf/feature/autoselect_new_instancesPetr Mrázek2019-06-23-0/+12
|\ \ | |/ |/| GH-2592 Autoselect newly created instances
| * NOISSUE Renaming for better understandingjanrupf2019-06-23-5/+5
| |