aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix QQmlTypePrivate memory leak in qmltc-generated types with extensionsAndrei Golubev2022-06-153-12/+8
* Make synchronization chain on QQuickImageResponsePrivate::finished explicitMarc Mutz2022-06-152-2/+8
* QmlCompiler: Check builtin type aliases after list resolutionUlf Hermann2022-06-154-26/+41
* QmlCompiler: Reject conversions via QJSValueUlf Hermann2022-06-155-7/+39
* QQuickApplicationHelper: move initialProperties before qmlImportPathsMitch Curtis2022-06-156-9/+10
* CMake: Turn qmlls into an app instead of a tool as a workaroundAlexandru Croitor2022-06-152-5/+7
* tst_qquickfiledialogimpl: refactor duplicated code into helpersMitch Curtis2022-06-152-291/+196
* Use SPDX license identifiersLucie Gérard2022-06-145777-219958/+11750
* Fix link to "QML Import Path" sectionKai Köhne2022-06-142-2/+2
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-06-141-5/+5
* quicktestutils: remove duplicated function declarationMitch Curtis2022-06-131-2/+0
* quick/controlstestutils: add [[nodiscard]] to functions returning stuffMitch Curtis2022-06-133-7/+9
* qmltc: Move C++ naming collision check to QmltcVisitorAndrei Golubev2022-06-136-274/+158
* Remember QML document context in each qmltc-generated objectAndrei Golubev2022-06-138-11/+46
* qmltc: Set non-alias property methods in QmltcVisitorAndrei Golubev2022-06-134-30/+30
* qmltc: Set alias property methods in QmltcVisitorAndrei Golubev2022-06-137-162/+82
* QQuickTreeViewDelegate: inherit from QQuickItemDelegate instead of QQuickAbst...Richard Moe Gustavsen2022-06-115-39/+27
* iOS Style: Add style documentationDoris Verria2022-06-113-0/+101
* iOS Style: Add MenuBarItem controlDoris Verria2022-06-112-0/+75
* iOS Style: Add ToolButton controlDoris Verria2022-06-112-0/+73
* iOS Style: Add TabButton controlDoris Verria2022-06-112-0/+75
* Update dependencies on '6.4' in qt/qtdeclarativev6.4.0-beta1Qt Submodule Update Bot2022-06-111-5/+5
* Fix the build with tracing enabledShawn Rutledge2022-06-111-4/+4
* Fix missing null-check after component.create() callEdward Welbourne2022-06-101-0/+1
* Tidy up in tst_qqmllocale::numberOptions()Edward Welbourne2022-06-101-3/+5
* Make uninteresting JS-test output easier to ignoreEdward Welbourne2022-06-101-10/+18
* Restore the QTime round-trip on macOSEdward Welbourne2022-06-101-1/+1
* update target description for qmllsMoody Liu2022-06-101-1/+1
* Use qtbase's new (private) QLocalTime for Date's UTC offsetsEdward Welbourne2022-06-104-183/+55
* QmlCompiler: Don't retrieve metaobjects for value and sequence typesUlf Hermann2022-06-104-8/+33
* qmltyperegistrar: Parse value type listsUlf Hermann2022-06-104-9/+52
* Item views: fix error when accessing attached view from non-delegatesMitch Curtis2022-06-104-2/+38
* tst_qquicklistview: fix some TypeErrors and ReferenceErrorsMitch Curtis2022-06-103-30/+60
* Allow subclasses of QQmlJSImportVisitor be used in QML importingAndrei Golubev2022-06-103-8/+44
* qmltc: Get rid of Qml IRAndrei Golubev2022-06-108-676/+92
* qmltc: Move from QmlIR::Binding to QQmlJSMetaPropertyBindingAndrei Golubev2022-06-1013-1212/+763
* QQmlJSImportVisitor: make ctor-initialized member stand outAndrei Golubev2022-06-101-6/+6
* QQmlJSImportVisitor: rename parseLiteralOrScriptBinding()Andrei Golubev2022-06-102-17/+17
* QmlCompiler: Fix script indices calculationAndrei Golubev2022-06-107-80/+255
* Blacklist flaky tst_qquickanimations::frameAnimation2 on macOsFabian Kosmale2022-06-101-0/+4
* iOS Style: Add some more colors to the palette and minor adjustmentsDoris Verria2022-06-096-27/+42
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-06-081-5/+5
* tst_qqmlnotifier: Do not assume qfatal crashes the processFabian Kosmale2022-06-081-1/+2
* Examples: Replace qt-5 urlsKai Köhne2022-06-053-6/+6
* Canvas: Add support for specifying a size when saving to an imageAndy Shaw2022-06-053-7/+20
* QQuickTreeViewDelegate: toggle expanded on pressRichard Moe Gustavsen2022-06-042-3/+31
* QQuickTreeView: implement support for selecting cellsRichard Moe Gustavsen2022-06-0410-11/+316
* QJSEngine: optimize isInterrupted handlingMarc Mutz2022-06-044-10/+10
* DomUniverse: optimize counter handling in guaranteeUniverse()Marc Mutz2022-06-041-3/+5
* QQuickTableView: fix deprecated [=] capture of *thisMarc Mutz2022-06-041-2/+2