aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-0919-97/+2
| | * Don't leak buttons in QQuickDialogButtonBoxUlf Hermann2021-07-051-0/+1
| | * Fix compilation for msvc2019Igor Bugaev2021-06-294-5/+5
| | * Native style: Do not assertJan Arve Sæther2021-06-281-2/+4
| | * Windows: fix error in CheckBox.qml when hoveringMitch Curtis2021-06-221-1/+3
| | * Windows: fix error in Button.qml when hoveringMitch Curtis2021-06-221-1/+3
| | * Remove old configure-related filesJoerg Bornemann2021-06-172-104/+0
| | * QQuickComboBox: fix acceptableInput being wrong if no validator was setOliver Eftevaag2021-06-171-3/+27
| | * Use the added placeHolderText color available in PaletteAndy Shaw2021-06-179-8/+10
| | * Set inactive color for ButtonText in Fusion themeVolker Hilsheimer2021-06-171-0/+2
| | * Add recursion guard to QQuickApplicationWindowPrivate::relayout()Jan Arve Sæther2021-06-161-1/+4
| | * QQuickPopup: finalizeExitTransition before deleting internalsUlf Hermann2021-06-151-4/+5
| | * Update copyright header to refer to Qt Quick DialogsOliver Eftevaag2021-06-0952-52/+52
| | * Add new control: SelectionRectangleRichard Moe Gustavsen2021-06-0610-0/+958
| | * Update to latest qml CMake APICraig Scott2021-06-052421-1681/+725
| | * Add FontDialog to QtQuick.DialogsOliver Eftevaag2021-06-0417-1/+2780
| | * Fix FINAL warningMitch Curtis2021-06-035-10/+2