aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove Qt Labs CalendarMitch Curtis2020-05-2848-4215/+8
* | | Account for single key shortcuts being used in the platform menusAndy Shaw2020-05-274-1/+38
* | | Add missing overrideAlexander Volkov2020-05-251-1/+1
* | | Listen for the LanguageChange event in event() instead of using filtersAndy Shaw2020-05-192-21/+7
* | | Fix Qt.labs.platform/MenuItem 1.1: expose iconIvan Tkachenko2020-05-153-4/+8
|/ /
* | Dial: remove unnecessary id qualificationsMitch Curtis2020-05-135-10/+10
* | Switch to a built-in OpacityMask effect for Imagine styleLaszlo Agocs2020-05-1214-8/+315
* | ComboBox: fix currentValue not being updated on model changesMitch Curtis2020-05-121-6/+6
* | Remove bindings to parent in delegatesMitch Curtis2020-05-115-5/+5
* | Menu: remove deprecated removeItem(var) overloadMitch Curtis2020-05-112-19/+1
* | Fix -no-accessibility buildPeter Varga2020-05-112-0/+4
* | Container: remove deprecated removeItem(var) overloadMitch Curtis2020-05-113-20/+2
* | ComboBox: make pressed read-onlyMitch Curtis2020-05-112-1/+2
* | HeaderView: always use headerdata from syncView modelRichard Moe Gustavsen2020-05-051-7/+2
* | Put the Qt Labs Calendar module under BSD licenseVolker Hilsheimer2020-04-2920-360/+640
* | Adapt to geometryChanged => geometryChange renamingMitch Curtis2020-04-2448-74/+74
* | Doc: explain how to allow Menu to move outside of the window via marginsMitch Curtis2020-04-211-0/+8
* | Fix build with latest QHash from qtbaseMitch Curtis2020-04-171-10/+8
* | Material: revision sliderDisabledColorMitch Curtis2020-03-311-1/+1
* | Update includes of QAction after move from widgets to gui in qtbaseVolker Hilsheimer2020-03-312-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-3124-36/+87
|\|
| * HeaderView: Add support for list based modelsAndy Shaw2020-03-2412-13/+53
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-217-18/+19
| |\
| | * Doc: Make sure import is highlightedKai Koehne2020-03-204-9/+9