aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-0625-239/+1019
|\
| * QQuickDrawer: fix the internal transition stateJ-P Nurmi2016-09-062-0/+143
| * Fix drawer visibility and overlay event handlingJ-P Nurmi2016-09-064-47/+347
| * tst_material: test the background of some more controlsJ-P Nurmi2016-09-061-34/+42
| * Material: fix popups to respect Material.backgroundJ-P Nurmi2016-09-061-0/+40
| * Fix hover event delivery with plain QQuickWindowJ-P Nurmi2016-09-056-14/+165
| * Use QQuickOverlay with plain QQuickWindowJ-P Nurmi2016-09-052-27/+153
| * TextField: improve the implicit size calculationJ-P Nurmi2016-09-051-0/+19
| * Switch: fix missing pressed() and released() signalsJ-P Nurmi2016-09-051-75/+63
| * auto tests: allow using QQuickWindow with QQuickApplicationHelperJ-P Nurmi2016-09-056-42/+44
| * tst_Drawer: cleanup applicationwindow.qmlJ-P Nurmi2016-09-051-7/+0
| * Fix tst_Drawer::dragMargin()J-P Nurmi2016-09-051-6/+10
| * Replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-027-17/+23
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-027-3/+198
|\|
| * Material: ignore Material.background unless explicitly setMitch Curtis2016-09-021-0/+29
| * QQuickDrawer: fix velocity calculationJ-P Nurmi2016-09-021-0/+3
| * Switch: fix Qt::ClickFocus on the indicatorJ-P Nurmi2016-09-021-0/+11
| * Popup: respect dynamic dim & modal changesJ-P Nurmi2016-09-021-2/+8
| * Make a plain Container calculate suitable implicit sizeJ-P Nurmi2016-08-311-0/+85
| * Make a plain Control calculate suitable implicit sizeJ-P Nurmi2016-08-311-1/+28
| * ScrollIndicator: respect the paddings when overshootingJ-P Nurmi2016-08-301-0/+34
* | Add RoundButtonMitch Curtis2016-09-025-20/+297
* | StackView: add removed() attached signalMitch Curtis2016-09-021-0/+54
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-2314-1/+347
|\|
| * Fix attached ToolTip propertiesJ-P Nurmi2016-08-191-0/+25
| * Close parentless popupsJ-P Nurmi2016-08-191-1/+5
| * Universal: ensure setting background/foreground worksMitch Curtis2016-08-196-0/+154
| * Material: ensure setting background/foreground worksMitch Curtis2016-08-196-0/+154
| * QQuickPopup: don't keep a reference to a destroyed parentJ-P Nurmi2016-08-181-0/+9
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-173-5/+47
|\|
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-101-0/+1
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-08-101-0/+1
| | |\
| | | * Fix compilation without QProcess supportv5.6.2Maurice Kalinowski2016-08-101-0/+4
| | | * Fix tst_tumbler after Flickable changesJ-P Nurmi2016-08-091-0/+1
| * | | Dial: fix stepSize handlingMitch Curtis2016-08-101-0/+35
| |/ /
| * | QQuickRangeSlider: fix snapPosition()J-P Nurmi2016-08-101-5/+11
* | | Platform: add MenuSeparator for convenience and consistencyJ-P Nurmi2016-08-121-0/+64
* | | Add ComboBox::flatJ-P Nurmi2016-08-111-0/+1
* | | Restore version 2.0 for the .impl importsJ-P Nurmi2016-08-104-0/+98
* | | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-08-094-0/+131
|\| |
| * | ComboBox: ensure an update of the current text on data changeJ-P Nurmi2016-08-091-0/+20
| * | Page: take header & footer visibility into account in relayout()J-P Nurmi2016-08-091-0/+12
| * | AppWindow: take header & footer visibility into account in relayout()J-P Nurmi2016-08-092-0/+99
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-032-1/+104
|\| |
| * | SwipeDelegate: warn about horizontally anchoring background/contentItemMitch Curtis2016-08-021-0/+81
| * | Flickable TextArea: don't intercept input events outside visual boundsJ-P Nurmi2016-07-221-1/+23
* | | Add MenuSeparatorMitch Curtis2016-07-253-0/+124
* | | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-227-7/+326
|\| |
| * | Fix overlay event processing order for popupsJ-P Nurmi2016-07-222-0/+45
| * | Fix hover event handling for drawer overlaysJ-P Nurmi2016-07-222-0/+136