Re: [Interest] Will QtWebEngine Available for Mobile?

2017-04-03 Thread Jake Petroules
No, it won't (this is in large part due to platform restrictions, especially on iOS). Can you elaborate on why QtWebView is not flexible enough for your use case? > On Mar 16, 2017, at 12:31 PM, Programcı Kanguru > wrote: > > Hi; > WebView is available for mobile, but it's not flexible. Will

[Interest] Qt Bulgarian translation

2017-04-03 Thread Любомир Василев
Hello! I have translated all of the Qt localisation files to Bulgarian. I didn't post here first, as I communicated with Oswald Buddenhagen, and understood that there is no such translation started. Moreover, I didn't want to communicate in the open, until I have something to show, but I mana

[Interest] Will QtWebEngine Available for Mobile?

2017-04-03 Thread Programcı Kanguru
Hi; WebView is available for mobile, but it's not flexible. Will QtWebEngine available for Android, iOS, Windows Mobile ...? Thanks. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Is the QtOpenGLExtensions module official?

2017-04-03 Thread Stefan Monov
Hi. I need to do something very simple - use OpenGL extensions in my Qt code. For this, I've found this link [1] which says the best way is the QtOpenGLExtensions module. But this module doesn't exist in the documentation. Does anyone know why? TIA, Stefan [1] http://www.kdab.com/opengl-in-qt-5-

[Interest] QWebEngine: "Leaking 1 ports in unreceived messages"

2017-04-03 Thread Jason Dolan
Does anyone know what these warnings mean? Surprisingly, Google is not really pulling up any useful results. [2357:78595:0403/102655:WARNING:message_queue.cc(38)] Leaking 1 ports in unreceived messages [2357:78595:0403/102655:WARNING:message_queue.cc(38)] Leaking 2 ports in unreceived messages

Re: [Interest] Qt 5.8 - fontconfig config error

2017-04-03 Thread Thiago Macieira
On segunda-feira, 3 de abril de 2017 05:48:53 PDT Calogero Mauceri wrote: > Just to add more information, the system is 64 bit and I'm building Qt in > 32 bit. Of course I installed fonconfig and freetype (and development > packages) in 32 bit. Search for "fontconfig" and "freetype" in your config

Re: [Interest] QPrintPreviewWidget

2017-04-03 Thread william.croc...@analog.com
On 04/01/2017 09:48 AM, Dan Allen wrote: Hi Bill, I agree, however when the print is quite complex it makes the GUI very unresponsive. Painting into an off screen image is not GUI related. The print preview could show something like "Generating Preview" while a background thread generates it an

Re: [Interest] Qt 5.8 - fontconfig config error

2017-04-03 Thread Calogero Mauceri
yes, I did :/. Just to add more information, the system is 64 bit and I'm building Qt in 32 bit. Of course I installed fonconfig and freetype (and development packages) in 32 bit. Calogero On Mon, Apr 3, 2017 at 2:45 PM, Konstantin Tokarev wrote: > > > 03.04.2017, 15:44, "Calogero Mauceri" : >

Re: [Interest] Qt 5.8 - fontconfig config error

2017-04-03 Thread Konstantin Tokarev
03.04.2017, 15:44, "Calogero Mauceri" : > Hi all, > > I'm trying to build Qt 5.8 on Ubuntu 14.04 but I get an error related to > fontconfig > > Here is my configure string > > ./configure -qt-zlib -system-libpng -system-libjpeg -platform linux-g++-32 > -qt-xcb -nomake examples -nomake tools -fo

[Interest] Qt 5.8 - fontconfig config error

2017-04-03 Thread Calogero Mauceri
Hi all, I'm trying to build Qt 5.8 on Ubuntu 14.04 but I get an error related to fontconfig Here is my configure string ./configure -qt-zlib -system-libpng -system-libjpeg -platform linux-g++-32 -qt-xcb -nomake examples -nomake tools -fontconfig and this is the error I get ERROR: Feature 'font

Re: [Interest] [Qt3D]

2017-04-03 Thread Oleg Evseev
Sorry for missed letter theme 2017-04-03 12:32 GMT+03:00 Oleg Evseev : > Hi, > > Almost a year ago I wrote a bug about Scene3D freezing when its anchor is > changed (https://bugreports.qt.io/browse/QTBUG-54900). > > Due to this on android Scene3D freeze up on changing orientation of app > (autoro

[Interest] [Qt3D]

2017-04-03 Thread Oleg Evseev
Hi, Almost a year ago I wrote a bug about Scene3D freezing when its anchor is changed (https://bugreports.qt.io/browse/QTBUG-54900). Due to this on android Scene3D freeze up on changing orientation of app (autorotate), especially on the non toppest smartphones/pads. All this time the only workar