summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qkeysequence/tst_qkeysequence.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove irrelevant test row, fix compiler warningVolker Hilsheimer2021-01-081-1/+0
* Fix compile warnings from ignored return valueVolker Hilsheimer2020-10-171-2/+2
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-31/+31
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-2/+3
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-5/+0
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-091-14/+14
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-291-1/+1
* 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
* | qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-08-311-2/+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
* 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