aboutsummaryrefslogtreecommitdiff
path: root/application/groupview
AgeCommit message (Collapse)Author
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