summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qshortcut/tst_qshortcut.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+5
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-041-0/+20
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-6/+14
* tst_qshortcut (x2): use op | instead of op + to combine keysGiuseppe D'Angelo2020-09-071-53/+53
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-091-5/+5
* tst_QShortcut: avoid int -> QChar conversionsMarc Mutz2020-05-121-10/+10
* QShortcut: add pmf ctor overloadsChristian Ehrlicher2019-11-141-0/+40
* Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+24
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-0/+10
|\
| * QShortcut: call base class implementation in event()Christian Ehrlicher2019-09-051-0/+10
* | tst_QShortcut: Remove test widget and other member variablesFriedemann Kleint2019-07-021-184/+189
* | tst_QShortcut: Brush up the code, preparing the extraction of a base class to...Friedemann Kleint2019-07-021-230/+183
|/
* Fix window shortcuts when a completer popup has focusVolker Hilsheimer2019-06-251-0/+26
* tests/auto/widgets/kernel: Avoid unconditional qWait()sKari Oikarinen2018-04-241-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* Deprecate QString::nullMarc Mutz2017-03-121-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-1/+2
|\
| * tst_QShortcut: Fix UB (invalid cast) in shortcutDestroyed()Marc Mutz2016-10-051-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-2/+21
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-2/+21
| |\|
| | * Fix reentrancy regression in QShortcutMap after c7e5e1d9eTor Arne Vestbø2016-01-121-2/+21
* | | Updated license headersJani Heikkinen2016-01-211-17/+12
|/ /
* / tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-3/+4
|/
* Add check for top level widget leaks in kernel test of QtWidgets.Friedemann Kleint2015-06-161-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-1/+33
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-159/+159
* QtWidgets tests: Don't call the empty function QApplication::syncX()Debao Zhang2013-03-271-2/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-081-1/+1
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-011-2/+1
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-16/+2
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-031-4/+4
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-2/+2
* Move tst_qshortcut.cpp to QtWidgetsDebao Zhang2012-03-121-0/+1259