aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-2220-10/+391
|\
| * Disable dialogs to allow changes in qtbase (use urls internally)Frederik Gladhorn2013-07-171-1/+2
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-112-1/+8
| |\
| | * Add a unit test for testing Qt in its install location.Stephen Kelly2013-07-112-1/+8
| * | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2013-07-091-0/+1
| |\ \
| | * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-041-0/+1
| | |\|
| | | * Mark tests tst_qquickloader as insignificant due to random failuresTony Sarajarvi2013-07-021-0/+1
| * | | Don't assume that the last step of the XPath is an element nameJan Arve Saether2013-07-094-0/+44
| * | | QtDeclarative: Removing parallel_test from configSimo Fält2013-07-092-3/+0
| * | | Fix Qt.application.xxx notifier signalsJ-P Nurmi2013-07-042-0/+14
| |/ /
| * | Add bool QQuickKeyEvent::matches(QKeySequence::StandardKey)J-P Nurmi2013-07-012-0/+117
| * | Add Qt.application.organization/domainJ-P Nurmi2013-06-292-0/+24
| * | Add "showFiles" property to FolderListModelAlberto Mardegan2013-06-251-0/+19
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-244-2/+84
| |\|
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-242-2/+1
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-202-2/+1
| | | |\
| | | | * photosurface demo: behavior depends on initialization orderShawn Rutledge2013-06-141-0/+1
| | | | * stabilize tst_touchmouse.Gunnar Sletta2013-06-141-2/+0
| | * | | emit runningChanged when AnimatedSprite stops by loops settingsTasuku Suzuki2013-06-222-0/+83
| | |/ /
| * | | Correctly parse Context2D font as per CSS shorthand font propertyMitch Curtis2013-06-241-2/+77
* | | | Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-121-0/+1
* | | | Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-7/+6
* | | | Fix failing GC related tests with gcc in release buildsSimon Hausmann2013-07-051-3/+21
* | | | Get rid of the signal expression rewriterSimon Hausmann2013-07-032-18/+18
* | | | Fix automatic semicolon insertion. Again.Erik Verbruggen2013-07-021-4/+0
* | | | Fix missing license headers for test262.pySergio Ahumada2013-06-241-0/+40
* | | | Fix some missing license headersSergio Ahumada2013-06-241-0/+40
* | | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-24114-241/+2830
|\| | |
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-0/+28
| |\| |
| | * | fix case insensitive issue with image provider idTasuku Suzuki2013-06-181-0/+28
| * | | Add QQuickText::hoveredLinkJ-P Nurmi2013-06-181-49/+119
| * | | 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
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-126-19/+113
| |\| |
| | * | support url type qml property as a source for Context2D::drawImage()Tasuku Suzuki2013-06-101-0/+11
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-103-14/+83
| | |\|
| | | * Stabilize tst_qquickanimatedimage::mirror_notRunning()Gunnar Sletta2013-06-041-10/+6
| | | * QQmlPropertyCache: check methods before propertiesAlberto Mardegan2013-05-311-2/+30
| | | * Fallback to QMetaObject for properties not in QQmlPropertyCacheAlberto Mardegan2013-05-311-0/+29
| | | * Stabilize tst_touchmouseGunnar Sletta2013-05-311-2/+18
| | * | Autotest: Update textedit test using textFormatCaroline Chao2013-06-082-5/+19
| * | | Add QQuickTextEdit::append()J-P Nurmi2013-06-121-0/+154
| * | | fix Folderlistmodel "showDotAndDotDot" didn't show "."Tasuku Suzuki2013-06-102-2/+52
| * | | Add QQuickTextEdit::hoveredLinkJ-P Nurmi2013-06-072-7/+18
| * | | Make TestHTTPServer header comparison order independent.Jonas Gastal2013-06-072-22/+36
| * | | Fix compilation of QML benchmarksPeter Varga2013-06-0610-27/+24
| * | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-052-0/+24
| |\| |
| | * | Fix assert when calculating the implicit width of truncated lines.Andrew den Exter2013-05-312-0/+24
| | |/
| * / Don't remove milliseconds now that toString() includes them.Mitch Curtis2013-06-051-2/+0
| |/
| * Prevent tab focus from wrapping endlesslyLiang Qi2013-05-273-0/+159