From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- .../plasma-desktop-5.18.4.1-synaptics-header.patch | 26 ---- ...op-5.18.5-KColorSchemeEditor-blurry-icons.patch | 44 ------ ...lasma-desktop-5.18.5-animate-column-moves.patch | 37 ----- .../plasma-desktop-5.18.5-findxorgserver.patch | 130 ---------------- ...a-desktop-5.18.5-fix-animate-in-animation.patch | 49 ------ ...ma-desktop-5.18.5-fix-fonts-kcm-w-kf-5.68.patch | 166 --------------------- ...p-5.18.5-stop-multiplying-duration-values.patch | 140 ----------------- 7 files changed, 592 deletions(-) delete mode 100644 kde-plasma/plasma-desktop/files/plasma-desktop-5.18.4.1-synaptics-header.patch delete mode 100644 kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-KColorSchemeEditor-blurry-icons.patch delete mode 100644 kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-animate-column-moves.patch delete mode 100644 kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-findxorgserver.patch delete mode 100644 kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-fix-animate-in-animation.patch delete mode 100644 kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-fix-fonts-kcm-w-kf-5.68.patch delete mode 100644 kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-stop-multiplying-duration-values.patch (limited to 'kde-plasma/plasma-desktop/files') diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.4.1-synaptics-header.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.4.1-synaptics-header.patch deleted file mode 100644 index 181e89e7db38..000000000000 --- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.4.1-synaptics-header.patch +++ /dev/null @@ -1,26 +0,0 @@ -From eb7bedd400d854e430808ae469164dfed24b1550 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner -Date: Fri, 24 Apr 2020 18:55:30 +0200 -Subject: [PATCH 2/2] synapticstouchpad.cpp: Drop synaptics-properties.h parent - dir from include - ---- - kcms/touchpad/src/backends/x11/synapticstouchpad.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp b/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp -index d2f41d70b..3eb3171ee 100644 ---- a/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp -+++ b/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp -@@ -53,7 +53,7 @@ - - #include - #include --#include -+#include - - #define SYN_MAX_BUTTONS 12 - --- -2.26.2 - diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-KColorSchemeEditor-blurry-icons.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-KColorSchemeEditor-blurry-icons.patch deleted file mode 100644 index 17db7fc5b516..000000000000 --- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-KColorSchemeEditor-blurry-icons.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 2c46f28170c785f04fa396803037a608c8077025 Mon Sep 17 00:00:00 2001 -From: Matej Mrenica -Date: Wed, 6 May 2020 07:50:01 -0600 -Subject: Fix blurry icons in KColorSchemeEditor - -Summary: -When using fractional scaling, bottom icons are blurred. This patch fixes the issue. - -BUG: 418165 - -Test Plan: -No side effects. - -Before: -{F8289358} -After: -{F8289369} - -Reviewers: #plasma - -Subscribers: plasma-devel - -Tags: #plasma - -Differential Revision: https://phabricator.kde.org/D29481 ---- - kcms/colors/editor/kcolorschemeeditor.cpp | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/kcms/colors/editor/kcolorschemeeditor.cpp b/kcms/colors/editor/kcolorschemeeditor.cpp -index 774d66e..03caa51 100644 ---- a/kcms/colors/editor/kcolorschemeeditor.cpp -+++ b/kcms/colors/editor/kcolorschemeeditor.cpp -@@ -28,6 +28,8 @@ - - int main(int argc, char* argv[]) - { -+ // Fixes blurry icons with fractional scaling -+ QGuiApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); - QApplication app(argc, argv); - - KAboutData aboutData( --- -cgit v1.1 diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-animate-column-moves.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-animate-column-moves.patch deleted file mode 100644 index d7603e434a69..000000000000 --- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-animate-column-moves.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 3a6795548fd755121084b6a77f9de23bece8f534 Mon Sep 17 00:00:00 2001 -From: David Edmundson -Date: Fri, 17 Jan 2020 14:41:47 +0000 -Subject: [widgetexplorer] Animate column moves - -Test Plan: -Search for something in the second column -Now it doesn't jump - -Reviewers: #plasma, ngraham - -Reviewed By: ngraham - -Subscribers: ngraham, plasma-devel - -Tags: #plasma - -Differential Revision: https://phabricator.kde.org/D26699 ---- - desktoppackage/contents/explorer/WidgetExplorer.qml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/desktoppackage/contents/explorer/WidgetExplorer.qml b/desktoppackage/contents/explorer/WidgetExplorer.qml -index 1d98e59..56a0c22 100644 ---- a/desktoppackage/contents/explorer/WidgetExplorer.qml -+++ b/desktoppackage/contents/explorer/WidgetExplorer.qml -@@ -326,7 +326,7 @@ Item { - //moved due to filtering - displaced: Transition { - NumberAnimation { -- properties: "y" -+ properties: "x,y" - duration: units.shortDuration * 3 - } - } --- -cgit v1.1 diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-findxorgserver.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-findxorgserver.patch deleted file mode 100644 index 115d52423fbf..000000000000 --- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-findxorgserver.patch +++ /dev/null @@ -1,130 +0,0 @@ -From 82e7a6b68d81ca2be0fdc3fc13cd5ca5f5e03e81 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner -Date: Thu, 7 May 2020 16:18:13 +0200 -Subject: [PATCH] Add FindXorgServer.cmake and use it for touchpad KCM - -Summary: -x11 backend of the touchpad KCM uses xserver-properties.h that is part of -xorg-server package. As XORG_INCLUDE_DIRS seems to be empty, so far, it was -relying on Synaptics_INCLUDE_DIRS implicitly and worked only if the header -happened to be in the same directory as Synaptics' which is the case most of -the time. - -FindXorgServer.cmake is just a copy of FindXorgLibinput, adapted accordingly. - -Test Plan: -Pointed Synaptics_INCLUDE_DIRS somewhere else than /usr/include/xorg and build -succeeded. - -Reviewers: #plasma, zzag - -Reviewed By: #plasma, zzag - -Subscribers: broulik, plasma-devel - -Tags: #plasma - -Differential Revision: https://phabricator.kde.org/D29514 ---- - CMakeLists.txt | 4 +++ - cmake/modules/FindXorgServer.cmake | 45 ++++++++++++++++++++++++++++++ - kcms/CMakeLists.txt | 2 +- - kcms/touchpad/src/backends/x11.cmake | 2 +- - 4 files changed, 51 insertions(+), 2 deletions(-) - create mode 100644 cmake/modules/FindXorgServer.cmake - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index fbdd95433..64e8bbd60 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -133,6 +133,10 @@ find_package(Synaptics) - set_package_properties(Synaptics PROPERTIES TYPE OPTIONAL) - add_feature_info("Synaptics" SYNAPTICS_FOUND "Synaptics libraries needed for touchpad KCM") - -+find_package(XorgServer) -+set_package_properties(XorgServer PROPERTIES TYPE OPTIONAL) -+add_feature_info("XorgServer" XORGSERVER_FOUND "XServer header needed for touchpad KCM (X11 backend)") -+ - find_package(XorgLibinput) - set_package_properties(XorgLibinput PROPERTIES TYPE OPTIONAL) - add_feature_info("XorgLibinput" XORGLIBINPUT_FOUND "Libinput driver headers needed for mouse and touchpad KCM") -diff --git a/cmake/modules/FindXorgServer.cmake b/cmake/modules/FindXorgServer.cmake -new file mode 100644 -index 000000000..5248c6d25 ---- /dev/null -+++ b/cmake/modules/FindXorgServer.cmake -@@ -0,0 +1,45 @@ -+# - Find xorg-server's headers. -+# This module defines the following variables: -+# -+# XORGSERVER_FOUND - true if xserver was found -+# XORGSERVER_INCLUDE_DIRS - include path for xserver -+# There are no libraries, just a header file -+# -+# Copyright (c) 2020 Andreas Sturmlechner -+# -+# Redistribution and use in source and binary forms, with or without -+# modification, are permitted provided that the following conditions -+# are met: -+# 1. Redistributions of source code must retain the above copyright -+# notice, this list of conditions and the following disclaimer. -+# 2. Redistributions in binary form must reproduce the above copyright -+# notice, this list of conditions and the following disclaimer in the -+# documentation and/or other materials provided with the distribution. -+# 3. Neither the name of the University nor the names of its contributors -+# may be used to endorse or promote products derived from this software -+# without specific prior written permission. -+# -+# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -+# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -+# SUCH DAMAGE. -+ -+find_package(PkgConfig) -+pkg_check_modules(PC_XORGSERVER xorg-server) -+ -+find_path(XORGSERVER_INCLUDE_DIRS -+ NAMES xserver-properties.h -+ HINTS ${PC_XORGSERVER_INCLUDE_DIRS} ${PC_XORGSERVER_INCLUDEDIR} -+) -+ -+include(FindPackageHandleStandardArgs) -+find_package_handle_standard_args(XORGSERVER REQUIRED_VARS XORGSERVER_INCLUDE_DIRS) -+ -+mark_as_advanced(XORGSERVER_INCLUDE_DIRS) -diff --git a/kcms/CMakeLists.txt b/kcms/CMakeLists.txt -index 7ab966e8e..ce730f537 100644 ---- a/kcms/CMakeLists.txt -+++ b/kcms/CMakeLists.txt -@@ -58,7 +58,7 @@ if(X11_Xcursor_FOUND) - add_subdirectory(cursortheme) - endif() - --if (SYNAPTICS_FOUND AND X11_Xinput_FOUND) -+if (XORGSERVER_FOUND AND SYNAPTICS_FOUND AND X11_Xinput_FOUND) - add_subdirectory(touchpad) - endif() - -diff --git a/kcms/touchpad/src/backends/x11.cmake b/kcms/touchpad/src/backends/x11.cmake -index 9248eff7c..8a584e939 100644 ---- a/kcms/touchpad/src/backends/x11.cmake -+++ b/kcms/touchpad/src/backends/x11.cmake -@@ -11,7 +11,7 @@ endif() - include_directories(${X11_Xinput_INCLUDE_PATH} - ${X11_X11_INCLUDE_PATH} - ${Synaptics_INCLUDE_DIRS} -- ${XORG_INCLUDE_DIRS} -+ ${XORGSERVER_INCLUDE_DIRS} - ) - - SET(backend_SRCS --- -2.26.2 - diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-fix-animate-in-animation.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-fix-animate-in-animation.patch deleted file mode 100644 index cc39c1e46488..000000000000 --- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-fix-animate-in-animation.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 977665254990892411c74e8a04a8fdb10ef68547 Mon Sep 17 00:00:00 2001 -From: David Edmundson -Date: Fri, 17 Jan 2020 14:41:42 +0000 -Subject: [widgetexplorer] Fix animate in animation - -Summary: -The animation in comes in from offscreen on the left. - -"to: 0" was correct when we had one column. With the 2 column view it -means we animate two items on top of each other and jump when the -animation completes. We want to animate to the final position the item -will end up in. - -It bugs me more than it probably should. - -Test Plan: -Search for "asdfasdfsadfsadf" -Remove search -Animation now looks ok, instead of horrific - -Reviewers: #plasma, ngraham - -Reviewed By: ngraham - -Subscribers: ngraham, plasma-devel - -Tags: #plasma - -Differential Revision: https://phabricator.kde.org/D26698 ---- - desktoppackage/contents/explorer/WidgetExplorer.qml | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/desktoppackage/contents/explorer/WidgetExplorer.qml b/desktoppackage/contents/explorer/WidgetExplorer.qml -index b7bbce8..1d98e59 100644 ---- a/desktoppackage/contents/explorer/WidgetExplorer.qml -+++ b/desktoppackage/contents/explorer/WidgetExplorer.qml -@@ -305,9 +305,7 @@ Item { - NumberAnimation { - properties: "x" - from: -list.width -- to: 0 - duration: units.shortDuration * 3 -- - } - } - --- -cgit v1.1 diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-fix-fonts-kcm-w-kf-5.68.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-fix-fonts-kcm-w-kf-5.68.patch deleted file mode 100644 index bae49609e52f..000000000000 --- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-fix-fonts-kcm-w-kf-5.68.patch +++ /dev/null @@ -1,166 +0,0 @@ -From e5e5f5ed51aadfac99bfbdf3d2db5be16a12443b Mon Sep 17 00:00:00 2001 -From: Ahmad Samir -Date: Mon, 10 Aug 2020 13:50:36 +0200 -Subject: [PATCH] kcm_fonts: Make the font selection dialog select the correct - "Regular"-like style - -Due to KConfig dropping QFont styleName property (for "Regular"-like font -styles, see [1] for more details), the font selection dialog invoked by the -KCM could end up selecting the wrong style; this change sets the appropriate -"Regular" style on the QFont object before invoking the font selection dialog -to fix/workaround the issue. - -Note that in Plasma master branch the issue is handled differently, since -we switched from QFontDialog to KFontChooserDialog (the latter has that -logic built-in). - -[1] https://phabricator.kde.org/D27735 - -CCBUG: 420287 ---- - kcms/fonts/fonts.cpp | 61 +++++++++++++++++-- - kcms/fonts/fonts.h | 1 + - kcms/fonts/package/contents/ui/FontWidget.qml | 7 +-- - kcms/fonts/package/contents/ui/main.qml | 4 +- - 4 files changed, 61 insertions(+), 12 deletions(-) - -diff --git a/kcms/fonts/fonts.cpp b/kcms/fonts/fonts.cpp -index f771f6e51..c2ccdf777 100644 ---- a/kcms/fonts/fonts.cpp -+++ b/kcms/fonts/fonts.cpp -@@ -53,23 +53,50 @@ - /**** DLL Interface ****/ - K_PLUGIN_FACTORY_WITH_JSON(KFontsFactory, "kcm_fonts.json", registerPlugin();) - -+// If the styleName property is empty, then we want to set it to -+// the "Regular"-like style provided by the font, so that the font -+// selection dialog selects the correct style from the available styles -+// list; for more details see: -+// https://phabricator.kde.org/D27735 and https://phabricator.kde.org/D27785 -+static QFont setRegularFontStyle(const QFont &font) -+{ -+ if (!(font.styleName().isEmpty() && font.weight() == QFont::Normal)) { -+ return font; -+ } -+ -+ QFont f(font); -+ QFontDatabase fdb; -+ const QStringList styles = fdb.styles(f.family()); -+ for (const QString &s : styles) { -+ if (s == QLatin1String("Regular") -+ || s == QLatin1String("Normal") -+ || s == QLatin1String("Book") -+ || s == QLatin1String("Roman")) { -+ f.setStyleName(s); -+ return f; -+ } -+ } -+ return font; -+} -+ - //from KFontRequester - // Determine if the font with given properties is available on the system, - // otherwise find and return the best fitting combination. - static QFont nearestExistingFont(const QFont &font) - { -- QFontDatabase dbase; -+ QFont _font = setRegularFontStyle(font); - -+ QFontDatabase dbase; - // Initialize font data according to given font object. -- QString family = font.family(); -- QString style = dbase.styleString(font); -- qreal size = font.pointSizeF(); -+ QString family = _font.family(); -+ QString style = dbase.styleString(_font); -+ qreal size = _font.pointSizeF(); - - // Check if the family exists. - const QStringList families = dbase.families(); - if (!families.contains(family)) { - // Chose another family. -- family = QFontInfo(font).family(); // the nearest match -+ family = QFontInfo(_font).family(); // the nearest match - if (!families.contains(family)) { - family = families.count() ? families.at(0) : QStringLiteral("fixed"); - } -@@ -614,6 +641,30 @@ bool KFonts::isDefaults() const - return m_fontAASettings->isDefaults(); - } - -+void KFonts::adjustFont(const QFont &font, const QString &category) -+{ -+ QFont _font = setRegularFontStyle(font); -+ -+ bool ok = false; -+ QFont selFont = QFontDialog::getFont(&ok, _font, nullptr, i18n("Select Font")); -+ -+ if (ok && !m_settings->isImmutable(category)) { -+ if (category == QLatin1String("font")) { -+ m_settings->setFont(selFont); -+ } else if (category == QLatin1String("menuFont")) { -+ m_settings->setMenuFont(selFont); -+ } else if (category == QLatin1String("toolBarFont")) { -+ m_settings->setToolBarFont(selFont); -+ } else if (category == QLatin1String("activeFont")) { -+ m_settings->setActiveFont(selFont); -+ } else if (category == QLatin1String("smallestReadableFont")) { -+ m_settings->setSmallestReadableFont(selFont); -+ } else if (category == QLatin1String("fixed")) { -+ m_settings->setFixed(selFont); -+ } -+ } -+} -+ - void KFonts::adjustAllFonts() - { - QFont font = m_settings->font(); -diff --git a/kcms/fonts/fonts.h b/kcms/fonts/fonts.h -index 51ed2ab60..5959e1995 100644 ---- a/kcms/fonts/fonts.h -+++ b/kcms/fonts/fonts.h -@@ -153,6 +153,7 @@ public Q_SLOTS: - void save() override; - void defaults() override; - Q_INVOKABLE void adjustAllFonts(); -+ Q_INVOKABLE void adjustFont(const QFont &font, const QString &category); - - Q_SIGNALS: - void fontsHaveChanged(); -diff --git a/kcms/fonts/package/contents/ui/FontWidget.qml b/kcms/fonts/package/contents/ui/FontWidget.qml -index b62dd3bf4..5a6be5128 100644 ---- a/kcms/fonts/package/contents/ui/FontWidget.qml -+++ b/kcms/fonts/package/contents/ui/FontWidget.qml -@@ -57,11 +57,8 @@ FocusScope { - Kirigami.MnemonicData.enabled: false - focus: true - onClicked: { -- fontDialog.adjustAllFonts = false; -- fontDialog.currentCategory = root.category -- fontDialog.font = root.font; -- fontDialog.currentFont = root.font; -- fontDialog.open() -+ fontDialog.adjustAllFonts = false -+ kcm.adjustFont(root.font, root.category) - } - QtControls.ToolTip { - visible: parent.hovered -diff --git a/kcms/fonts/package/contents/ui/main.qml b/kcms/fonts/package/contents/ui/main.qml -index 4a99c043a..e51fb21ba 100644 ---- a/kcms/fonts/package/contents/ui/main.qml -+++ b/kcms/fonts/package/contents/ui/main.qml -@@ -264,9 +264,9 @@ KCM.SimpleKCM { - property bool adjustAllFonts: false - onAccepted: { - if (adjustAllFonts) { -- kcm.adjustAllFonts(font); -+ kcm.adjustAllFonts() - } else { -- kcm.fontsSettings[currentCategory] = font; -+ kcm.adjustFont(font, currentCategory) - } - } - } --- -GitLab - diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-stop-multiplying-duration-values.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-stop-multiplying-duration-values.patch deleted file mode 100644 index 593665a53c58..000000000000 --- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-stop-multiplying-duration-values.patch +++ /dev/null @@ -1,140 +0,0 @@ -From f3bbc0ba0e34ea1b34b106228c02d85865ed904a Mon Sep 17 00:00:00 2001 -From: Nate Graham -Date: Tue, 24 Mar 2020 08:15:12 -0600 -Subject: Stop multiplying duration values - -Summary: -After D28144, some animations are now too long because they were inappropriately -multiplying a duration value. That's no longer necessary, so let's remove the -multiplication. - -Depends on D28144 - -Test Plan: Various things that were a bit too slow before feel just right now - -Reviewers: #vdg, #plasma - -Subscribers: plasma-devel - -Tags: #plasma - -Differential Revision: https://phabricator.kde.org/D28239 ---- - applets/taskmanager/package/contents/ui/Task.qml | 2 +- - applets/taskmanager/package/contents/ui/TaskList.qml | 2 +- - desktoppackage/contents/configuration/PanelConfiguration.qml | 4 ++-- - desktoppackage/contents/explorer/WidgetExplorer.qml | 6 +++--- - toolboxes/desktoptoolbox/contents/ui/ToolBoxButton.qml | 6 +++--- - 5 files changed, 10 insertions(+), 10 deletions(-) - -diff --git a/applets/taskmanager/package/contents/ui/Task.qml b/applets/taskmanager/package/contents/ui/Task.qml -index 2bf8b88..9683fab 100644 ---- a/applets/taskmanager/package/contents/ui/Task.qml -+++ b/applets/taskmanager/package/contents/ui/Task.qml -@@ -293,7 +293,7 @@ MouseArea { - Timer { - id: timer - -- interval: units.longDuration * 2 -+ interval: units.longDuration - repeat: false - - onTriggered: { -diff --git a/applets/taskmanager/package/contents/ui/TaskList.qml b/applets/taskmanager/package/contents/ui/TaskList.qml -index 594420b..6d6bc45 100644 ---- a/applets/taskmanager/package/contents/ui/TaskList.qml -+++ b/applets/taskmanager/package/contents/ui/TaskList.qml -@@ -34,7 +34,7 @@ Flow { - NumberAnimation { - properties: "x, y" - easing.type: Easing.OutQuad -- duration: units.longDuration * 2 -+ duration: units.longDuration - } - - PropertyAction { target: taskList; property: "animating"; value: false } -diff --git a/desktoppackage/contents/configuration/PanelConfiguration.qml b/desktoppackage/contents/configuration/PanelConfiguration.qml -index 0e11a96..33e3fbc 100644 ---- a/desktoppackage/contents/configuration/PanelConfiguration.qml -+++ b/desktoppackage/contents/configuration/PanelConfiguration.qml -@@ -103,7 +103,7 @@ PlasmaCore.FrameSvgItem { - return panel.screenGeometry.y + panel.screenGeometry.height - panel.height - panel.distance - } - } -- duration: units.shortDuration * 3 -+ duration: units.shortDuration - } - - NumberAnimation { -@@ -122,7 +122,7 @@ PlasmaCore.FrameSvgItem { - return panel.screenGeometry.y + panel.screenGeometry.height - panel.height - configDialog.height - panel.distance - } - } -- duration: units.shortDuration * 3 -+ duration: units.shortDuration - } - } - //END Animations -diff --git a/desktoppackage/contents/explorer/WidgetExplorer.qml b/desktoppackage/contents/explorer/WidgetExplorer.qml -index 1648708..e26cc40 100644 ---- a/desktoppackage/contents/explorer/WidgetExplorer.qml -+++ b/desktoppackage/contents/explorer/WidgetExplorer.qml -@@ -306,7 +306,7 @@ Item { - NumberAnimation { - properties: "x" - from: -list.width -- duration: units.shortDuration * 3 -+ duration: units.shortDuration - } - } - -@@ -315,7 +315,7 @@ Item { - NumberAnimation { - properties: "x" - to: list.width -- duration: units.shortDuration * 3 -+ duration: units.shortDuration - } - } - -@@ -328,7 +328,7 @@ Item { - displaced: Transition { - NumberAnimation { - properties: "x,y" -- duration: units.shortDuration * 3 -+ duration: units.shortDuration - } - } - -diff --git a/toolboxes/desktoptoolbox/contents/ui/ToolBoxButton.qml b/toolboxes/desktoptoolbox/contents/ui/ToolBoxButton.qml -index 06524c3..eb6b190 100644 ---- a/toolboxes/desktoptoolbox/contents/ui/ToolBoxButton.qml -+++ b/toolboxes/desktoptoolbox/contents/ui/ToolBoxButton.qml -@@ -54,14 +54,14 @@ Item { - } - Behavior on rotation { - NumberAnimation { -- duration: units.shortDuration * 3; -+ duration: units.shortDuration; - easing.type: Easing.InOutExpo; - } - enabled: visible - } - Behavior on x { - NumberAnimation { -- duration: units.shortDuration * 3; -+ duration: units.shortDuration; - easing.type: Easing.InOutExpo; - } - enabled: visible -@@ -69,7 +69,7 @@ Item { - } - Behavior on y { - NumberAnimation { -- duration: units.shortDuration * 3; -+ duration: units.shortDuration; - easing.type: Easing.InOutExpo; - } - enabled: visible --- -cgit v1.1 -- cgit v1.2.3