aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQmlMetaType::registerPluginTypes - fix unused variable warningIvan Solovev2022-08-031-0/+2
* Remove unused .pri files in src/Mitch Curtis2022-08-0219-821/+0
* Make Controls docs available in Creator's locatorMitch Curtis2022-08-021-0/+12
* qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-07-295-69/+32
* Support RegExpLiteral bindings in qmltcAndrei Golubev2022-07-293-1/+11
* Fix several more improperly placed #include mocThiago Macieira2022-07-2812-28/+26
* ScrollView: ignore filtered wheel events when wheelEnabled is falseMitch Curtis2022-07-281-1/+3
* QQuickAnchors: make all properties FINALFabian Kosmale2022-07-281-18/+18
* Doc: explain which default styles are used on which platformsMitch Curtis2022-07-282-5/+20
* QQmlListAccessor: Accept QQmlListPropertyUlf Hermann2022-07-272-1/+7
* V4: Allow conversion from string to QByteArray when setting bindablesUlf Hermann2022-07-261-0/+2
* Fix precedence between JS and QML scopesUlf Hermann2022-07-261-18/+28
* Export symbols from QQuickPopupPositioner in QtQuick Controls2Chris Adams2022-07-261-1/+2
* macOS: Add Dialog and DialogButtonBoxMitch Curtis2022-07-263-0/+112
* QmlCompiler: Recognize script types when looking up membersUlf Hermann2022-07-251-0/+6
* QmlCompiler: Support conversions between QString and QByteArrayUlf Hermann2022-07-253-1/+21
* TextEdit: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-236-14/+95
* iOS Style: Fix button icon colorDoris Verria2022-07-221-1/+3
* Qml: When cloning a stack frame, also clone its instruction pointerUlf Hermann2022-07-222-5/+9
* Doc: fix links for ways to initialize required propertiesTasuku Suzuki2022-07-211-2/+2
* Q_IMPORT_QML_PLUGIN: put documentation into correct placeFabian Kosmale2022-07-211-1/+1
* Mention Q_IMPORT_QML_PLUGIN in qt_add_qml_module docsFabian Kosmale2022-07-211-0/+4
* QQuickState::when: handle QJSValue properties correctlyFabian Kosmale2022-07-211-2/+7
* iOS Style: Fix naming for popup assetsDoris Verria2022-07-214-0/+0
* QQmlPreviewFileLoader: use QLibraryInfo::LibraryPathIvan Solovev2022-07-211-1/+1
* QmlModels: Fix context and extra object handlingUlf Hermann2022-07-213-72/+111
* Make find_package for qmlsc look only in host qtMichal Klocek2022-07-211-1/+18
* QmlCompiler: Implement Math.pow()Ulf Hermann2022-07-213-2/+44
* Do not use the default QT_QML_OUTPUT_DIRECTORY for Android applicationsAlexey Edelev2022-07-213-22/+1
* Material: don't show hover effects when disabledMitch Curtis2022-07-2113-16/+16
* Fusion: don't show hover effects when disabledMitch Curtis2022-07-217-14/+25
* Imagine: don't show hover effects when disabledMitch Curtis2022-07-2130-56/+56
* Universal: don't show hover effects when disabledMitch Curtis2022-07-2116-19/+20
* Remove Qt key words from header filesYuhang Zhao2022-07-2054-71/+71
* QQuickTextArea/Field: don't block hover eventsRichard Moe Gustavsen2022-07-197-7/+17
* Fix array-like methods on V4 sequencesUlf Hermann2022-07-196-120/+157
* Avoid use-after-free in QQuickPathViewUlf Hermann2022-07-182-3/+13
* TextInput/Field: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-166-14/+90
* Don't ungrab for a TabletRelease event: wait for the synth-mouse releaseShawn Rutledge2022-07-151-2/+5
* iOS Style: Add Popup controlDoris Verria2022-07-158-0/+55
* CMake: Fix handling of additional prefixesJoerg Bornemann2022-07-151-1/+1
* Fix memory leak in QQuickItemViewTransitionableItem::completeTransitionUlf Hermann2022-07-131-1/+2
* Fix emission of QQuickPaddedRectangle::topPaddingChangedJoerg Bornemann2022-07-131-1/+1
* QQuickStackView: Avoid use-after-freeUlf Hermann2022-07-132-2/+4
* Add QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()Shawn Rutledge2022-07-132-2/+12
* QQuickItemPrivate::handlePointerEvent: avoid passive grabbers tooShawn Rutledge2022-07-132-7/+7
* QQDAPrivate::deliverUpdatedPoints: skip HoverHandlers if mouse eventShawn Rutledge2022-07-131-5/+11
* Remove warning about inability to defer propertiesFabian Kosmale2022-07-131-19/+1
* Fix fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-07-121-3/+7
* Consistently set and reset QQuickPointerHandler's currentEventVolker Hilsheimer2022-07-121-3/+4