summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Long live QTest::addRow()!Marc Mutz2017-01-101-4/+4
* | macOS: Fix unused function warning in tst_QWidgetTor Arne Vestbø2017-01-061-0/+2
* | Improve mime type filters in QFileDialogElvis Angelaccio2017-01-061-0/+30
* | Added isObsolete and setObsolete functions in QUndoStackAddison Elliott2017-01-021-0/+765
* | QSplitterHandle: Ensure a minimum grab areaGabriel de Dietrich2016-12-231-0/+24
* | Update Widgets/Util Tests to Qt5 Connection SyntaxAddison Elliott2016-12-224-59/+59
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-0/+26
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-0/+26
| |\
| | * QCocoaMenu: Don't rely on tags when we can get the actual NSMenuItemGabriel de Dietrich2016-12-081-2/+1
| | * QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2016-12-081-0/+27
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1334-271/+297
|\| |
| * | Fix tst_QComboBox::getSetCheck()Friedemann Kleint2016-12-011-2/+2
| * | Add a test case for removing a submenu from the menubarDmitry Shachnev2016-12-011-0/+18
| * | tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-3030-240/+240
| |/
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-245-31/+39
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-235-31/+39
| | |\
| | | * tst_QFormLayout: Fix UB (invalid enum value) in several functionsMarc Mutz2016-11-221-18/+24