summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* | QSizePolicy: make (Policy,Policy) ctor constexprMarc Mutz2017-02-231-0/+2
* | Widgets: Update micro focus in QLineEdit and friendsJarkko Koivikko2017-02-175-1/+218
* | 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