You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This commit introduces changes to KDesktop which allow for a custom icon spacing option, some new controls into the Desktop Behaviour module of KControl, as well as the KDesktop Ctrl+Mouse Scroll binding to manipulate the icon spacing. This commit depends on a previous (minor) change in LibKonq. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> |
4 years ago | |
---|---|---|
.. | ||
CMakeL10n.txt | 6 years ago | |
CMakeLists.txt | 5 years ago | |
Makefile.am | 12 years ago | |
README | 14 years ago | |
behaviour.cpp | 10 years ago | |
behaviour.h | 10 years ago | |
browser.cpp | 10 years ago | |
browser.h | 10 years ago | |
desktop.cpp | 4 years ago | |
desktop.desktop | 5 years ago | |
desktop.h | 12 years ago | |
desktopbehavior.desktop | 5 years ago | |
desktopbehavior.ui | 4 years ago | |
desktopbehavior_impl.cpp | 4 years ago | |
desktopbehavior_impl.h | 4 years ago | |
desktoppath.desktop | 5 years ago | |
fileappearance.desktop | 5 years ago | |
filebehavior.desktop | 5 years ago | |
filebrowser.desktop | 5 years ago | |
filepreviews.desktop | 5 years ago | |
fontopts.cpp | 10 years ago | |
fontopts.h | 10 years ago | |
main.cpp | 12 years ago | |
onlyone.png | 9 years ago | |
overlapping.png | 9 years ago | |
previews.cpp | 8 years ago | |
previews.h | 10 years ago | |
rootopts.cpp | 5 years ago | |
rootopts.h | 5 years ago |
README
This module contains a combination of configuration items which at first sight seem to be a rather weird combination. It contains configuration for: * KDesktop * Konqueror * Number of virtual desktops. (Handled by KWin via NETWM) * Behaviour of desktop borders (Handled by KWin) The reason for this combination is that the configuration of KDesktop and Konqueror is very similar codewise. On the other hand, the number of virtual desktops, border behaviour and the other KDesktop options belongs together from a user interface point of view. The result is that all these options are now grouped together here. In total it provide 3 configuration modules: * desktop.desktop (Desktop configuration) * kcmkonq.desktop (File browser configuration) * virtualdesktops.desktop (Configuration of virtual desktops)