Re: [Development] Drop MSVC 2015 in Qt 5.15?

2020-05-23 Thread Ville Voutilainen
On Sat, 23 May 2020 at 04:01, Thiago Macieira wrote: > > On Friday, 22 May 2020 02:21:29 PDT Tony Sarajärvi wrote: > > Hi > > > > Now open for discussion: https://bugreports.qt.io/browse/QTQAINFRA-3745 > > > > Based on Thiago’s comment that we don’t want to keep supporting it for > > years: > > ht

Re: [Development] QUtf8String{, View}

2020-05-23 Thread Thiago Macieira
On Saturday, 23 May 2020 05:39:37 PDT Giuseppe D'Angelo via Development wrote: > To elaborate on this: does operator==(QStringView, char*) already exist > (maybe under QT_NO_CAST...)? If yes, isn't that char* already assumed to > be UTF-8? Do you want a QUtf8StringView to cleanly compile also under

Re: [Development] QUtf8String{, View}

2020-05-23 Thread Giuseppe D'Angelo via Development
Il 23/05/20 03:06, Thiago Macieira ha scritto: As we're reviewing the changes Lars is making to get rid of QStringRef, Lars, Marc and I came to the conclusion that QUtf8StringView is required for Qt 6.0. That's because some methods that previously returned QStringRef now return QStringView and to

Re: [Development] Qt Multimedia as Add-on in Qt 6

2020-05-23 Thread Elvis Stansvik
Den fre 22 maj 2020 kl 21:40 skrev Giuseppe D'Angelo via Development : > > On 5/22/20 7:43 PM, Jason H wrote: > > I guess to some degree it depends on how you define "essential". > > The definition is: > > "Qt Essentials define the foundation of Qt on all platforms. They are > available on all supp

Re: [Development] QUtf8String{, View}

2020-05-23 Thread Kai Pastor, DG0YT
Am 23.05.20 um 03:06 schrieb Thiago Macieira: On Thursday, 14 May 2020 07:41:45 PDT Marc Mutz via Development wrote: There's only our own lazyness which stands in the way of this better alternative. [snip the rest] Update: As we're reviewing the changes Lars is making to get rid of QStringRef

Re: [Development] MaintenanceTool and/or InstallerFramework horribly insecure?

2020-05-23 Thread Konrad Rosenbaum
Hi Kai, thanks for looking into this. One more discovery: the Qt Account credentials are also stored with 0557 permissions - they really should be 0600 for the file and 0700 or 0755 for the directory. Credential storage permissions should always be overridden anyway and not be left to some automa

Re: [Development] Qt Multimedia as Add-on in Qt 6

2020-05-23 Thread zoltan . lutor
Any application in 'entertrainment' domain needs multimedia support. Most trivial case are games or (car) infotainment systems but almost any (android) app could have some sound notifications for raising user awareness/indicating some error, etc. So, when there is user-interaction there is usua