Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread coroberti .
On Fri, Jun 12, 2020 at 9:28 AM Thiago Macieira wrote: > > On Thursday, 11 June 2020 21:40:03 PDT coroberti . wrote: > > Most people are using their Mac computers 7-10 years, yes without the > > security updates that for some usage patterns is still fine. > > macOS 10.13 runs on all 64-bit Intel M

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Thiago Macieira
On Thursday, 11 June 2020 21:40:03 PDT coroberti . wrote: > Most people are using their Mac computers 7-10 years, yes without the > security updates that for some usage patterns is still fine. macOS 10.13 runs on all 64-bit Intel Macs. It's 10.14 that requires Haswell, which is today only 6½ year

Re: [Interest] QtQuick: weird fonts problem

2020-06-11 Thread Jason H
From what I've seen, it's a combination of poor font hinting, a bad cleartype implementation, it some combination there of. You can change the way Qt handles the font hinting, by turning off antialiased text. It'll good the issue, but then the text won't appear smooth. > Sent: Tuesday, June 09

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread coroberti .
On Fri, Jun 12, 2020 at 3:45 AM Hamish Moffatt wrote: > > On 12/6/20 10:17 am, Scott Bloom wrote: > > Why is Win7 being dropped? I (my company) has gotten burned pretty hard by > > the dropping of CentOS 6, similar reasons listed for win7.. > > It's funny that there's so much discussion about dr

Re: [Interest] Handling of ~ paths

2020-06-11 Thread Thiago Macieira
On Thursday, 11 June 2020 11:03:00 PDT Scott Bloom wrote: > If you are working with a path, for use in QDir, QFileInfo, QFile etc etc, > and the path string is using a ~, either of the form ~/foo.txt or > ~user/foo.txt, Qt seems to be treating it as a relative path of the current > user, and prepen

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Hamish Moffatt
On 12/6/20 10:17 am, Scott Bloom wrote: Why is Win7 being dropped? I (my company) has gotten burned pretty hard by the dropping of CentOS 6, similar reasons listed for win7.. It's funny that there's so much discussion about dropping Windows 7 which was released 11 years ago. Yet Qt 5.15 al

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Scott Bloom
One thing that I probably missed in this thread, though I have been reading it with quite a lot of interest. Why is Win7 being dropped? I (my company) has gotten burned pretty hard by the dropping of CentOS 6, similar reasons listed for win7.. Is win 7 being dropped because the Visual Studio v

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Roland Hughes
On 6/11/20 6:07 PM, Sérgio Martins wrote: On Thu, Jun 11, 2020 at 9:51 PM Roland Hughes wrote: On 6/11/20 1:47 PM, Michael Jackson wrote: Windows 7 is EOL. Period. If it costs you, as a developer, additional money to support an EOL'ed, unsupported version of an operating system then you wil

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Sérgio Martins
On Thu, Jun 11, 2020 at 9:51 PM Roland Hughes wrote: > > > On 6/11/20 1:47 PM, Michael Jackson wrote: > > Windows 7 is EOL. Period. If it costs you, as a developer, additional money > > to support an EOL'ed, unsupported version of an operating system then you > > will need to pass that onto the

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Roland Hughes
On 6/11/20 1:47 PM, Michael Jackson wrote: Windows 7 is EOL. Period. If it costs you, as a developer, additional money to support an EOL'ed, unsupported version of an operating system then you will need to pass that onto the customer. By still supporting Windows 7 we, as developers, are just

Re: [Interest] Handling of ~ paths

2020-06-11 Thread Scott Bloom
-Original Message- From: Matthew Woehlke Sent: Thursday, June 11, 2020 11:43 AM To: Scott Bloom ; interest@qt-project.org Subject: Re: [Interest] Handling of ~ paths On 11/06/2020 14.33, Scott Bloom wrote: > On 11/06/2020 14.24, Matthew Woehlke wrote: >> On 11/06/2020 14.03, > Scott B

Re: [Interest] Handling of ~ paths

2020-06-11 Thread Matthew Woehlke
On 11/06/2020 14.33, Scott Bloom wrote: On 11/06/2020 14.24, Matthew Woehlke wrote: >> On 11/06/2020 14.03, Scott Bloom wrote:>>> If you are working with a path, for use in QDir, QFileInfo, QFile etc>>> etc, and the path string is using a ~, either of the form ~/foo.txt or>>> ~user/foo.txt, Qt s

