aboutsummaryrefslogtreecommitdiff
path: root/src/gui/kstandardshortcut.cpp
AgeCommit message (Expand)Author
2022-05-30Change "Actual Size" shortcut's text to "Zoom to Actual Size"Nate Graham
2022-01-24Introduce StandardShortcutWatcher to watch for runtime changesDavid Redondo
2021-08-29Add Ctrl+Alt+Comma shortcut for "Configure Keyboard Shortcuts"empyreal one
2021-04-10Relicense to LGPL-2.0-or-laterAndreas Cord-Landwehr
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2020-12-10Use | instead of + for combining keysNicolas Fella
2020-09-01Missing g_infoStandardShortcut update for last commitFriedrich W. H. Kossebau
2020-08-29Add standard shortcut for "Create Folder"Domenico Panella
2020-08-12Categorize standard shortcutsDavid Redondo
2020-06-19Make "Switch Application Language..." text more consistentNate Graham
2020-05-24Don't try to initalize deprecated SaveOptions enum valueDavid Redondo
2020-05-23Add KStandardShortcut::findByName(const QString&) and deprecate find(const ch...David Redondo
2020-05-22Fix KStandardShortcut::find(const char*)David Redondo
2020-04-13Add standard shortcut for "Show/Hide Hidden Files"Nate Graham
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2019-12-10Fix URL: use the stable redirect commits.kde.orgLuigi Toscano
2019-12-09Add a comment pointing to the history of Cut and Delete sharing a shortcutNate Graham
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-10-06Make preferences() a public functionNate Graham
2019-10-03Rewrite ugly for with pointer arithmetic into range forAlbert Astals Cid
2018-08-11Set system default shortcut Ctrl+0 for "Actual Size" actionPeter Mühlenpfordt
2018-01-13Use Ctrl+Shift+, as the standard shortcut for "Configure <Program>"Nathaniel Graham
2017-08-09Fix labels of DeleteFile/RenameFile actionsElvis Angelaccio
2017-07-31Standard shortcuts: use Ctrl+PageUp/PageDown for prev/next tab.David Faure
2017-03-06Sanitize shortcut list on read/write from kdeglobalsAlbert Astals Cid
2017-01-16Use nullptr everywhereKevin Funk
2016-08-14Add Donate standard shortcutElvis Angelaccio
2016-08-01Add DeleteFile and RenameFile standard shortcut.Leslie Zhai
2015-07-02Remove compiler warning about initialization of sub object.Milian Wolff
2014-08-10Allow translations to have context again.Matthew Dawson
2014-07-22allow the extraction of the shortcut names for translationLukáš Tinkl
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI