[Interest] QT_OPENGL_BUGLIST inside of resources?

2021-01-22 Thread Alexander Dyagilev

Hello,

Can QT_OPENGL_BUGLIST point to a file located inside of resources? E.g. 
something like ":/gpu_driver_bug_list.json".


___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] QT_OPENGL_BUGLIST inside of resources?

2021-01-22 Thread Alexander Dyagilev
It's possible according to this: 
https://code.woboq.org/qt5/qtbase/src/plugins/platforms/windows/qwindowsopengltester.cpp.html#326


Am I right?

On 1/22/2021 11:08 AM, Alexander Dyagilev wrote:

Hello,

Can QT_OPENGL_BUGLIST point to a file located inside of resources? 
E.g. something like ":/gpu_driver_bug_list.json".



___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] download.qt.io is down

2021-01-22 Thread Giuseppe D'Angelo via Interest

Il 19/01/21 21:08, Tuukka Turunen ha scritto:

https://qt-mirror.dannhauer.de/

https://www.funet.fi/pub/mirrors/download.qt-project.org/

https://ftp.fau.de/qtproject/

...or just use the online installer, which picks mirrors automatically.


The online installer doesn't actually work because it will try and 
download the mirror list from the master, which is offline.


One can use https://github.com/miurahr/aqtinstall instead, which allows 
to manually specify the mirror, e.g.



python -m aqt --base https://ftp.fau.de/qtproject/ --outputdir /opt/qt/ 5.15.2 
linux desktop



HTH,
--
Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer
KDAB (France) S.A.S., a KDAB Group company
Tel. France +33 (0)4 90 84 08 53, http://www.kdab.com
KDAB - The Qt, C++ and OpenGL Experts



smime.p7s
Description: Firma crittografica S/MIME
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] [Development] download.qt.io is down

2021-01-22 Thread Dmitry Volosnykh
Thanks for highlighting this, Giuseppe!

The qt-downloader  has caught up
with the approach by introducing the --server option for this purpose. So
that users of this tool can mitigate the risks of the outage.

On Fri, Jan 22, 2021 at 2:36 PM Giuseppe D'Angelo via Development <
developm...@qt-project.org> wrote:

> Il 19/01/21 21:08, Tuukka Turunen ha scritto:
> > https://qt-mirror.dannhauer.de/
> >
> > https://www.funet.fi/pub/mirrors/download.qt-project.org/
> >
> > https://ftp.fau.de/qtproject/
> >
> > ...or just use the online installer, which picks mirrors automatically.
>
> The online installer doesn't actually work because it will try and
> download the mirror list from the master, which is offline.
>
> One can use https://github.com/miurahr/aqtinstall instead, which allows
> to manually specify the mirror, e.g.
>
> > python -m aqt --base https://ftp.fau.de/qtproject/ --outputdir /opt/qt/
> 5.15.2 linux desktop
>
>
> HTH,
> --
> Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer
> KDAB (France) S.A.S., a KDAB Group company
> Tel. France +33 (0)4 90 84 08 53, http://www.kdab.com
> KDAB - The Qt, C++ and OpenGL Experts
>
> ___
> Development mailing list
> developm...@qt-project.org
> https://lists.qt-project.org/listinfo/development
>
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] [Development] download.qt.io is down

2021-01-22 Thread Fabio Giovagnini
Sorry but it is not completely clear to me...
will the download.qt.io site be done forever from now ahead?
Thanks
Ciao
F

Il giorno ven 22 gen 2021 alle ore 14:27 Dmitry Volosnykh <
dmitry.volosn...@gmail.com> ha scritto:

> Thanks for highlighting this, Giuseppe!
>
> The qt-downloader  has caught up
> with the approach by introducing the --server option for this purpose. So
> that users of this tool can mitigate the risks of the outage.
>
> On Fri, Jan 22, 2021 at 2:36 PM Giuseppe D'Angelo via Development <
> developm...@qt-project.org> wrote:
>
>> Il 19/01/21 21:08, Tuukka Turunen ha scritto:
>> > https://qt-mirror.dannhauer.de/
>> >
>> > https://www.funet.fi/pub/mirrors/download.qt-project.org/
>> >
>> > https://ftp.fau.de/qtproject/
>> >
>> > ...or just use the online installer, which picks mirrors automatically.
>>
>> The online installer doesn't actually work because it will try and
>> download the mirror list from the master, which is offline.
>>
>> One can use https://github.com/miurahr/aqtinstall instead, which allows
>> to manually specify the mirror, e.g.
>>
>> > python -m aqt --base https://ftp.fau.de/qtproject/ --outputdir
>> /opt/qt/ 5.15.2 linux desktop
>>
>>
>> HTH,
>> --
>> Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer
>> KDAB (France) S.A.S., a KDAB Group company
>> Tel. France +33 (0)4 90 84 08 53, http://www.kdab.com
>> KDAB - The Qt, C++ and OpenGL Experts
>>
>> ___
>> Development mailing list
>> developm...@qt-project.org
>> https://lists.qt-project.org/listinfo/development
>>
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] [Development] [Releasing] download.qt.io is down

2021-01-22 Thread Tuukka Turunen
Hi,

Servers have been restored and open-source downloads are working again.

