aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15.0Liang Qi2020-04-222-1/+158
|\
| * TableModel: Allow a double to be added to a field seen as int previouslyAndy Shaw2020-02-282-0/+157
* | Merge remote-tracking branch 'origin/5.15' into 5.15.0Qt Forward Merge Bot2020-04-213-0/+47
|\ \
| * | qmltyperegistrar: Correctly handle foreign and super classesUlf Hermann2020-04-163-0/+47
* | | V4: Avoid integer overflow in DataViewCtorFabian Kosmale2020-04-211-0/+16
|/ /
* | qmltyperegistrar: Retain alias and isFlag information for enumsUlf Hermann2020-04-092-0/+17
* | QQuickTableView: fix crash in tableLayoutToString()Richard Moe Gustavsen2020-04-071-0/+0
* | qmltyperegistrar: Record header file names in qmltypes filesUlf Hermann2020-03-302-0/+8
* | qmltyperegistrar: Accept more file extensions as headersUlf Hermann2020-03-305-3/+152
* | tst_qqmllanguage: Avoid use after freeUlf Hermann2020-03-261-5/+12
* | qmltyperegistrar: Accept extra foreign types filesUlf Hermann2020-03-268-0/+220
* | qmlformat: Fix inconsistent if statementsMaximilian Goldstein2020-03-253-2/+136
* | qmlformat: Improve comment attachmentMaximilian Goldstein2020-03-253-0/+11
* | qmlformat: Add option for alternative line endingsMaximilian Goldstein2020-03-251-6/+38
* | Check that QJSValue to set conversion worksFabian Kosmale2020-03-242-1/+9
* | tst_qqmllanguage: Don't leak malloc()'d unit dataUlf Hermann2020-03-241-2/+6
* | qmllint: Break inheritance cyclesUlf Hermann2020-03-194-0/+10
* | qmllint: Check for unknown types in JavaScript accessUlf Hermann2020-03-173-0/+11
* | qmllint: Don't crash on IDs that aren't scopesUlf Hermann2020-03-172-0/+6
* | qmllint: Use fully qualified QML type names as superClassUlf Hermann2020-03-163-0/+17
* | qmllint: Add QFont to the list of unknown builtinsUlf Hermann2020-03-162-0/+11
* | Inline components: Abort if two IC's with same name existFabian Kosmale2020-03-162-0/+20
* | Prefer Inline Components over any other imported nameFabian Kosmale2020-03-162-0/+20
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-031-1/+2
|\|
| * Escape url.toString() before passing it to QRegularExpressionDmitry Shachnev2020-02-201-1/+2
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
* | Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-4/+4
* | Revision properties and methods added in 5.15Ulf Hermann2020-02-271-0/+1
* | Provide a way to statically register namespacesUlf Hermann2020-02-255-12/+76
* | ResolvedList: attempt read from correct meta objectFabian Kosmale2020-02-193-0/+39
* | Fix deprecation warning against QDateTime(QDate)Edward Welbourne2020-02-183-12/+12
* | V4 Debugger: Properly set up context object for expressionsUlf Hermann2020-02-142-0/+14
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-134-1/+55
|\|
| * Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-113-0/+49
| * QV4Engine: Do not construct invalid QVariantFabian Kosmale2020-02-071-1/+6
* | qmlformat: preserve annotationsFawzi Mohamed2020-02-124-0/+300
* | Added AstDumper: better describe and compare AST treesFawzi Mohamed2020-02-122-1/+3
* | Add a static variant of qmlRegisterInterface()Ulf Hermann2020-02-122-2/+1
* | Allow dynamic and static registration of same URI in any orderUlf Hermann2020-02-124-65/+209
* | QQmlCustomParser: Resolve import namespacesUlf Hermann2020-02-112-2/+37
* | QQmlEngine: Test that types are correctly removedFabian Kosmale2020-02-102-0/+15
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-064-6/+39
|\|
| * Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-314-6/+39
* | QmlDebug: add new debugtranslationserviceTim Jenssen2020-02-054-0/+134
* | Inline components: fix name resolutionFabian Kosmale2020-02-054-0/+39
* | QV4: Handle value tyes in sameValue algorithmFabian Kosmale2020-02-041-0/+31
* | Tests: rename connect -> connectToTim Jenssen2020-02-039-28/+28
* | Required properties: Allow retroactive require specificationFabian Kosmale2020-01-3110-2/+58
* | add annotations to QMLFawzi Mohamed2020-01-313-0/+215
* | Tests: make ConnectResult a Q_ENUM to get nice error messageTim Jenssen2020-01-311-1/+2