aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Native style: add hover effects to ScrollBar on macOSRichard Moe Gustavsen2020-08-263-0/+48
* Native style: remove superfluous width bindingRichard Moe Gustavsen2020-08-261-1/+0
* Native style: clean-up QStyle using a post routineRichard Moe Gustavsen2020-08-201-0/+23
* Native style: don't draw frame around TextAreaRichard Moe Gustavsen2020-08-205-152/+2
* Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-1310-45/+45
|\
| * Fix event refactoring warnings and errorsMitch Curtis2020-08-119-44/+44
| * Fix QQmlDirParser build error with static buildsMitch Curtis2020-08-111-1/+1
* | Native style: increase combobox minimum sizeRichard Moe Gustavsen2020-08-131-1/+1
* | Native style: add configure optionsRichard Moe Gustavsen2020-08-128-9/+37
* | Native style: increase text field minimum sizeRichard Moe Gustavsen2020-08-111-3/+3
* | Native style: fix leaks in qquickmacstyleRichard Moe Gustavsen2020-08-101-0/+14
* | Native style: support building with cmakeRichard Moe Gustavsen2020-07-305-1/+346
* | Native style: remove fusiondesktopRichard Moe Gustavsen2020-07-308-232/+0
* | Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-07-1788-491/+752
|\|
| * ComboBox: add implicitContentWidthPolicyMitch Curtis2020-07-162-3/+192
| * Doc: mention cache property in the relevant placesMitch Curtis2020-07-154-0/+5
| * Remove another binding to parentMitch Curtis2020-07-151-1/+1
| * Fix crash on exit when centering Popup within Overlay in StackView itemMitch Curtis2020-07-142-1/+31
| * Use QList instead of QVectorJarek Kobus2020-07-093-3/+3
| * Adapt to renaming of QQmlMetaType::isModule()Ulf Hermann2020-06-301-2/+4
| * Add ; to Q_UNUSEDLars Schmertmann2020-06-308-17/+17
| * Doc: Update docs with cmake package informationNico Vertriest2020-06-261-0/+1
| * QQuickSplitHandleAttached: pass correct d ptr to QObject constructorMitch Curtis2020-06-251-1/+1
| * Fix warnings after deprecation of QApplication::keyboardModifiersVolker Hilsheimer2020-06-251-2/+5
| * Document how to use CMake for Qt Quick Controls 2Kai Koehne2020-06-253-11/+24
| * QmlDesigner: Fix DialSpecifics snap modeHenning Gruendl2020-06-161-1/+1
| * Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-1111-44/+44
| * Qt6: Port QtQuickControls2 to QStringViewKarsten Heimrich2020-06-101-7/+7
| * Use QList instead of QVectorJarek Kobus2020-06-0914-41/+41
| * ApplicationWindow: remove deprecated overlay APIMitch Curtis2020-06-0811-154/+2
| * QQuickStackView: deprecate Transition enum valueMitch Curtis2020-06-082-6/+9
| * Add missing paletteChanged() to setForeground() in Material styleJoni Poikelin2020-06-081-0/+1
| * Platform: remove deprecated iconName, iconSource APIMitch Curtis2020-06-056-160/+2
| * Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-06-0518-29/+345
| |\
| | * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-1418-29/+345
| | |\
| | | * ComboBox: fix currentValue not being updated on model changesMitch Curtis2020-05-121-6/+6
| | | * QmlDesigner: Update properties in property editorHenning Gruendl2020-04-2712-8/+247
| | | * Update plugins.qmltypes for 5.15Jani Heikkinen2020-04-156-21/+98
| | | * Material: revision sliderDisabledColorv5.15.0-beta4v5.15.0-beta3Mitch Curtis2020-03-311-1/+1
| * | | Remove winrtOliver Wolff2020-06-053-3/+0
| * | | CMake: Regenerate configure.cmake filesAlexandru Croitor2020-06-042-7/+18
* | | | Native style: add DialRichard Moe Gustavsen2020-06-2610-0/+280
* | | | Native style: support checkable buttonsRichard Moe Gustavsen2020-06-261-1/+1
* | | | Let macOS have TabFocus focus policyJan Arve Sæther2020-06-221-0/+8
* | | | Native style: move window tests inside window() scopeRichard Moe Gustavsen2020-06-171-2/+2
* | | | Make sure the focus rect is drawnJan Arve Sæther2020-06-172-10/+15
* | | | Don't use 9-patch for Button on WindowsJan Arve Sæther2020-06-171-1/+43
* | | | Fix active focus handlingJan Arve Sæther2020-06-171-3/+3
* | | | Native style: add ProgressBarRichard Moe Gustavsen2020-06-1711-78/+326
* | | | Native style, DefaultComboBox: position popup at correct placeRichard Moe Gustavsen2020-06-151-3/+4