Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-08-27 Thread Timothy W. Grove
Let's see if the formatting is any better this time... Below is my progress thus far. I've created a simple app with two QPlainTextEdit's. The only thing else it does is to print out the name of the keyboard input source associated with a QPlainTextEdit when you click into it. I'm unsure how t

Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-08-27 Thread Timothy W. Grove
Below is my progress thus far in trying to create a test application. I've created a simple app with just two QPlainTextEdit's. The only thing else it does is to print out the name of the keyboard input source associated with a QPlainTextEdit when you click into it. I'm unsure how to translate

Re: [Interest] QQmlApplicationEngine::load hangs

2016-08-27 Thread Thiago Macieira
Em sábado, 27 de agosto de 2016, às 13:19:41 PDT, Marco Trapanese escreveu: > The only way it SEEMS to work is to POWER CYCLE the target machine. > Rebooting it's not enough.What I could do to find the cause of this wrong > behavior? If a power cycle is required, then the main issue is not a Qt bu

Re: [Interest] Qt5.7 BLE advertising, contents added twice

2016-08-27 Thread Marco Trapanese
Il 26/08/2016 17:39, Christian Kandeler ha scritto: advertisingData.setDiscoverability(QLowEnergyAdvertisingData::DiscoverabilityGeneral); This information takes one byte plus two bytes of meta data. You have 28 bytes

[Interest] QQmlApplicationEngine::load hangs

2016-08-27 Thread Marco Trapanese
I'm facing a weird issue I cannot always replicate. QtCreator 3.6.1, Qt5.7, host machine: Debian Jessie x86, target machine: RPi3 running Raspian Jessie Lite. I remotely deploy and start the application through ssh (inside QtCreator). I'm working on this project from