aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TreeViewDelegate: allow app to add custom pointer handlersRichard Moe Gustavsen2022-02-101-0/+7
* Use the new QHoverEvent ctor taking globalPosShawn Rutledge2022-02-091-5/+5
* Correctly handle QQuickState::whenFabian Kosmale2022-02-081-1/+9
* qqmlintegration: forward declare QmlExtendedNamespaceFabian Kosmale2022-02-081-0/+2
* Imagine GroupBox: Ignore background topPadding unless it's a 9PatchImageOliver Eftevaag2022-02-051-4/+4
* SwipeView: don't cull every child item that gets addedShawn Rutledge2022-02-051-1/+0
* TreeView: add missing QML_ADDED_IN_VERSIONShawn Rutledge2022-02-041-0/+1
* QmlCompiler: Place code for CmpNeInt in parenthesesUlf Hermann2022-02-041-2/+2
* Stop using QGuiApplicationPrivate::lastCursorPosition.toPoint()Shawn Rutledge2022-02-042-5/+5
* Windows: fix unchecked Button in GroupBox being rendered as checkedMitch Curtis2022-02-041-0/+1
* Detach QEventPoint instances during touch compression; test & docsShawn Rutledge2022-02-042-2/+41
* V4: Do not call dtor of an object we continue to useUlf Hermann2022-02-041-3/+2
* QQmlAdaptorModel: Do not use reparenting for lifetime managemmentFabian Kosmale2022-02-033-10/+20
* qmltc: Rely on QQmlJSResourceFileMapperAndrei Golubev2022-02-031-5/+9
* V4 Date: Support another nonstandard date format QDateTime has droppedUlf Hermann2022-02-031-0/+2
* Modify m_compareRegister bitfieldTang Haixiang2022-02-031-1/+1
* JavaScript: Make "this" available in blocks inside arrow functionsUlf Hermann2022-02-021-5/+10
* CMake: Include upper case .js and .mjs files in qmldirUlf Hermann2022-02-021-6/+5
* Doc: mention ScrollView in ScrollBar's documentationMitch Curtis2022-02-021-1/+2
* Improve the structure of the output generated by qmltcAndrei Golubev2022-01-311-1/+1
* qmltc: Ignore qmltypes dependencies from INTERFACE_LIBRARY and IMPORTEDAndrei Golubev2022-01-311-0/+19
* Distinguish property change signals from user-defined signalsAndrei Golubev2022-01-312-0/+8
* Use public as default access specifier of QQmlJSMetaMethodAndrei Golubev2022-01-311-2/+1
* Auto-test-export QQuickIconLabelPrivateMarc Mutz2022-01-291-1/+1
* doc: Fix a typo in a See Also link from QQuickText::boundingRect()Shawn Rutledge2022-01-281-1/+1
* qquickwindowmodule: Properly expose Visibility enumMaximilian Goldstein2022-01-281-2/+3
* Use up-to date LGPL license headerKai Köhne2022-01-2722-242/+308
* Document qmltc output formatAndrei Golubev2022-01-276-23/+323
* qmltc: Rename CMake command's argument FILES -> QML_FILESAndrei Golubev2022-01-274-11/+11
* qmltc: Do not search for qmltypes in non-TARGET libsUlf Hermann2022-01-271-0/+4
* Add revision to QQuickItem::ensurePolished()Shawn Rutledge2022-01-271-1/+1
* Doc: Avoid duplicated qt.labs.qmlmodels documentationKai Köhne2022-01-271-2/+4
* Query the redirect rt size only once in renderSceneGraphLaszlo Agocs2022-01-271-3/+3
* Imagine Dial: remove unnecessary bindings for background sizeOliver Eftevaag2022-01-271-5/+0
* QQuickRenderControl ctor: fix style and let parent default to nullptrShawn Rutledge2022-01-271-1/+1
* Make qmltc-processed targets depend on qmltypes of linked QML modulesAndrei Golubev2022-01-261-0/+19
* QQuickFontDialogImpl: remove binding loopOliver Eftevaag2022-01-261-1/+1
* Add qmltc to QtQuick's tools and utilitiesAndrei Golubev2022-01-261-0/+15
* Adjust default max call depth for QNXUlf Hermann2022-01-262-3/+10
* Doc: State that you should type-annotate methodsUlf Hermann2022-01-251-7/+21
* QQuickTreeView: be able to expand rows that are not yet visible in the viewRichard Moe Gustavsen2022-01-241-6/+8
* QQmlJS::Dom::PathIterator: fix relational operators in C++20 modeMarc Mutz2022-01-241-2/+2
* CMake: Pass C++ sources to pre-created qml module targetsAlexandru Croitor2022-01-241-0/+3
* CMake: Fix lookup of Python for qtdeclarativeAlexandru Croitor2022-01-241-7/+6
* Fix Clang 10 -Werror,-Wdeprecated-enum-float-conversionMarc Mutz2022-01-243-3/+3
* QmlCompiler: Handle ID lookups of incomplete types correctlyUlf Hermann2022-01-221-3/+3
* Use qt.qml.states logging category instead of STATECHANGE_DEBUG envShawn Rutledge2022-01-213-24/+19
* QmlCompiler: Add C++ name also for types with no export candidatesUlf Hermann2022-01-211-2/+6
* QQmlProperty: Prohibit ID lookup on explicitly given objectUlf Hermann2022-01-211-1/+2
* Use the deprecation macro for CustomCompileStepLaszlo Agocs2022-01-211-1/+6