summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | | Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-103-33/+33
* | | | 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/5.13' into devFriedemann Kleint2019-05-273-181/+248
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-171/+232
| |\ \ \ | | | |/ | | |/|
| | * | tst_QMdiSubWindow::setSystemMenu(): Pass in High DPI/multi-screen setupsFriedemann Kleint2019-05-201-1/+5
| | * | Brush up tst_QMdiSubWindowFriedemann Kleint2019-05-201-170/+227
| * | | QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-102-10/+16
| | |/ | |/|
* | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-3/+0
* | | QTextBrowser: set base URL and document URL before loading contentShawn Rutledge2019-05-221-6/+15
* | | QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-172-3/+3
* | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+1
* | | Fix notification of QDockWidget when it gets undockedDmitry Kazakov2019-05-071-1/+5
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-2/+8
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-35/+24
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-35/+24
| |\|
| | * Brush up and stabilize tst_QSizeGripFriedemann Kleint2019-04-031-35/+24
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-313-0/+26
|\| |
| * | QDoubleSpinBox: reset size hint when prefix is setChristian Ehrlicher2019-03-262-0/+24
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-0/+2
| |\|
| | * Silence QMainWindow testFriedemann Kleint2019-03-221-0/+2
* | | QSpinBox: add new signal textChanged(QString)Christian Ehrlicher2019-03-011-3/+3
* | | ensure signal subWindowActivated() triggers even when widget has focusMartin Koller2019-02-211-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-206-30/+53
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-0/+10
| |\|
| | * Fix QSpinBox tests failing after change in the Windows QPAAndre de la Rocha2019-02-121-0/+10
| * | tst_QMenu: skip part of menuSize_Scrolling testSamuli Piippo2019-02-091-0/+7
| * | Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-085-30/+36
* | | QLineEdit: don't emit editingFinished if nothing was doneSamuel Gaist2019-02-121-0/+10
|/ /
* | Don't treat the ampersand in a titlebar as a mnemonicAndy Shaw2019-01-081-0/+48
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-151-163/+966
|\|
| * QAbstractSlider: fix invertedControls having no effect for left/right keysMitch Curtis2018-12-131-3/+487