aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/material3Paul Wicking2022-12-053235-50573/+53014
|\
| * a11y: track item enabled stateHarald Sitter2022-12-032-0/+13
| * Doc: Fix faulty include file extensionJoerg Bornemann2022-12-023-4/+4
| * qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-021-1/+1
| * Introduce QQmlApplicationEngine::loadFromModuleFabian Kosmale2022-12-024-13/+74
| * QQuickMacStyle: stop using deprecated constants, use suggested replacementsTimur Pocheptsov2022-12-021-1/+1
| * iOS Style: Add BusyIndicator controlDoris Verria2022-12-0250-0/+42
| * doc: update list of supported native dialogsOliver Eftevaag2022-12-0210-7/+16
| * QmlCompiler: Fix various kinds of enum lookupUlf Hermann2022-12-023-4/+34
| * Update jsroot.qmltypesUlf Hermann2022-12-021-183/+1140
| * QQmlMetaObjectWrapper: A metaobject is not equal to a non-metaobjectUlf Hermann2022-12-021-8/+4
| * QQmlJSMetaParameter: Encapsulate parameter informationSami Shalayel2022-12-028-101/+121
| * QQuickTableView: implement TableView.editDelegateRichard Moe Gustavsen2022-12-014-33/+636
| * QmlCompiler: Pass QVariant as-is to functions accepting varUlf Hermann2022-12-011-1/+2
| * QQuickItem: Fix effective visibility for items without parentVolker Hilsheimer2022-12-011-4/+2
| * Doc: remove "2" from Qt Quick Controls filesMitch Curtis2022-12-01438-489/+489
| * Remove "2" from Qt Quick Controls directoriesMitch Curtis2022-12-012978-20/+20
| * doc: Add note to PinchHandler.translation property about macOS trackpadShawn Rutledge2022-11-301-0/+3
| * Fix see-also link to loadUrl, silence qdoc warningVolker Hilsheimer2022-11-301-1/+1
| * QmlCompiler: Do not print context for source locations of length 0Ulf Hermann2022-11-302-3/+4
| * WorkerScript: Create ExecutionEngines on demand when neededUlf Hermann2022-11-301-15/+40
| * qmltyperegistrar: Generate accessSemantics="none" for foreign namespacesUlf Hermann2022-11-291-1/+14
| * QmlCompiler: Check return code when opening qmltypes filesUlf Hermann2022-11-291-1/+9
| * QQmlIncubator: Clarify type in loopUlf Hermann2022-11-291-1/+3
| * QQmlNotifier: Guard against broken meta objects when disconnectingUlf Hermann2022-11-292-5/+8
| * Introduce type based overload of Qt.createComponentFabian Kosmale2022-11-282-6/+91
| * Connections: Don't crash when target is deletedFabian Kosmale2022-11-281-8/+6
| * Key required properties by object and property dataUlf Hermann2022-11-284-11/+38
| * Loader: Create bound components into their creation contextUlf Hermann2022-11-281-5/+14
| * QtQml: Restructure the moduleMaximilian Goldstein2022-11-285-6/+66
| * qmllint: document new behavior of --jsonSami Shalayel2022-11-281-2/+2
| * QML: Fix casting between builtin types when constructing value typesUlf Hermann2022-11-261-1/+1
| * Debugger: Initialize scoped context correctlySemih Yavuz2022-11-251-2/+2
| * QQuickTableView: respect activeFocusOnTabRichard Moe Gustavsen2022-11-251-0/+9
| * Revert "masm: Treat Android as generic Posix regarding mmap and friends"Ulf Hermann2022-11-252-17/+8
| * Drop some dead code from qqmlpropertycache*Ulf Hermann2022-11-252-18/+11
| * Repair QQmlGadgetPtrWrapper's metaObjectUlf Hermann2022-11-257-64/+59
| * QmlCompiler: Store imported types in a QListUlf Hermann2022-11-255-25/+41
| * QML: Monkey-patch thread safety issue with dynamic metaobjectsUlf Hermann2022-11-244-8/+33
| * qmlformat: add 'ensure new line between functions' optionXavier BESSON2022-11-242-1/+7
| * Register enum correctly in QQuickMessageDialogSami Shalayel2022-11-231-1/+1
| * Doc: Fix import statement in QML code exampleAndreas Eliasson2022-11-231-1/+1
| * QQmlJSImportVisitor: warn when uncreatables are createdSami Shalayel2022-11-236-8/+61
| * QmlCompiler: Implement console logging methodsUlf Hermann2022-11-236-5/+199
| * QmlCompiler: Fix comparison of null and undefinedUlf Hermann2022-11-231-11/+21
| * qqmljsscope: resolve enums using their aliasesSami Shalayel2022-11-231-0/+23
| * qmltc: add singleton supportSami Shalayel2022-11-231-5/+1
| * QQmlComponent/QQmlIncubator: Support C++ based typesFabian Kosmale2022-11-233-2/+57
| * Fix forward declaration class missmatchAntti Määttä2022-11-231-3/+3
| * QQuickItemView: Fix max(X/Y)Extent()David Redondo2022-11-221-2/+2