aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-04-021-2/+2
* | Material: revision sliderDisabledColorMitch Curtis2020-03-311-1/+1
* | Add special case for escaping quotesSamuli Piippo2020-03-311-1/+1
* | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-03-310-0/+0
* | Update includes of QAction after move from widgets to gui in qtbaseVolker Hilsheimer2020-03-313-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-3129-44/+320
|\|
| * tst_qquickheaderview: wait for window to be activeRichard Moe Gustavsen2020-03-301-0/+3
| * HeaderView: Add support for list based modelsAndy Shaw2020-03-2414-13/+194
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-218-26/+28
| |\
| | * Doc: Make sure import is highlightedKai Koehne2020-03-204-9/+9
| | * Menu: account for the scale when getting the size before positioningAndy Shaw2020-03-183-15/+17
| | * 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-187-5/+95
* | | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-03-281-2/+2
* | | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-03-261-2/+2
* | | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-03-251-2/+2
* | | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-03-251-2/+2
* | | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-03-241-2/+2
* | | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-03-234-10/+10
* | | Fix Qt 6 to-do comments in QML filesMitch Curtis2020-03-2311-19/+22
* | | CMake: Enable iOS and Android configs in CoinAlexandru Croitor2020-03-231-9/+8
* | | CMake: Regenerate projects after changesAlexandru Croitor2020-03-201-2/+0
* | | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-03-201-2/+2
* | | Remove the remaining usages of QRegExp and QRegExpValidatorLars Knoll2020-03-195-25/+25
* | | Fix build after QJSValue API changesSimon Hausmann2020-03-191-2/+2
* | | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-03-191-2/+2
* | | Remove old QQuickPalette implementationVitaly Fanaskov2020-03-18100-1838/+675
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-188-32/+136
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-188-32/+136
| |\| |
| | * | Material: Make Slider's track accent colored and semi-transparentPaweł Gronowski2020-03-171-5/+6
| | * | Material: Make RangeSlider's track accent colored and semi-transparentPaweł Gronowski2020-03-171-8/+9
| | * | Material: Change RangeSlider's color to grey when not enabledPaweł Gronowski2020-03-171-1/+1
| | * | Material: Change slider's color to grey when not enabledPaweł Gronowski2020-03-174-4/+13
| | * | SplitView: fix hidden items causing visible items to not be resizableMitch Curtis2020-03-133-15/+108
* | | | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-03-1785-0/+5894
|\ \ \ \ | |/ / / |/| | |
| * | | CMake: Regenerate projectswip/cmakeAlexandru Croitor2020-03-1736-204/+1065
| * | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-17280-378/+16465
| |\ \ \ | |/ / / |/| | |
* | | | Adapt to plugin unloading changesMitch Curtis2020-03-126-15/+69
* | | | Fix build failures as a result of QMetaType changes in qtbaseAlexandru Croitor2020-03-1218-0/+37
* | | | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-03-121-2/+2
* | | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-1098-107/+3117
|\ \ \ \ | | |/ / | |/| |
| * | | HeaderView: set implicitSize on the style itemsv5.15.0-beta2Richard Moe Gustavsen2020-03-1013-28/+110
| * | | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-053-5/+5
| * | | Update the current text after a translator is installedMitch Curtis2020-03-0510-10/+131
| * | | Attempt to stabilize test_openDuringExitTransitionWithTimeout()Mitch Curtis2020-03-041-2/+9
| * | | Prepare for internal QML API changeSimon Hausmann2020-03-031-1/+1
| * | | Imagine: fix Dial being squishedMitch Curtis2020-03-021-1/+2
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta1Qt Forward Merge Bot2020-02-2211-14/+73
| |\ \ \ | | | |/ | | |/|
| | * | Fix clicked() being emitted after doubleClicked()Mitch Curtis2020-02-206-7/+33
| | * | ToolTip: fix timeout not activating if opened during exit transitionMitch Curtis2020-02-202-4/+37