aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix event refactoring warnings and errorsMitch Curtis2020-08-119-44/+44
* Fix QQmlDirParser build error with static buildsMitch Curtis2020-08-111-1/+1
* 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
| |\