Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-09-14 17:48:57 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-09-14 17:48:57 +0300
commit79d86dc7056fd9cea016ababcb6876ae3361753c (patch)
treeb6a38996f53034e750465194cef5d481ee440a76 /changelog
parentcef93bf35d9a1696f5e7e9412648620039d7fa75 (diff)
parent5f67ba8816c6b952a156ee3bfe5c90295ac8b136 (diff)
Merge remote-tracking branch 'origin/2.9'
Diffstat (limited to 'changelog')
-rw-r--r--changelog/2.9.0_2021-09-08/8590 (renamed from changelog/8590)0
-rw-r--r--changelog/unreleased/84218
-rw-r--r--changelog/unreleased/88067
-rw-r--r--changelog/unreleased/90006
-rw-r--r--changelog/unreleased/90065
5 files changed, 26 insertions, 0 deletions
diff --git a/changelog/8590 b/changelog/2.9.0_2021-09-08/8590
index 1cb0e9e61..1cb0e9e61 100644
--- a/changelog/8590
+++ b/changelog/2.9.0_2021-09-08/8590
diff --git a/changelog/unreleased/8421 b/changelog/unreleased/8421
new file mode 100644
index 000000000..bfe8ce9b4
--- /dev/null
+++ b/changelog/unreleased/8421
@@ -0,0 +1,8 @@
+Bugfix: Mac multiple dialogs block all input
+
+We back ported a fix to a Qt bug which causes multiple dialogs on Mac to block all input.
+
+
+https://github.com/owncloud/client/issues/8421
+https://bugreports.qt.io/browse/QTBUG-91059
+https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/feca22a30f8d3a2122fd9b2097351fcb2da28543
diff --git a/changelog/unreleased/8806 b/changelog/unreleased/8806
new file mode 100644
index 000000000..927e89536
--- /dev/null
+++ b/changelog/unreleased/8806
@@ -0,0 +1,7 @@
+Bugfix: Enforce rtl layout with rtl languages
+
+We fixed a bug where setting the language to a right to left language on mac
+did not change the layout of the application.
+
+https://github.com/owncloud/client/issues/8806
+https://github.com/owncloud/client/pull/8981
diff --git a/changelog/unreleased/9000 b/changelog/unreleased/9000
new file mode 100644
index 000000000..833db2234
--- /dev/null
+++ b/changelog/unreleased/9000
@@ -0,0 +1,6 @@
+Enhancement: Display the error type in the issue protocol and allow filtering
+
+We now display the error type in the not synced protocol and allow to filter by the
+error type.
+
+https://github.com/owncloud/client/issues/9000
diff --git a/changelog/unreleased/9006 b/changelog/unreleased/9006
new file mode 100644
index 000000000..805f9d3d0
--- /dev/null
+++ b/changelog/unreleased/9006
@@ -0,0 +1,5 @@
+Bugfix: Tables now display local time
+
+We fixed a bug where the sync tables where displaying utc time for some items.
+
+https://github.com/owncloud/client/issues/9006