summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-0210-26/+83
|\|
| * Ignore hanging tst_qinputdialog::getInt/getDouble() test on macOS 10.12Simon Hausmann2017-08-021-0/+16
| * Ignore failures of showMinimizedKeepsFocus/activateWindow on macOS 10.12Simon Hausmann2017-08-021-0/+3
| * Ignore failures of submenuTearOffDontClose on macOS 10.12Simon Hausmann2017-08-021-0/+1
| * Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+3
| * Convert features.dockwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+5
| * QLineEdit: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-241-0/+32
| * Windows: Don't raise inactive windows when showing a tooltipSergio Martins2017-07-191-0/+2
| * Use QSharedPointer::create() moreMarc Mutz2017-07-192-10/+10
| * tst_QStyle::drawItemPixmap(): Check on the image colorFriedemann Kleint2017-07-193-8/+8
| * tst_QWidget: Fix to pass with High DPI scaling enabledFriedemann Kleint2017-07-191-4/+5
* | Test locale propagation from date-time editor to its calendar popupSoroush Rabiei2017-07-281-0/+21
* | Fix tst_QAbstractItemView::task200665_itemEnteredTor Arne Vestbø2017-07-251-2/+2
* | macOS: Blacklist flakey test tst_QMenu::tearOff()Tor Arne Vestbø2017-07-241-0/+2
* | macOS: Blacklist tst_QMenu::pushButtonPopulateOnAboutToShowTor Arne Vestbø2017-07-241-0/+2
* | Fix warning about self assignFrank Meerkoetter2017-07-231-3/+2
* | macOS: Blacklist tst_QComboBox::task_QTBUG_56693_itemFontFromModelTor Arne Vestbø2017-07-221-0/+4
* | Fix tst_QListWidget::QTBUG50891_ensureSelectionModelSignalConnectionsAreSetTor Arne Vestbø2017-07-211-2/+1
* | macOS: Blacklist tst_QMenu::layoutDirectionTor Arne Vestbø2017-07-211-0/+3
* | QLineEdit: Add selectionEnd() and selectionLength()Daniel Teske2017-07-201-0/+13
* | Blacklist tst_QWidget::setToolTip on all macOS platformsTor Arne Vestbø2017-07-171-1/+1
* | Stabilize tst_QWidget::setMaskInResizeEvent on OS X 10.10Tor Arne Vestbø2017-07-171-2/+2
* | Skip tst_QWidget::testForOutsideWSRangeFlagTor Arne Vestbø2017-07-141-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-132-11/+83
|\|
| * QLineEdit: Fix length calculation for input mask "\\\\"Daniel Teske2017-07-131-1/+10
| * QListView: Fix viewport size when checking scroll bar visibilityFriedemann Kleint2017-07-071-10/+73
* | Implement setDoubleStep for QInputDialogAndy Shaw2017-07-111-0/+43
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-1/+1
* | tst_qstyle: Don't fail on empty scroller subcontrols on macOSGabriel de Dietrich2017-07-071-5/+11
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-062-10/+2
|\|
| * macOS: Blacklist tst_QToolButton::task176137_autoRepeatOfAction()Friedemann Kleint2017-07-031-0/+2
| * Remove remains of wince in .pro filesFriedemann Kleint2017-07-031-10/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0420-71/+86
|\|
| * Convert features.filesystemmodel to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-2/+2
| * Fix moving a hidden QOpenGLWidget to another windowSérgio Martins2017-07-021-0/+31
| * macOS: Blacklist tst_QProgressDialog::autoShow()Friedemann Kleint2017-07-021-2/+2
| * Fix some MSVC warnings in testsFriedemann Kleint2017-06-281-2/+3
| * tests: Add Q_FALLTHROUGH to unmarked fallthroughs seen by GCC 7Friedemann Kleint2017-06-281-0/+2
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-2810-32/+32
| * Ignore tst_QOpenGLWidget::clearAndGrab failures on UbuntuSimon Hausmann2017-06-281-0/+1
| * Ignore tst_qwidget::showMinimizedKeepsFocus on macOS 10.11Simon Hausmann2017-06-281-0/+1
| * Ignore failure of tst_qmenu::submenuTearOffDontClose on macOS 10.11Simon Hausmann2017-06-281-0/+2
| * tst_QTreeWidget: Fix GCC 7 warnings about using uninitialized variablesFriedemann Kleint2017-06-251-11/+9
| * Merge remote-tracking branch 'origin/5.9.1' into 5.9Tor Arne Vestbø2017-06-251-21/+0
| |\
| | * Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-194-54/+72
| | |\
| | * | Revert "QWidgetEffectSourcePrivate::draw(): Call render() when no shared pain...Friedemann Kleint2017-06-141-21/+0
| * | | winrt: Fix tst_QDialog::showFullScreenOliver Wolff2017-06-191-1/+1
| | |/ | |/|
* | | testlib: add key sequence functionLiang Qi2017-06-221-0/+35
* | | QAbstractItemView: add isPersistentEditorOpen()Marc Mutz2017-06-201-0/+4
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-195-54/+74
|\| |