Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-2853 fix collapsing state being sticky in group view | Petr Mrázek | 2020-01-08 | -0/+4 |
| | | | | | Now it resets properly and collapsing a group doesn't make all subsequent clicks collapse groups. | |||
* | Remove include of qtguiglobal.h | kb1000 | 2019-10-01 | -3/+2 |
| | ||||
* | Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without ↵ | kb1000 | 2019-10-01 | -0/+9 |
| | | | | accessibility | |||
* | GH-851 save, load and use group expansion status | Petr Mrázek | 2019-08-20 | -4/+18 |
| | ||||
* | NOISSUE fix build failures | Petr Mrázek | 2019-07-22 | -3/+3 |
| | ||||
* | NOISSUE Add basic accessibility support to GroupView | Petr Mrázek | 2019-07-22 | -0/+916 |
| | ||||
* | GH-2724 update group view geometries in more cases | Petr Mrázek | 2019-07-02 | -5/+27 |
| | | | | Fixes crashes when adding instances to groups that didn't exist before. | |||
* | Update Copyright Year | AppleTheGolden | 2019-01-16 | -8/+8 |
| | ||||
* | GH-2101 select everything when editing instance names | Petr Mrázek | 2018-11-23 | -0/+1 |
| | ||||
* | NOISSUE proper inline editable instance names | Petr Mrázek | 2018-11-23 | -6/+72 |
| | | | | Pretty! | |||
* | GH-2101 fix enter and double click activation of instances | Petr Mrázek | 2018-11-22 | -0/+6 |
| | ||||
* | GH-2101 POC for inline renaming | Petr Mrázek | 2018-11-22 | -8/+29 |
| | ||||
* | NOISSUE tabs -> spaces | Petr Mrázek | 2018-07-15 | -1413/+1413 |
| | ||||
* | NOISSUE update copyright dates | Petr Mrázek | 2018-02-11 | -8/+8 |
| | ||||
* | GH-2119 Update group view scrollbar when the size of rows doesn't change | Petr Mrázek | 2018-01-28 | -29/+38 |
| | | | | | Previously, it would only update when you resize the window horizontally enough to change the number of icons that fit in a row. | |||
* | GH-1876 Clarify license of GroupView | Petr Mrázek | 2017-05-22 | -0/+90 |
| | | | | | | | | | | The LGPL code that came from KDE has been removed back in 2014. It was replaced with a different implementation, made in a separate repository. See commits: a17caba2c9c2aa5960581db01e4b66472a9c019c b82eb5873e99dce6aec735b08929e3add52e53e7 | |||
* | NOISSUE fix a bunch of compiler warnings | Petr Mrázek | 2017-05-21 | -11/+10 |
| | ||||
* | NOISSUE accept URL drop events in GroiupView | Petr Mrázek | 2017-04-23 | -0/+1 |
| | ||||
* | NOISSUE add pack import using drag&drop | Petr Mrázek | 2017-04-22 | -17/+35 |
| | | | | Straight from the browser or the downloads folder. | |||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -2/+2 |
| | ||||
* | NOISSUE fix crash caused by missing instance view layout updates | Petr Mrázek | 2016-12-19 | -22/+22 |
| | | | | Layout wasn't updated in some cases while deleting instances. | |||
* | NOISSUE allow using icon themes for instances and instance badges | Petr Mrázek | 2016-11-10 | -56/+25 |
| | ||||
* | NOISSUE add a badge for crashed instances | Petr Mrázek | 2016-11-04 | -7/+10 |
| | | | | Not persistent across MultiMC runs. | |||
* | NOISSUE use QtConcurrent to run FS operations in worker threads | Petr Mrázek | 2016-10-26 | -0/+2 |
| | | | | | Not all operations - only the ones that aren't in error handling. The API for QFuture is too nasty to do much more in a sensible way. | |||
* | GH-338, GH-513, GH-700 Unify edit instance with console window | Petr Mrázek | 2016-08-07 | -0/+4 |
| | | | | | | | * The resulting instance window can be closed at any point. * Main window is kept open and running instances are marked with a badge. * Multiple instances can now run from the same MultiMC - it's even more **multi** now. * MultiMC can be entirely closed, keeping Minecraft(s) running. | |||
* | GH-1404 allow deleting groups and creating instances in groups directly ↵ | Petr Mrázek | 2016-04-11 | -8/+24 |
| | | | | using context menu | |||
* | GH-1121 select instance after creating it | Petr Mrázek | 2015-09-16 | -93/+6 |
| | ||||
* | NOISSUE remove group sorting log spam | Petr Mrázek | 2015-04-12 | -9/+0 |
| | ||||
* | NOISSUE move everything. | Petr Mrázek | 2015-04-12 | -0/+1974 |