[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
|
2020-07-23 04:10:20 +00:00
|
|
|
|
Name[az]=Solğunlaşan sürüşən pəncərələr
|
2018-11-17 05:02:16 +00:00
|
|
|
|
Name[ca]=Missatges emergents esvaïts
|
2019-07-13 03:18:09 +00:00
|
|
|
|
Name[ca@valencia]=Missatges emergents que es fonen
|
2019-08-30 03:26:49 +00:00
|
|
|
|
Name[cs]=Mizející vyskakovací okna
|
2019-05-08 03:51:51 +00:00
|
|
|
|
Name[da]=Pop-op'er udtoner
|
2019-08-07 03:12:10 +00:00
|
|
|
|
Name[de]=Überblendete Aufklappfenster
|
2018-12-03 04:36:39 +00:00
|
|
|
|
Name[en_GB]=Fading Popups
|
2019-01-11 04:41:32 +00:00
|
|
|
|
Name[es]=Desvanecer ventanas emergentes
|
2019-11-02 04:41:14 +00:00
|
|
|
|
Name[et]=Hääbuvad hüpikdialoogid
|
2019-06-09 03:13:32 +00:00
|
|
|
|
Name[eu]=Itzaleztatzen diren gainerakorrak
|
2018-11-29 04:32:08 +00:00
|
|
|
|
Name[fi]=Hiipuvat ponnahdusikkunat
|
2020-05-31 18:24:40 +00:00
|
|
|
|
Name[fr]=Fondu des boîtes de dialogue
|
2018-11-18 05:01:30 +00:00
|
|
|
|
Name[gl]=Xanelas emerxentes que esvaen
|
2019-12-10 04:51:14 +00:00
|
|
|
|
Name[hu]=Halványodó felugró ablakok
|
2020-01-04 05:12:32 +00:00
|
|
|
|
Name[ia]=Popups dissolvente
|
2019-10-23 03:33:32 +00:00
|
|
|
|
Name[id]=Sembulan Melesap
|
2018-12-02 04:29:39 +00:00
|
|
|
|
Name[it]=Finestre a comparsa che si dissolvono
|
2019-04-12 03:58:07 +00:00
|
|
|
|
Name[ko]=페이드 팝업
|
2019-10-18 03:38:34 +00:00
|
|
|
|
Name[lt]=Pamažu atsirandantys/išnykstantys iškylantieji langai
|
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
|
2019-12-03 04:49:05 +00:00
|
|
|
|
Name[pl]=Zanikanie okien wysuwnych
|
2018-11-17 05:02:16 +00:00
|
|
|
|
Name[pt]=Mensagens Desvanecentes
|
2019-02-23 04:48:12 +00:00
|
|
|
|
Name[pt_BR]=Desvanecer mensagens
|
2018-11-21 04:47:44 +00:00
|
|
|
|
Name[ru]=Растворяющиеся всплывающие окна
|
2018-12-28 04:34:06 +00:00
|
|
|
|
Name[sk]=Miznúce vyskakovacie okná
|
2020-03-27 05:43:00 +00:00
|
|
|
|
Name[sl]=Prehajajoča pojavna okna
|
2018-11-18 05:01:30 +00:00
|
|
|
|
Name[sv]=Borttonande meddelanderutor
|
2018-11-17 05:02:16 +00:00
|
|
|
|
Name[uk]=Інтерактивні контекстні панелі
|
2020-06-18 03:44:57 +00:00
|
|
|
|
Name[x-test]=xxFading Popupsxx
|
2018-12-12 05:11:35 +00:00
|
|
|
|
Name[zh_CN]=气泡通知渐隐渐现
|
2018-12-03 04:36:39 +00:00
|
|
|
|
Name[zh_TW]=淡化彈出視窗
|
[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
|
2020-07-23 04:10:20 +00:00
|
|
|
|
Comment[az]=Sürüşən pəncərələr getdikcə şəffaflaşır və sonda tam yox olur
|
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
|
2019-07-13 03:18:09 +00:00
|
|
|
|
Comment[ca@valencia]=Fa que els missatges emergents s'encenguen o s'apaguen de manera gradual quan es mostren o s'oculten
|
2019-08-30 03:26:49 +00:00
|
|
|
|
Comment[cs]=Nechá vyskakovací okna plynule zmizet/objevit se, pokud jsou zobrazeny resp. skryty
|
2019-05-08 03:51:51 +00:00
|
|
|
|
Comment[da]=Få pop-op'er til at tone ud og ind når de vises eller skjules
|
2019-08-07 03:12:10 +00:00
|
|
|
|
Comment[de]=Blendet Aufklappfenster beim Öffnen/Schließen langsam ein bzw. aus
|
2018-12-03 04:36:39 +00:00
|
|
|
|
Comment[en_GB]=Make popups smoothly fade in and out when they are shown or hidden
|
2019-01-11 04:41:32 +00:00
|
|
|
|
Comment[es]=Hace que las ventanas emergentes aparezcan o se desvanezcan suavemente al mostrarlas u ocultarlas
|
2019-11-02 04:41:14 +00:00
|
|
|
|
Comment[et]=Paneb hüpikaknad sujuvalt hääbuma või tugevnema, kui need peidetakse või nähtavale tuuakse
|
2019-06-09 03:13:32 +00:00
|
|
|
|
Comment[eu]=Gainerakorrak emeki agertzen eta desagertzen ditu haiek erakustean edo ezkutatzean
|
2018-11-29 04:32:08 +00:00
|
|
|
|
Comment[fi]=Ponnahdusikkunat tulevat näkyviin tai poistuvat näkyvistä pehmeästi häivyttäen
|
2020-05-31 18:24:40 +00:00
|
|
|
|
Comment[fr]=Estompe ou fait apparaître en fondu les boîtes de dialogue lorsqu'elles sont affichées ou cachées
|
2018-11-18 05:01:30 +00:00
|
|
|
|
Comment[gl]=Esvae e fai opacas as xanelas emerxentes con suavidade ao mostralas ou agochadas
|
2019-12-10 04:51:14 +00:00
|
|
|
|
Comment[hu]=A felugró folyamatosan áttűnő módon lesznek elrejtve és megjelenítve
|
2020-01-13 04:53:53 +00:00
|
|
|
|
Comment[ia]=Face que fenestras pote dulcemente pallidir intra e foras quando illos es monstrate o celate
|
2019-07-31 03:23:00 +00:00
|
|
|
|
Comment[id]=Buat sembulan secara halus lesap-muncul dan lesap-hilang ketika ia ditampilkan atau disembunyikan
|
2018-12-02 04:29:39 +00:00
|
|
|
|
Comment[it]=Fai dissolvere e comparire gradualmente le finestre a comparsa quando vengono mostrate o nascoste
|
2019-04-12 03:58:07 +00:00
|
|
|
|
Comment[ko]=팝업이 보여지거나 감춰질 때 부드러운 페이드 인/아웃을 사용합니다
|
2019-10-18 03:38:34 +00:00
|
|
|
|
Comment[lt]=Sukuria efektą, kai iškylantieji langai, juos parodant ar paslepiant, glotniai pamažu atsiranda/išnyksta
|
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
|
2019-12-03 04:49:05 +00:00
|
|
|
|
Comment[pl]=Okna wysuwne gładko wyłaniają się przy otwieraniu i zanikają przy zamykaniu
|
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
|
2019-01-25 04:40:11 +00:00
|
|
|
|
Comment[pt_BR]=Faz as mensagens aparecerem/desaparecerem suavemente quando são exibidas ou ocultadas
|
2018-11-21 04:47:44 +00:00
|
|
|
|
Comment[ru]=Всплывающие окна при закрытии будут становиться всё более прозрачными, а потом совсем исчезать
|
2018-12-28 04:34:06 +00:00
|
|
|
|
Comment[sk]=Okná sa plynule objavia/zmiznú pri ich zobrazení alebo skrytí
|
2020-03-27 05:43:00 +00:00
|
|
|
|
Comment[sl]=Okna se pojavijo in izginejo postopoma, kadar se pokažejo ali skrijejo
|
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]=Поступова поява або зникнення контекстних вікон вікон при відкритті чи закритті
|
2020-06-18 03:44:57 +00:00
|
|
|
|
Comment[x-test]=xxMake popups smoothly fade in and out when they are shown or hiddenxx
|
2018-12-12 05:11:35 +00:00
|
|
|
|
Comment[zh_CN]=当弹窗被显示或者隐藏时,使窗口平滑地淡入淡出
|
2018-12-03 04:36:39 +00:00
|
|
|
|
Comment[zh_TW]=當彈出視窗出現或消失時,讓彈出視窗滑順的淡入和淡出
|
[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
|
2019-09-29 14:03:25 +00:00
|
|
|
|
X-KDE-PluginInfo-Author=Vlad Zahorodnii
|
2020-01-14 16:17:18 +00:00
|
|
|
|
X-KDE-PluginInfo-Email=vlad.zahorodnii@kde.org
|
[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
|
|
|
|
X-KDE-PluginInfo-Name=kwin4_effect_fadingpopups
|
|
|
|
|
X-KDE-PluginInfo-Version=1.0
|
|
|
|
|
X-KDE-PluginInfo-Category=Appearance
|
|
|
|
|
X-KDE-PluginInfo-License=GPL
|
|
|
|
|
X-KDE-PluginInfo-EnabledByDefault=true
|
|
|
|
|
X-KDE-Ordering=60
|
|
|
|
|
X-Plasma-API=javascript
|
|
|
|
|
X-Plasma-MainScript=code/main.js
|