aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls
Commit message (Expand)AuthorAgeFilesLines
* Fix build after qtbase API changesLars Knoll2020-09-151-0/+2
* Remove the subControl property from ProgressBarJan Arve Sæther2020-09-102-36/+2
* Fix ProgressBar on WindowsJan Arve Sæther2020-09-093-0/+61
* Use OpenType font weightsJonas Karlsson2020-09-081-6/+5
* Native style: call QQuickStylePlugin::registerTypes() from style pluginsMitch Curtis2020-09-072-2/+2
* Native style: let windows/qmldir report the exact controls it containsRichard Moe Gustavsen2020-09-071-2/+0
* Native style: don't use signal handlers inside the styleRichard Moe Gustavsen2020-09-072-15/+3
* Native style: don't use anchors inside the styleRichard Moe Gustavsen2020-09-071-1/+4
* Merge remote-tracking branch 'nativestyle' into devMitch Curtis2020-09-0433-0/+1653
|\
| * Native style: fix up qmldir files to comform to the new registration systemRichard Moe Gustavsen2020-08-284-31/+56
| * Native style: move macOS and Windows into QtQuick/Controls instead of QtQuick...Richard Moe Gustavsen2020-08-284-12/+10
| * Native style: remove versioning from importsRichard Moe Gustavsen2020-08-2823-75/+75
| * Native style: clean-up importsRichard Moe Gustavsen2020-08-2821-21/+0
| * Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-26557-5411/+4851
| |\
| * | Native style: add hover effects to ScrollBar on macOSRichard Moe Gustavsen2020-08-261-0/+20
| * | Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-131-1/+1
| |\ \
| * | | Native style: add configure optionsRichard Moe Gustavsen2020-08-124-4/+4
| * | | Native style: support building with cmakeRichard Moe Gustavsen2020-07-302-0/+190
| * | | Native style: remove fusiondesktopRichard Moe Gustavsen2020-07-307-231/+0
| * | | Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-07-1735-116/+333
| |\ \ \
| * | | | Native style: add DialRichard Moe Gustavsen2020-06-262-0/+44
| * | | | Don't use 9-patch for Button on WindowsJan Arve Sæther2020-06-171-1/+43
| * | | | Native style: add ProgressBarRichard Moe Gustavsen2020-06-172-0/+61
| * | | | NativeStyle: add ScrollBarRichard Moe Gustavsen2020-06-122-0/+44
| * | | | 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
| |_|/ |/| |