[Development] cocoa:fontengine=freetype and bitmap fonts

2018-01-25 Thread René J . V . Bertin
Hi, One of the surprising side-effects of using the FreeType fontengine in general use is that I sometimes get a bitmap font, esp. in the Assistant. I'd noticed this on Linux too, btw. Turns out that this happens (only?) with the Helvetica font. I do have XQuartz installed (with the

Re: [Development] Using Native web view on OS X

2018-01-25 Thread Steve Schilz
> 22.01.2018, 18:37, "Alberto Mardegan" : > Hi all! > ??I've developed a desktop application which uses the WebView QML > module, with the hope of publishing it in the Apple store. However, > unless I am seriously mistaken, this is just not

[Development] New Qt snapshots available

2018-01-25 Thread Jani Heikkinen
Hi, We have published online snapshots for Qt 5.10.1 and Qt 5.11 Alpha. You can find those from 'Preview' node in online installer br, Jani ___ Development mailing list Development@qt-project.org

Re: [Development] Using native webview on OS X

2018-01-25 Thread Morten Sørvig
> On 23 Jan 2018, at 15:11, Konstantin Tokarev wrote: > > 23.01.2018, 17:09, "Morten Sørvig" : >> >> The QtWebEngine requirement does seem to run counter to the purpose of the >> QtWebView module. >> >> It’s not really clear from the history what

Re: [Development] #pragma once

2018-01-25 Thread Eike Ziller
> On 25. Jan 2018, at 11:53, Mitch Curtis wrote: > >> -Original Message- >> From: Development [mailto:development-bounces+mitch.curtis=qt.io@qt- >> project.org] On Behalf Of Mathias Hasselmann >> Sent: Thursday, 25 January 2018 11:27 AM >> To:

Re: [Development] #pragma once

2018-01-25 Thread Mitch Curtis
> -Original Message- > From: Development [mailto:development-bounces+mitch.curtis=qt.io@qt- > project.org] On Behalf Of Mathias Hasselmann > Sent: Thursday, 25 January 2018 11:27 AM > To: development@qt-project.org > Subject: Re: [Development] #pragma once > > Let's see what people who

Re: [Development] #pragma once

2018-01-25 Thread Ville Voutilainen
On 25 January 2018 at 12:31, Konstantin Tokarev wrote: > > > 25.01.2018, 13:27, "Mathias Hasselmann" : >> Let's see what people who know much more about compiler features than >> any of us think about "#pragma once". Let's check what GCC and Clang do

Re: [Development] #pragma once

2018-01-25 Thread Konstantin Tokarev
25.01.2018, 13:27, "Mathias Hasselmann" : > Let's see what people who know much more about compiler features than > any of us think about "#pragma once". Let's check what GCC and Clang do > for their C++ library headers: > >    $ grep -r pragma.*once

Re: [Development] #pragma once

2018-01-25 Thread Mathias Hasselmann
Let's see what people who know much more about compiler features than any of us think about "#pragma once". Let's check what GCC and Clang do for their C++ library headers: $ grep -r pragma.*once /usr/include/clang/5.0.0/include /usr/include/c++/7.2.0/ $ ...and this is about headers