Re: [Interest] qmenu regression?

2016-04-14 Thread Boudewijn Rempt
On Thu, 14 Apr 2016, Giuseppe D'Angelo wrote: Could you please create a _complete_ testcase and submit it to the bugtraq? Otherwise it will get forgotten... I don't know whether I can manage that -- I just sent out this mail to see whether it would jog anybody's memory. Someone might remember

Re: [Interest] qmenu regression?

2016-04-14 Thread Giuseppe D'Angelo
On Thu, Apr 14, 2016 at 8:36 PM, Boudewijn Rempt wrote: > I got this bug report > > https://bugs.kde.org/show_bug.cgi?id=361766 > > And sure enough, when I tested it, the reporter was right. The context menu > actions weren't triggered. I checked, and this worked > with Qt 5.4, but no longer w

Re: [Interest] qmenu regression?

2016-04-14 Thread Scott Aron Bloom
I have always used connect( action, SIGNAL( triggered( bool ) ) You may want to try that, it could be something changed in the connect macro, when the signal has a default for the parameter... Scott -Original Message- From: Interest [mailto:interest-bounces+scott.bloom=onshorecs

Re: [Interest] jpeg 2000

2016-04-14 Thread Konstantin Tokarev
14.04.2016, 22:15, "maitai" : > Hello, > > Does anyone knows if qt jpeg2000 implementation is based on Jasper or > openJpeg or something specific to qt, and if it implies extra libs? I > need to decode weather gribs (stored as jpeg 2000 image in gray scale), > I have several working solutions usi

Re: [Interest] jpeg 2000

2016-04-14 Thread Samuel Gaist
On 14 avr. 2016, at 21:15, maitai wrote: > Hello, > > Does anyone knows if qt jpeg2000 implementation is based on Jasper or > openJpeg or something specific to qt, and if it implies extra libs? I need to > decode weather gribs (stored as jpeg 2000 image in gray scale), I have > several worki

[Interest] jpeg 2000

2016-04-14 Thread maitai
Hello, Does anyone knows if qt jpeg2000 implementation is based on Jasper or openJpeg or something specific to qt, and if it implies extra libs? I need to decode weather gribs (stored as jpeg 2000 image in gray scale), I have several working solutions using either Jasper or others but would l

[Interest] qmenu regression?

2016-04-14 Thread Boudewijn Rempt
I got this bug report https://bugs.kde.org/show_bug.cgi?id=361766 And sure enough, when I tested it, the reporter was right. The context menu actions weren't triggered. I checked, and this worked with Qt 5.4, but no longer with 5.5 or 5.6. This is the code: QMenu menu(this); QAct

[Interest] Android 6.0 breaks Qt Bluetooth and requires check for dangerous permissions at run time?

2016-04-14 Thread Edward Sutton
Adding ACCESS_COARSE_LOCATION to my AndroidManifest seemed to restore Bluetooth functionality. Does Qt 5.5 somehow take care of checking Android permissions for me? Location permissions are considered “Dangerous Permissions” and the following article states the app needs to check whether it h

[Interest] AWS Device Farm?

2016-04-14 Thread Jason H
Is there any way to test a QML app on AWS Device Farm, or similar service? ( http://aws.amazon.com/device-farm/device-list/ ) We are getting some reports of features not working correctly, and using the device farm would allow us to know if it's a make/model issue or a user-device issue (Usually

[Interest] windows hdpi support & opengl

2016-04-14 Thread Boudewijn Rempt
I'm trying to make Krita work correctly on hi-dpi windows screens like the Surface Pro 3 and 4. On OSX with Retina support, I haven't had complaints, but for Windows there's this bug: https://bugs.kde.org/show_bug.cgi?id=360541 If I enable QCoreApplication::setAttribute(Qt::AA_EnableHighDpiSc