aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickimage
Commit message (Expand)AuthorAgeFilesLines
* tst_qquickimage: Fix test when running on HighDPI screenTor Arne Vestbø2020-07-201-4/+10
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Avoid grabbing non-exposed window in qquickimage autotestLaszlo Agocs2020-05-111-1/+2
* Fix up graphics API logic in qquickimage testLaszlo Agocs2020-05-111-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-201-5/+5
|\
| * Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-181-5/+5
* | Allow multiple URL interceptors per engineUlf Hermann2020-03-171-1/+1
* | CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-123-0/+103
|\|
| * Add autotest for Image.sourceClipRect propertyShawn Rutledge2020-01-312-0/+74
| * Image ColorSpace bindings for Quick/QMLAllan Sandfeld Jensen2020-01-312-0/+29
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+3
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-114-0/+69
|\|
| * Stabilize image and borderimage multiFrame testsShawn Rutledge2019-08-241-0/+6
| * Move currentFrame and frameCount properties up to QQuickImageBaseShawn Rutledge2019-08-244-0/+63
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+58
|/
* Fix some compiler warnings in testsFriedemann Kleint2019-07-121-1/+1
* Intercept image source urlFabian Kosmale2019-07-031-0/+32
* Remove blacklisting of several tests that are passingShawn Rutledge2019-02-101-4/+0
* Scale up SVG images if source size is larger than original sizeAndy Shaw2018-03-151-0/+6
* Fix: Do not read texture files when backend is not openglEirik Aavitsland2018-03-013-3/+25
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-25/+25
* Image: respect aspect ratio of an SVG when width or height is zeroAndy Shaw2018-02-211-0/+5
* Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-151-2/+2
|\
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-2/+2
| |\
| | * Use the image handler to return a scaled size for the SVGAndy Shaw2018-01-311-2/+2
* | | Fix: Make Image element support detection of suitable file extensionEirik Aavitsland2018-02-132-0/+8
|/ /
* | blacklist tst_qquickimage::nullPixmapPaint on QEMUShawn Rutledge2018-01-251-0/+4
* | Enable tests for boot2qtSami Nurmenniemi2017-09-211-0/+12
|/
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-281-2/+2
|\
| * Fix test for highdpi systemsErik Verbruggen2017-07-101-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-301-1/+1
|\|
| * tst_qquickimage::mirror(): Ensure screenshots are in the correct formatFriedemann Kleint2017-03-291-1/+1
* | QQuickImage: take DPI into account for implicit and painted sizesMitch Curtis2017-02-241-0/+61
|/
* Remove remnants of blackberry platform supportRobin Burchell2017-01-161-4/+0
* Fix imageSource and svg tests after change to how QtSvg interprets image sizeRobin Burchell2017-01-152-12/+6
* Blacklist imageSource and svg testsRobin Burchell2017-01-131-0/+6
* Fix some test failures with QT_NO_OPENGL buildsAndy Nichols2016-05-061-1/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-084-0/+0
|\
| * Purge sRGB chunks from PNG in tests.Edward Welbourne2016-03-294-0/+0
* | Updated license headersJani Heikkinen2016-01-203-51/+36
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-1/+1
|\|
| * Fix autotests for change in QtNetworkDaniel Molkentin2015-11-291-1/+1
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-021-1/+0
|/
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-28/+28
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-4/+4
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-282-38/+39
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-272-38/+39
| |\