aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Basic support for typed arraysLars Knoll2014-10-293-0/+760
* Implement DataViewLars Knoll2014-10-291-0/+1
* Implement ArrayBufferLars Knoll2014-10-291-1/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0944-334/+780
|\
| * Fix memory leak and crash with transform animators.Gunnar Sletta2014-10-091-0/+77
| * Compare doesn't work for colors, so compare the channels explcitily.Gunnar Sletta2014-10-091-1/+3
| * Relax ShaderEffectSource's sourceItem vs window handling.Gunnar Sletta2014-10-091-0/+82
| * Fix missing glyphs in selectionEskil Abrahamsen Blomfeldt2014-10-091-0/+17
| * Temporarily skip tst_qquickframebufferobject when using ANGLE.Friedemann Kleint2014-10-091-0/+4
| * QQuickWindow autotest: focus transferred to parent on window closeShawn Rutledge2014-10-091-3/+0
| * qmldir parser: add support for "depends component version" syntaxShawn Rutledge2014-10-012-0/+35
| * Add orientationUpdateMask to QQuickScreenAlex Blasche2014-09-302-0/+4
| * Revert "Temporarily mark grab()/item.layer tests insignificant under ANGLE"Andrew Knight2014-09-302-36/+0
| * Partially revert "Disable tests on failing ANGLE config"Andrew Knight2014-09-301-3/+0
| * Also search for visual children in TestCase::findChild().Mitch Curtis2014-09-291-1/+36
| * QDSM: Nested statemachines are supportedSebastian Sauer2014-09-242-2/+72
| * Fix cleanup of non-threaded render loops.Gunnar Sletta2014-09-241-11/+19
| * Fix clip state tracking in Context2DMatt Fischer2014-09-221-1/+1
| * Make tst_qquickanimations more reliableUlf Hermann2014-09-191-30/+37
| * Revert mapping of var signal parameters to QJSValueSimon Hausmann2014-09-191-3/+3
| * Remove tst_dialogs - moved to qtquickcontrolsJ-P Nurmi2014-09-184-207/+1
| * Fix QQuickText::lineLaidOutRelayout autotest on OS XJan Arve Saether2014-09-171-5/+6
| * Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-175-22/+69
| * Fix crash when borders exceed item width/height in border imageEskil Abrahamsen Blomfeldt2014-09-162-0/+64
| * 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
| * prevent crash when set ShaderEffectSource::sourceItem nullTasuku Suzuki2014-09-121-0/+57
| * Fix a typo and a warning in qmltest::shadersource-from-other-windowTasuku Suzuki2014-09-121-1/+4
| * Fix setUTCXxx methods in DateLars Knoll2014-09-112-0/+50
| * Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-114-2/+81
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-09-115-1/+48
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-085-1/+48
| | |\
| | | * QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-053-0/+28
| | | * Fix crashes when calling Array.sort with imperfect sort functionsLars Knoll2014-09-012-1/+20
| * | | autotests: fix build on iOSRichard Moe Gustavsen2014-09-112-3/+3
* | | | Fixed AnimatedSprite to respect 'loops' properlyJan Arve Saether2014-10-063-0/+179
* | | | Do not fail test because window moves out of desktop area bounds.Jan Arve Saether2014-09-252-0/+3
* | | | tst_compilation: Fix the horrifically broken benchmark.Robin Burchell2014-09-152-21/+27
* | | | QML Engine: Support for "OPTIONS" method for XMLHTTPRequest was added.Valery Kotov2014-09-157-0/+118
* | | | Made emission of AnimatedSprite currentFrameChanges consistent.Jan Arve Saether2014-09-121-3/+21
|/ / /
* | | Disable tst_QQuickListView::programmaticFlickAtBounds()Eskil Abrahamsen Blomfeldt2014-09-101-0/+2
* | | Fix pixel bleed in BorderImageEskil Abrahamsen Blomfeldt2014-09-1013-0/+405
|/ /
* | MouseArea: Fix cancelling the double click when the windows loses focusOlivier Goffart2014-09-032-8/+53
* | Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-031-8/+13
* | Fix selection of text with negative right bearingEskil Abrahamsen Blomfeldt2014-09-026-0/+120
* | tst_qquickcanvasitem: Setting as insignificant.Simo Fält2014-08-291-0/+1
* | introduce *.ui.qml file types as new forms file typeTim Jenssen2014-08-297-0/+65
* | Add new property "designersupported" to qmldirTim Jenssen2014-08-2812-18/+361
* | Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-272-4/+4
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-264-1/+140
|\ \