summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-113-2/+56
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-083-2/+56
| |\
| | * QAbstractItemView: use only a 1x1 QRect for selecting on mouse pressFrank Reininghaus2016-10-071-0/+52
| | * tst_QShortcut: Fix UB (invalid cast) in shortcutDestroyed()Marc Mutz2016-10-051-1/+2
| | * Plug memleak in tst_QStackedWidgetMarc Mutz2016-10-051-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-066-68/+55
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-053-40/+28
| |\|
| | * Plug remaining leaks in tests/auto/widgets/utilMarc Mutz2016-10-023-40/+28
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-012-28/+26
| |\|
| | * Plug remaining leaks in tests/auto/widgets/styleMarc Mutz2016-09-301-3/+3
| | * tst_QAbstractSlider: fix strict-aliasing warningsMarc Mutz2016-09-301-25/+23
| * | Fix tst_QFiledialog::widgetlessNativeDialog()J-P Nurmi2016-09-301-0/+1
* | | Speed up compilation of tst_qgraphicsview_2.cppMarc Mutz2016-10-032-580/+1180
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-298-78/+73
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-285-30/+25
| |\|
| | * Plug memleaks in tst_QWidgetMarc Mutz2016-09-281-3/+7
| | * tst_QApplication: Fix UBs (invalid cast) in focusMouseClick()Marc Mutz2016-09-281-22/+3
| | * QDateTimeEdit: synchronize time-spec before initializing displayEdward Welbourne2016-09-271-0/+8
| | * Plug memleaks in tst_QGridLayoutMarc Mutz2016-09-271-3/+5
| | * Plug memleaks in tst_QBoxLayoutMarc Mutz2016-09-271-2/+2
| * | QGuiApplication, platform plugins: don't modify AA_DontUseNativeMenuBarShawn Rutledge2016-09-262-44/+41
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-5/+8
| |\|
| | * tst_QGraphicsItem: Fix UB (invalid cast/member call) in prepareGeometryChange()Marc Mutz2016-09-221-5/+8
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-6/+47
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-6/+47
| |\|
| | * QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-151-1/+4
| | * QtWidgets: Send show/hide event to children on restore/minimizeBłażej Szczygieł2016-09-121-5/+43
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-1/+14
|\| |
| * | Run tst_QFiledialog::widgetlessNativeDialog() lastJ-P Nurmi2016-09-041-1/+14
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-294-124/+120
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-0/+29
| |\|
| | * QAbstractSpinBox: Clear 'cleared' flag on receiving a keypressFriedemann Kleint2016-08-251-0/+29
| * | Auto tests: use Qt::AA_DontUseNativeDialogs where appropriateJ-P Nurmi2016-08-173-124/+91
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-2215-300/+195
|\ \ \
| * | | Add support for Apple watchOSJake Petroules2016-08-191-2/+3
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-197-8/+8
| * | | Blacklisting tst_QWidget::saveRestoreGeometry test on Ubuntu 16.04Milla Pohjanheimo2016-08-181-0/+1
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-1/+2
| | |\|
| | | * Fix memory leak in tst_qgraphicsproxywidgetJędrzej Nowacki2016-08-101-1/+2
| * | | remove redundant x11 handlingOswald Buddenhagen2016-08-102-9/+0
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-093-280/+181
| |\| |
| | * | QHeaderView: Reset lastSectionLogicalIdx on clear()Ulf Hermann2016-08-091-0/+5
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-052-280/+176
| | |\|
| | | * Don't call virtual functions with data from an old modelBogDan Vatra2016-08-041-2/+41
| | | * tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-70/+27