aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows: fix error in CheckBox.qml when hoveringMitch Curtis2021-07-141-1/+3
* Native style: Do not assertJan Arve Sæther2021-06-281-2/+4
* Windows: fix error in Button.qml when hoveringMitch Curtis2021-06-221-1/+3
* Fix SwipeDelegate losing swipes to parent flickablesMitch Curtis2021-06-161-3/+4
* Doc: make it clear that Page doesn't render its title textMitch Curtis2021-06-161-0/+3
* Doc: some ComboBox functions must be used after component completionMitch Curtis2021-06-104-0/+96
* Fix MSVC warning C4065Kai Köhne2021-05-281-5/+8
* TextArea: Detach the flickable when it is deletedAndy Shaw2021-05-271-0/+4
* Sync the visibility of the FocusFrame with the target itemAndy Shaw2021-05-271-1/+1
* ScrollView: fix crash when scrolling with zero-sized itemMitch Curtis2021-05-262-1/+11
* Don't call QQml_setParent_noEvent with a nullptr itemVolker Hilsheimer2021-05-201-2/+2
* Don't access QStyleOption* without checking for nullptr firstVolker Hilsheimer2021-05-191-2/+2
* Hide old scroll barsMitch Curtis2021-05-191-0/+16
* Doc: apps that never set a style in Qt 5 should set Basic in Qt 6Mitch Curtis2021-05-121-0/+5
* Allow creation of custom QQuickPopupItem-derived typesMitch Curtis2021-05-118-82/+175
* ToolTip: use contentWidth of Text contentItem to account for newlinesMitch Curtis2021-05-115-4/+212
* Remove Qt Quick Calendar from overviewKai Köhne2021-05-111-4/+0
* Imagine: fix GroupBox's bottom edge being clippedMitch Curtis2021-05-061-2/+1
* macOS, Slider: draw a focus rect, and not a focus ringRichard Moe Gustavsen2021-05-051-2/+5
* 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
* 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
* Fix build without features.shortcutTasuku Suzuki2021-04-273-0/+7
* 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
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-1619-19/+19
* Ninepatch: keep resetNode status to not lose track of ImageNode->NinePatchNod...Laszlo Agocs2021-03-311-1/+6
* Consistently check for nullptrVolker Hilsheimer2021-03-251-1/+1
* Handle directly-delivered mouse events in SwipeDelegateShawn Rutledge2021-03-233-21/+130
* Generate and install qmltypes for all pluginsMaximilian Goldstein2021-03-186-1/+7
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-111-3/+3
* Fix static buildJoni Poikelin2021-03-091-1/+1
* Fix namespaced Qt buildKarsten Heimrich2021-02-171-3/+3
* 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