aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix signal emission order for zero-duration animationsJan Arve Saether2020-03-313-0/+80
* 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
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-286-23/+29
|\
| * Make tst_qquickcanvasitem significant again; fix image size roundingShawn Rutledge2020-03-055-21/+21
| * Blacklist a few more canvas testsShawn Rutledge2020-03-051-2/+8
* | 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
* | Resize offscreen window when QQuickWidget is resizedMitch Curtis2020-03-242-0/+85
* | Add autotest for QQuickRenderControlLaszlo Agocs2020-03-234-1/+263
* | QQuickViewTestUtil: Don't leak on matchAgainst()Ulf Hermann2020-03-231-2/+16
* | tst_qquicklistview: Fix a few memory leaksUlf Hermann2020-03-231-123/+75
* | tst_qquicklistview: Don't use QTest::toString()Ulf Hermann2020-03-201-25/+25
* | qmllint: Break inheritance cyclesUlf Hermann2020-03-194-0/+10
* | Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-1813-39/+39
* | 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-033-3/+27
|\|
| * QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-032-2/+25
| * 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-023-6/+6
* | Robustify QQuickListView testUlf Hermann2020-02-271-0/+1
* | Revision properties and methods added in 5.15Ulf Hermann2020-02-271-0/+1
* | Propagate the LanguageChange events from the QQuickWindow to the itemsAndy Shaw2020-02-252-0/+35
* | Provide a way to statically register namespacesUlf Hermann2020-02-255-12/+76
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-201-0/+4
|\|
| * Blacklist tst_qquickmousearea::pressOneAndTapAnother on OpenSuseUlf Hermann2020-02-181-0/+4
* | 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-137-1/+116
|\|
| * QQuickLoader: store statusFabian Kosmale2020-02-122-0/+30
| * Fix a bug where a layout could crash or become non-responsiveJan Arve Sæther2020-02-121-0/+31
| * 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
* | Add UiAnnotation for annotation objectsFawzi Mohamed2020-02-122-0/+11
* | Introduce BaseVisitorFawzi Mohamed2020-02-122-1/+8
* | Added AstDumper: better describe and compare AST treesFawzi Mohamed2020-02-125-1/+1517
* | Add a static variant of qmlRegisterInterface()Ulf Hermann2020-02-122-2/+1