Archive of old and historic releases is missing, but will be made available 
next week.

Blog post: https://www.qt.io/blog/open-source-downloads-working-again

Yours,

Tuukka

From: coroberti 
Date: Friday, 22. January 2021 at 11.32
To: Nils Jeisecke , Tuukka Turunen 
, Qt Project Development 
Subject: Re: [Development] [Releasing] [Interest] download.qt.io is down
On Fri, Jan 22, 2021 at 10:38 AM Nils Jeisecke via Development
 wrote:
>
> Hi there,
>
> On Fri, Jan 22, 2021 at 7:59 AM Tuukka Turunen  wrote:
>>
>> Hi,
>>
>>
>>
>> Status update of the problem with open-source downloads: Last night we 
>> finally got a disk big enough for the packages from the service provider. 
>> Most of the data has been transferred throughout the night with a few last 
>> things still being uploaded to the new virtual server. After the data 
>> transfer is complete we start testing and validation of the data and the 
>> system. Target is to enable first the online installer, then the offline 
>> packages and finally the achieve of old releases.
>
>
> just a little "Thank You" from my side.
>
> I try to imagine being of those spending hour after hour to get things 
> running again and then reading all those nasty comments on the blog post.
>
> Nils

Joining the thanks of Nils.
We are really appreciating your support of open-source distribution.

Kind regards,
Robert Iakobashvili

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] [Development] [Releasing] download.qt.io is down

2021-01-22 Thread Dmitry Volosnykh
Tuukka, thank you and the team for bringing the service up and running as
quickly as was possible.

On Fri, Jan 22, 2021 at 5:31 PM Tuukka Turunen  wrote:

> Hi,
>
>
>
> Servers have been restored and open-source downloads are working again.
>
>
>
> Archive of old and historic releases is missing, but will be made
> available next week.
>
>
>
> Blog post: https://www.qt.io/blog/open-source-downloads-working-again
>
>
>
> Yours,
>
>
>
> Tuukka
>
>
>
> *From: *coroberti 
> *Date: *Friday, 22. January 2021 at 11.32
> *To: *Nils Jeisecke , Tuukka Turunen <
> tuukka.turu...@qt.io>, Qt Project Development 
> *Subject: *Re: [Development] [Releasing] [Interest] download.qt.io is down
>
> On Fri, Jan 22, 2021 at 10:38 AM Nils Jeisecke via Development
>  wrote:
> >
> > Hi there,
> >
> > On Fri, Jan 22, 2021 at 7:59 AM Tuukka Turunen 
> wrote:
> >>
> >> Hi,
> >>
> >>
> >>
> >> Status update of the problem with open-source downloads: Last night we
> finally got a disk big enough for the packages from the service provider.
> Most of the data has been transferred throughout the night with a few last
> things still being uploaded to the new virtual server. After the data
> transfer is complete we start testing and validation of the data and the
> system. Target is to enable first the online installer, then the offline
> packages and finally the achieve of old releases.
> >
> >
> > just a little "Thank You" from my side.
> >
> > I try to imagine being of those spending hour after hour to get things
> running again and then reading all those nasty comments on the blog post.
> >
> > Nils
>
> Joining the thanks of Nils.
> We are really appreciating your support of open-source distribution.
>
> Kind regards,
> Robert Iakobashvili
> 
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] [Development] [Releasing] download.qt.io is down

2021-01-22 Thread Sze Howe Koh
Thank you, Tuukka and co!


Regards,
Sze-Howe

On Fri, 22 Jan 2021 at 22:33, Tuukka Turunen  wrote:
>
> Hi,
>
>
>
> Servers have been restored and open-source downloads are working again.
>
>
>
> Archive of old and historic releases is missing, but will be made available 
> next week.
>
>
>
> Blog post: https://www.qt.io/blog/open-source-downloads-working-again
>
>
>
> Yours,
>
>
>
> Tuukka
>
>
>
> From: coroberti 
> Date: Friday, 22. January 2021 at 11.32
> To: Nils Jeisecke , Tuukka Turunen 
> , Qt Project Development 
> Subject: Re: [Development] [Releasing] [Interest] download.qt.io is down
>
> On Fri, Jan 22, 2021 at 10:38 AM Nils Jeisecke via Development
>  wrote:
> >
> > Hi there,
> >
> > On Fri, Jan 22, 2021 at 7:59 AM Tuukka Turunen  wrote:
> >>
> >> Hi,
> >>
> >>
> >>
> >> Status update of the problem with open-source downloads: Last night we 
> >> finally got a disk big enough for the packages from the service provider. 
> >> Most of the data has been transferred throughout the night with a few last 
> >> things still being uploaded to the new virtual server. After the data 
> >> transfer is complete we start testing and validation of the data and the 
> >> system. Target is to enable first the online installer, then the offline 
> >> packages and finally the achieve of old releases.
> >
> >
> > just a little "Thank You" from my side.
> >
> > I try to imagine being of those spending hour after hour to get things 
> > running again and then reading all those nasty comments on the blog post.
> >
> > Nils
>
> Joining the thanks of Nils.
> We are really appreciating your support of open-source distribution.
>
> Kind regards,
> Robert Iakobashvili
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest