aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* qmldom: astdumperFawzi Mohamed2021-04-144-0/+1193
* qmldom: Improve basic infrastructureFawzi Mohamed2021-04-1427-764/+1670
* qv4codegen: Fix codecheker warning about invalid base referencesMaximilian Goldstein2021-04-141-0/+1
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-04-141-3/+3
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-04-141-3/+3
* QQuickTableView: add API to get column widths and row heightsRichard Moe Gustavsen2021-04-133-0/+139
* QQuickTableView: add isColumnLoaded() and isRowLoaded()Richard Moe Gustavsen2021-04-134-2/+209
* Verify result of testVolker Hilsheimer2021-04-131-1/+1
* Implement optional chainingMaximilian Goldstein2021-04-1325-21/+665
* doc: demystify QSGOpenGLTexture::fromNativeExternalOES()Shawn Rutledge2021-04-131-2/+3
* QQmlJSImportVisitor: add find-or-create version of enterEnvironmentAndrei Golubev2021-04-137-3/+72
* QQmlJSImportVisitor: put name setting logic into a functionAndrei Golubev2021-04-131-4/+14
* QV4::EngineBase: Remove pragma packFabian Kosmale2021-04-131-7/+0
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-04-131-3/+3
* Check also property type namesEvgeniy A. Dushistov2021-04-137-7/+50
* QQmlJSLexer: Add support for peeking one QCharFabian Kosmale2021-04-132-0/+9
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-04-131-3/+3
* Do not batch lines with > 1 width in alpha passLaszlo Agocs2021-04-121-1/+5
* Fix warning from signed/unsigned mismatchVolker Hilsheimer2021-04-121-1/+1
* Silence warning from testing deprecated functionalityVolker Hilsheimer2021-04-121-0/+3
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-126-51/+51
* QV4EngineBase: Do not create zero-sized array on 32 bit platformsFabian Kosmale2021-04-121-1/+3
* Fix typo in local variable in QQmlJSImportVisitorAndrei Golubev2021-04-121-2/+2
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-1134-72/+72
* Remove QString overload forwarding to QStringViewFabian Kosmale2021-04-091-7/+0
* Remove unnecessary int() casting in QRandomGenerator::boundedThiago Macieira2021-04-092-3/+3
* qmllint: add options for setting logging levelsMaximilian Goldstein2021-04-094-34/+131
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-094-1/+57
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-04-091-3/+3
* qmllint: Initialize special casing for QString on checkMemberAccess()Ulf Hermann2021-04-084-0/+24
* Adjust to QObjectCompatProperty API changesFabian Kosmale2021-04-081-3/+3
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-04-071-3/+3
* When resolving property types, also update the property type namesUlf Hermann2021-04-074-7/+23
* Fix string type name in qmllintUlf Hermann2021-04-073-1/+11
* Resolve inline components before root componentFabian Kosmale2021-04-075-38/+158
* Run QQmlDefaultPropertyMerger after alias resolverFabian Kosmale2021-04-071-5/+5
* Don't run into UB when converting doubles to int on property assignmentUlf Hermann2021-04-063-1/+20
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-04-061-3/+3
* CMake: Disable JIT for arm64 when doing macOS universal buildsAlexandru Croitor2021-04-037-3/+46
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-04-021-3/+3
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-04-011-3/+3
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-04-011-3/+3
* Optimize invocation of signal handlersUlf Hermann2021-04-013-11/+27
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-017-9/+46
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-0126-117/+129
* Simplify populateJSCallArguments a bitUlf Hermann2021-04-011-4/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-04-011-3/+3
* Un-special case QQmlPropertyValueTypeFabian Kosmale2021-03-314-28/+7
* Move type registration into their own headerFabian Kosmale2021-03-313-96/+143
* QQuickItem: Do not dereference nullptrFabian Kosmale2021-03-311-1/+2