From 1e25c85dde8013526a9ea87dcd3b9b0681ddc95f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 5 Oct 2019 23:15:55 -0700 Subject: build-system: update the mobile components script The hack to remove the action button caused situations where the action button didn't return. Let's skip that for now. All the other fixes appear to still be needed. Signed-off-by: Dirk Hohndel --- scripts/mobilecomponents.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts') diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 8de2d9bb4..6945a3713 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -55,11 +55,6 @@ cp $BREEZE/icons/actions/22/overflow-menu.svg $MC/icons pushd $MC ln -s $SRC/breeze-icons . -# do not show the action buttons when the keyboard is open -sed -i -e "s/visible: root.action/visible: root.action \&\& \!Qt.inputMethod.visible/g" src/controls/private/ActionButton.qml -sed -i -e "s/visible: root.leftAction/visible: root.leftAction \&\& \!Qt.inputMethod.visible/g" src/controls/private/ActionButton.qml -sed -i -e "s/visible: root.rightAction/visible: root.rightAction \&\& \!Qt.inputMethod.visible/g" src/controls/private/ActionButton.qml - # kirigami hack: passive notification hijacks area even after disabled. # https://bugs.kde.org/show_bug.cgi?id=394204 sed -i -e "s/width: backgroundRect/enabled: root.enabled; width: backgroundRect/g" src/controls/templates/private/PassiveNotification.qml -- cgit v1.2.3-70-g09d2