summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qkeysequence
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-071-5/+7
* QtGui: Remove Windows CE.Friedemann Kleint2016-03-301-2/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+0
|\
| * Stop Q_AUTOTEST_EXPORTing QKeyBinding and QKeySequencePrivateDmitry Shachnev2016-02-021-1/+0
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* | qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-08-312-3/+2
|/
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* Make the QPlatformTheme::keyBindings() search deterministicMorten Johan Sørvig2015-02-121-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-8/+11
|\
| * Remove #ifdef from outside test functionsThiago Macieira2014-01-101-8/+11
* | iOS: Fix compilation of some basic testsTor Arne Vestbø2014-01-171-0/+4
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-13/+13
|/
* QKeySequence: return Qt::Key_unknown with invalid modifiers on OS XLiang Qi2014-01-071-5/+0
* 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
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* 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
* Clean up for some auto tests of the gui/kernel.Debao Zhang2012-03-091-1/+1
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-222-24/+37
* Flag two tests (Win+A, Simon+G) in parseString as expect fail on OSX.Toby Tomkins2012-02-212-2/+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
* Update year in Nokia copyright headers.Jason McDonald2012-01-101-0/+0
* 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
* Re-enable 'check' target for tests/auto/gui on Mac OS XBradley T. Hughes2011-12-091-0/+2
* 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
* gui: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* 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-017-0/+712