aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove "2" from Qt Quick Controls directoriesMitch Curtis2022-12-011-2193/+0
* Fix scroll bars not showing up when binding to standalone contentItemMitch Curtis2022-08-171-0/+30
* Let Controls inherit palettes and fonts from parentsJiDe Zhang2022-07-081-7/+9
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QQuickControlPrivate::resizeBackground: preserve geometry bindingFabian Kosmale2022-06-091-2/+13
* Controls: ignore mouse events unless handling is implementedVolker Hilsheimer2022-05-091-11/+16
* QuickTemplates2: includemocsMarc Mutz2022-04-291-0/+2
* Revert "Account for when touch event synthesized by Qt as a mouse event"Shawn Rutledge2022-04-111-12/+0
* QQuickControl: let Control reject hover eventsRichard Moe Gustavsen2022-03-301-4/+3
* Rename "Basic Types" to "Value Types"Ulf Hermann2022-01-211-1/+1
* Fix setting the focus reason in Qt Quick ControlsVolker Hilsheimer2021-12-041-0/+15
* Use up-to date LGPL license headerKai Köhne2021-11-291-11/+14
* Adjust to QQuickItemPrivate::{width,height}Valid becoming a functionFabian Kosmale2021-07-071-7/+7
* AbstractButton: emit doubleClicked() for touch eventsMitch Curtis2021-06-091-9/+9
* Fix layout is always RTL when locale is RTLHyunkook Khang2021-05-261-11/+8
* Make adjustments for using QFont::setFamilies()Andy Shaw2020-11-301-6/+0
* Document how to use Controls types in property declarationsMitch Curtis2020-11-091-1/+2
* Fix compile warnings: replace QTouchEvent::touchPoints with pointsVolker Hilsheimer2020-10-021-1/+1
* Fix build after qtbase API changesLars Knoll2020-09-151-2/+2
* Unregister the accessible observer before deleting the private objectAndy Shaw2020-09-151-3/+3
* Fix event refactoring warnings and errorsMitch Curtis2020-08-111-14/+14
* Add ; to Q_UNUSEDLars Schmertmann2020-06-301-5/+5
* Fix -no-accessibility buildPeter Varga2020-05-111-0/+2
* Adapt to geometryChanged => geometryChange renamingMitch Curtis2020-04-241-2/+2
* Remove old QQuickPalette implementationVitaly Fanaskov2020-03-181-174/+6
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-151-0/+12
|\
| * Account for when a touch event is synthesized by Qt as a mouse eventAndy Shaw2020-02-071-0/+12
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-301-3/+5
|\|
| * Respect user-set Accessible.nameMitch Curtis2019-12-031-3/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-301-3/+5
|\|
| * Doc: Fix qdoc warningsVenugopal Shivashankar2019-11-261-3/+5
* | Don't delete items we didn't createMitch Curtis2019-11-281-2/+20
|/
* Unset the resolved font's families if it was not set beforeAndy Shaw2019-11-081-1/+7
* Doc: Replace the "Qt Quick Controls 2" instancesVenugopal Shivashankar2019-08-221-2/+2
* Doc: bindings to x/y/width/height of contentItem aren't respectedMitch Curtis2019-05-031-2/+3
* Popup: ensure that "palette" is reevaluated when enabled state changesMitch Curtis2019-02-051-0/+5
* Doc: clarify event handlingMitch Curtis2018-12-031-4/+14
* Fix compilation with gcc 4.8Ville Voutilainen2018-12-031-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-281-0/+20
|\
| * Doc: add a note about the best way to set paddingMitch Curtis2018-07-241-0/+20
* | QQuickControl: only set hasBackgroundWidth/Height when necessaryMitch Curtis2018-06-061-2/+6
* | QQuickTheme: rename themeFont() and themePalette()J-P Nurmi2018-05-221-4/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-071-43/+0
|\|
| * Templates: use C++11 default member initializationJ-P Nurmi2018-05-041-25/+0
* | Add missing implicitBackground{Width|Height} to non-QQuickControlsJ-P Nurmi2018-05-021-5/+15
* | Control: fix background sizeJ-P Nurmi2018-04-231-12/+39
* | Control: add support for background insetsJ-P Nurmi2018-04-231-20/+229
* | Control: add implicitContentWidth|Height propertiesJ-P Nurmi2018-04-131-3/+131
* | Control: add implicitBackgroundWidth|Height propertiesJ-P Nurmi2018-04-121-0/+95
* | QQuickControl: update baseline offset automaticallyJ-P Nurmi2018-04-041-0/+54