dolphin/konqueror/settings/konq
Ignat Semenov 816cc052f1 Remove separator
svn path=/trunk/KDE/kdebase/apps/; revision=1130867
2010-05-26 16:56:24 +00:00
..
tests Rename kdelibs message catalogs conflicting with KDE3 kdelibs. 2007-07-10 20:29:14 +00:00
behaviour.cpp Remove the gruopbox with "confirmation when deleting | confirmation when trashing" since this appears 2009-02-10 00:02:46 +00:00
behaviour.h Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary. 2009-06-30 20:09:04 +00:00
CMakeLists.txt Depend directly on kcmutils. 2010-05-12 15:58:45 +00:00
fileappearance.desktop SVN_SILENT made messages (.desktop file) 2010-05-18 08:31:57 +00:00
filebehavior.desktop SVN_SILENT made messages (.desktop file) 2010-05-18 08:31:57 +00:00
kcustommenueditor.cpp Remove separator 2010-05-26 16:56:24 +00:00
kcustommenueditor.h Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which are 2007-10-05 22:21:25 +00:00
konqkcmfactory.cpp Split kcm_desktoppaths from Konqueror settings 2010-02-18 19:23:07 +00:00
konqkcmfactory.h port to KPluginFactory 2007-08-28 10:58:35 +00:00
Messages.sh revert Laurent's commit 2007-05-14 10:10:40 +00:00
onlyone.png Losslessly optimized PNG and SVGZ files with "optipng -o5" and "advdef -z -4". 2008-06-12 21:07:49 +00:00
overlapping.png Losslessly optimized PNG and SVGZ files with "optipng -o5" and "advdef -z -4". 2008-06-12 21:07:49 +00:00
README * Configuration for previews: over which protocols to activate it, and the 2002-01-24 17:36:38 +00:00
webappearance.desktop SVN_SILENT made messages (.desktop file) 2010-05-18 08:31:57 +00:00
webbehavior.desktop SVN_SILENT made messages (.desktop file) 2010-05-18 08:31:57 +00:00

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)