summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeLines
* NOISSUE fix small memory leaksPetr Mrázek2019-08-10-1/+4
|
* NOISSUE do not lose selection on mod enable/disable toggle0.6.7Petr Mrázek2019-08-05-12/+30
|
* NOISSUE warn users about MS Edge being badPetr Mrázek2019-08-04-1/+1
|
* GH-988 add ability to toggle mods with keyboardPetr Mrázek2019-08-04-0/+10
|
* GH-2738 check for being in the temp folder betterPetr Mrázek2019-08-04-1/+1
|
* NOISSUE asynchronous, parallel mod folder listing and mod resolvingPetr Mrázek2019-08-04-19/+19
|
* NOISSUE refactor Mod a bunch, get rid of dead codePetr Mrázek2019-08-03-59/+1
|
* NOISSUE tweak UI geometry and remove old language selectionPetr Mrázek2019-08-02-47/+10
|
* GH-2550 soring of mods by enabled status, cascade sorting to name and versionPetr Mrázek2019-07-31-7/+22
|
* NOISSUE fix buildPetr Mrázek2019-07-30-0/+1
|
* GH-2722 GH-2762 Improve mod list sortingPetr Mrázek2019-07-30-1/+59
| | | | | Sorting by version understands version numbers Sorting by name removes 'The' prefixes before sorting
* NOISSUE make the language translation prompt translateablePetr Mrázek2019-07-30-1/+1
|
* NOISSUE make notes page focusable with tab keyPetr Mrázek2019-07-25-25/+16
|
* NOISSUE add context menus to pages with toolbarsPetr Mrázek2019-07-25-16/+151
|
* NOISSUE automatically open the log page when starting the instancePetr Mrázek2019-07-24-1/+4
|
* 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/+930
|
* 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-46/+41
| | | | All controls are disabled.
* NOISSUE Do not hide mods list pages when the instance is running.Petr Mrázek2019-07-15-5/+31
| | | | 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.
* 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-35/+26
|
* 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/+25
|
* 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-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.
* 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-1/+9
| |
* | 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/+63
| | | | 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 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-1/+2
|\ \ | | | | | | GH-2515 Save instance ID before display dialog
| * | GH-2515 Save instance ID before display dialogjanrupf2019-06-21-1/+2
| |/
* | 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
| |/