make it work with systemsettings
svn path=/trunk/KDE/kdebase/workspace/; revision=691029
This commit is contained in:
parent
1831557171
commit
d33949b4d4
4 changed files with 13 additions and 3 deletions
|
@ -67,7 +67,7 @@
|
|||
// KCModule plugin interface
|
||||
// =========================
|
||||
typedef KGenericFactory<KWinDecorationModule, QWidget> KWinDecoFactory;
|
||||
K_EXPORT_COMPONENT_FACTORY( kwindecoration, KWinDecoFactory("kcmkwindecoration") )
|
||||
K_EXPORT_COMPONENT_FACTORY( kcm_kwindecoration, KWinDecoFactory("kcmkwindecoration") )
|
||||
|
||||
KWinDecorationModule::KWinDecorationModule(QWidget* parent, const QStringList &)
|
||||
: KCModule(KWinDecoFactory::componentData(), parent),
|
||||
|
|
|
@ -7,7 +7,7 @@ ServiceTypes=KCModule
|
|||
DocPath=kcontrol/kwindecoration/index.html
|
||||
|
||||
X-KDE-Library=kcm_kwindecoration
|
||||
X-KDE-FactoryName=kwindecoration
|
||||
X-KDE-FactoryName=kcm_kwindecoration
|
||||
X-KDE-ParentApp=kcontrol
|
||||
|
||||
X-KDE-System-Settings-Parent-Category=appearance
|
||||
|
|
|
@ -10,6 +10,8 @@ X-KDE-Library=kcm_kwineffects
|
|||
X-KDE-FactoryName=kcm_kwineffects
|
||||
X-KDE-ParentApp=kcontrol
|
||||
|
||||
X-KDE-System-Settings-Parent-Category=window-behaviour
|
||||
|
||||
Name=Window Effects
|
||||
Name[be]=Эфекты вокнаў
|
||||
Name[csb]=Efektë òknów
|
||||
|
@ -56,3 +58,6 @@ Keywords[nl]=kwin,window,venster,window manager,effect
|
|||
Keywords[pt]=kwin,janela,gestor,efeito
|
||||
Keywords[pt_BR]=kwin,janela,gestor,efeito
|
||||
Keywords[sv]=kwin,fönster,hantera,effekt
|
||||
|
||||
Categories=Qt;KDE;X-KDE-settings-looknfeel;
|
||||
|
||||
|
|
|
@ -6,10 +6,12 @@ ServiceTypes=KCModule
|
|||
Exec=kcmshell kwinoptions
|
||||
DocPath=kcontrol/windowmanagement/index.html
|
||||
|
||||
X-KDE-Library=kwinoptions
|
||||
X-KDE-Library=kcm_kwinoptions
|
||||
X-KDE-FactoryName=kwinoptions
|
||||
X-KDE-ParentApp=kcontrol
|
||||
|
||||
X-KDE-System-Settings-Parent-Category=window-behaviour
|
||||
|
||||
Name=Window Behavior
|
||||
Name[af]=Venster Gedrag
|
||||
Name[be]=Паводзіны вокнаў
|
||||
|
@ -179,3 +181,6 @@ Keywords[uk]=фокус,розташовування,поведінка вікн
|
|||
Keywords[uz]=фокуслаш,жойлашиш,ойнанинг хусусиятлари,анимация,олдинга,авто-олдинга,ойналар,фрейм,сарлавҳа,икки марта босиш
|
||||
Keywords[x-test]=xxfocus,placement,window behavior,animation,raise,auto raise,windows,frame,titlebar,doubleclickxx
|
||||
Keywords[zh_TW]=focus,placement,window behavior,animation,raise,auto raise,windows,frame,titlebar,doubleclick,焦點,放置,視窗行為,動畫,抬升,自動抬升,視窗,框架,標題列,雙擊
|
||||
|
||||
Categories=Qt;KDE;X-KDE-settings-looknfeel;
|
||||
|
||||
|
|
Loading…
Reference in a new issue