mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kwin: remove unused X-KDE-Ordering property
the effects have no dependencies and can be loaded and unloaded at any, also none of the effects provide the same functionality (there used to be such effects before but not anymore) Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0748256390
commit
d3a7c7571a
14 changed files with 0 additions and 20 deletions
|
@ -1361,8 +1361,6 @@ bool EffectsHandlerImpl::loadEffect(const QString& name, bool checkDefault)
|
|||
}
|
||||
|
||||
kDebug(1212) << "Internal effect has been loaded" << name;
|
||||
|
||||
// order does not matter really
|
||||
loaded_effects.append(EffectPair(name, effect));
|
||||
effectsChanged();
|
||||
return true;
|
||||
|
|
|
@ -156,4 +156,3 @@ X-KDE-PluginInfo-Category=Focus
|
|||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=false
|
||||
X-KDE-Ordering=50
|
||||
|
|
|
@ -140,4 +140,3 @@ X-KDE-PluginInfo-Category=Appearance
|
|||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-Ordering=70
|
||||
|
|
|
@ -85,6 +85,3 @@ Comment[wa]=Efet KWin
|
|||
Comment[x-test]=xxKWin Effectxx
|
||||
Comment[zh_CN]=KWin 效果
|
||||
Comment[zh_TW]=KWin 效果
|
||||
|
||||
[PropertyDef::X-KDE-Ordering]
|
||||
Type=int
|
||||
|
|
|
@ -160,4 +160,3 @@ X-KDE-PluginInfo-Category=Appearance
|
|||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-Ordering=85
|
||||
|
|
|
@ -156,4 +156,3 @@ X-KDE-PluginInfo-Category=Appearance
|
|||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-Ordering=50
|
||||
|
|
|
@ -155,4 +155,3 @@ X-KDE-PluginInfo-Category=Window Management
|
|||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-Ordering=70
|
||||
|
|
|
@ -128,4 +128,3 @@ X-KDE-PluginInfo-Category=Window Management
|
|||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=false
|
||||
X-KDE-Ordering=60
|
||||
|
|
|
@ -144,4 +144,3 @@ X-KDE-PluginInfo-Category=Appearance
|
|||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-Ordering=50
|
||||
|
|
|
@ -115,4 +115,3 @@ X-KDE-PluginInfo-Category=Focus
|
|||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=false
|
||||
X-KDE-Ordering=50
|
||||
|
|
|
@ -134,4 +134,3 @@ X-KDE-PluginInfo-Category=Appearance
|
|||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-Ordering=40
|
||||
|
|
|
@ -117,5 +117,3 @@ X-KDE-PluginInfo-License=GPL
|
|||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-Library=kwin4_effect_builtins
|
||||
X-KDE-Ordering=90
|
||||
X-KWin-Requires-OpenGL=true
|
||||
|
|
|
@ -154,4 +154,3 @@ X-KDE-PluginInfo-Category=Appearance
|
|||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
X-KDE-Ordering=70
|
||||
|
|
|
@ -125,6 +125,3 @@ X-KDE-PluginInfo-License=GPL
|
|||
X-KDE-PluginInfo-Depends=
|
||||
# Whether this effect should be enabled by default
|
||||
X-KDE-PluginInfo-EnabledByDefault=false
|
||||
# The plugin (library) which contains the effect. One library may contain more effects.
|
||||
# The order in which this effect is loaded. Lower numbers are loaded first.
|
||||
X-KDE-Ordering=90
|
||||
|
|
Loading…
Add table
Reference in a new issue