aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix table of ComboBox's implicitContentWidthPolicy enum valuesMitch Curtis2021-05-051-3/+0
* Doc: clarify sizing behavior of PageMitch Curtis2021-05-051-1/+14
* macOS: don't set Qt::StrongFocus on Sliders by defaultRichard Moe Gustavsen2021-05-041-0/+4
* QQuickDial: Keep value integer if everything is integerFabian Kosmale2021-05-031-3/+31
* Update return type of local qHash overloadVolker Hilsheimer2021-04-281-1/+1
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-1/+0
* Fix build without features.shortcutTasuku Suzuki2021-04-271-0/+4
* Fix build without features.quicktemplates2-hoverTasuku Suzuki2021-04-261-1/+1
* ScrollView: fix crash when scrolling with zero-sized itemMitch Curtis2021-04-232-1/+10
* CMake: Add missing qt_cmdline.cmake filesAlexandru Croitor2021-04-161-0/+0
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-151-1/+1
* Include qquickpalette_p.h from qquickcontrol_p.hUlf Hermann2021-03-261-0/+1
* Adjust to QV4Engine::toVariant signature changeFabian Kosmale2021-03-262-2/+2
* Doc: Use \qmldefault instead of \defaultPaul Wicking2021-03-238-8/+8
* Handle directly-delivered mouse events in SwipeDelegateShawn Rutledge2021-03-233-21/+130
* Consistently check for nullptrVolker Hilsheimer2021-03-191-1/+1
* Remove references to Q_QML_PRIVATE_API_VERSIONFabian Kosmale2021-03-192-12/+0
* Port from QScopedPointer to std::unique_ptrVolker Hilsheimer2021-03-172-3/+3
* Fix static buildJoni Poikelin2021-03-091-1/+1
* ComboBox: don't focus TextField when clicking on indicatorBartlomiej Moskal2021-02-161-1/+5
* Remove QMake project filesJoerg Bornemann2021-02-111-24/+0
* a11y: Fix ordering on header, content item and footer in PageJan Arve Sæther2021-01-297-2/+227
* Combobox: Fix initial set of inputMethodHintsBartlomiej Moskal2021-01-281-6/+15
* Adapt to hover on disabled itemsAllan Sandfeld Jensen2021-01-283-4/+4
* Fix initial currentIndex in Tumbler when wrap is set to falseAlexey Edelev2021-01-141-2/+3
* SwipeDelegate: ensure background and contentItem are resizedMitch Curtis2021-01-143-2/+28
* ScrollView: let flickable have pixelAligned set to trueRichard Moe Gustavsen2021-01-131-0/+1
* Fix popups with exit transitions blocking mouse events when destroyedMitch Curtis2021-01-131-4/+19
* Reset the opacity and scale properties after the exit transitionAndy Shaw2021-01-062-0/+22
* Do not crash because of missing context on the indicator buttonsJan Arve Sæther2020-12-112-4/+27
* Add support for ScrollBar arrow buttonsJan Arve Sæther2020-12-109-190/+438
* Do not crash in deferred execution of there is no context yetJan Arve Sæther2020-12-101-1/+1
* Make adjustments for using QFont::setFamilies()Andy Shaw2020-11-306-20/+0
* Doc: Remove version numbers for import statement in snippetsJerome Pasion2020-11-262-15/+15
* QQuickStackView: Allow URLs in createElement()Ulf Hermann2020-11-111-0/+20
* Follow up on change of QQmlListProperty to qsizetypeVolker Hilsheimer2020-11-119-42/+42
* Document how to use Controls types in property declarationsMitch Curtis2020-11-092-2/+4
* Doc: Fix broken links and other warningsVenugopal Shivashankar2020-11-091-1/+1
* Doc: remove all instances of \qmlpropertygroupMitch Curtis2020-11-096-8/+0
* Doc: Fix qdoc warningsVenugopal Shivashankar2020-11-068-19/+18
* Doc: fix SplitView's inheritanceMitch Curtis2020-11-051-1/+1
* Fix QQuickHeaderView models to pass model testerVolker Hilsheimer2020-11-041-3/+8
* Filter touch presses and releases in QQDrawer::childMouseEventFilter()Shawn Rutledge2020-11-041-0/+3
* Fix deprecation warnings related to QMetaTypeFriedemann Kleint2020-11-021-1/+1
* QQuickAbstractButton: don't accept key release if we're not pressedMitch Curtis2020-10-211-1/+1
* ScrollView: document how you can make ScrollView scroll in only one directionRichard Moe Gustavsen2020-10-151-1/+7
* ScrollView: always clip implicitly created FlickableRichard Moe Gustavsen2020-10-141-5/+14
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-071-3/+3
* Fix compile warnings: replace QTouchEvent::touchPoints with pointsVolker Hilsheimer2020-10-029-11/+11
* Fix QQuickPaletteForeign definitionMitch Curtis2020-10-021-1/+2