summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-212-0/+289
| |\|
| | * Fix char format of preedit text in empty text blockEskil Abrahamsen Blomfeldt2017-03-201-0/+236
| | * Fix item keeping hover highlight even when mouse has left itDan Cape2017-03-131-0/+53
* | | QGroupBox tests: Correct spelling of "release"Alex Henrie2017-03-221-2/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2010-18/+108
|\| |
| * | Set default fbo redirect correctly for QOpenGLWidget viewportsLaszlo Agocs2017-03-181-0/+7
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-135-9/+92
| |\|
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-2/+2
| | * QMenu: make wide submenu appear on the same screen with its parent menuOleg Yadrov2017-03-041-0/+25
| | * Wide QMenu: fix size and positionOleg Yadrov2017-03-041-0/+37
| | * QDialogButtonGroup: Fix removal of deleted buttonsOlivier Goffart2017-03-021-0/+19
| | * Properly use the "process" featureUlf Hermann2017-02-273-7/+9
| * | Deprecate QString::nullMarc Mutz2017-03-124-9/+9
* | | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-162-2/+58
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-142-25/+1
|\| |
| * | Revert "Add expandingListItems property to QListView"Marc Mutz2017-03-031-24/+0
| * | Fix DPI of QWidget with parent on a different screenOlivier Goffart2017-03-021-1/+1
* | | Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-071-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-024-15/+167
|\| |
| * | Widgets: Replace LGPL21 with LGPL license headerKai Koehne2017-02-281-14/+20
| * | QSizePolicy: inline toControlTypeFieldValue()Marc Mutz2017-02-271-1/+4
| * | Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-271-0/+37
| * | add tst_QWidget::tabletTracking autotestShawn Rutledge2017-02-231-0/+106
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-286-1/+220
|\| |
| * | QSizePolicy: make (Policy,Policy) ctor constexprMarc Mutz2017-02-231-0/+2
| * | Widgets: Update micro focus in QLineEdit and friendsJarkko Koivikko2017-02-175-1/+218
* | | Add support for custom texture format in QOpenGLWidgetLaszlo Agocs2017-02-261-0/+2
* | | tst_QProgressBar: add a case for INT_MIN/INT_MAX to setValueRepaint()Marc Mutz2017-02-221-5/+34
|/ /
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-6/+9
|\|
| * QFormLayout: take the correct row in takeRow()Marc Mutz2017-02-081-6/+9
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-083-1/+129
|\|
| * Fix result handling in QDialog::doneSamuel Gaist2017-02-071-0/+57
| * QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-062-1/+72
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-308-31/+49
|\|
| * Plug remaining memleaks in tests/auto/widgets/itemviewsMarc Mutz2017-01-263-3/+3
| * Plug memleaks in tst_QHeaderViewMarc Mutz2017-01-261-2/+4
| * Plug memleaks in tst_QTreeViewMarc Mutz2017-01-261-5/+4
| * tst_QTreeWidget: plug memleaksMarc Mutz2017-01-261-18/+23
| * Plug memleaks in tst_QAbstractItemViewMarc Mutz2017-01-261-3/+5
| * Cocoa: fix crash regression in qt_mac_create_nsimage()Oleg Yadrov2017-01-231-0/+10
* | QSizePolicy: add a transposed() methodMarc Mutz2017-01-281-0/+22
* | QSizePolicy: add some constexprMarc Mutz2017-01-282-0/+15
* | tst_qgraphicsview: use new QTest::addRow() moreMarc Mutz2017-01-262-109/+109
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-254-19/+104
|\|
| * Make shortcuts work for platform menu barsDmitry Shachnev2017-01-191-8/+17
| * Fix access incorrect index in QListView with batch layoutAleksei Ilin2017-01-171-0/+14
| * Plug memleaks in tst_QStackedLayoutMarc Mutz2017-01-141-1/+1
| * QHeaderView: fix restoreState() on a model with more columnsDavid Faure2016-12-291-10/+72
* | Add expandingListItems property to QListViewAlexander Volkov2017-01-121-0/+24
* | Widgets: report focus object change to QtGui before sending widget eventsTor Arne Vestbø2017-01-101-1/+59