summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Regenerate tests/auto/widgets/widgetsAlexandru Croitor2019-11-1348-80/+719
* Merge remote-tracking branch 'origin/dev' into wip/cmakeSimon Hausmann2019-10-173-11/+6
|\
| * tst_QAbstractScrollArea: Use qWaitForWindowExposed instead of activeJohan Klokkhammer Helsing2019-10-161-1/+1
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-162-10/+5
| |\
| | * Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-152-10/+5
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-145-4/+40
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-131-0/+6
| |\|
| | * QGroupBox: always disable children in a checkable, unchecked groupboxVolker Hilsheimer2019-10-111-0/+6
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-191-0/+17
| |\|
| | * QTextDocument: Fix device scaling for QTextFrameFormat margins, padding and b...Nils Jeisecke2019-09-171-0/+17
| * | Add a QSplashScreen constructor taking a QScreenSona Kurazyan2019-09-101-0/+12
| |/
| * Remove QOperatingSystemVersion::WindowsVistaSona Kurazyan2019-09-051-4/+1
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-0/+4
| |\
| | * Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-201-0/+4
| | |\
| | | * Make the inputRejected test compatible with -no-feature-clipboardJames McDonnell2019-08-151-0/+4
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-0/+1
| | |\|
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-115-9/+9
|\| | |
| * | | Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-301-4/+2
| * | | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-272-0/+7
| |\ \ \
| | * | | Windows: Fix some widget tests to pass on High DPI screensFriedemann Kleint2019-08-232-0/+7
| * | | | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-202-5/+0
| |/ / /
* | | | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-1523-78/+107
|\| | |
| * | | Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-016-8/+28
| * | | Port users of get{Contents,Text}Margins() missed first time aroundMarc Mutz2019-08-012-8/+14
| * | | tst_QMenu: Eradicate Q_FOREACH loopsMarc Mutz2019-08-011-4/+3
| * | | Fix a couple more uses of QWheelEvent constructors in testsShawn Rutledge2019-07-122-2/+2
| * | | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-127-33/+34
| * | | unblacklist passing testsDaniel Smith2019-07-089-25/+28
* | | | Regenerate qtextedit testAlexandru Croitor2019-07-241-4/+28
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1112-20/+112
|\| | |
| * | | QTextBrowser: assume Markdown is UTF-8Shawn Rutledge2019-07-082-0/+29
| * | | Remove usages of QSysInfo's deprecated APIsSona Kurazyan2019-07-051-1/+1
| * | | Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-07-021-1/+1
| * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Stabilize tst_qsplitterFrederik Gladhorn2019-06-192-2/+1
| * | | Overload QTextBrowser::setSource() to add optional type argumentShawn Rutledge2019-06-204-10/+41
| * | | Support copy-pasting foreground images within same documentEskil Abrahamsen Blomfeldt2019-06-211-0/+31
| * | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-5/+5
| * | | test: migrate QFontComboBox test to QRegularExpressionSamuel Gaist2019-06-101-1/+1
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-4/+4
| | |\ \
| | | * | QComboBox: add QT_DEPRECATED_X() for deprecated functionsChristian Ehrlicher2019-05-091-4/+4
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-143-33/+33
|\| | | |
| * | | | Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-103-33/+33
* | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-034-3/+42
|\| | | |
| * | | | QTextBrowser: detect and load markdown rather than assuming HTMLShawn Rutledge2019-05-302-0/+18
| * | | | tst_qtextbrowser: add markdown test data to TESTDATAShawn Rutledge2019-06-011-1/+1
* | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-0310-197/+280
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-273-181/+248
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-171/+232
| | |\ \ \ | | | | |/ | | | |/|