Re: [Interest] problem with QFontComboBox on mac/os

2015-06-11 Thread maitai
Hello, Thanks for replying In fact this QFontComboBox is part of a rather big dialog managing all application settings. By default we do not change the default font but the user may decide to. This in fact has been requested by people with impaired vision, but generally users are happy with th

Re: [Interest] problem with QFontComboBox on mac/os

2015-06-11 Thread deDietrich Gabriel
Hi, Yes, this is normal, in a way. OS X has this notion of private fonts, which basically correspond to the system fonts. We make it possible to be used inside Qt, and set it as the default font but, because of its nature, we keep it hidden from the end-user. The same happens with a native font

[Interest] Assistant aborting because uncaught CLuceneError exception

2015-06-11 Thread René J . V . Bertin
Hello, Since updating to 4.8.7 I'm seeing many more crashes (aborts) of the Assistant when adding new documentation, on OS X as well as on Linux (both builds done with -noexceptions except for the QtCore component). The error always has to do with a CLuceneError exception not being caught, and

[Interest] Extremely sluggish browser performance in Qt 5.5

2015-06-11 Thread John C. Turnbull
I am just trying out the "nano browser" in Qt 5.5 on Windows 7 64-bit and find it almost unusable. Loading *any* website is slow but it is particularly noticeable with Google Maps. It can take more than a minute to render the initial map and then zooming in first shows just a scaled and pixela

[Interest] problem with QFontComboBox on mac/os

2015-06-11 Thread maitai
Hello, I'm using qt 5.4.2 on Mac OS X 10.0-YOSEMITE. I have a plain basic QFontComboxBox with all default options (all fonts allowed, etc). I'm trying to set the current font to whatever is QApplication::font(). I tried both box->setCurrentText(qApp->font().family()); and box->setCurrentFon

Re: [Interest] Qt 5.5 RC snapshot breaks debug iOS device from Qt Creator; must use Xcode

2015-06-11 Thread Edward Sutton
Sorry, I had versions reversed. Problem is fixed when I uninstalled latest June 10 RC and re-installed previous June 5 RC. [ *Bad* ] qt-opensource-mac-x64-android-ios-5.5.0-rc_2015-06-10_07-38-41-92.dmg [ Good ] qt-opensource-mac-x64-android-ios-5.5.0-rc_2015-06-05_08-53-34-83.dmg -Ed On J

Re: [Interest] Qt 5.5 RC snapshot breaks debug iOS device from Qt Creator; must use Xcode

2015-06-11 Thread Edward Sutton
This appears to be a bug in the latest Qt 5.5 RC. I removed latest Qt 5.5.0 Release Candidate qt-opensource-mac-x64-android-ios-5.5.0-rc_2015-06-05_08-53-34-83.dmg and it was fixed when I reinstalled this one: qt-opensource-mac-x64-android-ios-5.5.0-rc_2015-06-10_07-38-41-92.dmg -Ed On Jun

[Interest] Qt 5.5 RC snapshot breaks debug iOS device from Qt Creator; must use Xcode

2015-06-11 Thread Edward Sutton
Yesterday it worked fine using the June 05 snapshot. 1 - I select my attached iOS device 2 - The debug buttons do not turn green and remain gray 3 - I can open the the project in Xcode and debug fine I am using the June 10 Mac Android iOS snapshot. qt-opensource-mac-x64-android-ios-5.5.0-rc_20

[Interest] Bluetooth support in Qt WebEngine

2015-06-11 Thread Tom Isaacson
Is there any support for Bluetooth in Qt WebEngine from HTML5/JS? I know that Chrome supports some interfaces: https://developer.chrome.com/apps/app_bluetooth I wasn't sure if this functionality carried over into Qt WebEngine via Blink. If it doesn't does anyone know of any other support for Blu

Re: [Interest] How to run a WinRT app on a Window 8 intel tablet?

2015-06-11 Thread Nuno Santos
Hi, I have finally managed to compile WinRT 32 with some quirks around the path. Trying to migrate one of my apps to WinRT resulted in some problems: 1 - It seems that ButtonStyle for QtQuickControls button is not available. Is this normal? qt.winrtrunner.app: file:///C:/Users/nsantos/Dropb

Re: [Interest] Wayland Qt api, wl_display_connect("wayland-1");

2015-06-11 Thread Giulio Camuffo
2015-06-05 17:29 GMT+03:00 M!2N CM : > Hi, > > While using X11 in embedded platform we have options like below to write in > to specific display layer for overlay screens as shown below: > > ./qtapp-name -display Linuxfb:/dev/fb2:enable=1. > > But accessing different display layers in wayland, we

Re: [Interest] Unassigned bug report

2015-06-11 Thread Thiago Macieira
On Thursday 11 June 2015 17:49:22 Hamish Moffatt wrote: > On 11/06/15 17:06, Thiago Macieira wrote: > > On Thursday 11 June 2015 16:20:03 Hamish Moffatt wrote: > >> On 11/06/15 00:20, Thiago Macieira wrote: > >>> On Wednesday 10 June 2015 06:22:03 Adam Light wrote: > In my experience, bugs tha

Re: [Interest] How to run a WinRT app on a Window 8 intel tablet?

2015-06-11 Thread Nuno Santos
In the meantime I have precisely crossed myself with this post ;) Continuing the quest!!! Thx Nuno On 11/06/2015 12:13, EXL wrote: > Hi, Nuno! > > Please check this: > https://forum.qt.io/topic/32634/resolved-unresolved-external-symbol-attempting-to-build-5-2/3 > > > > On 11.06.2015 17:07, Nu

Re: [Interest] How to run a WinRT app on a Window 8 intel tablet?

2015-06-11 Thread EXL
Hi, Nuno! Please check this: https://forum.qt.io/topic/32634/resolved-unresolved-external-symbol-attempting-to-build-5-2/3 On 11.06.2015 17:07, Nuno Santos wrote: > error LNK2019: unresolved external symbol "struct > JSC::Yarr::CharacterClass * ___ Int

Re: [Interest] How to run a WinRT app on a Window 8 intel tablet?

2015-06-11 Thread Nuno Santos
Hi, Today I have decided to abandon the 5.4.1 source and try with the 5.5 source. I have started a normal windows command shell and have executed the vcvarsall.bat command with the argument x86 Then I have entered the source dir and executed the following configure line: configure -prefix c:

Re: [Interest] Unassigned bug report

2015-06-11 Thread Hamish Moffatt
On 11/06/15 17:06, Thiago Macieira wrote: > On Thursday 11 June 2015 16:20:03 Hamish Moffatt wrote: >> On 11/06/15 00:20, Thiago Macieira wrote: >>> On Wednesday 10 June 2015 06:22:03 Adam Light wrote: In my experience, bugs that start out unassigned never end up getting triaged, and thus

Re: [Interest] Unassigned bug report

2015-06-11 Thread Thiago Macieira
On Thursday 11 June 2015 16:20:03 Hamish Moffatt wrote: > On 11/06/15 00:20, Thiago Macieira wrote: > > On Wednesday 10 June 2015 06:22:03 Adam Light wrote: > >> In my experience, bugs that start out unassigned never end up getting > >> triaged, and thus fixed (granted, a small sample size). > >>