[effects] Split the Fade effect
Summary:
Currently, we have three effects that can be used to animate the
appearing of toplevel windows(fade, glide, scale) and one can enable
all three of them, which seems to be wrong. It doesn't make sense to have
glide and scale effect enabled, for example.
We couldn't put all three effects into an exclusive group before because
the fade effect animates not only toplevel windows but also popups. So,
if all three effects are in an exclusive group and you enable glide effect,
for example, then tooltips and other popups won't be faded in/out.
This patch splits the fade effect into two: the first effect (called Fade)
animates toplevel windows and the other one (called Fading Popups) animates
popup windows.
Test Plan:
Have been using the Fading Popups effect in combination with the Scale
effect for a couple of days. Haven't noticed any significant differences between
the new combination (Fading Popups + Scale) and the old combination
(Fade + Scale).
Reviewers: #kwin, #plasma, #vdg, graesslin
Reviewed By: #kwin, #plasma, graesslin
Subscribers: graesslin, abetts, ngraham, kwin
Tags: #kwin
Differential Revision: https://phabricator.kde.org/D16836
2018-11-03 15:42:31 +00:00
|
|
|
|
[Desktop Entry]
|
|
|
|
|
Name=Fading Popups
|
2018-11-17 05:02:16 +00:00
|
|
|
|
Name[ca]=Missatges emergents esvaïts
|
2018-11-19 04:20:59 +00:00
|
|
|
|
Name[ca@valencia]=Missatges emergents esvaïts
|
2018-11-18 05:01:30 +00:00
|
|
|
|
Name[gl]=Xanelas emerxentes que esvaen
|
2018-11-22 05:02:11 +00:00
|
|
|
|
Name[id]=Fading Popups
|
2018-11-17 05:02:16 +00:00
|
|
|
|
Name[nl]=Vervagende pop-ups
|
2018-11-18 05:01:30 +00:00
|
|
|
|
Name[nn]=Inn- og uttoning av sprettoppvindauge
|
2018-11-17 05:02:16 +00:00
|
|
|
|
Name[pt]=Mensagens Desvanecentes
|
2018-11-21 04:47:44 +00:00
|
|
|
|
Name[ru]=Растворяющиеся всплывающие окна
|
2018-11-18 05:01:30 +00:00
|
|
|
|
Name[sv]=Borttonande meddelanderutor
|
2018-11-17 05:02:16 +00:00
|
|
|
|
Name[uk]=Інтерактивні контекстні панелі
|
|
|
|
|
Name[x-test]=xxFading Popupsxx
|
[effects] Split the Fade effect
Summary:
Currently, we have three effects that can be used to animate the
appearing of toplevel windows(fade, glide, scale) and one can enable
all three of them, which seems to be wrong. It doesn't make sense to have
glide and scale effect enabled, for example.
We couldn't put all three effects into an exclusive group before because
the fade effect animates not only toplevel windows but also popups. So,
if all three effects are in an exclusive group and you enable glide effect,
for example, then tooltips and other popups won't be faded in/out.
This patch splits the fade effect into two: the first effect (called Fade)
animates toplevel windows and the other one (called Fading Popups) animates
popup windows.
Test Plan:
Have been using the Fading Popups effect in combination with the Scale
effect for a couple of days. Haven't noticed any significant differences between
the new combination (Fading Popups + Scale) and the old combination
(Fade + Scale).
Reviewers: #kwin, #plasma, #vdg, graesslin
Reviewed By: #kwin, #plasma, graesslin
Subscribers: graesslin, abetts, ngraham, kwin
Tags: #kwin
Differential Revision: https://phabricator.kde.org/D16836
2018-11-03 15:42:31 +00:00
|
|
|
|
Icon=preferences-system-windows-effect-fadingpopups
|
|
|
|
|
Comment=Make popups smoothly fade in and out when they are shown or hidden
|
2018-11-17 05:02:16 +00:00
|
|
|
|
Comment[ca]=Fa que els missatges emergents s'encenguin o s'apaguin de manera gradual quan es mostren o s'oculten
|
2018-11-19 04:20:59 +00:00
|
|
|
|
Comment[ca@valencia]=Fa que els missatges emergents s'encenguin o s'apaguin de manera gradual quan es mostren o s'oculten
|
2018-11-18 05:01:30 +00:00
|
|
|
|
Comment[gl]=Esvae e fai opacas as xanelas emerxentes con suavidade ao mostralas ou agochadas
|
2018-11-22 05:02:11 +00:00
|
|
|
|
Comment[id]=Buat sembulan secara halus lesap-masuk dan lesap-keluar ketika ia ditampilkan atau disembunyikan
|
2018-11-17 05:02:16 +00:00
|
|
|
|
Comment[nl]=Laat pop-ups vloeiend opkomen/vervagen als ze worden weergegeven of verborgen
|
2018-11-18 05:01:30 +00:00
|
|
|
|
Comment[nn]=Ton sprettoppvindauge gradvis inn og ut når dei vert viste eller gøymde
|
2018-11-17 05:02:16 +00:00
|
|
|
|
Comment[pt]=Fazer com que as janelas apareçam/desapareçam suavemente quando aparecem ou ficam escondidas
|
2018-11-21 04:47:44 +00:00
|
|
|
|
Comment[ru]=Всплывающие окна при закрытии будут становиться всё более прозрачными, а потом совсем исчезать
|
2018-11-18 05:01:30 +00:00
|
|
|
|
Comment[sv]=Gör att meddelanderutor mjukt tonas in eller ut när de visas eller döljs
|
2018-11-17 05:02:16 +00:00
|
|
|
|
Comment[uk]=Поступова поява або зникнення контекстних вікон вікон при відкритті чи закритті
|
|
|
|
|
Comment[x-test]=xxMake popups smoothly fade in and out when they are shown or hiddenxx
|
[effects] Split the Fade effect
Summary:
Currently, we have three effects that can be used to animate the
appearing of toplevel windows(fade, glide, scale) and one can enable
all three of them, which seems to be wrong. It doesn't make sense to have
glide and scale effect enabled, for example.
We couldn't put all three effects into an exclusive group before because
the fade effect animates not only toplevel windows but also popups. So,
if all three effects are in an exclusive group and you enable glide effect,
for example, then tooltips and other popups won't be faded in/out.
This patch splits the fade effect into two: the first effect (called Fade)
animates toplevel windows and the other one (called Fading Popups) animates
popup windows.
Test Plan:
Have been using the Fading Popups effect in combination with the Scale
effect for a couple of days. Haven't noticed any significant differences between
the new combination (Fading Popups + Scale) and the old combination
(Fade + Scale).
Reviewers: #kwin, #plasma, #vdg, graesslin
Reviewed By: #kwin, #plasma, graesslin
Subscribers: graesslin, abetts, ngraham, kwin
Tags: #kwin
Differential Revision: https://phabricator.kde.org/D16836
2018-11-03 15:42:31 +00:00
|
|
|
|
|
|
|
|
|
Type=Service
|
|
|
|
|
X-KDE-ServiceTypes=KWin/Effect
|
|
|
|
|
X-KDE-PluginInfo-Author=Vlad Zagorodniy
|
|
|
|
|
X-KDE-PluginInfo-Email=vladzzag@gmail.com
|
|
|
|
|
X-KDE-PluginInfo-Name=kwin4_effect_fadingpopups
|
|
|
|
|
X-KDE-PluginInfo-Version=1.0
|
|
|
|
|
X-KDE-PluginInfo-Category=Appearance
|
|
|
|
|
X-KDE-PluginInfo-Depends=
|
|
|
|
|
X-KDE-PluginInfo-License=GPL
|
|
|
|
|
X-KDE-PluginInfo-EnabledByDefault=true
|
|
|
|
|
X-KDE-Ordering=60
|
|
|
|
|
X-Plasma-API=javascript
|
|
|
|
|
X-Plasma-MainScript=code/main.js
|