index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
kstandardshortcut.cpp
Age
Commit message (
Expand
)
Author
2022-05-30
Change "Actual Size" shortcut's text to "Zoom to Actual Size"
Nate Graham
2022-01-24
Introduce StandardShortcutWatcher to watch for runtime changes
David Redondo
2021-08-29
Add Ctrl+Alt+Comma shortcut for "Configure Keyboard Shortcuts"
empyreal one
2021-04-10
Relicense to LGPL-2.0-or-later
Andreas Cord-Landwehr
2021-02-22
Run clang-format on all cpp/h files
Ahmad Samir
2020-12-10
Use | instead of + for combining keys
Nicolas Fella
2020-09-01
Missing g_infoStandardShortcut update for last commit
Friedrich W. H. Kossebau
2020-08-29
Add standard shortcut for "Create Folder"
Domenico Panella
2020-08-12
Categorize standard shortcuts
David Redondo
2020-06-19
Make "Switch Application Language..." text more consistent
Nate Graham
2020-05-24
Don't try to initalize deprecated SaveOptions enum value
David Redondo
2020-05-23
Add KStandardShortcut::findByName(const QString&) and deprecate find(const ch...
David Redondo
2020-05-22
Fix KStandardShortcut::find(const char*)
David Redondo
2020-04-13
Add standard shortcut for "Show/Hide Hidden Files"
Nate Graham
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2019-12-10
Fix URL: use the stable redirect commits.kde.org
Luigi Toscano
2019-12-09
Add a comment pointing to the history of Cut and Delete sharing a shortcut
Nate Graham
2019-10-18
Use ECMGenerateExportHeader to manage deprecated API better
Friedrich W. H. Kossebau
2019-10-06
Make preferences() a public function
Nate Graham
2019-10-03
Rewrite ugly for with pointer arithmetic into range for
Albert Astals Cid
2018-08-11
Set system default shortcut Ctrl+0 for "Actual Size" action
Peter Mühlenpfordt
2018-01-13
Use Ctrl+Shift+, as the standard shortcut for "Configure <Program>"
Nathaniel Graham
2017-08-09
Fix labels of DeleteFile/RenameFile actions
Elvis Angelaccio
2017-07-31
Standard shortcuts: use Ctrl+PageUp/PageDown for prev/next tab.
David Faure
2017-03-06
Sanitize shortcut list on read/write from kdeglobals
Albert Astals Cid
2017-01-16
Use nullptr everywhere
Kevin Funk
2016-08-14
Add Donate standard shortcut
Elvis Angelaccio
2016-08-01
Add DeleteFile and RenameFile standard shortcut.
Leslie Zhai
2015-07-02
Remove compiler warning about initialization of sub object.
Milian Wolff
2014-08-10
Allow translations to have context again.
Matthew Dawson
2014-07-22
allow the extraction of the shortcut names for translation
Lukáš Tinkl
2013-12-18
Code reformatted using kde-dev-scripts/astyle-kdelibs.
David Faure
2013-12-18
Move kconfig code to the root directory.
Jenkins CI