aboutsummaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2020-09-04Drop outdated note about updating kdoctools/genshortcutents.cppFriedrich W. H. Kossebau
2020-09-03Make KWindowConfig::allConnectedScreens() static and internalNate Graham
2020-09-03Fix @since tag for recently-added functionNate Graham
2020-09-01Missing g_infoStandardShortcut update for last commitFriedrich W. H. Kossebau
2020-09-01Fix placement of new CreateFilder enumeratorFriedrich W. H. Kossebau
2020-08-29Add standard shortcut for "Create Folder"Domenico Panella
2020-08-25Remember window sizes on a per-screen-arrangement basisNate Graham
2020-08-25Extract code to get list of connected screens into a re-usable functionNate Graham
2020-08-12Categorize standard shortcutsDavid Redondo
2020-08-02Add functions to save and restore window positions on non-Wayland platformsNate Graham
2020-06-22Also pass locationType to KConfigSkeleton when construction from groupArjen Hiemstra
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-23[KConfigGui] Check font weight when clearing styleName propertyAhmad Samir
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2020-03-03Make it compile against qt5.15. SkipEmptyParts is part of Qt::.Laurent Montel
2020-03-02[KConfigGui] Clear styleName font property for Regular font sytlesAhmad Samir
2020-02-08[KConfigLoader] Code cleanupAhmad Samir
2020-01-27QXmlInputSource is deprecated in qt5.15. Port it to QXmlStreamReaderLaurent Montel
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-12-01API dox: fixes (prevent linebreak after . in auto-brief begin, more @c)Friedrich W. H. Kossebau
2019-11-26Only create a session config when actually restoring a sessionNate Graham
2019-10-20Enable KF_* group deprecation macrosFriedrich W. H. Kossebau
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
2019-09-30Small performance enhacementsAlbert Astals Cid
2019-09-16Use new INCLUDE_DIRS with ecm_add_qch, to have doxygen see more includesFriedrich W. H. Kossebau
2019-08-24String code optimization: use QLatin1String overload for == & !=Friedrich W. H. Kossebau
2019-03-03[Kconfig] Compile without foreachLaurent Montel
2018-09-30Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIRStefan Brüns
2018-09-18API dox: 0 -> nullptrFriedrich W. H. Kossebau
2018-08-11Set system default shortcut Ctrl+0 for "Actual Size" actionPeter Mühlenpfordt
2018-05-04Use overrideLaurent Montel
2018-04-19Warning--Laurent Montel
2018-03-11Remove not necessary QtCore and coLaurent Montel
2018-01-13Use Ctrl+Shift+, as the standard shortcut for "Configure <Program>"Nathaniel Graham
2017-12-08API docs: Sergio suggested create(), more readable than winId()David Faure
2017-12-08API docs: full working code, including workaround for Qt issue...David Faure
2017-12-08API docs: explain how to use KWindowConfig from a dialog constructor.David Faure
2017-09-10Deprecate KStandardShortcut::SaveOptionsElvis Angelaccio
2017-09-03Add apidox to KStandardShorcut::StandardShortcutElvis Angelaccio
2017-08-09Fix labels of DeleteFile/RenameFile actionsElvis Angelaccio
2017-08-04Allow to build KConfig without Qt5GuiVolker Krause
2017-07-31Standard shortcuts: use Ctrl+PageUp/PageDown for prev/next tab.David Faure
2017-06-05[FEATURE] Option to build & install QCH file with the public API doxFriedrich W. H. Kossebau