summaryrefslogtreecommitdiff
path: root/src/quicktemplates
Commit message (Expand)AuthorAgeFilesLines
* Update displayText and value of SpinBox (live)Matthias Rauter2023-05-142-36/+122
* QQmlComponent: Remove pending QProperty bindings in old createObject()Ulf Hermann2023-05-121-1/+3
* RangeSlider: Don't update position only if mouse/touch is grabbedDoris Verria2023-05-021-15/+14
* QQuickIndicatorButton: fix listeners being called after destructionMitch Curtis2023-05-022-0/+9
* PageIndicator: fix change listeners being called after destructionMitch Curtis2023-05-022-0/+8
* Menu: fix change listeners being called after destructionMitch Curtis2023-05-021-0/+5
* Fix build with -no-feature-qml-delegate-modelTasuku Suzuki2023-05-012-1/+9
* Add wrapped signal to DialMatthias Rauter2023-04-282-1/+36
* Add startAngle and endAngle properties to DialMatthias Rauter2023-04-282-20/+201
* Add more output to lcContextMatcherMitch Curtis2023-04-281-1/+4
* Popup: Document how to scale a popupVolker Hilsheimer2023-04-221-0/+30
* Accessibility: respect value in attached Accessible in controlsVolker Hilsheimer2023-04-217-5/+23
* StackView: emit depthChanged when clearing with transitionVolker Hilsheimer2023-04-181-1/+2
* ComboBox: don't open on key release unless press was handledVolker Hilsheimer2023-04-181-1/+1
* ScrollView: replace "content" bool with enumMitch Curtis2023-04-171-13/+18
* Fix visibility of scroll bars in ScrollViewMitch Curtis2023-04-174-10/+56
* quicktemplates: include missing headersTim Blechmann2023-04-141-0/+2
* Fix build with -no-feature-listview and itemviewsTasuku Suzuki2023-04-132-1/+10
* QQuickStackView: Fully-qualify enum type in invokable function signatureSze Howe Koh2023-04-041-2/+2
* Doc: explain how to make a menu button close its menu when clickedMitch Curtis2023-04-041-0/+10
* doc: Fix some warnings (broken links)Shawn Rutledge2023-03-284-17/+17
* Add a how-to page for Qt Quick topicsMitch Curtis2023-03-241-0/+2
* doc, HeaderView: add a code snippet to the documentationRichard Moe Gustavsen2023-03-211-17/+51
* QQuickSelectionRectangle: Use Control to start multi-selection, not ShiftRichard Moe Gustavsen2023-03-161-2/+2
* Fix counting of number of months from one date to anotherEdward Welbourne2023-03-101-8/+10
* Reset button group from attached propertySanthosh Kumar2023-03-082-7/+20
* Fix build with -no-feature-quick-viewtransitionsTasuku Suzuki2023-03-078-6/+100
* Doc: Remove duplicate words (typos)Andreas Eliasson2023-03-072-3/+3
* Remove side-panel and swipe-to-remove quickcontrol examplesSanthosh Kumar2023-03-032-2/+2
* Pass QDate by value, not by const referenceEdward Welbourne2023-03-031-4/+4
* Provide window palette for quickcontrol application windowSanthosh Kumar2023-03-021-0/+1
* QQuickStackView:: Avoid memory leak in QQuickStackView::pushFabian Kosmale2023-02-221-7/+7
* QQuickPressHandler: Fix delayedMousePressEvent leakFabian Kosmale2023-02-174-14/+11
* QQuickSwipe: Fix memory leakFabian Kosmale2023-02-171-0/+1
* Drop useless extra QQmlContext from QQuickDialogButtonBoxPrivateUlf Hermann2023-02-161-3/+1
* Controls: Use PlatformDialogHelper for enums in DialogButtonBoxUlf Hermann2023-02-151-5/+1
* TextArea: fix flickable content sizing when padding is involvedMitch Curtis2023-02-141-2/+2
* DialogButtonBox: Add note about the alignment property in the docsDoris Verria2023-02-141-0/+7
* Fix build with -no-feature-qml-localeTasuku Suzuki2023-02-141-2/+10
* MenuBarItem: open menu on mouse press, touch releaseMitch Curtis2023-02-135-2/+95
* QtQuickTemplates: Disambiguate static string constantsFriedemann Kleint2023-02-1013-24/+4
* QtQuickTemplates: Disambiguate static variablesFriedemann Kleint2023-02-072-18/+18
* SpinBox: consistently call setPressed before and after increase/decreaseNoah Davis2023-02-051-4/+8
* Controls: Don't say DelayButton::progress is read-only in documentationNoah Davis2023-01-261-1/+0
* HeaderView: set resizableRows/Columns to true by defaultRichard Moe Gustavsen2023-01-251-0/+8
* Doc: explain how to manage currentIndex without breaking bindingsMitch Curtis2023-01-252-0/+4
* Templates: Drop some dead codeUlf Hermann2023-01-241-4/+1
* Fix build with -no-feature-quick-tableviewTasuku Suzuki2023-01-241-2/+2
* QQuickTableView: reposition selection handles whenever TableView updates the ...Richard Moe Gustavsen2023-01-201-3/+10
* Fix build with -no-feature-cborstreamwriterTasuku Suzuki2023-01-171-0/+4