summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestkeyboard.h
Commit message (Expand)AuthorAgeFilesLines
* Fix QtTest function-unused warnings found by Clang 3.4Thiago Macieira2014-01-171-6/+6
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make tests compile without gui-privatePaul Olav Tvete2012-08-021-2/+2
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Make QWindowSystemInterface part of QPA APIGirish Ramakrishnan2012-07-031-1/+1
* Replace QGuiApplication::activeWindow by focusWindow().Friedemann Kleint2012-04-271-1/+1
* Fix sending simulated keyboard events to popup widgetsMiikka Heikkinen2012-03-071-5/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Compile if the header files from QtWidgets are unavailableLars Knoll2012-01-121-2/+7
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Correctly handle null windows or widgets in keyClick()Lars Knoll2011-10-311-0/+11
* Add QTest::keyRelease() accepting a Qt::Key valueMartin Jones2011-10-061-0/+2
* testlib: Fix header guard filesSergio Ahumada2011-10-041-1/+1
* add a latency after simulating keyevets since they are queued upGunnar Sletta2011-10-031-0/+5
* testlib: Separate the gui- and widgets-specific apiKent Hansen2011-09-211-91/+83
* testlib: Remove widgets dependency when only using guiKent Hansen2011-09-211-0/+10
* added ascii translations to qasciikey for keyup and keydownMatthew Cattell2011-09-121-1/+0
* added additional qwindow test support functions for keyboard and mouse eventsMatthew Cattell2011-09-091-0/+84
* Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-061-1/+1
|\
| * Fix various trivial formatting issues.Jason McDonald2011-09-011-1/+1
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Get the QWidget auto-test compiling and running.Samuel Rødal2011-05-201-2/+2
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+194