aboutsummaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2022-05-30Change "Actual Size" shortcut's text to "Zoom to Actual Size"Nate Graham
2022-02-25Remove broken Python bindings generationFriedrich W. H. Kossebau
2022-02-24Add KWindowStateSaverVolker Krause
2022-02-14Support build without Qt session managerKai Uwe Broulik
2022-02-14Support build without Qt session managerKai Uwe Broulik
2022-02-14Add KConfig GUI logging categoryKai Uwe Broulik
2022-02-09API dox: brush over KCoreConfigSkeleton & KConfigSkeleton docsFriedrich W. H. Kossebau
2022-01-24Fix build on WindowsAlbert Astals Cid
2022-01-24Introduce StandardShortcutWatcher to watch for runtime changesDavid Redondo
2022-01-15Add KF*/KConfig to the interface include directoriesAhmad Samir
2021-12-16WIP: Change the build system to enable building with Qt 6Ahmad Samir
2021-11-14Avoid some allocations by QString/QByteArray's toLower()Friedrich W. H. Kossebau
2021-08-29Add Ctrl+Alt+Comma shortcut for "Configure Keyboard Shortcuts"empyreal one
2021-08-18Port to QStrinViewAhmad Samir
2021-05-27Use more target-centric cmake codeFriedrich W. H. Kossebau
2021-05-09Revert QStringView portAhmad Samir
2021-05-07Order macro for attribute for symbol export before that for deprecatedFriedrich W. H. Kossebau
2021-05-04Don't write position data for maximized windowsNate Graham
2021-05-02Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variableFriedrich W. H. Kossebau
2021-05-02Minor code refactoringAhmad Samir
2021-04-26Use new version-controlled enumerator deprecation warning macrosFriedrich W. H. Kossebau
2021-04-10Relicense to LGPL-2.0-or-laterAndreas Cord-Landwehr
2021-04-10Relicense to LGPL-2.0-or-laterAndreas Cord-Landwehr
2021-03-06Optimise string operations a bitAhmad Samir
2021-02-22Fix formatting in a couple of places after running clang-formatAhmad Samir
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-22Add a trailing comma to last member in enumAhmad Samir
2021-02-08Fix window positioning regression due to incorrect fallback in fallbackNate Graham
2021-02-06Minor code optimisationsAhmad Samir
2021-02-02Refactor window geometry save/restore code to be less fragileNate Graham
2021-02-02Fix restoring window size when closed while maximizedNate Graham
2021-01-29Replace KF5_VERSION with KF_VERSIONNicolas Fella
2021-01-14QString::split(QChar, Qt::SplitBehavior, ...) is already in Qt 5.14Friedrich W. H. Kossebau
2020-12-10Remove unused includeNicolas Fella
2020-12-10Use | instead of + for combining keysNicolas Fella
2020-12-09Fix windows being inappropriately maximized on launchNate Graham
2020-12-08Correct format of window maximized stringNate Graham
2020-12-07Fix window sizing and positioning on WindowsNate Graham
2020-11-02ConfigLoaderHandler::parse(): fix inverted sanity check logic at parse endFriedrich W. H. Kossebau
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