aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickcanvasitem
Commit message (Expand)AuthorAgeFilesLines
* Canvas test: make sure canvas is readyFrederik Gladhorn2016-07-043-1/+5
* Fix assertion in qt_create_image_data()Peter Varga2016-04-192-0/+23
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Fix OTHER_FILES in qquickcanvasitem.proUlf Hermann2015-09-151-3/+26
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-061-0/+18
|\
| * Fix hue clamping in Context2DLaszlo Agocs2015-08-241-0/+18
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/
* Canvas: add a testcase for QSGSimpleTextureNode crash.Mitch Curtis2015-08-121-0/+22
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-242-1/+88
|\
| * Ensure that Canvas has the correct size with complex bindings.Mitch Curtis2015-01-281-1/+37
| * Canvas: don't crash when getContext("2d") is called on destruction.Mitch Curtis2015-01-262-0/+51
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
|/
* qttest: make findChild available only for QtTest 1.1Fawzi Mohamed2014-12-054-4/+4
* Fix clip state tracking in Context2DMatt Fischer2014-09-221-1/+1
* Make Canvas test case independent of chosen font.Ulf Hermann2014-09-161-1/+6
* Wait longer for image to be loaded in canvas item testUlf Hermann2014-09-161-1/+1
* tst_qquickcanvasitem: Setting as insignificant.Simo Fält2014-08-291-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Ignore extra arguments passed to Context2D functions.Mitch Curtis2014-08-141-0/+343
* Run autotests for Canvas.renderTarget == FramebufferObject also.Gunnar Sletta2014-08-021-2/+2
* Canvas: do not emit paint when resized but hiddenJ-P Nurmi2014-03-162-13/+20
* Canvas: do not emit paint signal when invisibleJ-P Nurmi2014-02-282-3/+14
* Revert "Fix item polishing"J-P Nurmi2014-02-282-14/+3
* Fix canvas tests after commit 439f31f128e70ecae16544ee7041695c60e0b2d6Simon Hausmann2014-02-041-5/+1
* Dont call updatePolish if an item is not visibleFabian Bumberger2014-01-082-4/+20
* Support multiple quoted font families in Context2D font property.Mitch Curtis2013-08-051-28/+49
* Correctly parse Context2D font as per CSS shorthand font propertyMitch Curtis2013-06-241-2/+77
* Set default font size to 10px as per spec, not 10pt.Mitch Curtis2013-06-141-0/+2
* Allow floating point pixel sizes for Context2D, don't set if invalid.Mitch Curtis2013-06-141-0/+14
* support url type qml property as a source for Context2D::drawImage()Tasuku Suzuki2013-06-101-0/+11
* Change Canvas to use Image and antialiasing by default.Gunnar Sletta2013-02-261-1/+2
* Fixed Canvas ImageData pixel values not being settable to 0.Samuel Rødal2013-02-071-0/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-161-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-25/+25
* doc: fix some typos in .qml filesSergio Ahumada2012-09-071-1/+1
* Use the new antialiasing property for canvas paintingCharles Yin2012-08-281-1/+0
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Refactor context2d thread logicCharles Yin2012-07-313-14/+14
* Fix unstable test_paint test caseCharles Yin2012-06-052-3/+5
* Fix canvas item drawImage bug with FBO render targetCharles Yin2012-06-051-1/+13
* Add unit tests for SVG pathCharles Yin2012-05-231-0/+57
* Use the default timeout for tryCompareCharles Yin2012-05-232-12/+12
* Refactor canvas item unit testsCharles Yin2012-05-0421-4931/+5122
* Fix context2d transform issuesCharles Yin2012-03-305-129/+129
* Change smooth to be true by defaultGunnar Sletta2012-03-224-0/+4
* Remove unneeded dependencies to QtWidgets and QtOpenGLLars Knoll2012-03-121-1/+1
* Changed quick tests to work from install directoryKurt Korbatits2012-03-071-3/+1
* Change the default renderTarget and renderStrategyCharles Yin2012-03-0716-17/+19
* Continue refactor of Canvas rendering.Justin McPherson2012-03-061-1/+1