Re: [Interest] QtWebEngine Linux navigator object

2017-09-08 Thread Alexandru Croitor
Hi, The relevant code that finds the maxTouchPoints value is int qtwebengine/src/3rdparty/chromium/ui/base/touch/touch_device_linux.cc inside the MaxTouchPoints() function. That function iterates over the available touchscreens (not touchpads though). Thus my initial guess is that the touchsc

[Interest] QtWebEngine Linux navigator object

2017-09-08 Thread Johannes Pointner
Hi, I'm trying to get the info from the browser if the device supports multitouch. There is a navigator object maxTouchPoints (https://developer.mozilla.org/en-US/docs/Web/API/Navigator/maxTouchPoints) which would do the trick. This works with Chromium in Linux and with Chrome and QtWebEngine in W

[Interest] Access to QT_OPENGL_BUGLIST by QWindowsOpenGLTester methods

2017-09-08 Thread Thomas Sevaldrud
Hi, I know that this question was up earlier this year on the list, but it never got any answer that I could find, I'm sorry if I missed it... Anyway, I need to access the OpenGL blacklist info, specifically I want to see if ANGLE has been disabled before I try to create an ANGLE GL Context In m

[Interest] Milo Code Database - kickstart your projects easily

2017-09-08 Thread Tomasz Siekierda
Hi Qt! We've just released Milo Code Database: a set of small, useful helper classes for Qt, easy to include and use - plus a scaffolding for new projects we call the New Project Template. At Milo, we use them in many of our projects to speed up development, and we figured they may be useful to th