summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * 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
* | | | Introducing QSplitter::replaceWidget()Gabriel de Dietrich2016-12-021-0/+172
* | | | QMenuBar tests: Ignore shortcut related test on MacGabriel de Dietrich2016-11-302-12/+13
* | | | Introduce QWindow::setFlag and QWidget::setWindowFlagDaniel Vrátil2016-11-221-0/+5
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-174-15/+102
|\| | |
| * | | 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.8' into devLiang Qi2016-11-0217-99/+404
|\| | |
| * | | 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
| * | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-144-4/+4
* | | | macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-232-2/+1
* | | | QMenuBar: do not gain focus when releasing Alt before X in a Alt+X shortcutGiuseppe D'Angelo2016-10-151-1/+38
|/ / /