summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-167-5/+54
|\
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-0/+10
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-244-4/+4
| | |\
| | | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-244-4/+4
| | | |\
| | * | | Fix a crash when QMovie::speed is set to 0Val Doroshchuk2018-01-241-0/+10
| | |/ /
| * | | Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-146-5/+44
| |\ \ \
| | * | | Blacklist the positioning test on all linuxes, it fails on opensuse tooVille Voutilainen2018-02-131-2/+1
| | * | | CoreText: Make sure to keep reference to data when cloning raw font engineTor Arne Vestbø2018-02-071-0/+39
| | | |/ | | |/|
| | * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-204-4/+4
* | | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Qt Forward Merge Bot2018-02-144-15/+0
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-134-15/+0
| |\| | |
| | * | | qtbase: cleanup BLACKLIST filesChristian Ehrlicher2018-02-133-13/+0
| | * | | qtbase: Remove BLACKLIST files which are no longer activeChristian Ehrlicher2018-02-121-2/+0
* | | | | Windows QPA: Discard spurious mouse move eventsFriedemann Kleint2018-02-141-3/+50
|/ / / /
* / / / Add overloaded QBitmap::fromImage that takes QImage rvalueAnton Kudryavtsev2018-02-071-0/+22
|/ / /
* | | QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-261-0/+12
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-3/+1
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-162-3/+1
| |\|
| | * macOS: Blacklist modalWindowEnterEventOnHide_QTBUG35109 instead of skippingTor Arne Vestbø2018-01-092-3/+1
* | | Fix explicitly set width not being respectedIgor Mironchik2018-01-201-0/+39
* | | Introduce QIcon::fallbackSearchPaths()Alexander Volkov2018-01-154-1/+13
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-112-1/+67
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-1/+36
| |\|
| | * CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-091-0/+35
| | * Fix fallback fonts for non-common writing systemEskil Abrahamsen Blomfeldt2018-01-081-1/+1
| | * tests: make exposeEventOnShrink_QTBUG54040 not flakey on xcbGatis Paeglis2017-10-171-4/+8
| * | Make QPalette::setBrush() check before detachingGabriel de Dietrich2018-01-041-0/+31
* | | QGuiApplication: Add fontChanged signalKai Uwe Broulik2018-01-111-0/+26
* | | QAbstractItemModelTester: fix the autotestsGiuseppe D'Angelo2018-01-092-9/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+2
|\| |
| * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-2/+2
* | | Update font when text format's letter spacing type is changedEskil Abrahamsen Blomfeldt2017-12-221-0/+9
* | | Make tst_QOpenGLWindow pass on platforms where the default FBO != 0Johan Klokkhammer Helsing2017-12-131-3/+3
* | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-086-14/+14
* | | tst_QRegion: compile under QT_DISABLE_DEPRECATED_BEFORE=0x051200Marc Mutz2017-12-071-5/+24
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-234-14/+16
|\| |
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-084-14/+16
* | | Add QFontMetrics(F)::horizontalAdvance() functionEskil Abrahamsen Blomfeldt2017-11-141-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-061-1/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-1/+1
| |\| |
| | * | tests: Fix warnings about inconsistent overrideFriedemann Kleint2017-10-271-1/+1
* | | | mouse handling: fix issue when mixing QTest::mouse* APIsGatis Paeglis2017-11-051-0/+53
|/ / /
* | | Remove references to obsolete platformsJake Petroules2017-11-053-7/+2
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+1
| |\|
| | * Fix blacklisting of tst_QOpenGL in WindowsTony Sarajärvi2017-10-101-1/+1
* | | Correct QStandardItemModel::setItemData to follow QAbstractItemModelSamuel Gaist2017-10-171-0/+62
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-178-25/+31
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-056-20/+20
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+2
| |\|