aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
* Native style: fix up some commentsRichard Moe Gustavsen2021-05-051-3/+3
* 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
* doc: document the native stylesRichard Moe Gustavsen2021-04-288-0/+162
* CMake: Avoid duplicate symbol errors due to a common resource nameAlexandru Croitor2021-04-271-1/+1
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-273-3/+0
* Fix build without features.shortcutTasuku Suzuki2021-04-273-0/+7
* Fix build without features.imageformat_pngTasuku Suzuki2021-04-271-6/+3
* Fix build without features.imageformat-xpmTasuku Suzuki2021-04-261-0/+2
* 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
* Native style: fix statically built apps that links to both widgets and controlsRichard Moe Gustavsen2021-04-222-4/+24
* QmlDesigner: Fix RangeSliderSpecifics snap modeHenning Gruendl2021-04-211-1/+1
* controlsimpl: Add QtQuick dependencyMaximilian Goldstein2021-04-211-0/+2
* CMake: Add missing qt_cmdline.cmake filesAlexandru Croitor2021-04-162-0/+6
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-1519-19/+19
* Ninepatch: keep resetNode status to not lose track of ImageNode->NinePatchNod...Laszlo Agocs2021-03-311-1/+6
* 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-2311-11/+11
* 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
* Generate and install qmltypes for all pluginsMaximilian Goldstein2021-03-186-1/+7
* Port from QScopedPointer to std::unique_ptrVolker Hilsheimer2021-03-172-3/+3
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-111-3/+3
* Fix static buildJoni Poikelin2021-03-091-1/+1
* Remove redundant qmldir filesAlexey Edelev2021-02-2317-754/+0
* Fix namespaced Qt buildKarsten Heimrich2021-02-171-3/+3
* ComboBox: don't focus TextField when clicking on indicatorBartlomiej Moskal2021-02-161-1/+5
* Remove QMake project filesJoerg Bornemann2021-02-1134-2551/+0
* a11y: Fix ordering on header, content item and footer in PageJan Arve Sæther2021-01-298-2/+230
* 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
* Fix MSVC warnings about precision loss when converting double to floatFriedemann Kleint2021-01-144-4/+4
* SwipeDelegate: ensure background and contentItem are resizedMitch Curtis2021-01-143-2/+28
* QQuickStyleItem: add debug flag 'SaveImage'Richard Moe Gustavsen2021-01-132-0/+12
* Windows: add 9p margins to scrollbarRichard Moe Gustavsen2021-01-132-0/+28
* ScrollView: let flickable have pixelAligned set to trueRichard Moe Gustavsen2021-01-131-0/+1
* Ensure the ninepatch image is detachedLaszlo Agocs2021-01-131-0/+7
* Fix popups with exit transitions blocking mouse events when destroyedMitch Curtis2021-01-131-4/+19
* Ensure that C++ Qt Quick tests are run with all applicable stylesMitch Curtis2021-01-132-0/+17
* Use CMAKE_PROJECT_VERSION for VERSION of QML modulesMitch Curtis2021-01-1310-10/+10
* QQuickStyleItem: use correct enum numberRichard Moe Gustavsen2021-01-111-1/+1
* Doc: Fix typo in \sa statementNico Vertriest2021-01-081-1/+1
* Reset the opacity and scale properties after the exit transitionAndy Shaw2021-01-063-4/+26