aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-2545-24/+557
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-232-0/+71
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-162-0/+71
| | |\
| | | * Make ToolTips wrapMitch Curtis2019-11-151-0/+22
| | | * SwipeView: fix issue where child items couldn't get focusMitch Curtis2019-11-151-0/+49
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-1637-0/+101
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-0937-0/+101
| | |\|
| | | * Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-0534-0/+0
| | | |\
| | | | * Run optipng on all imagesMitch Curtis2019-11-0434-0/+0
| | | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-043-0/+101
| | | |\|
| | | | * QQuickPopup: try to grab shortcut when component completedWang Chuan2019-10-292-0/+32
| | | | * SplitView: fix issue where Repeater items were not createdMitch Curtis2019-10-291-0/+69
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-094-17/+169
| |\| | |
| | * | | Non-modal popups shouldn't set isTabFenceMarco Martin2019-11-042-0/+154
| | |/ /
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-264-17/+169
| | |\|
| | | * tst_splitview.qml: remove unused SplitViewsMitch Curtis2019-10-241-17/+0
| | | * QQuickMenuBar: let MenuBarItem lose highlight when Menu is dismissedWang Chuan2019-10-242-0/+151
| | | * Fix tst_qquickpopup failure on Windows 7 MinGWMitch Curtis2019-10-231-0/+2
| | | * Fix assertion failure when hiding a SplitView with only one itemMitch Curtis2019-10-231-0/+16
| * | | Non-modal popups shouldn't set isTabFenceMarco Martin2019-10-292-0/+154
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-196-7/+62
| |\| |
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-126-7/+62
| | |\|
| | | * tst_qquickpopup: ignore ShaderEffectSource warning in debug buildsMitch Curtis2019-10-111-6/+8
| | | * Add translation auto test to auto.proMitch Curtis2019-10-111-0/+3
| | | * Imagine: fix crash when switching between 9-patch and regular imageMitch Curtis2019-10-024-1/+51
* | | | Regenerate projects to be in syncAlexandru Croitor2019-11-1534-85/+85
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1517-63/+484
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-124-3/+169
| |\| |
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-014-3/+169
| | |\|
| | | * Fix a crash on exit when using ToolTip in a specific item hierarchyMitch Curtis2019-09-302-0/+136
| | | * QQuickToolTip: fix setTimeout() behavior when tool tip is visibleKonstantin Ritt2019-09-271-0/+9
| | | * Tumbler: fix displacement calculation when wrap is falseMitch Curtis2019-09-241-3/+24
| * | | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-10-042-3/+3
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-013-35/+71
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-243-35/+71
| | |\ \ \ | | | | |/ | | | |/|
| | | * | TextArea: prevent changing size of background recursivelyKonstantin Ritt2019-09-191-0/+68
| | | * | Revert "QQuickTextArea: prevent changing size of background recursively"Konstantin Ritt2019-09-191-35/+0
| | | * | Blacklist tst_focus::policy on OpenSUSE 15.0Mitch Curtis2019-09-131-0/+3
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-248-18/+227
| |\| | |
| | * | | Fix calendar testsv5.14.0-alpha1Ulf Hermann2019-09-182-8/+9
| | * | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-116-10/+218
| | |\| |
| | | * | DialogButtonBox: fix standard buttons not being translatedMitch Curtis2019-09-114-0/+202
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-1/+7
| | | |\ \
| | | | * | QQuickIcon: properly resolve implicit valuesKonstantin Ritt2019-09-061-1/+7
| | | * | | tst_dial: fix copy-paste mistakeMitch Curtis2019-09-061-9/+9
| | * | | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-062-3/+5
| | |\| | |
| | | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-062-3/+5
| | | |\| |
| | | | * | Fix flakiness in tst_qquickdrawer testsMitch Curtis2019-09-062-3/+5
| * | | | | Fix flakiness in tst_qquickdrawer testsMitch Curtis2019-09-042-3/+5
| * | | | | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-09-023-4/+12
| |/ / / /