aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qquicktextinput: compile with explicit QChar(int) constructorDavid Faure2020-11-092-12/+12
* QQuickWindow: Check if QQuickItem was not deletedBartlomiej Moskal2020-11-091-0/+8
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-076-22/+23
* qmltyperegistrar: Move JSON processing into separate classUlf Hermann2020-11-066-285/+433
* V4: Prevent heap objects from getting immediately swept by GCUlf Hermann2020-11-061-0/+14
* Clear up Canvas docs wrt the unsupported FBO render modeLaszlo Agocs2020-11-061-17/+2
* Promote suffixless graphics api enum values in GraphicsInfoLaszlo Agocs2020-11-062-7/+11
* Do not assert with OpenGL in qquickcanvasitem testLaszlo Agocs2020-11-061-8/+5
* Use suffixless enum value in graphicsApi check in QQuickFboLaszlo Agocs2020-11-061-2/+1
* CMake: Clean up logic to prepare building pure QML modulesUlf Hermann2020-11-062-9/+28
* libinfix build: adjust qmldir entriesFabian Kosmale2020-11-061-2/+2
* FunctionCallProfiler: initialize all membersVolker Hilsheimer2020-11-051-4/+3
* Better describe the Quick 3D use case in QQuickGraphicsConfigLaszlo Agocs2020-11-051-7/+13
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-0532-131/+116
* Doc:: Fix documentation warnings for Qt QMLTopi Reinio2020-11-058-21/+21
* Doc: Fix documentation warnings for QML Models and Test modulesTopi Reinio2020-11-055-7/+7
* Cleanup and optimize particlesKaj Grönholm2020-11-0514-96/+44
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-041-0/+7
* Adjust to QPropertyBindingPrivate not using std::function anymoreFabian Kosmale2020-11-042-9/+44
* Remove some outdated comments about FontLoader.nameEskil Abrahamsen Blomfeldt2020-11-041-4/+2
* QmlCompiler: Use the name of a QML object as its locationUlf Hermann2020-11-031-1/+3
* Expose QQmlPlatform and QQmlApplication to QMLUlf Hermann2020-11-032-0/+5
* QQuickItem: remove unnecessary friendShawn Rutledge2020-11-031-2/+1
* QmlCompiler: Allow the specification of file scope codeUlf Hermann2020-11-032-5/+12
* Doc: Minor fix for \sa syntax that caused a disappeared linkEirik Aavitsland2020-11-031-1/+1
* QML: Fix typo in documentationUlf Hermann2020-11-021-1/+1
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-022-4/+2
* QML: Allow singleton types to be extendedUlf Hermann2020-11-028-44/+109
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-022-14/+64
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-028-21/+66
* sg docs: Add a note about direct graphics API usageLaszlo Agocs2020-11-021-0/+9
* Migration guide: cover removal of deprecated functionsFabian Kosmale2020-11-021-0/+102
* CMake: Fix qmltest's config module name as understood by qmakeAlexandru Croitor2020-11-022-0/+2
* Fix QQuickItem::ungrabMouse()Shawn Rutledge2020-10-311-3/+2
* QQuickPointerHandler: Don't leak the QtQuick-specific extra dataUlf Hermann2020-10-311-0/+1
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-3125-60/+60
* Hide QQuickRenderTarget equality operators from ADLVolker Hilsheimer2020-10-312-23/+26
* Modernize event handling in PinchAreaShawn Rutledge2020-10-303-69/+69
* Revert "qquickloader: Free memory of loaded components after source change"Maximilian Goldstein2020-10-301-13/+0
* Remove unnecessary casts in QQWinPrivate::sendFilteredPointerEventImpl()Shawn Rutledge2020-10-301-8/+6
* Fix tst_QQuickMultiPointTouchArea::inMouseAreaShawn Rutledge2020-10-291-1/+1
* Fix qmltest::event testsShawn Rutledge2020-10-291-0/+2
* Don't send an item a mouse release with a button that it doesn't acceptShawn Rutledge2020-10-291-18/+21
* Accept a mouse event's point if event is accepted after visiting itemShawn Rutledge2020-10-291-0/+1
* QML migration guide: Add initial contentFabian Kosmale2020-10-291-1/+29
* QML: Make date parsing more lenientFabian Kosmale2020-10-291-0/+2
* Change terminology to "look and feel"Jerome Pasion2020-10-291-2/+2
* Standardize QJsonArray iterationDavid Skoland2020-10-287-31/+32
* Formalize declaration of varargs in builtins.qmltypesUlf Hermann2020-10-281-43/+19
* QmlCompiler: Allow retrieval of C++ names for builtinsUlf Hermann2020-10-282-0/+7