summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove deprecated inputItem and inputWindow from QInputMethodPekka Vuorela2012-09-111-26/+1
* auto tests: updated for new QStyle pure virtualsJ-P Nurmi2012-08-311-12/+11
* Fix updating of drag icons.Friedemann Kleint2012-08-311-1/+185
* Fix some warnings in tests.Friedemann Kleint2012-08-281-1/+1
* Remove remaining bits of deprecated QInputPanelPekka Vuorela2012-08-231-3/+3
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-222-12/+19
* Propagate initial size constraints to QWidgetWindow.Friedemann Kleint2012-08-211-0/+37
* Ensure that all the children get the new stylesheet set on a parentAndy Shaw2012-08-201-1/+12