D27805: Add a screenshot capture item and use it to test rendering

2020-05-19 Thread Arjen Hiemstra
ahiemstra abandoned this revision. ahiemstra added a comment. Will continue this on Gitlab. REPOSITORY R1049 KQuickCharts REVISION DETAIL https://phabricator.kde.org/D27805 To: ahiemstra Cc: davidedmundson, kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns

D27805: Add a screenshot capture item and use it to test rendering

2020-03-03 Thread David Edmundson
davidedmundson added a comment. I love the direction. + INLINE COMMENTS > ItemCapture.cpp:59 > +qWarning() << "No previous image found for capture" << d->name; > +QVERIFY2(result->saveToFile(dir.absoluteFilePath(filePath)), "Unable > to store first version of capture.");

D27805: Add a screenshot capture item and use it to test rendering

2020-03-03 Thread Arjen Hiemstra
ahiemstra created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. ahiemstra requested review of this revision. REVISION SUMMARY This adds the ItemCapture item to the test runner, which can be used to capture images of items and compare them