aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * ComboBox: fix currentValue not being updated on model changesMitch Curtis2020-05-121-6/+6
| | * QmlDesigner: Update properties in property editorHenning Gruendl2020-04-2712-8/+247
| | * Update plugins.qmltypes for 5.15Jani Heikkinen2020-04-156-21/+98
| | * Material: revision sliderDisabledColorv5.15.0-beta4v5.15.0-beta3Mitch Curtis2020-03-311-1/+1
* | | Remove winrtOliver Wolff2020-06-053-3/+0
* | | CMake: Regenerate configure.cmake filesAlexandru Croitor2020-06-042-7/+18
* | | Remove the shortcut when the menu item that is using it is removedAndy Shaw2020-06-041-0/+10
* | | Sync the platform menu after inserting it to the menubarAndy Shaw2020-06-031-0/+1
* | | QQuickTextArea: resize background different when inside FlickableRichard Moe Gustavsen2020-06-021-2/+11
* | | StackView: fix heap-use-after-free when pushing after clearMitch Curtis2020-05-293-14/+32
* | | Sync the QQuickPlatformMenu so it has a handle ready when its a sub menuAndy Shaw2020-05-291-2/+7