diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-09-15 19:26:07 +0200 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-02-07 20:11:23 +0300 |
commit | d06d26f8c45e468021b1ec1def42fb1ce600a3dc (patch) | |
tree | 57785c245271ed03decb02bd9da4450591ebad91 /x11-wm | |
parent | net-p2p/bitmark*: update to 0.15.3 (diff) |
KDE: Update KDE Plasma Desktop to 5.26
All About the Widgets
Plasma 5.26 comes with new and tweaked widgets, improves the desktop
experience leaps and bounds, and Plasma Big Screen's app family grows
Tuesday, 11 October 2022
Even with a bare-bones installation, Plasma lets you customize your
desktop a lot. If you want more, there is always Plasma’s vast ecosystem
of widgets. Widgets add features and utilities to the Plasma desktop and
today you can find out all the stuff you can do and what’s new for
widgets in Plasma 5.26.
Widgets are not the only thing to look forward to in Plasma 5.26: check
out all the new stuff landing on the desktop designed to make using
Plasma easier, more accessible and enjoyable, as well as the two new
utilities for Plasma Big Screen, KDE’s interface for smart TVs.
Announcement: https://kde.org/announcements/plasma/5/5.26.0/
KDE: Update KDE Plasma Desktop to 5.26.5
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/plasma5-kdecoration/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/plasma5-kdecoration/pkg-plist | 2 | ||||
-rw-r--r-- | x11-wm/plasma5-kwin/Makefile | 17 | ||||
-rw-r--r-- | x11-wm/plasma5-kwin/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/plasma5-kwin/pkg-plist | 234 |
5 files changed, 142 insertions, 123 deletions
diff --git a/x11-wm/plasma5-kdecoration/distinfo b/x11-wm/plasma5-kdecoration/distinfo index bf8ebb382e8d..b6bd351eb4ee 100644 --- a/x11-wm/plasma5-kdecoration/distinfo +++ b/x11-wm/plasma5-kdecoration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670610161 -SHA256 (KDE/plasma/5.24.7/kdecoration-5.24.7.tar.xz) = 9b0c675f01d9cd4cea746e0658b6ff1b64339dd3df71efe7fcdd9b73545245fc -SIZE (KDE/plasma/5.24.7/kdecoration-5.24.7.tar.xz) = 49192 +TIMESTAMP = 1673334457 +SHA256 (KDE/plasma/5.26.5/kdecoration-5.26.5.tar.xz) = a2fd0f06060635eec1bdec5abbd7a476b4c84dab125391248db5f322e2c7f7b7 +SIZE (KDE/plasma/5.26.5/kdecoration-5.26.5.tar.xz) = 52192 diff --git a/x11-wm/plasma5-kdecoration/pkg-plist b/x11-wm/plasma5-kdecoration/pkg-plist index a8357ad7c2f1..eddff60cbed9 100644 --- a/x11-wm/plasma5-kdecoration/pkg-plist +++ b/x11-wm/plasma5-kdecoration/pkg-plist @@ -53,6 +53,7 @@ share/locale/ia/LC_MESSAGES/kdecoration.mo share/locale/id/LC_MESSAGES/kdecoration.mo share/locale/it/LC_MESSAGES/kdecoration.mo share/locale/ja/LC_MESSAGES/kdecoration.mo +share/locale/ka/LC_MESSAGES/kdecoration.mo share/locale/ko/LC_MESSAGES/kdecoration.mo share/locale/lt/LC_MESSAGES/kdecoration.mo share/locale/nl/LC_MESSAGES/kdecoration.mo @@ -65,6 +66,7 @@ share/locale/ru/LC_MESSAGES/kdecoration.mo share/locale/sk/LC_MESSAGES/kdecoration.mo share/locale/sl/LC_MESSAGES/kdecoration.mo share/locale/sv/LC_MESSAGES/kdecoration.mo +share/locale/tr/LC_MESSAGES/kdecoration.mo share/locale/uk/LC_MESSAGES/kdecoration.mo share/locale/zh_CN/LC_MESSAGES/kdecoration.mo share/locale/zh_TW/LC_MESSAGES/kdecoration.mo diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile index 27ff0e4e8321..33e6ba85af55 100644 --- a/x11-wm/plasma5-kwin/Makefile +++ b/x11-wm/plasma5-kwin/Makefile @@ -22,9 +22,11 @@ LIB_DEPENDS= libXcursor.so:x11/libXcursor \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-image.so:x11/xcb-util-image \ libxcb-keysyms.so:x11/xcb-util-keysyms \ - libxkbcommon.so:x11/libxkbcommon + libxkbcommon.so:x11/libxkbcommon \ + libxcvt.so:x11/libxcvt BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ - xwayland-devel>0:x11-servers/xwayland-devel + xwayland-devel>0:x11-servers/xwayland-devel \ + wayland-protocols>0:graphics/wayland-protocols RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel CONFLICTS_INSTALL= kwinft # bin/kwin_wayland @@ -34,10 +36,10 @@ USES= cmake compiler:c++11-lib gettext gl gnome kde:5 pkgconfig \ USE_GL= egl gbm USE_GNOME= glib20 USE_KDE= activities attica auth breeze codecs completion config \ - configwidgets coreaddons crash dbusaddons decoration globalaccel i18n \ - iconthemes idletime init jobwidgets kcmutils kdeclarative kio \ - kscreenlocker kwayland-integration kwayland-server newstuff \ - notifications package plasma-framework \ + configwidgets coreaddons crash dbusaddons decoration \ + globalaccel i18n iconthemes idletime init itemviews jobwidgets \ + kcmutils kdeclarative kio kscreenlocker kwayland-integration \ + newstuff notifications package plasma-framework \ plasma-wayland-protocols runner service sonnet textwidgets \ wayland widgetsaddons windowsystem xmlgui \ doctools:build ecm:build @@ -48,6 +50,7 @@ USE_QT= concurrent core dbus declarative gui multimedia network script \ quickcontrols2:run virtualkeyboard:run USE_XORG= ice sm x11 xcb xext xi SHEBANG_FILES= kconf_update/*.py \ - kconf_update/*.pl + kconf_update/*.pl \ + src/effects/strip-effect-metadata.py .include <bsd.port.mk> diff --git a/x11-wm/plasma5-kwin/distinfo b/x11-wm/plasma5-kwin/distinfo index f3466ecc26af..cb0f07102424 100644 --- a/x11-wm/plasma5-kwin/distinfo +++ b/x11-wm/plasma5-kwin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670610162 -SHA256 (KDE/plasma/5.24.7/kwin-5.24.7.tar.xz) = 9f8318633e1662c6e32ca447c16257c043a40c1777acaa41464640cbda9b0725 -SIZE (KDE/plasma/5.24.7/kwin-5.24.7.tar.xz) = 6480704 +TIMESTAMP = 1673334459 +SHA256 (KDE/plasma/5.26.5/kwin-5.26.5.tar.xz) = 13e0818ffc2a9b2038a9638b0413c14070be6d86abfcf6b8d188263d4a011bd8 +SIZE (KDE/plasma/5.26.5/kwin-5.26.5.tar.xz) = 6658216 diff --git a/x11-wm/plasma5-kwin/pkg-plist b/x11-wm/plasma5-kwin/pkg-plist index 5e2b075122ec..7fcca2767a3e 100644 --- a/x11-wm/plasma5-kwin/pkg-plist +++ b/x11-wm/plasma5-kwin/pkg-plist @@ -4,7 +4,6 @@ bin/kwin_x11 include/kwin_export.h include/kwinanimationeffect.h include/kwinconfig.h -include/kwindeformeffect.h include/kwineffects.h include/kwineffects_export.h include/kwinglobals.h @@ -13,10 +12,9 @@ include/kwingltexture.h include/kwinglutils.h include/kwinglutils_export.h include/kwinglutils_funcs.h +include/kwinoffscreeneffect.h include/kwinoffscreenquickview.h include/kwinquickeffect.h -include/kwinxrenderutils.h -include/kwinxrenderutils_export.h lib/cmake/KWinDBusInterface/KWinDBusInterfaceConfig.cmake lib/cmake/KWinEffects/KWinEffectsConfig.cmake lib/cmake/KWinEffects/KWinEffectsConfigVersion.cmake @@ -31,24 +29,11 @@ lib/libkcmkwincommon.so.%%KDE_PLASMA_VERSION%% lib/libkwin.so.5 lib/libkwin.so.%%KDE_PLASMA_VERSION%% lib/libkwineffects.so -lib/libkwineffects.so.13 +lib/libkwineffects.so.14 lib/libkwineffects.so.%%KDE_PLASMA_VERSION%% lib/libkwinglutils.so -lib/libkwinglutils.so.13 +lib/libkwinglutils.so.14 lib/libkwinglutils.so.%%KDE_PLASMA_VERSION%% -lib/libkwinxrenderutils.so -lib/libkwinxrenderutils.so.13 -lib/libkwinxrenderutils.so.%%KDE_PLASMA_VERSION%% -%%QT_PLUGINDIR%%/kcm_kwin_scripts.so -%%QT_PLUGINDIR%%/kcm_kwinoptions.so -%%QT_PLUGINDIR%%/kcm_kwinscreenedges.so -%%QT_PLUGINDIR%%/kcm_kwintabbox.so -%%QT_PLUGINDIR%%/kcm_kwintouchscreen.so -%%QT_PLUGINDIR%%/kcms/kcm_kwin_effects.so -%%QT_PLUGINDIR%%/kcms/kcm_kwin_virtualdesktops.so -%%QT_PLUGINDIR%%/kcms/kcm_kwindecoration.so -%%QT_PLUGINDIR%%/kcms/kcm_kwinrules.so -%%QT_PLUGINDIR%%/kcms/kcm_virtualkeyboard.so %%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_aurorae.so %%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_decoration.so %%QT_PLUGINDIR%%/kpackage/packagestructure/kwin_effect.so @@ -60,30 +45,36 @@ lib/libkwinxrenderutils.so.%%KDE_PLASMA_VERSION%% %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_diminactive_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_glide_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_invert_config.so -%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_lookingglass_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_magiclamp_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_magnifier_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_mouseclick_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_mousemark_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_overview_config.so -%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_presentwindows_config.so -%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_showfps_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_showpaint_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_slide_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_thumbnailaside_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_trackmouse_config.so +%%QT_PLUGINDIR%%/kwin/effects/configs/kwin_windowview_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_wobblywindows_config.so %%QT_PLUGINDIR%%/kwin/effects/configs/kwin_zoom_config.so +%%QT_PLUGINDIR%%/kwin/plugins/MouseButtonToKeyPlugin.so %%QT_PLUGINDIR%%/kwin/plugins/colordintegration.so %%QT_PLUGINDIR%%/kwin/plugins/krunnerintegration.so %%QT_PLUGINDIR%%/kwin/plugins/libKWinNightColorPlugin.so -%%QT_PLUGINDIR%%/kwincompositing.so %%QT_PLUGINDIR%%/org.kde.kdecoration2/kwin5_aurorae.so -%%QT_PLUGINDIR%%/org.kde.kwin.platforms/KWinX11Platform.so -%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandDrmBackend.so -%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandVirtualBackend.so -%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandWaylandBackend.so -%%QT_PLUGINDIR%%/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_effects.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_scripts.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwin_virtualdesktops.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwindecoration.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kwinrules.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_virtualkeyboard.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwinoptions.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwinscreenedges.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwintabbox.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_kwintouchscreen.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kwincompositing.so +%%QT_QMLDIR%%/org/kde/kwin.2/DesktopThumbnailItem.qml +%%QT_QMLDIR%%/org/kde/kwin.2/qmldir %%QT_QMLDIR%%/org/kde/kwin/decoration/AppMenuButton.qml %%QT_QMLDIR%%/org/kde/kwin/decoration/ButtonGroup.qml %%QT_QMLDIR%%/org/kde/kwin/decoration/Decoration.qml @@ -93,10 +84,23 @@ lib/libkwinxrenderutils.so.%%KDE_PLASMA_VERSION%% %%QT_QMLDIR%%/org/kde/kwin/decoration/qmldir %%QT_QMLDIR%%/org/kde/kwin/decorations/plastik/libplastikplugin.so %%QT_QMLDIR%%/org/kde/kwin/decorations/plastik/qmldir +%%QT_QMLDIR%%/org/kde/kwin/private/effects/WindowHeap.qml +%%QT_QMLDIR%%/org/kde/kwin/private/effects/WindowHeapDelegate.qml +%%QT_QMLDIR%%/org/kde/kwin/private/effects/libeffectsplugin.so +%%QT_QMLDIR%%/org/kde/kwin/private/effects/qmldir %%QT_QMLDIR%%/org/kde/kwin/private/kdecoration/libkdecorationprivatedeclarative.so %%QT_QMLDIR%%/org/kde/kwin/private/kdecoration/qmldir lib/systemd/user/plasma-kwin_wayland.service lib/systemd/user/plasma-kwin_x11.service +share/applications/kcm_kwin_effects.desktop +share/applications/kcm_kwin_scripts.desktop +share/applications/kcm_kwin_virtualdesktops.desktop +share/applications/kcm_kwindecoration.desktop +share/applications/kcm_kwinoptions.desktop +share/applications/kcm_kwinrules.desktop +share/applications/kcm_kwintabbox.desktop +share/applications/kcm_virtualkeyboard.desktop +share/applications/kwincompositing.desktop share/applications/org.kde.kwin_rules_dialog.desktop share/config.kcfg/kwin.kcfg share/config.kcfg/kwin_colorcorrect.kcfg @@ -414,6 +418,7 @@ share/kconf_update/kwin-5.23-remove-cover-switch.py share/kconf_update/kwin-5.23-remove-cubeslide.py share/kconf_update/kwin-5.23-remove-flip-switch.py share/kconf_update/kwin-5.23-remove-xrender-backend.py +share/kconf_update/kwin-5.25-effect-pluginid-config-group.py share/kconf_update/kwin.upd share/kconf_update/kwinrules-5.19-placement.pl share/kconf_update/kwinrules-5.23-virtual-desktop-ids.py @@ -427,41 +432,21 @@ share/knsrcfiles/window-decorations.knsrc share/kpackage/kcms/kcm_kwin_effects/contents/ui/Effect.qml share/kpackage/kcms/kcm_kwin_effects/contents/ui/Video.qml share/kpackage/kcms/kcm_kwin_effects/contents/ui/main.qml -share/kpackage/kcms/kcm_kwin_effects/metadata.desktop -share/kpackage/kcms/kcm_kwin_effects/metadata.json +share/kpackage/kcms/kcm_kwin_scripts/contents/ui/main.qml share/kpackage/kcms/kcm_kwin_virtualdesktops/contents/ui/main.qml -share/kpackage/kcms/kcm_kwin_virtualdesktops/metadata.desktop -share/kpackage/kcms/kcm_kwin_virtualdesktops/metadata.json share/kpackage/kcms/kcm_kwindecoration/contents/ui/ButtonGroup.qml share/kpackage/kcms/kcm_kwindecoration/contents/ui/Buttons.qml share/kpackage/kcms/kcm_kwindecoration/contents/ui/Themes.qml share/kpackage/kcms/kcm_kwindecoration/contents/ui/main.qml -share/kpackage/kcms/kcm_kwindecoration/metadata.desktop -share/kpackage/kcms/kcm_kwindecoration/metadata.json share/kpackage/kcms/kcm_kwinrules/contents/ui/FileDialogLoader.qml share/kpackage/kcms/kcm_kwinrules/contents/ui/OptionsComboBox.qml share/kpackage/kcms/kcm_kwinrules/contents/ui/RuleItemDelegate.qml share/kpackage/kcms/kcm_kwinrules/contents/ui/RulesEditor.qml -share/kpackage/kcms/kcm_kwinrules/contents/ui/RulesList.qml share/kpackage/kcms/kcm_kwinrules/contents/ui/ValueEditor.qml -share/kpackage/kcms/kcm_kwinrules/metadata.desktop -share/kpackage/kcms/kcm_kwinrules/metadata.json +share/kpackage/kcms/kcm_kwinrules/contents/ui/main.qml share/kpackage/kcms/kcm_virtualkeyboard/contents/ui/main.qml -share/kpackage/kcms/kcm_virtualkeyboard/metadata.desktop -share/kpackage/kcms/kcm_virtualkeyboard/metadata.json share/krunner/dbusplugins/kwin-runner-windows.desktop -share/kservices5/kcm_kwin_effects.desktop -share/kservices5/kcm_kwin_virtualdesktops.desktop -share/kservices5/kcm_kwinrules.desktop -share/kservices5/kcm_virtualkeyboard.desktop share/kservices5/kwin/kwin4_decoration_qml_plastik.desktop -share/kservices5/kwincompositing.desktop -share/kservices5/kwindecoration.desktop -share/kservices5/kwinoptions.desktop -share/kservices5/kwinscreenedges.desktop -share/kservices5/kwinscripts.desktop -share/kservices5/kwintabbox.desktop -share/kservices5/kwintouchscreen.desktop share/kservicetypes5/kwindecoration.desktop share/kservicetypes5/kwindesktopswitcher.desktop share/kservicetypes5/kwineffect.desktop @@ -475,6 +460,7 @@ share/kservicetypes5/kwinwindowswitcher.desktop %%DATADIR%%/aurorae/DecorationButton.qml %%DATADIR%%/aurorae/MenuButton.qml %%DATADIR%%/aurorae/aurorae.qml +%%DATADIR%%/builtin-effects/kwin4_effect_blend/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_blur/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_colorpicker/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_contrast/metadata.json @@ -485,13 +471,12 @@ share/kservicetypes5/kwinwindowswitcher.desktop %%DATADIR%%/builtin-effects/kwin4_effect_highlightwindow/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_invert/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_kscreen/metadata.json -%%DATADIR%%/builtin-effects/kwin4_effect_lookingglass/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_magiclamp/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_magnifier/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_mouseclick/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_mousemark/metadata.json +%%DATADIR%%/builtin-effects/kwin4_effect_outputlocator/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_overview/metadata.json -%%DATADIR%%/builtin-effects/kwin4_effect_presentwindows/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_screenedge/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_screenshot/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_screentransform/metadata.json @@ -506,6 +491,7 @@ share/kservicetypes5/kwinwindowswitcher.desktop %%DATADIR%%/builtin-effects/kwin4_effect_thumbnailaside/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_touchpoints/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_trackmouse/metadata.json +%%DATADIR%%/builtin-effects/kwin4_effect_windowview/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_wobblywindows/metadata.json %%DATADIR%%/builtin-effects/kwin4_effect_zoom/metadata.json %%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/config/main.xml @@ -513,7 +499,8 @@ share/kservicetypes5/kwinwindowswitcher.desktop %%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/config.ui %%DATADIR%%/decorations/kwin4_decoration_qml_plastik/contents/ui/main.qml %%DATADIR%%/decorations/kwin4_decoration_qml_plastik/metadata.desktop -%%DATADIR%%/effects/desktopgrid/main.qml +%%DATADIR%%/effects/desktopgrid/qml/DesktopView.qml +%%DATADIR%%/effects/desktopgrid/qml/main.qml %%DATADIR%%/effects/kwin4_effect_dialogparent/contents/code/main.js %%DATADIR%%/effects/kwin4_effect_dialogparent/metadata.desktop %%DATADIR%%/effects/kwin4_effect_dialogparent/metadata.json @@ -572,11 +559,15 @@ share/kservicetypes5/kwinwindowswitcher.desktop %%DATADIR%%/effects/kwin4_effect_windowaperture/contents/code/main.js %%DATADIR%%/effects/kwin4_effect_windowaperture/metadata.desktop %%DATADIR%%/effects/kwin4_effect_windowaperture/metadata.json +%%DATADIR%%/effects/outputlocator/qml/OutputLabel.qml %%DATADIR%%/effects/overview/qml/DesktopBar.qml %%DATADIR%%/effects/overview/qml/DesktopView.qml %%DATADIR%%/effects/overview/qml/ScreenView.qml -%%DATADIR%%/effects/overview/qml/WindowHeap.qml -%%DATADIR%%/effects/presentwindows/main.qml +%%DATADIR%%/effects/showfps/qml/main.qml +%%DATADIR%%/effects/windowview/qml/main.qml +%%DATADIR%%/frames/plasma/frame_none.qml +%%DATADIR%%/frames/plasma/frame_styled.qml +%%DATADIR%%/frames/plasma/frame_unstyled.qml %%DATADIR%%/kcm_kwintabbox/desktop.png %%DATADIR%%/kcm_kwintabbox/dolphin.png %%DATADIR%%/kcm_kwintabbox/kmail.png @@ -607,8 +598,8 @@ share/locale/af/LC_MESSAGES/kcm_kwinrules.mo share/locale/af/LC_MESSAGES/kcmkwm.mo share/locale/af/LC_MESSAGES/kwin.mo share/locale/af/LC_MESSAGES/kwin_clients.mo -share/locale/ar/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ar/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ar/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ar/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ar/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ar/LC_MESSAGES/kcm_kwinrules.mo @@ -624,14 +615,14 @@ share/locale/ar/LC_MESSAGES/kwin_effects.mo share/locale/ar/LC_MESSAGES/kwin_scripting.mo share/locale/ar/LC_MESSAGES/kwin_scripts.mo share/locale/as/LC_MESSAGES/kwin.mo -share/locale/ast/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ast/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ast/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ast/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ast/LC_MESSAGES/kcmkwincompositing.mo share/locale/ast/LC_MESSAGES/kwin.mo share/locale/ast/LC_MESSAGES/kwin_effects.mo -share/locale/az/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/az/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/az/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/az/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/az/LC_MESSAGES/kcm_kwindecoration.mo share/locale/az/LC_MESSAGES/kcm_kwinrules.mo @@ -655,8 +646,8 @@ share/locale/be/LC_MESSAGES/kwin.mo share/locale/be/LC_MESSAGES/kwin_clients.mo share/locale/be/LC_MESSAGES/kwin_effects.mo share/locale/be@latin/LC_MESSAGES/kwin.mo -share/locale/bg/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/bg/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/bg/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/bg/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/bg/LC_MESSAGES/kcm_kwindecoration.mo share/locale/bg/LC_MESSAGES/kcm_kwinrules.mo @@ -686,7 +677,7 @@ share/locale/br/LC_MESSAGES/kcm_kwinrules.mo share/locale/br/LC_MESSAGES/kcmkwm.mo share/locale/br/LC_MESSAGES/kwin.mo share/locale/br/LC_MESSAGES/kwin_clients.mo -share/locale/bs/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/bs/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/bs/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/bs/LC_MESSAGES/kcm_kwindecoration.mo share/locale/bs/LC_MESSAGES/kcm_kwinrules.mo @@ -698,8 +689,8 @@ share/locale/bs/LC_MESSAGES/kwin.mo share/locale/bs/LC_MESSAGES/kwin_clients.mo share/locale/bs/LC_MESSAGES/kwin_effects.mo share/locale/bs/LC_MESSAGES/kwin_scripting.mo -share/locale/ca/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ca/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ca/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ca/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ca/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ca/LC_MESSAGES/kcm_kwinrules.mo @@ -714,8 +705,8 @@ share/locale/ca/LC_MESSAGES/kwin_clients.mo share/locale/ca/LC_MESSAGES/kwin_effects.mo share/locale/ca/LC_MESSAGES/kwin_scripting.mo share/locale/ca/LC_MESSAGES/kwin_scripts.mo -share/locale/ca@valencia/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ca@valencia/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ca@valencia/LC_MESSAGES/kcm_kwinrules.mo @@ -730,8 +721,8 @@ share/locale/ca@valencia/LC_MESSAGES/kwin_clients.mo share/locale/ca@valencia/LC_MESSAGES/kwin_effects.mo share/locale/ca@valencia/LC_MESSAGES/kwin_scripting.mo share/locale/ca@valencia/LC_MESSAGES/kwin_scripts.mo -share/locale/cs/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/cs/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/cs/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/cs/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/cs/LC_MESSAGES/kcm_kwindecoration.mo share/locale/cs/LC_MESSAGES/kcm_kwinrules.mo @@ -755,8 +746,8 @@ share/locale/cy/LC_MESSAGES/kcm_kwinrules.mo share/locale/cy/LC_MESSAGES/kcmkwm.mo share/locale/cy/LC_MESSAGES/kwin.mo share/locale/cy/LC_MESSAGES/kwin_clients.mo -share/locale/da/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/da/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/da/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/da/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/da/LC_MESSAGES/kcm_kwindecoration.mo share/locale/da/LC_MESSAGES/kcm_kwinrules.mo @@ -770,8 +761,8 @@ share/locale/da/LC_MESSAGES/kwin_clients.mo share/locale/da/LC_MESSAGES/kwin_effects.mo share/locale/da/LC_MESSAGES/kwin_scripting.mo share/locale/da/LC_MESSAGES/kwin_scripts.mo -share/locale/de/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/de/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/de/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/de/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/de/LC_MESSAGES/kcm_kwindecoration.mo share/locale/de/LC_MESSAGES/kcm_kwinrules.mo @@ -786,7 +777,7 @@ share/locale/de/LC_MESSAGES/kwin_clients.mo share/locale/de/LC_MESSAGES/kwin_effects.mo share/locale/de/LC_MESSAGES/kwin_scripting.mo share/locale/de/LC_MESSAGES/kwin_scripts.mo -share/locale/el/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/el/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/el/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/el/LC_MESSAGES/kcm_kwindecoration.mo share/locale/el/LC_MESSAGES/kcm_kwinrules.mo @@ -799,8 +790,8 @@ share/locale/el/LC_MESSAGES/kwin_clients.mo share/locale/el/LC_MESSAGES/kwin_effects.mo share/locale/el/LC_MESSAGES/kwin_scripting.mo share/locale/el/LC_MESSAGES/kwin_scripts.mo -share/locale/en_GB/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/en_GB/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/en_GB/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/en_GB/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/en_GB/LC_MESSAGES/kcm_kwindecoration.mo share/locale/en_GB/LC_MESSAGES/kcm_kwinrules.mo @@ -825,8 +816,8 @@ share/locale/eo/LC_MESSAGES/kcmkwm.mo share/locale/eo/LC_MESSAGES/kwin.mo share/locale/eo/LC_MESSAGES/kwin_clients.mo share/locale/eo/LC_MESSAGES/kwin_effects.mo -share/locale/es/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/es/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/es/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/es/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/es/LC_MESSAGES/kcm_kwindecoration.mo share/locale/es/LC_MESSAGES/kcm_kwinrules.mo @@ -841,8 +832,8 @@ share/locale/es/LC_MESSAGES/kwin_clients.mo share/locale/es/LC_MESSAGES/kwin_effects.mo share/locale/es/LC_MESSAGES/kwin_scripting.mo share/locale/es/LC_MESSAGES/kwin_scripts.mo -share/locale/et/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/et/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/et/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/et/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/et/LC_MESSAGES/kcm_kwindecoration.mo share/locale/et/LC_MESSAGES/kcm_kwinrules.mo @@ -856,8 +847,8 @@ share/locale/et/LC_MESSAGES/kwin_clients.mo share/locale/et/LC_MESSAGES/kwin_effects.mo share/locale/et/LC_MESSAGES/kwin_scripting.mo share/locale/et/LC_MESSAGES/kwin_scripts.mo -share/locale/eu/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/eu/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/eu/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/eu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/eu/LC_MESSAGES/kcm_kwindecoration.mo share/locale/eu/LC_MESSAGES/kcm_kwinrules.mo @@ -872,7 +863,7 @@ share/locale/eu/LC_MESSAGES/kwin_clients.mo share/locale/eu/LC_MESSAGES/kwin_effects.mo share/locale/eu/LC_MESSAGES/kwin_scripting.mo share/locale/eu/LC_MESSAGES/kwin_scripts.mo -share/locale/fa/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/fa/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/fa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/fa/LC_MESSAGES/kcm_kwindecoration.mo share/locale/fa/LC_MESSAGES/kcm_kwinrules.mo @@ -883,8 +874,8 @@ share/locale/fa/LC_MESSAGES/kcmkwm.mo share/locale/fa/LC_MESSAGES/kwin.mo share/locale/fa/LC_MESSAGES/kwin_clients.mo share/locale/fa/LC_MESSAGES/kwin_effects.mo -share/locale/fi/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/fi/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/fi/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/fi/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/fi/LC_MESSAGES/kcm_kwindecoration.mo share/locale/fi/LC_MESSAGES/kcm_kwinrules.mo @@ -899,8 +890,8 @@ share/locale/fi/LC_MESSAGES/kwin_clients.mo share/locale/fi/LC_MESSAGES/kwin_effects.mo share/locale/fi/LC_MESSAGES/kwin_scripting.mo share/locale/fi/LC_MESSAGES/kwin_scripts.mo -share/locale/fr/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/fr/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/fr/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/fr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/fr/LC_MESSAGES/kcm_kwindecoration.mo share/locale/fr/LC_MESSAGES/kcm_kwinrules.mo @@ -924,7 +915,7 @@ share/locale/fy/LC_MESSAGES/kcmkwm.mo share/locale/fy/LC_MESSAGES/kwin.mo share/locale/fy/LC_MESSAGES/kwin_clients.mo share/locale/fy/LC_MESSAGES/kwin_effects.mo -share/locale/ga/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ga/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ga/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ga/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ga/LC_MESSAGES/kcm_kwinrules.mo @@ -935,8 +926,8 @@ share/locale/ga/LC_MESSAGES/kcmkwm.mo share/locale/ga/LC_MESSAGES/kwin.mo share/locale/ga/LC_MESSAGES/kwin_clients.mo share/locale/ga/LC_MESSAGES/kwin_effects.mo -share/locale/gl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/gl/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/gl/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/gl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/gl/LC_MESSAGES/kcm_kwindecoration.mo share/locale/gl/LC_MESSAGES/kcm_kwinrules.mo @@ -960,7 +951,7 @@ share/locale/gu/LC_MESSAGES/kcmkwm.mo share/locale/gu/LC_MESSAGES/kwin.mo share/locale/gu/LC_MESSAGES/kwin_clients.mo share/locale/gu/LC_MESSAGES/kwin_effects.mo -share/locale/he/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/he/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/he/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/he/LC_MESSAGES/kcm_kwindecoration.mo share/locale/he/LC_MESSAGES/kcm_kwinrules.mo @@ -1009,8 +1000,8 @@ share/locale/hsb/LC_MESSAGES/kcmkwm.mo share/locale/hsb/LC_MESSAGES/kwin.mo share/locale/hsb/LC_MESSAGES/kwin_clients.mo share/locale/hsb/LC_MESSAGES/kwin_effects.mo -share/locale/hu/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/hu/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/hu/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/hu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/hu/LC_MESSAGES/kcm_kwindecoration.mo share/locale/hu/LC_MESSAGES/kcm_kwinrules.mo @@ -1025,8 +1016,8 @@ share/locale/hu/LC_MESSAGES/kwin_clients.mo share/locale/hu/LC_MESSAGES/kwin_effects.mo share/locale/hu/LC_MESSAGES/kwin_scripting.mo share/locale/hu/LC_MESSAGES/kwin_scripts.mo -share/locale/ia/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ia/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ia/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ia/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ia/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ia/LC_MESSAGES/kcm_kwinrules.mo @@ -1041,8 +1032,8 @@ share/locale/ia/LC_MESSAGES/kwin_clients.mo share/locale/ia/LC_MESSAGES/kwin_effects.mo share/locale/ia/LC_MESSAGES/kwin_scripting.mo share/locale/ia/LC_MESSAGES/kwin_scripts.mo -share/locale/id/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/id/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/id/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/id/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/id/LC_MESSAGES/kcm_kwindecoration.mo share/locale/id/LC_MESSAGES/kcm_kwinrules.mo @@ -1067,8 +1058,8 @@ share/locale/is/LC_MESSAGES/kcmkwm.mo share/locale/is/LC_MESSAGES/kwin.mo share/locale/is/LC_MESSAGES/kwin_clients.mo share/locale/is/LC_MESSAGES/kwin_effects.mo -share/locale/it/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/it/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/it/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/it/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/it/LC_MESSAGES/kcm_kwindecoration.mo share/locale/it/LC_MESSAGES/kcm_kwinrules.mo @@ -1083,8 +1074,8 @@ share/locale/it/LC_MESSAGES/kwin_clients.mo share/locale/it/LC_MESSAGES/kwin_effects.mo share/locale/it/LC_MESSAGES/kwin_scripting.mo share/locale/it/LC_MESSAGES/kwin_scripts.mo -share/locale/ja/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ja/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ja/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ja/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ja/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ja/LC_MESSAGES/kcm_kwinrules.mo @@ -1099,7 +1090,23 @@ share/locale/ja/LC_MESSAGES/kwin_clients.mo share/locale/ja/LC_MESSAGES/kwin_effects.mo share/locale/ja/LC_MESSAGES/kwin_scripting.mo share/locale/ja/LC_MESSAGES/kwin_scripts.mo -share/locale/kk/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ka/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ka/LC_MESSAGES/kcm_kwin_scripts.mo +share/locale/ka/LC_MESSAGES/kcm_kwin_virtualdesktops.mo +share/locale/ka/LC_MESSAGES/kcm_kwindecoration.mo +share/locale/ka/LC_MESSAGES/kcm_kwinrules.mo +share/locale/ka/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ka/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/ka/LC_MESSAGES/kcmkwincommon.mo +share/locale/ka/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ka/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ka/LC_MESSAGES/kcmkwm.mo +share/locale/ka/LC_MESSAGES/kwin.mo +share/locale/ka/LC_MESSAGES/kwin_clients.mo +share/locale/ka/LC_MESSAGES/kwin_effects.mo +share/locale/ka/LC_MESSAGES/kwin_scripting.mo +share/locale/ka/LC_MESSAGES/kwin_scripts.mo +share/locale/kk/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/kk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/kk/LC_MESSAGES/kcm_kwindecoration.mo share/locale/kk/LC_MESSAGES/kcm_kwinrules.mo @@ -1111,7 +1118,7 @@ share/locale/kk/LC_MESSAGES/kwin.mo share/locale/kk/LC_MESSAGES/kwin_clients.mo share/locale/kk/LC_MESSAGES/kwin_effects.mo share/locale/kk/LC_MESSAGES/kwin_scripting.mo -share/locale/km/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/km/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/km/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/km/LC_MESSAGES/kcm_kwindecoration.mo share/locale/km/LC_MESSAGES/kcm_kwinrules.mo @@ -1132,8 +1139,8 @@ share/locale/kn/LC_MESSAGES/kcmkwm.mo share/locale/kn/LC_MESSAGES/kwin.mo share/locale/kn/LC_MESSAGES/kwin_clients.mo share/locale/kn/LC_MESSAGES/kwin_effects.mo -share/locale/ko/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ko/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ko/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ko/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ko/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ko/LC_MESSAGES/kcm_kwinrules.mo @@ -1156,8 +1163,8 @@ share/locale/ku/LC_MESSAGES/kcmkwm.mo share/locale/ku/LC_MESSAGES/kwin.mo share/locale/ku/LC_MESSAGES/kwin_clients.mo share/locale/ku/LC_MESSAGES/kwin_effects.mo -share/locale/lt/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/lt/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/lt/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/lt/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/lt/LC_MESSAGES/kcm_kwindecoration.mo share/locale/lt/LC_MESSAGES/kcm_kwinrules.mo @@ -1199,8 +1206,8 @@ share/locale/mk/LC_MESSAGES/kcmkwm.mo share/locale/mk/LC_MESSAGES/kwin.mo share/locale/mk/LC_MESSAGES/kwin_clients.mo share/locale/mk/LC_MESSAGES/kwin_effects.mo -share/locale/ml/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ml/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ml/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ml/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ml/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ml/LC_MESSAGES/kcm_kwinrules.mo @@ -1214,7 +1221,7 @@ share/locale/ml/LC_MESSAGES/kwin_clients.mo share/locale/ml/LC_MESSAGES/kwin_effects.mo share/locale/ml/LC_MESSAGES/kwin_scripting.mo share/locale/ml/LC_MESSAGES/kwin_scripts.mo -share/locale/mr/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/mr/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/mr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/mr/LC_MESSAGES/kcm_kwindecoration.mo share/locale/mr/LC_MESSAGES/kcm_kwinrules.mo @@ -1236,7 +1243,7 @@ share/locale/ms/LC_MESSAGES/kcmkwm.mo share/locale/ms/LC_MESSAGES/kwin.mo share/locale/ms/LC_MESSAGES/kwin_clients.mo share/locale/ms/LC_MESSAGES/kwin_effects.mo -share/locale/nb/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/nb/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/nb/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/nb/LC_MESSAGES/kcm_kwindecoration.mo share/locale/nb/LC_MESSAGES/kcm_kwinrules.mo @@ -1249,7 +1256,7 @@ share/locale/nb/LC_MESSAGES/kwin.mo share/locale/nb/LC_MESSAGES/kwin_clients.mo share/locale/nb/LC_MESSAGES/kwin_effects.mo share/locale/nb/LC_MESSAGES/kwin_scripting.mo -share/locale/nds/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/nds/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/nds/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/nds/LC_MESSAGES/kcm_kwindecoration.mo share/locale/nds/LC_MESSAGES/kcm_kwinrules.mo @@ -1268,8 +1275,8 @@ share/locale/ne/LC_MESSAGES/kcmkwincompositing.mo share/locale/ne/LC_MESSAGES/kcmkwm.mo share/locale/ne/LC_MESSAGES/kwin.mo share/locale/ne/LC_MESSAGES/kwin_clients.mo -share/locale/nl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/nl/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/nl/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/nl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/nl/LC_MESSAGES/kcm_kwindecoration.mo share/locale/nl/LC_MESSAGES/kcm_kwinrules.mo @@ -1284,8 +1291,8 @@ share/locale/nl/LC_MESSAGES/kwin_clients.mo share/locale/nl/LC_MESSAGES/kwin_effects.mo share/locale/nl/LC_MESSAGES/kwin_scripting.mo share/locale/nl/LC_MESSAGES/kwin_scripts.mo -share/locale/nn/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/nn/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/nn/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/nn/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/nn/LC_MESSAGES/kcm_kwindecoration.mo share/locale/nn/LC_MESSAGES/kcm_kwinrules.mo @@ -1308,8 +1315,8 @@ share/locale/oc/LC_MESSAGES/kcmkwm.mo share/locale/oc/LC_MESSAGES/kwin.mo share/locale/oc/LC_MESSAGES/kwin_clients.mo share/locale/oc/LC_MESSAGES/kwin_effects.mo -share/locale/pa/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pa/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/pa/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/pa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/pa/LC_MESSAGES/kcm_kwindecoration.mo share/locale/pa/LC_MESSAGES/kcm_kwinrules.mo @@ -1323,8 +1330,8 @@ share/locale/pa/LC_MESSAGES/kwin_clients.mo share/locale/pa/LC_MESSAGES/kwin_effects.mo share/locale/pa/LC_MESSAGES/kwin_scripting.mo share/locale/pa/LC_MESSAGES/kwin_scripts.mo -share/locale/pl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pl/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/pl/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/pl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/pl/LC_MESSAGES/kcm_kwindecoration.mo share/locale/pl/LC_MESSAGES/kcm_kwinrules.mo @@ -1339,8 +1346,8 @@ share/locale/pl/LC_MESSAGES/kwin_clients.mo share/locale/pl/LC_MESSAGES/kwin_effects.mo share/locale/pl/LC_MESSAGES/kwin_scripting.mo share/locale/pl/LC_MESSAGES/kwin_scripts.mo -share/locale/pt/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pt/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/pt/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/pt/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/pt/LC_MESSAGES/kcm_kwindecoration.mo share/locale/pt/LC_MESSAGES/kcm_kwinrules.mo @@ -1355,8 +1362,8 @@ share/locale/pt/LC_MESSAGES/kwin_clients.mo share/locale/pt/LC_MESSAGES/kwin_effects.mo share/locale/pt/LC_MESSAGES/kwin_scripting.mo share/locale/pt/LC_MESSAGES/kwin_scripts.mo -share/locale/pt_BR/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pt_BR/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/pt_BR/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/pt_BR/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/pt_BR/LC_MESSAGES/kcm_kwindecoration.mo share/locale/pt_BR/LC_MESSAGES/kcm_kwinrules.mo @@ -1371,8 +1378,8 @@ share/locale/pt_BR/LC_MESSAGES/kwin_clients.mo share/locale/pt_BR/LC_MESSAGES/kwin_effects.mo share/locale/pt_BR/LC_MESSAGES/kwin_scripting.mo share/locale/pt_BR/LC_MESSAGES/kwin_scripts.mo -share/locale/ro/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ro/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ro/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ro/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ro/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ro/LC_MESSAGES/kcm_kwinrules.mo @@ -1387,8 +1394,8 @@ share/locale/ro/LC_MESSAGES/kwin_clients.mo share/locale/ro/LC_MESSAGES/kwin_effects.mo share/locale/ro/LC_MESSAGES/kwin_scripting.mo share/locale/ro/LC_MESSAGES/kwin_scripts.mo -share/locale/ru/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ru/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ru/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ru/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ru/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ru/LC_MESSAGES/kcm_kwinrules.mo @@ -1421,8 +1428,8 @@ share/locale/si/LC_MESSAGES/kcmkwm.mo share/locale/si/LC_MESSAGES/kwin.mo share/locale/si/LC_MESSAGES/kwin_clients.mo share/locale/si/LC_MESSAGES/kwin_effects.mo -share/locale/sk/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sk/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/sk/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/sk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/sk/LC_MESSAGES/kcm_kwindecoration.mo share/locale/sk/LC_MESSAGES/kcm_kwinrules.mo @@ -1437,8 +1444,8 @@ share/locale/sk/LC_MESSAGES/kwin_clients.mo share/locale/sk/LC_MESSAGES/kwin_effects.mo share/locale/sk/LC_MESSAGES/kwin_scripting.mo share/locale/sk/LC_MESSAGES/kwin_scripts.mo -share/locale/sl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sl/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/sl/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/sl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/sl/LC_MESSAGES/kcm_kwindecoration.mo share/locale/sl/LC_MESSAGES/kcm_kwinrules.mo @@ -1462,7 +1469,7 @@ share/locale/sq/LC_MESSAGES/kcmkwm.mo share/locale/sq/LC_MESSAGES/kwin.mo share/locale/sq/LC_MESSAGES/kwin_clients.mo share/locale/sq/LC_MESSAGES/kwin_effects.mo -share/locale/sr/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/sr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/sr/LC_MESSAGES/kcm_kwindecoration.mo share/locale/sr/LC_MESSAGES/kcm_kwinrules.mo @@ -1475,7 +1482,7 @@ share/locale/sr/LC_MESSAGES/kwin_clients.mo share/locale/sr/LC_MESSAGES/kwin_effects.mo share/locale/sr/LC_MESSAGES/kwin_scripting.mo share/locale/sr/LC_MESSAGES/kwin_scripts.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwindecoration.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwinrules.mo @@ -1488,7 +1495,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/kwin_clients.mo share/locale/sr@ijekavian/LC_MESSAGES/kwin_effects.mo share/locale/sr@ijekavian/LC_MESSAGES/kwin_scripting.mo share/locale/sr@ijekavian/LC_MESSAGES/kwin_scripts.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwindecoration.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwinrules.mo @@ -1501,7 +1508,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_clients.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_effects.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_scripting.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_scripts.mo -share/locale/sr@latin/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr@latin/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/sr@latin/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/sr@latin/LC_MESSAGES/kcm_kwindecoration.mo share/locale/sr@latin/LC_MESSAGES/kcm_kwinrules.mo @@ -1514,8 +1521,8 @@ share/locale/sr@latin/LC_MESSAGES/kwin_clients.mo share/locale/sr@latin/LC_MESSAGES/kwin_effects.mo share/locale/sr@latin/LC_MESSAGES/kwin_scripting.mo share/locale/sr@latin/LC_MESSAGES/kwin_scripts.mo -share/locale/sv/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sv/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/sv/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/sv/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/sv/LC_MESSAGES/kcm_kwindecoration.mo share/locale/sv/LC_MESSAGES/kcm_kwinrules.mo @@ -1530,12 +1537,14 @@ share/locale/sv/LC_MESSAGES/kwin_clients.mo share/locale/sv/LC_MESSAGES/kwin_effects.mo share/locale/sv/LC_MESSAGES/kwin_scripting.mo share/locale/sv/LC_MESSAGES/kwin_scripts.mo -share/locale/ta/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ta/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/ta/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ta/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ta/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ta/LC_MESSAGES/kcm_kwinrules.mo +share/locale/ta/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ta/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/ta/LC_MESSAGES/kcmkwincommon.mo share/locale/ta/LC_MESSAGES/kcmkwincompositing.mo share/locale/ta/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ta/LC_MESSAGES/kcmkwm.mo @@ -1543,6 +1552,7 @@ share/locale/ta/LC_MESSAGES/kwin.mo share/locale/ta/LC_MESSAGES/kwin_clients.mo share/locale/ta/LC_MESSAGES/kwin_effects.mo share/locale/ta/LC_MESSAGES/kwin_scripting.mo +share/locale/ta/LC_MESSAGES/kwin_scripts.mo share/locale/te/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/te/LC_MESSAGES/kcm_kwindecoration.mo share/locale/te/LC_MESSAGES/kcm_kwinrules.mo @@ -1571,11 +1581,14 @@ share/locale/th/LC_MESSAGES/kcmkwm.mo share/locale/th/LC_MESSAGES/kwin.mo share/locale/th/LC_MESSAGES/kwin_clients.mo share/locale/th/LC_MESSAGES/kwin_effects.mo -share/locale/tr/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/tr/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/tr/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/tr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/tr/LC_MESSAGES/kcm_kwindecoration.mo share/locale/tr/LC_MESSAGES/kcm_kwinrules.mo share/locale/tr/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/tr/LC_MESSAGES/kcm_virtualkeyboard.mo +share/locale/tr/LC_MESSAGES/kcmkwincommon.mo share/locale/tr/LC_MESSAGES/kcmkwincompositing.mo share/locale/tr/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/tr/LC_MESSAGES/kcmkwm.mo @@ -1584,7 +1597,7 @@ share/locale/tr/LC_MESSAGES/kwin_clients.mo share/locale/tr/LC_MESSAGES/kwin_effects.mo share/locale/tr/LC_MESSAGES/kwin_scripting.mo share/locale/tr/LC_MESSAGES/kwin_scripts.mo -share/locale/ug/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ug/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ug/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/ug/LC_MESSAGES/kcm_kwindecoration.mo share/locale/ug/LC_MESSAGES/kcm_kwinrules.mo @@ -1596,8 +1609,8 @@ share/locale/ug/LC_MESSAGES/kwin.mo share/locale/ug/LC_MESSAGES/kwin_clients.mo share/locale/ug/LC_MESSAGES/kwin_effects.mo share/locale/ug/LC_MESSAGES/kwin_scripting.mo -share/locale/uk/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/uk/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/uk/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/uk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/uk/LC_MESSAGES/kcm_kwindecoration.mo share/locale/uk/LC_MESSAGES/kcm_kwinrules.mo @@ -1622,8 +1635,8 @@ share/locale/uz@cyrillic/LC_MESSAGES/kcm_kwinrules.mo share/locale/uz@cyrillic/LC_MESSAGES/kcmkwm.mo share/locale/uz@cyrillic/LC_MESSAGES/kwin.mo share/locale/uz@cyrillic/LC_MESSAGES/kwin_clients.mo -share/locale/vi/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/vi/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/vi/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/vi/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/vi/LC_MESSAGES/kcm_kwindecoration.mo share/locale/vi/LC_MESSAGES/kcm_kwinrules.mo @@ -1651,8 +1664,8 @@ share/locale/wa/LC_MESSAGES/kwin_effects.mo share/locale/xh/LC_MESSAGES/kcm_kwindecoration.mo share/locale/xh/LC_MESSAGES/kcmkwm.mo share/locale/xh/LC_MESSAGES/kwin.mo -share/locale/zh_CN/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/zh_CN/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/zh_CN/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/zh_CN/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/zh_CN/LC_MESSAGES/kcm_kwindecoration.mo share/locale/zh_CN/LC_MESSAGES/kcm_kwinrules.mo @@ -1667,12 +1680,13 @@ share/locale/zh_CN/LC_MESSAGES/kwin_clients.mo share/locale/zh_CN/LC_MESSAGES/kwin_effects.mo share/locale/zh_CN/LC_MESSAGES/kwin_scripting.mo share/locale/zh_CN/LC_MESSAGES/kwin_scripts.mo -share/locale/zh_TW/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/zh_TW/LC_MESSAGES/kcm_kwin_effects.mo +share/locale/zh_TW/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/zh_TW/LC_MESSAGES/kcm_kwin_virtualdesktops.mo share/locale/zh_TW/LC_MESSAGES/kcm_kwindecoration.mo share/locale/zh_TW/LC_MESSAGES/kcm_kwinrules.mo share/locale/zh_TW/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/zh_TW/LC_MESSAGES/kcm_virtualkeyboard.mo share/locale/zh_TW/LC_MESSAGES/kcmkwincommon.mo share/locale/zh_TW/LC_MESSAGES/kcmkwincompositing.mo share/locale/zh_TW/LC_MESSAGES/kcmkwinscreenedges.mo |