summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QLabel: take DPR of QMovie in account when calculating sizeHintDaniel Vrátil2016-11-092-0/+24
* Fixed crash taking null central widgetAndré Somers2016-10-281-0/+4
* QCocoaMenuBar: Update even if no window is attachedGabriel de Dietrich2016-10-243-0/+73
* Plug memleak in tst_QStackedWidgetMarc Mutz2016-10-051-1/+2
* tst_QAbstractSlider: fix strict-aliasing warningsMarc Mutz2016-09-301-25/+23
* QDateTimeEdit: synchronize time-spec before initializing displayEdward Welbourne2016-09-271-0/+8
* QAbstractSpinBox: Clear 'cleared' flag on receiving a keypressFriedemann Kleint2016-08-251-0/+29
* QComboBox: fix crash on setEditable(false) called from editTextChanged()Marc Mutz2016-07-061-0/+25
* Blacklist tst_QOpenGLWidget::stackWidgetOpaqueChildIsVisible test.Alexandru Croitor2016-06-011-0/+2
* tst_QPlainTextEdit/tst_QTextEdit: Do not output unprintable characters.Friedemann Kleint2016-05-312-12/+26
* Fix opaque texture-based widgets not being always shown.Alexandru Croitor2016-05-301-0/+133
* QMenu auto-test: Add test for two-level tearable menusGabriel de Dietrich2016-05-191-0/+46
* QMenuBar: nested parenting fixFelix Bourbonnais2016-05-181-0/+59
* tst_QMdiArea::subWindowActivated2(): Allow for several activated events.Friedemann Kleint2016-05-091-1/+1
* Fix scroll regression near scroll-view endsAllan Sandfeld Jensen2016-04-291-0/+51
* tst_QMdiArea::subWindowActivated2(): Add activateWindow().Friedemann Kleint2016-04-291-0/+1
* tests: fix tst_QFontComboBox on OS XLiang Qi2016-04-082-11/+15
* Autotest: Remove blacklistingsSimo Fält2016-04-012-5/+0
* QTextEdit::inputMethodQuery(): Preserve types when applying offset.Friedemann Kleint2016-03-301-0/+13
* QPlainTextEdit: Take vertical offset into account when answering input method...Friedemann Kleint2016-03-291-0/+13
* Purge sRGB chunks from PNGs in tests.Edward Welbourne2016-03-291-0/+0
* Initialize input method for read-only QTextBrowserMarko Kangas2016-03-231-0/+11
* tst_qtabbar sizeHints fixMilla Pohjanheimo2016-03-161-16/+10
* Remove restoreDockWidget from BLACKLISTMilla Pohjanheimo2016-03-151-2/+0
* QtWidgets: Proper delivery of enter/leave event to context menusBłażej Szczygieł2016-02-241-0/+109
* Prospective fix to stabilize tst_QMdiArea::subWindowActivated2()/xcb.Friedemann Kleint2016-02-181-2/+3
* Autotest: Enable make check on rhel 7.1Simo Fält2016-02-112-0/+5
* QDockWidget: Restore using setGeometry since the geometry is used for the stateAndy Shaw2016-02-021-0/+26
* Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-021-2/+1
* QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-291-1/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+31
|\
| * QWidgetWindow: The alien widget should be from the window's hierarchyGabriel de Dietrich2015-12-211-0/+32
* | don't rely on transitive dependenciesOswald Buddenhagen2016-01-083-0/+4
* | QDockAreaLayout/QPlaceHolderItem: Store geometry excluding frame.Friedemann Kleint2015-12-151-1/+15
* | QLineEdit: a validator fixup() should keep it modified; add failing testGiuseppe D'Angelo2015-12-121-0/+24
* | Fix closing a QMenu by pressing Alt.Friedemann Kleint2015-11-271-0/+30
* | QWidget::mapTo/FromGlobal(): Avoid calling QWindow helpers until shown.Friedemann Kleint2015-11-271-0/+56
* | Clean up tst_qlabelMarc Mutz2015-11-271-22/+6
* | Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-191-2/+72
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+6
|\|
| * QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-091-0/+6
* | Blacklist tests that fail with Gtk style on RHEL 6.6Frederik Gladhorn2015-11-132-0/+2
* | QDockAreaLayoutInfo::updateTabBar(): Save and restore current index.Friedemann Kleint2015-11-031-0/+40
* | tests: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-031-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-17/+41
|\|
| * QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-17/+41
* | QMdiSubWindow: Do not close when doubleclicking on disabled Restore action.Friedemann Kleint2015-10-191-2/+18
* | Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-242-2/+2
* | QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the ...Friedemann Kleint2015-09-222-0/+8
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-7/+48
|\|