Re: [Interest] Handling of ~ paths

2020-06-11 Thread Scott Bloom
On 11/06/2020 14.03, Scott Bloom wrote: > If you are working with a path, for use in QDir, QFileInfo, QFile etc > etc, and the path string is using a ~, either of the form ~/foo.txt or > ~user/foo.txt, Qt seems to be treating it as a relative path of the > current user, and prepends “/home/scott

Re: [Interest] Handling of ~ paths

2020-06-11 Thread Matthew Woehlke
On 11/06/2020 14.03, Scott Bloom wrote: If you are working with a path, for use in QDir, QFileInfo, QFile etc etc, and the path string is using a ~, either of the form ~/foo.txt or ~user/foo.txt, Qt seems to be treating it as a relative path of the current user, and prepends “/home/scott” in my c

Re: [Interest] Handling of ~ paths

2020-06-11 Thread Giuseppe D'Angelo via Interest
On 6/11/20 8:03 PM, Scott Bloom wrote: What is the Qt way to handle this?  It cant be to tell your users not to use ~.  Can it? Does everyone write their own little “analyze the string before actually using it, and handle ~”? How are users entering these paths to start with? Cheers, -- Giusep

[Interest] Handling of ~ paths

2020-06-11 Thread Scott Bloom
I’m feeling really stupid right now 😊 Ive been a Qt user for almost 20 years, and I cant believe I have never had to deal with this before. If you are working with a path, for use in QDir, QFileInfo, QFile etc etc, and the path string is using a ~, either of the form ~/foo.txt or ~user/foo.txt,

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Jérôme Godbout
Nothing force you to upgrade to Qt6, you can still make evolve that application into Qt 5.15 as long as your user still use Windows 7. Windows 7 is old, the days of keeping old OS around have been over for 10 years IMO. Everything is moving to evergreen (OS, Web browser, application...). Otherw

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Michael Jackson
On 6/11/20, 12:46 PM, "Interest on behalf of Frederik Schwarzer" wrote: Am 11.06.2020 18:36 schrieb Christoph Cullmann: > On 2020-06-11 18:06, Frederik Schwarzer wrote: >> Am 11.06.2020 17:32 schrieb Christoph Cullmann: >> >> Hi, >> >> >>> I think a lot of devel

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Frederik Schwarzer
Am 11.06.2020 18:36 schrieb Christoph Cullmann: On 2020-06-11 18:06, Frederik Schwarzer wrote: Am 11.06.2020 17:32 schrieb Christoph Cullmann: Hi, I think a lot of developers/companies will have pain because of this, if they have 1) some large customers staying on Windows 7 until really E

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Christoph Cullmann
On 2020-06-11 18:06, Frederik Schwarzer wrote: Am 11.06.2020 17:32 schrieb Christoph Cullmann: Hi, I think a lot of developers/companies will have pain because of this, if they have 1) some large customers staying on Windows 7 until really EOL for them Not really an opinion about this but

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Frederik Schwarzer
Am 11.06.2020 17:32 schrieb Christoph Cullmann: Hi, I think a lot of developers/companies will have pain because of this, if they have 1) some large customers staying on Windows 7 until really EOL for them Not really an opinion about this but this changelog entry from a release two weeks a

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Christoph Cullmann
On 2020-06-11 17:23, Philippe wrote: I hardly see many users that need to stick to an old Windows version to be keen, on another hand, to update to the brand new Qt 6. That would be paradoxal, few would do this. And that's not the end of Qt for these Windows 7 users anyway, as they will be able

Re: [Interest] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Sérgio Martins
On Thu, Jun 11, 2020 at 1:42 PM Oliver Wolff wrote: > > - We can focus our Windows resources on bug fixes and new > functionality instead of maintaining this "legacy" operating system > - CI resources that are used for Windows 7 tests can be used to > test other configurations Please d

[Interest] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Oliver Wolff
Hi, with Qt 6 approaching it is time to have a look at our set of supported platforms. One candidate for removal of support was Windows 7. Some considerations about dropping this support have been communicated on Qt's development mailing list in March last year [1] and there were some discus