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