aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Document that styles must be explicitly imported for static buildsMitch Curtis2021-01-052-1/+4
* Only connect to the items window signals if it has a windowJan Arve Sæther2020-12-162-2/+15
* 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-1015-213/+559
* Do not crash in deferred execution of there is no context yetJan Arve Sæther2020-12-101-1/+1
* CMake: Fix nativestyle qmldir dependenciesAlexandru Croitor2020-12-102-4/+4
* Allow style to be set to "Default" for compatibilityMitch Curtis2020-12-091-2/+5
* Ensure that Fusion style is used by default on LinuxMitch Curtis2020-12-091-1/+1
* Drop documentation dependencies to removed modulesVolker Hilsheimer2020-12-041-1/+1
* Add qtqmlmodels as a documentation dependencyVolker Hilsheimer2020-12-031-1/+1
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-12-031-1/+1