aboutsummaryrefslogtreecommitdiff
path: root/application/groupview/GroupView.cpp
AgeCommit message (Collapse)Author
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-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-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 move everything.Petr Mrázek