aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* ComboBox: add implicitContentWidthPolicyMitch Curtis2020-07-162-3/+192
* Doc: mention cache property in the relevant placesMitch Curtis2020-07-152-0/+2
* Fix crash on exit when centering Popup within Overlay in StackView itemMitch Curtis2020-07-142-1/+31
* Use QList instead of QVectorJarek Kobus2020-07-092-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-06-306-14/+14
* QQuickSplitHandleAttached: pass correct d ptr to QObject constructorMitch Curtis2020-06-251-1/+1
* Fix warnings after deprecation of QApplication::keyboardModifiersVolker Hilsheimer2020-06-251-2/+5
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-1111-44/+44
* Use QList instead of QVectorJarek Kobus2020-06-098-16/+16
* ApplicationWindow: remove deprecated overlay APIMitch Curtis2020-06-083-83/+0
* QQuickStackView: deprecate Transition enum valueMitch Curtis2020-06-082-6/+9
* CMake: Regenerate configure.cmake filesAlexandru Croitor2020-06-041-2/+6
* QQuickTextArea: resize background different when inside FlickableRichard Moe Gustavsen2020-06-021-2/+11
* StackView: fix heap-use-after-free when pushing after clearMitch Curtis2020-05-293-14/+32
* Add missing overrideAlexander Volkov2020-05-251-1/+1
* Listen for the LanguageChange event in event() instead of using filtersAndy Shaw2020-05-192-21/+7
* ComboBox: fix currentValue not being updated on model changesMitch Curtis2020-05-121-6/+6
* Menu: remove deprecated removeItem(var) overloadMitch Curtis2020-05-112-19/+1
* Fix -no-accessibility buildPeter Varga2020-05-112-0/+4
* Container: remove deprecated removeItem(var) overloadMitch Curtis2020-05-113-20/+2
* ComboBox: make pressed read-onlyMitch Curtis2020-05-112-1/+2
* HeaderView: always use headerdata from syncView modelRichard Moe Gustavsen2020-05-051-7/+2
* Adapt to geometryChanged => geometryChange renamingMitch Curtis2020-04-2434-51/+51
* Doc: explain how to allow Menu to move outside of the window via marginsMitch Curtis2020-04-211-0/+8
* Fix build with latest QHash from qtbaseMitch Curtis2020-04-171-10/+8
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-314-10/+31
|\
| * HeaderView: Add support for list based modelsAndy Shaw2020-03-242-3/+23
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-212-7/+8
| |\
| | * Menu: account for the scale when getting the size before positioningAndy Shaw2020-03-182-7/+8
* | | Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-03-233-8/+8
* | | CMake: Regenerate projects after changesAlexandru Croitor2020-03-201-2/+0
* | | Remove the remaining usages of QRegExp and QRegExpValidatorLars Knoll2020-03-191-10/+10
* | | Fix build after QJSValue API changesSimon Hausmann2020-03-191-2/+2
* | | Remove old QQuickPalette implementationVitaly Fanaskov2020-03-1882-1576/+323
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-182-14/+39
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-182-14/+39
| |\| |
| | * | SplitView: fix hidden items causing visible items to not be resizableMitch Curtis2020-03-132-14/+39
* | | | CMake: Regenerate projectswip/cmakeAlexandru Croitor2020-03-172-0/+6
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-1774-183/+1195
|\| | |
| * | | Fix build failures as a result of QMetaType changes in qtbaseAlexandru Croitor2020-03-1210-0/+21
| |/ /
| * | Update the current text after a translator is installedMitch Curtis2020-03-052-0/+9
| * | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta1Qt Forward Merge Bot2020-02-223-4/+19
| |\|
| | * Fix clicked() being emitted after doubleClicked()Mitch Curtis2020-02-202-1/+7
| | * ToolTip: fix timeout not activating if opened during exit transitionMitch Curtis2020-02-201-3/+12
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-154-4/+22
| |\|
| | * Account for when a touch event is synthesized by Qt as a mouse eventAndy Shaw2020-02-072-0/+14
| | * DialogButtonBox: don't change button text that has been explicitly setMitch Curtis2020-02-031-2/+5
| | * QQuickToolTip: prevent closing after invisible tooltip createdWang Chuan2020-01-111-2/+3
| * | Add documentation for HorizontalHeaderView and VerticalHeaderViewYulong Bai2020-02-121-0/+127
| * | Add HorizontalHeaderView and VerticalHeaderViewv5.15.0-alpha1Yulong Bai2020-02-114-0/+637