aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Native style: set the default system palette as QQuickTheme::System palettewip/nativestyleRichard Moe Gustavsen2020-08-281-0/+4
* Native style, manual test: update location to Default styleRichard Moe Gustavsen2020-08-283-5/+5
* 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-2864-225/+225
* Native style: clean-up importsRichard Moe Gustavsen2020-08-2831-31/+2
* 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-281582-12898/+9407
|\
| * Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-261582-12898/+9407
| |\
| | * Remove all plugins.qmltypes filesMitch Curtis2020-08-267-6069/+0
| | * Fix CMake buildMitch Curtis2020-08-2648-892/+2018
| | * 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-2668-712/+1378
| | * 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-261227-3471/+3471
| | * Remove ".2" from TARGETPATH, resource prefixes, etc.Mitch Curtis2020-08-2634-46/+46
| | * Register C++ types declarativelyMitch Curtis2020-08-26235-942/+1605
| | * Move Default style out into its own pluginMitch Curtis2020-08-26118-99/+187
| | * Stop using resolvedUrl() to resolve QML filesMitch Curtis2020-08-2624-721/+36
| | * Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-08-241-2/+2
| | * tst_qquickpopup: fix setOverlayParentToNull testMitch Curtis2020-08-241-0/+2
| | * QQuickSpinBox: fix another "function expressions as statements" warningMitch Curtis2020-08-202-1/+13
| | * Document that pop() does nothing if depth is less than or equal to 1Mitch Curtis2020-08-201-0/+3
| | * Doc: Drop dependency on qtgraphicaleffectsPaul Wicking2020-08-191-1/+1
| | * SwipeDelegate: don't allow calling close() when pressedMitch Curtis2020-08-192-0/+51
| | * SwipeDelegate: don't emit closed() when already closedMitch Curtis2020-08-192-2/+25
| | * Prevent against re-entering prepareExitTransition after a focus changeAndy Shaw2020-08-192-1/+37
| | * Get the scale of the popup item when setting the parent itemAndy Shaw2020-08-174-8/+36
* | | 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: move DesktopGallery to manual tests, and rename to nativestyleRichard Moe Gustavsen2020-08-2636-2/+0
* | Native style, DesktopGallery: wrap TextArea inside ScrollView, and not FlickableRichard Moe Gustavsen2020-08-211-20/+37
* | 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
* | Native style: make textareas selectable by mouseRichard Moe Gustavsen2020-08-131-0/+6
* | Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-1319-64/+247
|\|
| * CMake: Don't find_package(Qt6QmlTools) directly for cross-buildsAlexandru Croitor2020-08-121-1/+1
| * Fix event refactoring warnings and errorsMitch Curtis2020-08-119-44/+44
| * Fix QQmlDirParser build error with static buildsMitch Curtis2020-08-111-1/+1
| * Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-08-111-5/+2
| * Support Markdown in the TextEditor example, including local pathsShawn Rutledge2020-08-107-13/+199
* | 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-306-1/+426