aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-26690-10445/+6129
|\
| * 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
| * Doc: Drop dependency on qtgraphicaleffectsPaul Wicking2020-08-191-1/+1
| * SwipeDelegate: don't allow calling close() when pressedMitch Curtis2020-08-191-0/+5
| * SwipeDelegate: don't emit closed() when already closedMitch Curtis2020-08-191-1/+5
| * Prevent against re-entering prepareExitTransition after a focus changeAndy Shaw2020-08-191-1/+1
| * Get the scale of the popup item when setting the parent itemAndy Shaw2020-08-172-8/+11
* | 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