summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qkeysequence.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add name for the Touchpad[Toggle|On|Off] keysAlbert Astals Cid2014-11-251-0/+3
* Add QKeySequence::BackspaceMorten Johan Sørvig2014-10-311-0/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-021-4/+28
* OS X: Add more text editing key bindings.Morten Johan Sørvig2014-04-091-8/+8
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* QKeySequence: return Qt::Key_unknown with invalid modifiers on OS XLiang Qi2014-01-071-2/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-12/+12
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-231-2/+4
* Replace hardcoded shortcuts for X11 in QLineEdit with StandardKeysDavid Edmundson2013-09-211-1/+3
* Fix some doc errors.Frederik Gladhorn2013-09-211-2/+0
* Fix typo in qkeysequence.cpp code comment.Mitch Curtis2013-08-221-1/+1
* Fetch StandardKey shortcuts from QPlatformThemeDavid Edmundson2013-08-201-218/+1
* Add more key names to QKeySequence.Mitch Curtis2013-08-131-0/+8
* Rename Numpad to Num, ensure Numpad is translated in all cases on Mac.Mitch Curtis2013-05-101-5/+5
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-11/+11
* Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifierMitch Curtis2013-04-231-4/+9
* Add the Deselect StandardKeyAlbert Astals Cid2013-03-181-0/+3
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-10/+10
* Add methods to convert lists of QKeySequence to/from stringsKevin Ottens2013-03-061-0/+41
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Entered hardcoded url for Gnu EmacsNico Vertriest2012-12-141-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Missing documentation added and doc errors fixed.aavit2012-09-051-7/+5
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+1
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-291-4/+3
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-4/+4
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-22/+22
|\
| * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-091-19/+19
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-3/+3
* | Add 'FullScreen' into QKeySequence::StandardKeystockton2012-05-081-3/+11
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
|/
* fix documentation for QKeySequence::StandardKey "What's This"stockton2012-05-021-1/+1
* Change coreservices -> iosIan Dean2012-04-191-11/+11
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-11/+11
|\
| * Added iOS compatibility.Qt4iOS2012-04-131-11/+11
* | Merge an overloaded QKeySequence constructor.Stephen Kelly2012-03-061-10/+0
|/
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-70/+70
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-6/+0
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-221-146/+170
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-311-82/+80
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QKeySequence: add tests, fix handling of '+' as key or separator.David Faure2012-01-241-7/+16
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fix ### Qt5 for QKeySequenceLars Knoll2012-01-171-14/+5
* If decodestring can't translate the string return Qt::Key_unknown.David Faure2012-01-101-0/+3
* 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/+5
* Fix handling of invalid modifiers in QKeySequence.David Faure2011-12-221-0/+7