From 23e4eaa8cf33610c0447399d514815aad8a09641 Mon Sep 17 00:00:00 2001 From: reionwong Date: Sat, 9 Oct 2021 11:07:02 +0800 Subject: [PATCH] Update 0.5.1 --- debian/changelog | 4 ++-- src/controls/Window.qml | 1 + translations/en_US.ts | 27 +++++++++++++++++++++++++++ translations/zh_CN.ts | 27 +++++++++++++++++++++++++++ 4 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 translations/en_US.ts create mode 100644 translations/zh_CN.ts diff --git a/debian/changelog b/debian/changelog index a7e3579..b8457c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -fishui (0.5) UNRELEASED; urgency=high +fishui (0.5.1) UNRELEASED; urgency=high * Initial release (CutefishOS) - -- CutefishOS Packaging Team Thu, 16 Sep 2021 02:31:42 +0800 \ No newline at end of file + -- CutefishOS Packaging Team Sat, 09 Oct 2021 11:01:00 +0800 \ No newline at end of file diff --git a/src/controls/Window.qml b/src/controls/Window.qml index 40e9f04..3930dfa 100644 --- a/src/controls/Window.qml +++ b/src/controls/Window.qml @@ -253,6 +253,7 @@ Window { } DragHandler { + target: null acceptedDevices: PointerDevice.GenericPointer grabPermissions: PointerHandler.CanTakeOverFromItems | PointerHandler.CanTakeOverFromHandlersOfDifferentType | PointerHandler.ApprovesTakeOverByAnything onActiveChanged: if (active) { windowHelper.startSystemMove(control) } diff --git a/translations/en_US.ts b/translations/en_US.ts new file mode 100644 index 0000000..e43ecab --- /dev/null +++ b/translations/en_US.ts @@ -0,0 +1,27 @@ + + + + + TextField + + + Cut + + + + + Copy + + + + + Paste + + + + + Select All + + + + diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts new file mode 100644 index 0000000..c0dad53 --- /dev/null +++ b/translations/zh_CN.ts @@ -0,0 +1,27 @@ + + + + + TextField + + + Cut + + + + + Copy + + + + + Paste + + + + + Select All + + + +