summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qkeysequence.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-0/+2
* QKeySequence: replace an inefficient QList with QVectorMarc Mutz2015-07-131-4/+5
* QKeySequence: use QKeySequencePrivate::MaxKeyCount everywhereMarc Mutz2015-07-131-17/+9
* Micro-optimize QKeySequence datastream operator (II)Marc Mutz2015-07-041-4/+12
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-8/+8
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-8/+8
* | Micro-optimize QKeySequence datastream operator (I)Marc Mutz2015-06-241-8/+7
* | gui: Add several QList::reserve() calls.Sérgio Martins2015-06-221-0/+1
* | Micro-optimize QKeySequencePrivate::decodeString()Marc Mutz2015-06-151-1/+1
* | Add qHash(QKeySequence)Marc Mutz2015-05-261-0/+11
|/
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-1/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* 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
|/