summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qkeysequence/tst_qkeysequence.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fetch StandardKey shortcuts from QPlatformThemeDavid Edmundson2013-08-201-4/+5
* Rename Numpad to Num, ensure Numpad is translated in all cases on Mac.Mitch Curtis2013-05-101-4/+4
* Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifierMitch Curtis2013-04-231-0/+5
* Add methods to convert lists of QKeySequence to/from stringsKevin Ottens2013-03-061-0/+102
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Test: remove QSKIP and remove whole test cases instead.Caroline Chao2012-10-171-9/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-2/+4
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-17/+17
* Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-1/+3
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-221-23/+36
* Flag two tests (Win+A, Simon+G) in parseString as expect fail on OSX.Toby Tomkins2012-02-211-0/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QKeySequence: fix copy/paste error in autotestDavid Faure2012-01-251-1/+1
* QKeySequence: add tests, fix handling of '+' as key or separator.David Faure2012-01-241-2/+31
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/guiBradley T. Hughes2012-01-181-9/+9
* If decodestring can't translate the string return Qt::Key_unknown.David Faure2012-01-101-0/+6
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Handle -1 (Invalid Key) and Qt::Key_unknown gracefully in encodeString.David Faure2012-01-021-0/+20
* Fix handling of invalid modifiers in QKeySequence.David Faure2011-12-221-0/+27
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-10/+9
* Remove last remnants of symbian in autotests.Jason McDonald2011-10-061-4/+1
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-031-13/+10
* Remove Symbian-specific code from tests.Jason McDonald2011-09-291-2/+2
* Moved gui autotests into new directory structureJo Asplin2011-09-011-0/+636