summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* QFormLayout: take the correct row in takeRow()Marc Mutz2017-02-081-6/+9
* 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
* 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
* 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
* 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
* | 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
| | * tst_QDateTimeEdit: Use base method, not direct member accessEdward Welbourne2016-11-181-1/+1
| | * Fix warnings in tst_q{table,list}widgetMarc Mutz2016-11-162-8/+8
| | * Stabilize tst_QFileDialog2::task143519_deleteAndRenameActionBehavior()Friedemann Kleint2016-11-151-4/+6
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-163-15/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-153-15/+28
| |\|
| | * tst_QFileSystemModel::specialFiles(): Remove Windows partsFriedemann Kleint2016-11-141-15/+4
| | * QLabel: take DPR of QMovie in account when calculating sizeHintDaniel Vrátil2016-11-092-0/+24
* | | QComboBox: Prioritize the model font for popup itemsGabriel de Dietrich2016-11-101-0/+74
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-0111-92/+191
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-311-0/+4
| |\|
| | * Fixed crash taking null central widgetAndré Somers2016-10-281-0/+4
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-275-65/+154
| |\|
| | * QCocoaMenuBar: Update even if no window is attachedGabriel de Dietrich2016-10-243-0/+73
| | * Plug leaks in tst_QWizardMarc Mutz2016-10-221-46/+60
| | * tst_QGraphicsItem: plug remaining leaksMarc Mutz2016-10-221-19/+21
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-223-15/+18
| |\|
| | * Plug remaining leaks in tests/auto/widgets/kernelMarc Mutz2016-10-213-15/+18
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-132-12/+15
| |\|
| | * tst_QWidget: Fix UB (invalid member access) in EnterTestMainDialog::eventFilt...Marc Mutz2016-10-121-7/+6
| | * Plug more than 4k leaks in tst_QGraphicsViewMarc Mutz2016-10-111-5/+9
* | | Add a resetClean() method to the undo stackJarek Kobus2016-10-241-0/+144
* | | Plug new leaks in tst_QFormLayoutMarc Mutz2016-10-211-3/+41
* | | QMenu: don't force platform instance creation on constructionJ-P Nurmi2016-10-161-0/+21