aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-2523-102/+129
* Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-1410-10/+10
* V4: fix ToFixed rounding for 0 fraction digits.Erik Verbruggen2015-03-031-0/+13
* Fix QML Timer running not being updated together with triggered signalTroels Nilsson2015-02-111-0/+64
* Fix failing assertion in debug builds for JS that calls constantsSimon Hausmann2015-01-151-0/+2
* Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-082-1/+8
* V4: fix reverse type propagationErik Verbruggen2014-12-181-2/+2
* V4: only optimize out to-int32 conversions when the operands are int32.Erik Verbruggen2014-12-181-0/+12
* QML Debugging: Fix breakpoints/stepping in a with-statement.Erik Verbruggen2014-12-101-0/+18
* QML Debugging: Fix crash when stepping through try-catch block.Erik Verbruggen2014-12-091-0/+20
* QML: fix warning in testsErik Verbruggen2014-12-091-1/+0
* Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-091-0/+5
|\
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-051-0/+5
| |\
| | * Add string::arg method in installTranslatorFunctionsKai Koehne2014-12-051-0/+5
* | | QML: fix warning in testsErik Verbruggen2014-12-091-2/+0
|/ /
* | Fix QtQuick2 module unload supportChris Adams2014-12-044-0/+208
* | Fix conditional breakpoints in QMLSimon Hausmann2014-12-031-0/+39
* | Fix expression evaluation in specific frames in the debuggerSimon Hausmann2014-12-031-0/+44
|/
* Inspector: Do not assert when trying to stream QModelIndexKai Koehne2014-11-071-1/+39
* Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-242-0/+25
* Fix syntax error when trying to declare read-only object propertiesSimon Hausmann2014-10-243-0/+29
* Fix assignment to QObject pointer propertiesSimon Hausmann2014-10-231-0/+28
* Fix line ending for test fileKai Koehne2014-10-221-10/+10
* Check list property before component when validating bindingsUlf Hermann2014-10-213-0/+14
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-092-0/+32
* qmldir parser: add support for "depends component version" syntaxShawn Rutledge2014-10-012-0/+35
* Revert mapping of var signal parameters to QJSValueSimon Hausmann2014-09-191-3/+3
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-175-22/+69
* Fix setUTCXxx methods in DateLars Knoll2014-09-112-0/+50
* Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-114-2/+81
* 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
* | 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
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-262-0/+33
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-262-0/+33
| |\|
| | * Fix crash with early QObject property accessSimon Hausmann2014-08-252-0/+33
* | | QSM: Reintroduce guard argument evaluationSebastian Sauer2014-08-251-0/+82
|/ /
* | Update license headers and add new licensesJani Heikkinen2014-08-25148-2826/+1642
* | Introspect qrc files in FolderListModel.Gatis Paeglis2014-08-225-8/+32
* | v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-222-0/+84
* | Fix setContextObject to re-evaluate bindingsAlex Montgomery2014-08-151-0/+12
* | CleanupSimon Hausmann2014-08-154-16/+16
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-127-4/+34
|\|
| * Avoid double deletion when deleting an incubating component.Martin Jones2014-08-111-4/+0
| * Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-083-0/+7
| * Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-063-0/+27
* | V4: change string flattening to be iterative and use a worklist.Erik Verbruggen2014-08-081-0/+25
* | Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-082-19/+41