aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Be stricter about the number of messages when testing profiler serviceUlf Hermann2014-01-311-1/+4
* Properly wait for stdout in testUlf Hermann2014-01-291-3/+3
* Add test for shaping and rendering Sinhala textEskil Abrahamsen Blomfeldt2014-01-291-0/+16
* [new compiler] Fix timing of property assignment error handlingSimon Hausmann2014-01-291-4/+2
* Expose TextEdit::linkAt(x, y)J-P Nurmi2014-01-291-0/+4
* Expose Text::linkAt(x, y)J-P Nurmi2014-01-291-0/+3
* Skip animations tests for MinGW.Friedemann Kleint2014-01-283-0/+9
* Update TestExpectationsLars Knoll2014-01-281-1/+13
* [new compiler] Report errors when trying to bind to read-only propertiesSimon Hausmann2014-01-281-1/+1
* [new compiler] Improved error handlingSimon Hausmann2014-01-281-2/+4
* Improved error handling for namespaced property bindingsSimon Hausmann2014-01-281-1/+1
* Accessibility: add states to QQuickAccessibleAttachedFrederik Gladhorn2014-01-273-2/+104
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-01-246-6/+158
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-246-6/+158
| |\
| | * QQuickText: fix layout mirroringJ-P Nurmi2014-01-221-0/+18
| | * Ensure Flickable bounds detection is executed at the end of animation.Martin Jones2014-01-211-5/+35
| | * Parse source location for signal handling functionsUlf Hermann2014-01-213-1/+41
| | * Add support for deprecated RegExp (constructor) propertiesSimon Hausmann2014-01-201-0/+64
* | | Fix MSVC-warnings about double to float truncation in QML-tests.Friedemann Kleint2014-01-244-22/+22
* | | Fix MSVC-warning about unused variable in tst_qqmlapplicationengine.cppFriedemann Kleint2014-01-241-17/+16
|/ /
* | Rename V8 profiler classes to V4Ulf Hermann2014-01-236-35/+35
* | fix whitespaceOswald Buddenhagen2014-01-22124-358/+358
* | Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-221-6/+6
* | Add missing test data files to .proUlf Hermann2014-01-211-1/+5
* | Save memory on array dataLars Knoll2014-01-201-2/+36
* | Fixes to sparse array handlingLars Knoll2014-01-201-0/+21
* | [new compiler] Add support for QML list modelsSimon Hausmann2014-01-202-0/+22
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-173-1/+168
|\|
| * V4: fix range splitting when split is between intervals.Erik Verbruggen2014-01-173-1/+168
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-1711-23/+104
|\|
| * Re-enable mac testsAlan Alpert2014-01-161-7/+0
| * Increase the timeout for QPacketProtocol testsUlf Hermann2014-01-161-1/+1
| * Make sure that profiling can only be started if debugging is enabled.Ulf Hermann2014-01-154-3/+91
| * Fix some compiler warnings in tests and examples.Christian Kandeler2014-01-153-4/+2
| * Fix nodetest autotest.Gunnar Sletta2014-01-151-1/+3
| * tst_qquickpathview: Use QCOMPARE instead of QVERIFY.Friedemann Kleint2014-01-101-7/+7
* | Remove old unused functionFrederik Gladhorn2014-01-151-44/+0
* | Fix RenderNode autotest on BlackBerryFabian Bumberger2014-01-151-7/+9
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-142-0/+37
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-102-0/+37
| |\|
| | * Fix Flickable generated release event with pressDelay.Martin Jones2014-01-092-0/+37
* | | Allow assignment of a QML Locale object to a C++ QLocale property.Mitch Curtis2014-01-141-0/+36
|/ /
* | Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-01-081-0/+13
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-081-0/+13
| |\|
| | * [ChangeLog][QtQml] Fix JavaScript Array.pop() not updating the internal array...Simon Hausmann2014-01-071-0/+13
* | | Dont call updatePolish if an item is not visibleFabian Bumberger2014-01-082-4/+20
|/ /
* | Add QQuickMatrix4x4, a way to specify a matrix transform in QML.Erik Larsson2014-01-071-1/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-066-11/+67
|\|
| * Fix property access to QQmlPropertyMap objects when addressed via idSimon Hausmann2014-01-021-2/+27