aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Turn notes into section in QQuickWidget overviewKai Köhne2022-02-192-7/+13
* QQuickIcon: Resolve source URL relative to outermost property ownerYuya Nishihara2022-02-185-22/+25
* V4 Date: Support another nonstandard date format QDateTime has droppedUlf Hermann2022-02-161-0/+2
* Document that all required types must be implemented by custom stylesMitch Curtis2022-02-151-0/+8
* CMake: Document source file propertiesAlexandru Croitor2022-02-151-0/+187
* Use QSGRendererInterface::OpenGL in documentation and examplesKai Köhne2022-02-151-2/+2
* QQuickTableView: don't position the table contents outside the viewportRichard Moe Gustavsen2022-02-152-0/+71
* QQmlStrongJSQObjectReference: rename setObject() argument o → objMarc Mutz2022-02-151-5/+5
* Doc: Add documentation for ComboBox::valueAt()Kai Köhne2022-02-151-1/+10
* Doc: State Qt versions for when CMake commands etc. were introducedJoerg Bornemann2022-02-153-0/+6
* Avoid spurious dependency on qml_compile_hash_p.hFabian Kosmale2022-02-132-2/+2
* CMake: Fix issue with Xcode common dep between qmllint and toolingAlexandru Croitor2022-02-121-1/+1
* CMake: Clarify doc comment about Xcode common dependency issueAlexandru Croitor2022-02-121-2/+4
* Correctly handle QQuickState::whenFabian Kosmale2022-02-101-1/+9
* Imagine GroupBox: Ignore background topPadding unless it's a 9PatchImageOliver Eftevaag2022-02-081-4/+4
* Modify m_compareRegister bitfieldTang Haixiang2022-02-081-1/+1
* SwipeView: don't cull every child item that gets addedShawn Rutledge2022-02-051-1/+0
* Stop using QGuiApplicationPrivate::lastCursorPosition.toPoint()Shawn Rutledge2022-02-052-5/+5
* Detach QEventPoint instances during touch compression; test & docsShawn Rutledge2022-02-042-2/+41
* Windows: fix unchecked Button in GroupBox being rendered as checkedMitch Curtis2022-02-041-0/+1
* 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
* JavaScript: Make "this" available in blocks inside arrow functionsUlf Hermann2022-02-021-5/+10
* Doc: mention ScrollView in ScrollBar's documentationMitch Curtis2022-02-011-1/+2
* CMake: Include upper case .js and .mjs files in qmldirUlf Hermann2022-02-011-6/+5
* ApplicationWindow: add QML_ATTACHED macroFabian Kosmale2022-02-011-0/+1
* Auto-test-export QQuickIconLabelPrivateMarc Mutz2022-01-291-1/+1
* builtins.qmltypes: Fix inheritence and extension of basic typesUlf Hermann2022-01-281-9/+5
* qquickwindowmodule: Properly expose Visibility enumMaximilian Goldstein2022-01-281-2/+3
* Doc: Avoid duplicated qt.labs.qmlmodels documentationKai Köhne2022-01-271-2/+4
* Adjust default max call depth for QNXUlf Hermann2022-01-262-3/+10
* QQmlJS::Dom::PathIterator: fix relational operators in C++20 modeMarc Mutz2022-01-241-2/+2
* Fix TextArea/TextField not using IBeamCursor when text can be selectedNoah Davis2022-01-242-2/+2
* QmlCompiler: Respect revisionsUlf Hermann2022-01-247-124/+194
* Fix Clang 10 -Werror,-Wdeprecated-enum-float-conversionMarc Mutz2022-01-243-3/+3
* TabBar: allow wheel events to change currentIndexNoah Davis2022-01-212-0/+26
* Further tighten checks around QML_COMPILE_HASHUlf Hermann2022-01-212-4/+12
* tooling: Add isList to ParameterMaximilian Goldstein2022-01-211-0/+1
* CMake: Pass C++ sources to pre-created qml module targetsAlexandru Croitor2022-01-211-0/+3
* CMake: Fix lookup of Python for qtdeclarativeAlexandru Croitor2022-01-211-7/+6
* QQmlJSScope: Remove dead codeUlf Hermann2022-01-193-9/+19
* Dialogs: Declare dependency on QtQuick typesYuya Nishihara2022-01-182-0/+4
* qmake: Find metatypes files infixed with build typeUlf Hermann2022-01-151-8/+27
* QQuickAbstractButton: fix crash on destructionUlf Hermann2022-01-142-0/+12
* scenegraph: Make the vertex/index buffer logic more robustLaszlo Agocs2022-01-141-17/+34
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-136-2/+7
* Fix handling of QML_COMPILE_HASHUlf Hermann2022-01-072-18/+2
* QQuickMultiPointHandler: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* QQuickDeliveryAgent: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-01-064-4/+4