On Tuesday, 12 May 2020 01:29:11 PDT Tony Sarajärvi wrote:
> Unless the wording in that document is changed, it means that Qt supports
> all older versions of Windows 10 as well and any Linux distro, as long as
> it has GCC 5, but we just don't have them in the CI.
I think we can reasonably assume
On Tuesday, 12 May 2020 01:07:08 PDT Lars Knoll wrote:
> > The problem is not the application's cross-platform code that uses Qt. The
> > problem is where they directly use the 8-bit API, especially the Windows
> > 8-bit API ("A" functions). Those applications may have a lot of legacy
> > code they
>>Requiring that Windows version is, unfortunately, not yet acceptable. Many
>>corporations, Intel included, have a slow Windows upgrade cycle. According to
>>the WIkipedia page[1], MSFT is offering a 2½-year support cycle for each of
>>those Windows 10 releases, so we need to support pre-1903
> On 11 May 2020, at 17:08, Thiago Macieira wrote:
>
> On Monday, 4 May 2020 06:46:44 PDT Lars Knoll wrote:
>> Hi all,
>
> Hello Lars
>
>> I would really like to make this 100% cross-platform, so I sat down and did
>> a bit of research on Windows. Things are looking pretty promising, at least
>
On Monday, 4 May 2020 06:46:44 PDT Lars Knoll wrote:
> Hi all,
Hello Lars
> I would really like to make this 100% cross-platform, so I sat down and did
> a bit of research on Windows. Things are looking pretty promising, at least
> since Windows 10, build 1903.
Requiring that Windows version is,
> * QTextStream still delivers mojibake in all cases. I assume there’s a bug
> somewhere in the way we handle things in QTextStream, this needs some
> debugging.
Ok, ignore this bullet point. It was simply a bug in my test app (QFile is
using buffered writes, and I was resetting the output CP o
Hi all,
For Qt6, we wanted to finalise missing holes in our Unicode story. One of the
changes that we’ve already decided upon at the Contributor Summit was to
enforce UTF8 based locales on Unix systems (they’ve been the default there for
the last 10-15 years).
I would really like to make this