aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'nativestyle' into devMitch Curtis2020-09-04114-6/+34164
|\
| * Native style: set the default system palette as QQuickTheme::System palettewip/nativestyleRichard Moe Gustavsen2020-08-281-0/+4
| * Native style: fix up qmldir files to comform to the new registration systemRichard Moe Gustavsen2020-08-284-31/+56
| * Native style: move macOS and Windows into QtQuick/Controls instead of QtQuick...Richard Moe Gustavsen2020-08-284-12/+10
| * Native style: remove versioning from importsRichard Moe Gustavsen2020-08-2836-134/+134
| * Native style: clean-up importsRichard Moe Gustavsen2020-08-2828-28/+0
| * Native style: add macOS and Windows to QQuickStylePrivate::builtInStyles()Richard Moe Gustavsen2020-08-281-2/+9
| * Merge "Merge branch 'dev' into nativestyle" into wip/nativestyleThe Qt Project2020-08-28690-10445/+6129
| |\
| | * Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-26690-10445/+6129
| | |\
| * | | Native style: make StyleItem::control notifyableRichard Moe Gustavsen2020-08-281-1/+2
| |/ /
| * | 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
| |\ \
| * | | 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
| |\ \ \
| * | | | 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
| * | | | Fix vertical aligment of CheckBox elementsJan Arve Sæther2020-06-121-0/+2
| * | | | NativeStyle: add ScrollBarRichard Moe Gustavsen2020-06-1210-14/+299
| * | | | Native style: remove prefix ('show', 'print') from the debug flagsRichard Moe Gustavsen2020-06-122-19/+25
| * | | | Native style: draw contentRect using marginsRichard Moe Gustavsen2020-06-121-2/+6
| * | | | Native style: offer layoutMargins to QML, not layoutRectRichard Moe Gustavsen2020-06-112-11/+16
| * | | | Native style: make the debug flags more type safeRichard Moe Gustavsen2020-06-112-44/+30
| * | | | Add CheckBox, RadioButton and other missing components for WindowsJan Arve Sæther2020-06-118-1/+395
| * | | | Remove qdrawutil.*Jan Arve Sæther2020-06-104-1315/+1
| * | | | Fix issues with the label in GroupBoxJan Arve Sæther2020-06-103-10/+33
| * | | | QDebug, print 9-patch margins tooJan Arve Sæther2020-06-101-1/+2
| * | | | Native style: remove unused codeRichard Moe Gustavsen2020-06-092-3/+0
| * | | | Reorder properties into the same order as QMargins ctor (l,t,r,b)Jan Arve Sæther2020-06-091-1/+1
| * | | | NativeStyle: add ComboBoxRichard Moe Gustavsen2020-06-0910-18/+404
| * | | | Native style: make it possible to set nine patch margins from the styleRichard Moe Gustavsen2020-06-0814-13/+69
| * | | | Initial "port" of QQC2::QWindowsStyleJan Arve Sæther2020-06-0814-6/+11410
| * | | | Merge remote-tracking branch 'gerrit/dev' into nativestyleRichard Moe Gustavsen2020-06-0457-4235/+108
| |\ \ \ \
| * | | | | Native style: shuffle some linesRichard Moe Gustavsen2020-06-041-4/+4
| * | | | | Native style: let DefaultTextField have correct contentRect and sizeRichard Moe Gustavsen2020-06-043-4/+34
| * | | | | Native style: don't use padding when item is smaller than minimumsizeRichard Moe Gustavsen2020-06-041-1/+5