aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | Native style: don't clean geometry flagRichard Moe Gustavsen2020-06-042-15/+10
| * | | | | Native style: improve debug possibilitiesRichard Moe Gustavsen2020-06-042-18/+79
| * | | | | Native style: repaint image when geometry changesRichard Moe Gustavsen2020-06-041-2/+5
| * | | | | Native style: remove unused codeRichard Moe Gustavsen2020-06-031-5/+0
| * | | | | Native style: remove insets, and use layoutRectRichard Moe Gustavsen2020-06-039-51/+24
| * | | | | Native style: improve type safetyRichard Moe Gustavsen2020-06-022-2/+11
| * | | | | Native style: improve debugging supportRichard Moe Gustavsen2020-06-022-12/+29
| * | | | | Native style: add TextAreaRichard Moe Gustavsen2020-05-288-0/+282
| * | | | | Native style: draw Frame on macOS with correct line width and colorRichard Moe Gustavsen2020-05-271-5/+6
| * | | | | Native style: make read only properties readonlyRichard Moe Gustavsen2020-05-278-8/+8
| * | | | | Native style: add FrameRichard Moe Gustavsen2020-05-2710-0/+245
| * | | | | Native style: support setting empty content sizeRichard Moe Gustavsen2020-05-262-3/+8
| * | | | | Native style: fix build on linuxRichard Moe Gustavsen2020-05-251-0/+4
| * | | | | Native style: copy QStyle from widgets, and implement ground work for creatin...Richard Moe Gustavsen2020-05-2574-1/+21634
* | | | | | QmlDesigner: Modify Controls specificsAleksei German2020-09-045-0/+22
* | | | | | Fix qdoc errorsMitch Curtis2020-09-032-2/+4
* | | | | | Fix TODO comments for revisionsMitch Curtis2020-09-033-5/+4
* | | | | | Dialog: emit accepted()/rejected() before closed()Mitch Curtis2020-09-021-6/+11
* | | | | | ToolTip: only begin timeout when openedMitch Curtis2020-09-023-11/+19
* | | | | | Menu: Do not unblock parent shortcuts while menu popup is openYuya Nishihara2020-09-021-6/+0
* | | | | | Menu: Close menu by Alt key on platforms supporting mnemonic shortcutsYuya Nishihara2020-09-021-0/+8
* | | | | | Fix crash when importing a style without first importing ControlsMitch Curtis2020-08-277-0/+20
* | | | | | Material: fix binding loops when binding between attached propertiesMitch Curtis2020-08-272-59/+114
* | | | | | Remove unnecessary depends from qmldirsMitch Curtis2020-08-275-6/+0
| |_|_|_|/ |/| | | |
* | | | | Remove all plugins.qmltypes filesMitch Curtis2020-08-267-6069/+0
* | | | | Fix CMake buildMitch Curtis2020-08-2628-836/+1928
* | | | | Register QQuickDummyType as anonymous typeUlf Hermann2020-08-262-0/+68
* | | | | Bump import version to 6.0Mitch Curtis2020-08-2621-16/+278
* | | | | Use qmlRegisterModuleImport() to register stylesMitch Curtis2020-08-2617-431/+254
* | | | | Convert remaining imperative type registration to declarativeMitch Curtis2020-08-269-111/+16
* | | | | List "privately" registered QML files in the qmldir for each styleMitch Curtis2020-08-263-0/+20
* | | | | List publicly registered QML files in the qmldir for each styleMitch Curtis2020-08-265-0/+310
* | | | | Remove all version numbers from QML importsMitch Curtis2020-08-26426-1609/+1609
* | | | | Remove ".2" from TARGETPATH, resource prefixes, etc.Mitch Curtis2020-08-2621-23/+23
* | | | | Register C++ types declarativelyMitch Curtis2020-08-26222-917/+1502
* | | | | Move Default style out into its own pluginMitch Curtis2020-08-26104-74/+162
* | | | | Stop using resolvedUrl() to resolve QML filesMitch Curtis2020-08-269-451/+36
* | | | | QQuickSpinBox: fix another "function expressions as statements" warningMitch Curtis2020-08-201-1/+1
* | | | | Document that pop() does nothing if depth is less than or equal to 1Mitch Curtis2020-08-201-0/+3