Re: [Development] Qt bug (crash on drag-n-drop on QPlainTextEdit)

2018-04-24 Thread Thiago Macieira
On Tuesday, 24 April 2018 22:37:33 PDT Thiago Radicchi Roque wrote: > 1. Is this the right way to fix the problem? From a quick look at the code, no. The construction is basically: QTextBlock block = control->document()->findBlock(position); if (!block.isValid()) return; [...]

Re: [Development] Why waste energy supporting Python?

2018-04-24 Thread Christian Gagneraud
On 25 April 2018 at 13:41, d3fault wrote: > Supporting Python first class dilutes Qt, please don't. What's next, > Qt for Java? It's one thing to collect community-developed bindings > for various other languages into a single place... but something else > entirely to pay an entire "team" of devel

[Development] Qt bug (crash on drag-n-drop on QPlainTextEdit)

2018-04-24 Thread Thiago Radicchi Roque
Hi, Recently I ran into a crash while doing drag-n-drop on some application that uses QPlainTextEdit from Qt 4.6.3. The crash happens when the text being dropped is large, causing the QPlainTextEdit to have a vertical scroll bar. I was able to fix it with the following patch: diff -r 15465e31f

Re: [Development] MAINTAINERS, your actions needed: Qt 5.11.0 changes files

2018-04-24 Thread Jani Heikkinen
Hi all, Still quite many changes file without '+2' (see https://codereview.qt-project.org/#/q/message:%22Add+changes+file+for+Qt+5.11.0%22,n,z) * qt/qtserialport * qt/qtdoc * qt/qtbase * qt/qtlocation * qt/qtscxml * qt/qttools * qt/qtremoteobjects * qt/qtwebengine * qt/

[Development] Why waste energy supporting Python?

2018-04-24 Thread d3fault
Supporting Python first class dilutes Qt, please don't. What's next, Qt for Java? It's one thing to collect community-developed bindings for various other languages into a single place... but something else entirely to pay an entire "team" of developers to work on what is essentially duplicated eff

Re: [Development] Fornux C++ Superset

2018-04-24 Thread Phil Bouchard
Edward Welbourne wrote: > On Monday, 23 April 2018 18:46:05 PDT Phil Bouchard wrote: Remember when Wordperfect kept crashing in Windows 3.1 for some strange reason back in the days? People ended up using MS Word. The same with Netscape... > > On 04/23/2018 10:34 PM, Thiago Macieira

Re: [Development] Fornux C++ Superset

2018-04-24 Thread Phil Bouchard
Thiago Macieira wrote: > On Tuesday, 24 April 2018 06:13:39 PDT Phil Bouchard wrote: >>> I can tell you right now Qt is not interested in switching languages. >> >> You mean switching Javascript? I already started working in a compiled >> language to replace Javascript in the past, so perhaps I c

Re: [Development] Fornux C++ Superset

2018-04-24 Thread Thiago Macieira
On Tuesday, 24 April 2018 06:13:39 PDT Phil Bouchard wrote: > > I can tell you right now Qt is not interested in switching languages. > > You mean switching Javascript? I already started working in a compiled > language to replace Javascript in the past, so perhaps I can resume > these efforts. >

Re: [Development] Fornux C++ Superset

2018-04-24 Thread Phil Bouchard
On 04/24/2018 01:51 AM, Thiago Macieira wrote: On Monday, 23 April 2018 22:35:36 PDT Phil Bouchard wrote: On 04/23/2018 10:34 PM, Thiago Macieira wrote: On Monday, 23 April 2018 18:46:05 PDT Phil Bouchard wrote: - QML is an interpreted language thus it can be reverse engineered and plagiarized

Re: [Development] Maintenance in network aprox between the 25th and 27th of April

2018-04-24 Thread Tony Sarajärvi
Hi This is a reminder of the service break we are going to be having the next few days. A brief summary of what's going to change and what they affect: Wednesday: * New switches are being installed * Side by side with the current ones, no interruptions as such * New hosts are be

Re: [Development] Fornux C++ Superset

2018-04-24 Thread Edward Welbourne
On Monday, 23 April 2018 18:46:05 PDT Phil Bouchard wrote: >>> Remember when Wordperfect kept crashing in Windows 3.1 for some strange >>> reason back in the days? People ended up using MS Word. The same with >>> Netscape... On 04/23/2018 10:34 PM, Thiago Macieira wrote: >> There are a lot of reas