Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Ramakanth Kesireddy
Ok let me try with 5.212..Whether it is compatible with Qt sources starting from 5.6 till the latest 5.12.7 and 5.14? On Wed, 19 Feb, 2020, 22:36 Konstantin Tokarev, wrote: > > > 19.02.2020, 10:53, "Thiago Macieira" : > > On Tuesday, 18 February 2020 16:29:13 PST Sze Howe Koh wrote: > >> On Wed

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Konstantin Tokarev
20.02.2020, 01:54, "Thiago Macieira" : > On Wednesday, 19 February 2020 09:04:32 PST Konstantin Tokarev wrote: >>  That's correct, most of the work in last year is targeted to a new branch >>  with updated WebKit. However, 5.212 serves its job well, it's compatible >>  with current Qt and is at l

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Nyall Dawson
On Thu, 20 Feb 2020 at 03:06, Konstantin Tokarev wrote: > > > > 19.02.2020, 10:53, "Thiago Macieira" : > > On Tuesday, 18 February 2020 16:29:13 PST Sze Howe Koh wrote: > >> On Wed, 19 Feb 2020 at 08:05, Thiago Macieira > > > > wrote: > >> > There's no good solution for using qtwebkit. You have

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Thiago Macieira
On Wednesday, 19 February 2020 09:04:32 PST Konstantin Tokarev wrote: > That's correct, most of the work in last year is targeted to a new branch > with updated WebKit. However, 5.212 serves its job well, it's compatible > with current Qt and is at least is strictly better than 5.9 in terms of > bu

Re: [Interest] Why doesn't my model filter update?

2020-02-19 Thread Matthew Woehlke
On 18/02/2020 18.38, Sze Howe Koh wrote: > The last valid row index is (rows-1), not (rows). Right 🎉 > Do I get the other half-cookie? Sure → 🍪 -- Matthew ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interes

Re: [Interest] Troubles with debugging

2020-02-19 Thread Michal Klocek
Please open bug report on https://bugreports.qt.io/ On 2/19/20 6:17 PM, j...@wavemetrics.com wrote: > I still see it after a couple of Qt Creator updates. My colleague here is > using a pretty old version of Creator because of this problem. So it seems > like something Creator is doing. Googling

Re: [Interest] Troubles with debugging

2020-02-19 Thread john
I still see it after a couple of Qt Creator updates. My colleague here is using a pretty old version of Creator because of this problem. So it seems like something Creator is doing. Googling _os_unfair_lock_recursive_abort or _os_unfair_lock_lock_slow doesn't yield much, except for bug reports o

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Konstantin Tokarev
18.02.2020, 19:33, "Ramakanth Kesireddy" : > Hi, > > While trying to build Qt Webkit sources from Qt 5.5.1 as a separate module > being part of Qt 5.12.7 sources, it throws below error: Please do NOT use QtWebKit 5.5.1. It has unpatched Spectre/Meltdown vulnerabilities, as well as a number of r

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Konstantin Tokarev
19.02.2020, 10:53, "Thiago Macieira" : > On Tuesday, 18 February 2020 16:29:13 PST Sze Howe Koh wrote: >>  On Wed, 19 Feb 2020 at 08:05, Thiago Macieira > > wrote: >>  > There's no good solution for using qtwebkit. You have to stop using it. >> >>  I was under the impression that Konstantin Toka

Re: [Interest] Troubles with debugging

2020-02-19 Thread Nils Jeisecke via Interest
Hi list, I'm seeing the same thing here. Not sure when troubles started. Nobody else having problems with that? Nils Am 19.08.2019 um 11:37 hat John Weeks geschrieben: On Macintosh OS X 10.14.5, Qt 5.12.5, and Qt Creator 4.9.2 I keep getting a crash while stepping through code. I get a stack

Re: [Interest] Qt Creator problem

2020-02-19 Thread Alexander Dyagilev
It seems that this plugin was not updated somehow (shows 4.10.2 instead of 4.11.1): On 2/19/2020 6:49 PM, Alexander Dyagilev wrote: Hello, Just updated to 4.11.1 from 4.10.2. I'm getting this every time i launch it: Can this be fixed? ___ Interes

[Interest] Qt Creator problem

2020-02-19 Thread Alexander Dyagilev
Hello, Just updated to 4.11.1 from 4.10.2. I'm getting this every time i launch it: Can this be fixed? ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Why doesn't my model filter update?

2020-02-19 Thread Florian Bruhin
On Tue, Feb 18, 2020 at 04:49:57PM -0500, Matthew Woehlke wrote: > On 18/02/2020 16.31, Konstantin Shegunov wrote: > > On Tue, Feb 18, 2020 at 11:20 PM Matthew Woehlke wrote: > >> I wonder if anyone else can spot it? ;-) > > > > Without knowing anything about the code at all, my best guess based o