aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add CheckBox, RadioButton and other missing components for WindowsJan Arve Sæther2020-06-118-1/+395
| * | | | NativeStyle: add ComboBoxRichard Moe Gustavsen2020-06-092-0/+44
| * | | | Merge remote-tracking branch 'gerrit/dev' into nativestyleRichard Moe Gustavsen2020-06-044-9/+8
| |\ \ \ \
| * | | | | Native style: add TextAreaRichard Moe Gustavsen2020-05-282-0/+44
| * | | | | Native style: add FrameRichard Moe Gustavsen2020-05-272-0/+44
| * | | | | Native style: copy QStyle from widgets, and implement ground work for creatin...Richard Moe Gustavsen2020-05-2525-0/+955
* | | | | | QmlDesigner: Modify Controls specificsAleksei German2020-09-045-0/+22
* | | | | | Fix qdoc errorsMitch Curtis2020-09-031-2/+2
* | | | | | Fix TODO comments for revisionsMitch Curtis2020-09-032-3/+2
* | | | | | Fix crash when importing a style without first importing ControlsMitch Curtis2020-08-276-0/+17
* | | | | | Material: fix binding loops when binding between attached propertiesMitch Curtis2020-08-272-59/+114
* | | | | | Remove unnecessary depends from qmldirsMitch Curtis2020-08-273-4/+0
| |_|_|_|/ |/| | | |
* | | | | Remove all plugins.qmltypes filesMitch Curtis2020-08-265-2455/+0
* | | | | Fix CMake buildMitch Curtis2020-08-2617-807/+1706
* | | | | Bump import version to 6.0Mitch Curtis2020-08-2616-11/+273
* | | | | Use qmlRegisterModuleImport() to register stylesMitch Curtis2020-08-2612-121/+184
* | | | | 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-2620-22/+22
* | | | | Register C++ types declarativelyMitch Curtis2020-08-26113-245/+651
* | | | | Move Default style out into its own pluginMitch Curtis2020-08-26100-64/+153
* | | | | Stop using resolvedUrl() to resolve QML filesMitch Curtis2020-08-263-86/+27
* | | | | Doc: Drop dependency on qtgraphicaleffectsPaul Wicking2020-08-191-1/+1
| |_|_|/ |/| | |
* | | | Fix QQmlDirParser build error with static buildsMitch Curtis2020-08-111-1/+1
| |_|/ |/| |
* | | Doc: mention cache property in the relevant placesMitch Curtis2020-07-152-0/+3
* | | Remove another binding to parentMitch Curtis2020-07-151-1/+1
* | | Doc: Update docs with cmake package informationNico Vertriest2020-06-261-0/+1
* | | 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
* | | Use QList instead of QVectorJarek Kobus2020-06-092-19/+19
* | | ApplicationWindow: remove deprecated overlay APIMitch Curtis2020-06-088-71/+2
* | | Add missing paletteChanged() to setForeground() in Material styleJoni Poikelin2020-06-081-0/+1
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-06-0517-13/+281
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-1417-13/+281
| |\ \ | | |/ | |/|
| | * QmlDesigner: Update properties in property editorHenning Gruendl2020-04-2712-8/+247
| | * Update plugins.qmltypes for 5.15Jani Heikkinen2020-04-155-5/+34
| | * Material: revision sliderDisabledColorv5.15.0-beta4v5.15.0-beta3Mitch Curtis2020-03-311-1/+1
* | | Remove Qt Labs CalendarMitch Curtis2020-05-284-9/+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
* | Remove bindings to parent in delegatesMitch Curtis2020-05-115-5/+5
* | Material: revision sliderDisabledColorMitch Curtis2020-03-311-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-3117-19/+49
|\|
| * HeaderView: Add support for list based modelsAndy Shaw2020-03-2410-10/+30
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-212-4/+4
| |\
| | * Doc: Make sure import is highlightedKai Koehne2020-03-201-2/+2
| | * Doc: Fix highlighting of importKai Koehne2020-03-091-2/+2
| * | Account for the padding around a menu when checking if it is interactiveAndy Shaw2020-03-185-5/+15