summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestkeyboard.h
Commit message (Expand)AuthorAgeFilesLines
* qtlite: Fix build the source code with -no-feature-shortcutMikhail Svetkin2019-02-251-0/+4
* Testlib: Rename qtest_global.h to qttestglobal.hUlf Hermann2018-03-211-1/+1
* testlib: add key sequence functionLiang Qi2017-06-221-0/+20
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-3/+3
|\
| * BIC: Rename back symbol that was mistakenly thought to be privateTor Arne Vestbø2016-02-021-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-4/+0
|\|
| * Remove some old QT_MAC_USE_COCOA cruftTor Arne Vestbø2016-01-281-4/+0
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-071-3/+3
* Replace direct QPA access in tst_qguiappliction with testlib wrapperTor Arne Vestbø2015-09-151-1/+7
* QtTestLib: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-061-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-0/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* 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