You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/kcontrol/konq
Michele Calgaro a4241b7911
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 months ago
..
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README Revert automated changes 13 years ago
behaviour.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
behaviour.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
browser.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
browser.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
desktop.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
desktop.desktop Desktop file translations: 4 years ago
desktop.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
desktopbehavior.desktop Desktop file translations: 4 years ago
desktopbehavior.ui Added missing <include> in UI file (fixes FTBFS) 3 years ago
desktopbehavior_impl.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
desktopbehavior_impl.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
desktoppath.desktop Desktop file translations: 4 years ago
fileappearance.desktop Desktop file translations: 4 years ago
filebehavior.desktop Desktop file translations: 4 years ago
filebrowser.desktop Desktop file translations: 4 years ago
filepreviews.desktop Desktop file translations: 4 years ago
fontopts.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
fontopts.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
main.cpp Rename common header files for consistency with class renaming 11 years ago
onlyone.png Fix invalid headers in PNG files and optimize for size 8 years ago
overlapping.png Fix invalid headers in PNG files and optimize for size 8 years ago
previews.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
previews.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
rootopts.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
rootopts.h Replace Q_OBJECT with TQ_OBJECT 9 months 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)