summaryrefslogtreecommitdiff
path: root/tests/auto/quickcontrols
Commit message (Expand)AuthorAgeFilesLines
* QQuickMaterialPlaceholderText: fix code checker complaintMitch Curtis2023-05-171-1/+1
* NinePatchImage: support the compressed texture imageJaehak Lee2023-05-155-5/+60
* Update displayText and value of SpinBox (live)Matthias Rauter2023-05-141-0/+397
* Material: respect background color of flat buttonsMitch Curtis2023-05-101-14/+25
* Fix duplicate data tag warning in tst_tumbler.qmlMitch Curtis2023-05-101-1/+4
* Material: fix clipped floating placeholder textMitch Curtis2023-05-091-0/+64
* Material: don't set all caps for Button textMitch Curtis2023-05-051-3/+3
* Material: fix placeholder text alignmentMitch Curtis2023-05-031-1/+48
* RangeSlider: Don't update position only if mouse/touch is grabbedDoris Verria2023-05-021-4/+153
* QQuickIndicatorButton: fix listeners being called after destructionMitch Curtis2023-05-021-2/+4
* PageIndicator: fix change listeners being called after destructionMitch Curtis2023-05-021-2/+7
* Menu: fix change listeners being called after destructionMitch Curtis2023-05-021-0/+10
* Add wrapped signal to DialMatthias Rauter2023-04-281-25/+58
* Add startAngle and endAngle properties to DialMatthias Rauter2023-04-281-10/+143
* Models: Make all model roles available for array modelsUlf Hermann2023-04-271-1/+10
* Models: Fix condition for context objectUlf Hermann2023-04-261-0/+12
* Fix various compiler warnings in testsVolker Hilsheimer2023-04-241-1/+1
* MenuBar: Clean up and stabilize test caseVolker Hilsheimer2023-04-211-9/+10
* Material: fix TextArea decorations when in a FlickableMitch Curtis2023-04-191-2/+48
* StackView: emit depthChanged when clearing with transitionVolker Hilsheimer2023-04-181-0/+9
* ComboBox: don't open on key release unless press was handledVolker Hilsheimer2023-04-181-0/+29
* Fix visibility of scroll bars in ScrollViewMitch Curtis2023-04-171-3/+22
* Material: fix Drawer issuesMitch Curtis2023-03-231-6/+8
* QQuickSelectionRectangle: Use Control to start multi-selection, not ShiftRichard Moe Gustavsen2023-03-161-2/+2
* Update Material ComboBox to Material 3Mitch Curtis2023-03-151-1/+0
* Fix counting of number of months from one date to anotherEdward Welbourne2023-03-101-8/+17
* Material: fix placeholder text y position when control is too smallMitch Curtis2023-03-081-0/+37
* Reset button group from attached propertySanthosh Kumar2023-03-081-0/+52
* Update Material TextArea to Material 3Mitch Curtis2023-02-212-9/+18
* Update Material TextField to Material 3Mitch Curtis2023-02-172-9/+15
* iOS Style: Update uses of renamed Qt.styleHints.colorScheme propertyDoris Verria2023-02-161-9/+0
* tst_selectionrectangle: BLACKLIST test cases until further investigationDoris Verria2023-02-161-0/+9
* tst_qqiucktreeviewdelegate: Avoid memory leaksFabian Kosmale2023-02-161-3/+3
* TextArea: fix flickable content sizing when padding is involvedMitch Curtis2023-02-142-2/+29
* TableView: deprecate itemAtCell(column, row) in favor of itemAtIndex(modelIndex)Richard Moe Gustavsen2023-02-131-8/+8
* MenuBarItem: open menu on mouse press, touch releaseMitch Curtis2023-02-132-16/+80
* Update Material Slider and RangeSlider to Material 3Oliver Eftevaag2023-02-101-0/+81
* tst_dialog: Fix testing for implicitWidth and wait for enter transitionsDoris Verria2023-02-091-0/+4
* SpinBox: consistently call setPressed before and after increase/decreaseNoah Davis2023-02-051-0/+30
* qmllint: Move qmlControlSanity loggers into a pluginSemih Yavuz2023-01-238-6/+241
* Controls: Fix module imports of fallback stylesUlf Hermann2023-01-203-8/+26
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-2038-96/+96
* QQuickTableView: reposition selection handles whenever TableView updates the ...Richard Moe Gustavsen2023-01-201-13/+132
* tst_platform: fix shortcut test flakiness on webOSJanne Juntunen2023-01-171-0/+4
* QQuickPopup: fix logic for modally blocking wheel eventsVolker Hilsheimer2023-01-172-6/+88
* Make the Controls Fusion theme use the platform palette by defaultSanthosh Kumar2023-01-111-3/+25
* QQuickSelectionRectangle: disable tapping through the selection handlesRichard Moe Gustavsen2023-01-111-1/+1
* tst_qquickmenu: skip menuItem->isHovered() check on webOSJanne Juntunen2023-01-101-1/+1
* Drawer: don't close during destructorShawn Rutledge2023-01-061-0/+14
* Deferred properties: avoid spurious binding loopFabian Kosmale2023-01-064-0/+109