summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-0/+26
|\
| * Fixed mouse double click events not bubbling up to parent widgets.Samuel Rødal2013-02-141-0/+26
| * Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-281-0/+8
* | Introducing QWidget::createWindowContainer()Gunnar Sletta2013-01-254-0/+234
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2323-27/+23
|\|
| * Fix a crash when minimizing a QQuickWindow.Friedemann Kleint2013-01-181-4/+0
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1823-23/+23
* | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-231-0/+8
|/
* Enable tst_qwidgetsvariant testJędrzej Nowacki2013-01-111-0/+1
* Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-088-1/+81
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-042-3/+0
* Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-041-0/+26
* Use frameless widgets in tst_qgridlayout.Friedemann Kleint2012-12-171-1/+29
* Fix empty window title regression, add application display name to window titleDavid Faure2012-12-141-15/+3
* [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layoutMarc Mutz2012-12-023-0/+70
* tst_QLayout: use QStyleFactory instead of QWindowsStyleJ-P Nurmi2012-11-281-2/+2
* tst_QWidget: use QStyleFactory instead of QWindowsStyleJ-P Nurmi2012-11-281-8/+8
* tst_QGridLayout: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-9/+8
* tst_QFormLayout: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-6/+5
* tst_QBoxLayout: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-3/+3
* Fix keyboard grab in QWidgetWindow.Friedemann Kleint2012-11-261-0/+22
* Cleanup tst_QApplicationJ-P Nurmi2012-11-231-46/+46
* Emit destroyed() signal before children get deletedLars Knoll2012-11-231-0/+100
* Made QMacStyle internalJ-P Nurmi2012-11-231-5/+1
* Disable static contents optimization for now.Samuel Rødal2012-11-151-3/+1
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-74/+21
* Send enter to the child at the position of the QEnterEvent.Friedemann Kleint2012-11-141-2/+2
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-10/+11
* Do not call QWidget::show/hideEvent twiceOliver Wolff2012-11-081-9/+0
* Re-enable some skipped tests in tst_qwidgetMiikka Heikkinen2012-11-071-8/+0
* Fix excess enter events when showing modal dialog on button pressMiikka Heikkinen2012-11-071-0/+94
* Fix inconsistent leave/enter events for main window when popup is openMiikka Heikkinen2012-11-061-9/+185
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-11/+3
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-221-2/+1
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-194-6/+6
* Improve Qt::WA_UnderMouse accuracyMiikka Heikkinen2012-10-151-0/+82
* Do not accept key events if a widget is disabledOliver Wolff2012-10-131-0/+39
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-132-7/+18
* Fix a regression with regards to hfw behavior in QStackedWidgetJan Arve Saether2012-10-101-0/+32
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-6/+2
* tst_QApplication: Make sure the native style is being usedGabriel de Dietrich2012-10-101-0/+2
* QXcbWindow: Don't recreate window when reparenting.Yoann Lopes2012-10-011-40/+11
* Fix drag and drop with native widgetsjian liang2012-09-271-1/+26
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-272-7/+2
* Auto tests: remove PlatformQuirks::isAutoMaximizing()J-P Nurmi2012-09-261-4/+0
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Test: Remove QSKIP from tst_QWidget::raiseCaroline Chao2012-09-251-3/+0
* Redirect keyboard/mouse grab to the widget parent window.Friedemann Kleint2012-09-221-0/+70
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2224-580/+580
* Close popups when switching applications on Windows.Friedemann Kleint2012-09-111-0/+12