aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/thumbnail
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-041-1/+1
| | | | | | | | Fix warning like: warning: use auto when initializing with new/reinterpret_cast to avoid duplicating the type name [modernize-use-auto] Change-Id: I46919c041f6a217e098b82c9f7f6548e0a0a9ec5 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Updated license headersAntti Kokko2016-01-191-17/+12
| | | | | | | | | | | From Qt 5.7 -> tools & applications are lisenced under GPL v3 with some exceptions, see http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/ Updated license headers to use new GPL-EXCEPT header instead of LGPL21 one (in those files which will be under GPL 3 with exceptions) Change-Id: I10ac49da8041433a9505a48bf440bf001ed9563b Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-161-7/+7
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: Ia5781193927251d6b6786f53a9b1cfba9e6d0782 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* Extend manual thumbnail test.Friedemann Kleint2015-01-151-0/+14
| | | | | | | | | Add check boxes for iconicThumbnailPixmap/iconicLivePreviewPixmap to be able to test them separately. Task-number: QTBUG-42608 Change-Id: I7ed1faeec36a3c809613db2d68918cd48e96fe9a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
* Use Qt 5 signals & slot syntax.Friedemann Kleint2014-12-171-6/+6
| | | | | Change-Id: I548076eebc2c8f1204ef76bb4e6e09ed00352553 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Update license headers and add new license filesAntti Kokko2014-08-241-18/+10
| | | | | | | | | - Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Change-Id: I4852e1e3fb306319e63d919675acad9a64e43db6 Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com>
* Implement iconic live previews/iconic thumbnail icons.Friedemann Kleint2014-07-072-0/+169
| | | | | | | | | | | [ChangeLog][QWinThumbnailToolBar] Added pixmap properties and change notifications for thumbnail icons and live preview. Task-number: QTBUG-36730 Change-Id: I31ad0ff347235bc7933c1c14dece359ec0c36b39 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Add quick-prefix to all QtQuick based manual testsJ-P Nurmi2013-10-102-258/+0
| | | | | | Change-Id: I4c377ab5db7699c182e8ce3903c10482668840bf Reviewed-by: Ivan Vizir <define-true-false@yandex.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* ThumbnailToolBar manual testJ-P Nurmi2013-09-062-0/+258
Change-Id: Ia8f59913f3b6e3dc096478af00c1f91b68705ab7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>