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-11-17 13:17:58 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-11-17 17:11:11 +0300
commit53c1ead1d53bfc8d6ae07c5c67053a1797e64f8e (patch)
treea4bc48567c1da0f269a9092890aa4e8c57a69fff /changelog/unreleased/8979
parentcfb5ed05bebc186c009cdffd6f71c71f0a1cfb08 (diff)
Create our own message loop to receive WM_ENDSESSION
This ensures we receive the message even if no window is shown (cherry picked from commit 36311b00be41b1edbe46791f1c44d11f8584c4f8)
Diffstat (limited to 'changelog/unreleased/8979')
-rw-r--r--changelog/unreleased/89795
1 files changed, 3 insertions, 2 deletions
diff --git a/changelog/unreleased/8979 b/changelog/unreleased/8979
index 8846fe3e6..6dba41338 100644
--- a/changelog/unreleased/8979
+++ b/changelog/unreleased/8979
@@ -1,6 +1,7 @@
Bugfix: Properly handle Windows log off
-We worked around a Qt bug which prevented the client from properly shutdown
-on Windows logout or during the client update.
+We now ensure that we receive the window messages dispatched by the system.
https://github.com/owncloud/client/issues/8979
+https://github.com/owncloud/client/pull/9142
+https://github.com/owncloud/client/pull/9220