aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Some clean ups in VectorImage codeHEADdevEskil Abrahamsen Blomfeldt6 hours4-38/+26
* doc: markdirty -> markDirtyAlbert Astals Cid6 hours1-1/+1
* QtQml: Properly enforce signatures of AOT-compiled functionsUlf Hermann10 hours21-139/+290
* QmlCompiler: Consider lengths to be qsizetypeUlf Hermann17 hours7-75/+101
* QmlCompiler: Add qsizetype and make 64bit integers integralUlf Hermann17 hours3-5/+18
* QQmlJSTypePropagator: Move QQmlSa related code into helper functionsFabian Kosmale26 hours2-57/+93
* compiler: Move consoleObject and mathObject into type resolverFabian Kosmale26 hours6-29/+28
* QQmlJSTypePropagator: split out special casesFabian Kosmale26 hours2-94/+115
* TapHandler: don't (dis)connect signals to a null windowShawn Rutledge29 hours2-5/+18
* Use the Default SG Render context on visionOSAndy Nichols29 hours1-1/+1
* QML: Introduce aliases for builtin typesUlf Hermann29 hours13-56/+137
* qmltyperegistrar: Check properties, methods, enums for missing typesUlf Hermann29 hours5-168/+297
* Fix crash in MultiEffect with dynamic delegatesKaj Grönholm33 hours2-2/+5
* gc: Fix stale pointers in WeakValuesFabian Kosmale35 hours2-18/+53
* TableModelRow QML Type: Optimize data role stringsAxel Spoerl39 hours1-29/+30
* TableModelRow QML Type: Document data role stringsAxel Spoerl39 hours1-0/+23
* VectorImage: support stroke styling for pathsHatem ElKharashy39 hours6-82/+179
* gc: Prevent recursing into gc from onDestroyedFabian Kosmale2 days1-2/+8
* gc: Fix wasDrainNecessary conditionFabian Kosmale2 days1-1/+1
* tooling: Add types to some propertiesUlf Hermann2 days2-6/+6
* QtQml: Inline methods for looking up common metatypesUlf Hermann2 days2-59/+56
* qmltyperegistrar: Clarify memory managementUlf Hermann2 days2-15/+8
* QmlCompiler: Perform return value assignment inside generated codeUlf Hermann2 days6-78/+76
* cmake: fix .qmlls.ini generation for dotted urisSami Shalayel2 days1-1/+5
* Compiler: Fix unity buildFriedemann Kleint3 days1-0/+2
* Tooling: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky3 days6-14/+14
* QmlDom: Use QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky3 days2-5/+5
* qqmljsscope: add ownModuleNameSami Shalayel3 days4-5/+22
* dom: load .ui.qml files in implicit importSami Shalayel3 days2-4/+6
* qmltyperegistrar: Clean up QQmlTypesCreator::writeComponents()Ulf Hermann3 days2-39/+31
* Fix license of file in VectorImage importEskil Abrahamsen Blomfeldt3 days1-1/+1
* QQmlType: Add missing operator!= and hide operator==Ulf Hermann3 days1-4/+9
* QQuickItem: Avoid unnecessary detach on passiveGrabbers listVladimir Belyavsky3 days1-2/+2
* Material: fix warning in Popup during test runVladimir Belyavsky3 days1-1/+1
* QQDA: Make it easier to find the focus item when there's no active focusDoris Verria3 days3-28/+28
* Modernize Qt.labs.platform a bitUlf Hermann3 days1-44/+62
* qmlcachegen: Improve warnings for missing return type annotationsOlivier De Cannière4 days2-13/+22
* Document all steps for subclassing QQuickAttachedPropertyPropagatorMitch Curtis4 days1-0/+3
* Cleanup QQmlTreeModelToTableModel connectionsAntti Määttä4 days2-45/+44
* Change license of VectorImage import to include LGPLEskil Abrahamsen Blomfeldt4 days13-13/+13
* QtQml: Fix some type conversion edge casesUlf Hermann4 days2-15/+24
* QtQml: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky4 days8-24/+24
* QQmlDelegateModel: Use PMF syntax for signal/slot connectionsVladimir Belyavsky4 days1-37/+18
* QtQml: do not obtain the stack trace twice in CallPrecise()Vladimir Belyavsky4 days1-1/+1
* qv4codegen: Store the location of binary expressionsOlivier De Cannière4 days2-5/+9
* V4: Handle all array-like containers when converting to QJsonArrayOlivier De Cannière4 days3-11/+14
* QSGRhiShaderEffectNode: Avoid unnecessary uniformBlocks list detachVladimir Belyavsky5 days1-1/+1
* QSGMaterialShader: Use QHash::constFind() to avoid unnecessary detachesVladimir Belyavsky5 days1-2/+2
* Transition: Avoid potential extra QList detachVladimir Belyavsky5 days1-2/+2
* Animations: Use QHash::constFind() to avoid unnecessary detachesVladimir Belyavsky5 days3-11/+8