Re: [Development] Timeouts on download.qt.io

2023-07-04 Thread Christian Stenger via Development
Hi, Having trouble as well - starting with the main page: request -> reply seems to take almost 5min. Navigation into subfolders has varying results 30s up to 5min (only tried the snapshots area) Downloading works, but download rates are varying quite a lot while downloading. __

Re: [Development] Timeouts on download.qt.io

2023-07-04 Thread Andrey Leman via Development
Hi, Some apache changes have been made. Please check if it works fine now. From: Development on behalf of Lisandro Damián Nicanor Pérez Meyer Date: Sunday, 2 July 2023, 00:00 To: development@qt-project.org Subject: [Development] Timeouts on download.qt.io Hi! I am currently experiencing rand

[Development] [Announce] Qt 6.2.9 LTS Commercial released

2023-07-04 Thread List for announcements regarding Qt releases and development via Announce via Development
Hi all, we have released Qt 6.2.9 LTS Commercial today. Please see the blog post: https://www.qt.io/blog/commercial-lts-qt-6.2.9-released The list of fixes and the overview of all important changes in Qt 6.2.9 can be found in the release note. It is available via Qt Account (https://login.qt.io

Re: [Development] Meeting minutes from Qt Release Team meeting 20.06.2023

2023-07-04 Thread Tuukka Turunen via Development
Hi, Still on its way, there were a couple of items found during testing and new packages with those fixes needed to be built (and now new test round ongoing). Probably early next week, but anyways as soon as possible. Yours, Tuukka From: Development on behalf of Ilya Fedin

[Development] QtWayland compositor can't to render a wl_surface to multi outputs, Is this a restrict of QtQuick graphics scene?

2023-07-04 Thread JiDe Zhang
The following is a part of an QtWayland example: WaylandOutput { sizeFollowsWindow: true window: Window { width: 1024 height: 768 visible: true Repeater { model: shellSurfaces ShellSurfaceItem {