aboutsummaryrefslogtreecommitdiff
path: root/application/groupview
AgeCommit message (Collapse)Author
2020-01-08GH-2853 fix collapsing state being sticky in group viewPetr Mrázek
Now it resets properly and collapsing a group doesn't make all subsequent clicks collapse groups.
2019-10-01Remove include of qtguiglobal.hkb1000
2019-10-01Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without ↵kb1000
accessibility
2019-08-20GH-851 save, load and use group expansion statusPetr Mrázek
2019-07-22NOISSUE fix build failuresPetr Mrázek
2019-07-22NOISSUE Add basic accessibility support to GroupViewPetr Mrázek
2019-07-02GH-2724 update group view geometries in more casesPetr Mrázek
Fixes crashes when adding instances to groups that didn't exist before.
2019-01-16Update Copyright YearAppleTheGolden
2018-11-23GH-2101 select everything when editing instance namesPetr Mrázek
2018-11-23NOISSUE proper inline editable instance namesPetr Mrázek
Pretty!
2018-11-22GH-2101 fix enter and double click activation of instancesPetr Mrázek
2018-11-22GH-2101 POC for inline renamingPetr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-02-11NOISSUE update copyright datesPetr Mrázek
2018-01-28GH-2119 Update group view scrollbar when the size of rows doesn't changePetr Mrázek
Previously, it would only update when you resize the window horizontally enough to change the number of icons that fit in a row.
2017-05-22GH-1876 Clarify license of GroupViewPetr Mrázek
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
2017-05-21NOISSUE fix a bunch of compiler warningsPetr Mrázek
2017-04-23NOISSUE accept URL drop events in GroiupViewPetr Mrázek
2017-04-22NOISSUE add pack import using drag&dropPetr Mrázek
Straight from the browser or the downloads folder.
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2016-12-19NOISSUE fix crash caused by missing instance view layout updatesPetr Mrázek
Layout wasn't updated in some cases while deleting instances.
2016-11-10NOISSUE allow using icon themes for instances and instance badgesPetr Mrázek
2016-11-04NOISSUE add a badge for crashed instancesPetr Mrázek
Not persistent across MultiMC runs.
2016-10-26NOISSUE use QtConcurrent to run FS operations in worker threadsPetr Mrázek
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.
2016-08-07GH-338, GH-513, GH-700 Unify edit instance with console windowPetr Mrázek
* 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.
2016-04-11GH-1404 allow deleting groups and creating instances in groups directly ↵Petr Mrázek
using context menu
2015-09-16GH-1121 select instance after creating itPetr Mrázek
2015-04-12NOISSUE remove group sorting log spamPetr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek