aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-028-10/+110
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-015-0/+69
| |\
| | * QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-251-0/+35
| | * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-213-0/+28
| | * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-0/+7
| * | tst_qmlproperty: Fix access of dangling pointerThiago Macieira2016-07-281-3/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-153-6/+38
| |\|
| | * Relax QQmlProfilerService test for scene graph eventsUlf Hermann2016-07-151-6/+11
| | * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-142-0/+27
| | * QML: Only release types if they aren't referenced anymoreUlf Hermann2016-06-101-3/+12
* | | Add a checksum to QQmlPropertyCacheSimon Hausmann2016-08-011-0/+38
* | | Add a function to QQmlPropertyCache to calculate the meta-object sizesSimon Hausmann2016-08-011-37/+124
* | | V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-2/+2
* | | Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-2/+0
* | | Expose HSV and HSL color values to QMLNikita Krupenko2016-07-254-0/+55
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-3/+3
* | | Improve robustness of qml disk cachingSimon Hausmann2016-07-231-7/+114
* | | Add support for saving/loading the moth interpreter byte codeSimon Hausmann2016-07-211-10/+0
* | | Improve robustness of qml cache expiry checkingSimon Hausmann2016-07-191-0/+5
* | | Fix alias resolution algorithmSimon Hausmann2016-07-155-3/+45
* | | Clean up implicit component registrationSimon Hausmann2016-07-151-0/+42
* | | Fix endian support in compiled data structuresSimon Hausmann2016-07-142-12/+12
* | | Added two unit tests for alias nestingSimon Hausmann2016-07-073-0/+61
* | | QmlProfiler: Extend test to check for timestamp orderingUlf Hermann2016-07-061-1/+22
* | | Minor optimizationSimon Hausmann2016-06-274-0/+61
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-272-14/+15
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-6/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-3/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-3/+12
| |\ \
| | * | QML: Only release types if they aren't referenced anymorev5.7.0Ulf Hermann2016-06-111-3/+12
* | | | Clean up pragma singleton handling in the type loaderSimon Hausmann2016-06-202-2/+2
* | | | Increase test coverage for the V4 memory managerFrank Meerkoetter2016-06-203-1/+68
* | | | Clean up file/error handling in the type loaderSimon Hausmann2016-06-202-2/+2
* | | | Added basic support for saving compilation units to diskSimon Hausmann2016-06-173-1/+191
* | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-134-1/+51
|\| | |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-104-1/+51
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix crash when using with statement with an expression that throwsSimon Hausmann2016-06-071-0/+9
| | * Fix bug in SQL database integration with null valuesSimon Hausmann2016-06-032-1/+26
| | * QmlProfiler: When flushing data, send it in the right orderUlf Hermann2016-05-251-1/+7
| | * Fix crash for unknown QQmlListModel roles in debug buildsFilipe Azevedo2016-05-231-0/+16
* | | Merge "Merge remote-tracking branch 'origin/wip/scenegraphng' into dev" into ...Laszlo Agocs2016-06-103-4/+5
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/wip/scenegraphng' into devLaszlo Agocs2016-06-013-4/+5
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-314-10/+30
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-248-9/+100
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-2456-49/+734
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-074-4/+66
| | |\ \ \ \ \ \
| | * | | | | | | Fix some test failures with QT_NO_OPENGL buildsAndy Nichols2016-05-063-4/+5
* | | | | | | | | Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-051-0/+99
* | | | | | | | | Minor const cleanupSimon Hausmann2016-06-031-1/+1
* | | | | | | | | QML Engine: Support for "PATCH" method for XMLHTTPRequestValery Kotov2016-06-034-0/+109