aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QmlPreview: Protect QQmlPreviewFileLoader::load with another mutexUlf Hermann2021-08-173-11/+22
* QQuickPlatformFolderDialog: Allow opening selected folderFlorian Richter2021-08-161-2/+6
* Unset mouseGrabberPopup if it's removed from childrenDavid Redondo2021-08-161-1/+4
* Check for exposed instead of just visible in grabWindowLaszlo Agocs2021-08-161-1/+1
* doc: Mark KeyNavigation's properties as attachedIvan Tkachenko2021-08-161-7/+7
* macOS: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-133-0/+94
* Doc: Fix warning on missing documentation for parameter PluginNameNico Vertriest2021-08-131-1/+3
* Rename QQuickFileNameFilterForeign to avoid potential build issuesMitch Curtis2021-08-132-2/+2
* Doc: Fix warning about \brief statementNico Vertriest2021-08-131-1/+1
* Windows: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-133-0/+94
* RangeSlider: fix both handles being hoveredZhang Hao2021-08-131-2/+13
* CMake: Fix automatic propagation of static qml plugin init librariesAlexandru Croitor2021-08-131-28/+12
* Doc: fix AnchorChanges typoJeremy Katz2021-08-121-1/+1
* qmllint: Process qmldir when importing directoriesMaximilian Goldstein2021-08-123-29/+43
* Revert "Allow creation of custom QQuickPopupItem-derived types"Mitch Curtis2021-08-128-175/+82
* Revert "ToolTip: use contentWidth of Text contentItem to account for newlines"Mitch Curtis2021-08-125-212/+4
* Doc: Add QtQuick.Dialogs landing pagesKai Köhne2021-08-122-0/+114
* Mark QQuickColorGroup as \internal in the documentationVolker Hilsheimer2021-08-121-0/+2
* Imagine: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-113-0/+78
* Universal: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-113-0/+72
* Material: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-113-0/+68
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-1014-14/+14
* Use QDateTime to get offsets for emscripten (wasm)Edward Welbourne2021-08-101-0/+38
* SelectionRectangle, Fusion: hide handles when selection is removedRichard Moe Gustavsen2021-08-101-1/+2
* Fusion: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-103-0/+69
* SelectionRectangle: set handle parent before incubatingRichard Moe Gustavsen2021-08-101-2/+2
* Skip superfluous property capture attemptFabian Kosmale2021-08-097-2/+11
* QQmlPropertyBinding: special case types at compile timeFabian Kosmale2021-08-092-164/+193
* SelectionRectangle: ensure we track correctly which handle is being draggedRichard Moe Gustavsen2021-08-092-8/+6
* Avoid GHS linker to optimize away QML type registrationsTatiana Borisova2021-08-0910-0/+14
* QQmlIRBuilder: Always preserve "undefined" stringFabian Kosmale2021-08-091-1/+9
* Remove Windows 7 codepathsOliver Wolff2021-08-091-15/+0
* CMake: Fix controls packages to have correct Qt package dependenciesAlexandru Croitor2021-08-095-0/+20
* Fix build without features.quick-tableviewTasuku Suzuki2021-08-091-2/+6
* docs/bestpractices: Do not recommend context properties anymoreMaximilian Goldstein2021-08-061-120/+6
* CMake: Replace add_library with qt6_add_library where appropriateAlexandru Croitor2021-08-061-1/+1
* doc: Add a TapHandler button snippetShawn Rutledge2021-08-062-0/+82
* QQmlObjectCreator: Add scripts also to context of inline componentsFabian Kosmale2021-08-061-1/+4
* doc: Improve the Input Handlers index pageShawn Rutledge2021-08-063-17/+133
* QQuickSelectionRectangle: remove bool return type from signalsMitch Curtis2021-08-061-2/+2
* Merge "Merge qtquickcontrols2 into qtdeclarative"Mitch Curtis2021-08-062756-0/+173652
|\
| * Merge qtquickcontrols2 into qtdeclarativeMitch Curtis2021-08-062756-0/+173652
| |\
| | * SplitView: document how to change handle touch area sizeMitch Curtis2021-07-192-0/+68
| | * QQuickFontDialog: Minor visual adjustments for universal and materialOliver Eftevaag2021-07-192-1/+4
| | * Remove unnecessary type registrtion function declarationsUlf Hermann2021-07-163-6/+0
| | * Improve visuals of non-native FontDialogsMitch Curtis2021-07-145-8/+11
| | * Doc: some ComboBox functions must be used after component completionMitch Curtis2021-07-124-0/+96
| | * Doc: make it clear that Page doesn't render its title textMitch Curtis2021-07-121-0/+3
| | * Adjust to QQuickItemPrivate::{width,height}Valid becoming a functionFabian Kosmale2021-07-1211-55/+55
| | * QQuickOverlay: Handle hover eventsFabian Kosmale2021-07-124-0/+39