[Interest] ListView question

2015-09-21 Thread VStevenP
What's the easiest way to implement a list using a customized ListView, to achieve rounded corners at the four corners of the ListView, but no rounding on the four corners of every delegate? If I highlight the delegate, I wish for it to appear as a pure rectangle in most cases, except when it's

Re: [Interest] Qt and Qt-Apps Adaptation for iOS-9 "Slide Over" and "Split View"

2015-09-21 Thread Robert Iakobashvili
Hi Juhani, Thank you very much for your input. Well, my app is painting status-bar background independently by code. Now it should detect if primary screen, and only in this case to draw. Events relevant to change layout of views are supposed to be delivered by willTransitionToTraitCollection tr

Re: [Interest] Building Qt 5.4 on Mac OSX 10.11: qcocoacursor.mm:84:20: error: no matching function for call to 'CGEventCreateMouseEvent'

2015-09-21 Thread Thiago Macieira
On Monday 21 September 2015 10:20:14 Alan Ezust wrote: > qcocoacursor.mm:84:20: error: no matching function for call to > 'CGEventCreateMouseEvent' > CGEventRef e = CGEventCreateMouseEvent(0, kCGEventMouseMoved, pos, 0); Already fixed in 02ea0235216beef390e9868ff770c7a54d70db83 (5.5.1 material

Re: [Interest] MacOSx: Qt::KeypadModifier for arrow keys?

2015-09-21 Thread Alan Ezust
Ok, since Qt works as advertised, I suppose one could argue if there is a bug or not, but I still think that when the user types arrow keys from the mac keyboard(s), they should just register as plain old arrow keys without modifiers or any kind of numeric-keypad reference. And that is how things w

Re: [Interest] High DPI support in QT (Windows)

2015-09-21 Thread Emre Besirik
Well, I also hope for some imrovement on this subject as I’ve been there too with 5.3 I think… > On 21 Sep 2015, at 18:36, Adam Light wrote: > > > > On Fri, Sep 18, 2015 at 1:38 AM, Pavlo Dyachenko > wrote: > Hi QT team, I posted a question on the forum about high D

[Interest] geometry() for a widget that hasn't been shown

2015-09-21 Thread John Weeks
If this is a repeat, my apologies. I can't tell if I saw this arrive on the list! In general a QWidget that hasn't been made visible yet gives bogus results for QWidget::geometry(). Qt only guarantees that a call to setGeometry() will result in a Resize event when the window is made visible.

[Interest] Building Qt 5.4 on Mac OSX 10.11: qcocoacursor.mm:84:20: error: no matching function for call to 'CGEventCreateMouseEvent'

2015-09-21 Thread Alan Ezust
Running into troubles building Qt 5.4 on MacOSX 10.11 with clang. First ran into an issue related to _Nullable which was fixed by https://codereview.qt-project.org/#/c/121545/ Then I had to specify the SDK version in configure because detection was not working properly. ./configur

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Thiago Macieira
On Monday 21 September 2015 16:02:53 Daniel França wrote: > Thanks for the explanation Sorvig, indeed deleting qmake.stash worked > without the need to add QMAKE_MAC_SDK in the .pro. > Would be great to have this kind of thing documented somewhere. It isn't documented because it wasn't necessary.

[Interest] Qt Purchasing API and Android Lollipop

2015-09-21 Thread Nuno Santos
Hi, Is there any know incompatibility between Qt Purchasing API and Android Lollipop? I had two recent reports of users using Android Lollipop that can’t proceed with in-app purchase. The price doesn’t event appear. Thanks, Regards Nuno___ Interest

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Thiago Macieira
On Monday 21 September 2015 10:18:13 Sorvig Morten wrote: > > On 21 Sep 2015, at 11:40, Daniel França wrote: > > > > > > Thanks Thiago, > > I added > > QMAKE_MAC_SDK > > =macosx10.11 > > > > > > > > and now it works, unfortunately couldn't find any oficial documentation > > about QMAKE_MAC_SDK.

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Daniel França
Thanks for the explanation Sorvig, indeed deleting qmake.stash worked without the need to add QMAKE_MAC_SDK in the .pro. Would be great to have this kind of thing documented somewhere. Em seg, 21 de set de 2015 às 12:18, Sorvig Morten < morten.sor...@theqtcompany.com> escreveu: > > > On 21 Sep 2

Re: [Interest] High DPI support in QT (Windows)

2015-09-21 Thread Adam Light
On Fri, Sep 18, 2015 at 1:38 AM, Pavlo Dyachenko wrote: > Hi QT team, I posted a question on the forum about high DPI support but > then was recommended this mailing list instead: > According to documentation here http://doc.qt.io/qt-5/highdpi.html QT > 5.4+ introduces high DPI support. However,

Re: [Interest] QT Webkit performance

2015-09-21 Thread Allan Sandfeld Jensen
On Monday 21 September 2015, Florin Maticu wrote: > Hello, > > I have recently compiled *qt5.6* with the configuration bellow: > > *qt 5.6 configuration options* > ./configure -v -opensource -arch arm -opengl es2 -egl -no-fontconfig > -confirm-license -debug -verbose -device imx6 -device-option >

[Interest] QT Webkit performance

2015-09-21 Thread Florin Maticu
Hello, I have recently compiled *qt5.6* with the configuration bellow: *qt 5.6 configuration options* ./configure -v -opensource -arch arm -opengl es2 -egl -no-fontconfig -confirm-license -debug -verbose -device imx6 -device-option CROSS_COMPILE=arm-linux-gnu- -sysroot /home/fmaticu/sysroot -opti

Re: [Interest] Qt and Qt-Apps Adaptation for iOS-9 "Slide Over" and "Split View"

2015-09-21 Thread Robert Iakobashvili
Here's some guide: http://willowtreeapps.com/blog/multitasking-in-ios-9-for-developers-and-designers/ Regards, Robert On Mon, Sep 21, 2015 at 4:51 PM, Robert Iakobashvili wrote: > Apple says that to be ready, > an app should then be updated to support both auto-layout and > adaptivity with size

Re: [Interest] Qt and Qt-Apps Adaptation for iOS-9 "Slide Over" and "Split View"

2015-09-21 Thread Robert Iakobashvili
Apple says that to be ready, an app should then be updated to support both auto-layout and adaptivity with size classes: https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/AdoptingMultitaskingOniPad/index.html Regards, Robert On Mon, Sep 21, 2015 at 9:33 AM, Daniel Fr

Re: [Interest] Video Recording of QQuickView

2015-09-21 Thread Jérôme Godbout
Thanks, this is what I was thinking, anybody have test the https://code.google.com/p/qtffmpegwrapper/ does it still work? haven't been updated in a while. On Mon, Sep 21, 2015 at 6:50 AM, Lopes Yoann wrote: > > On 18 Sep 2015, at 21:55, Jérôme Godbout wrote: > > > > Hi, > > I have a built-in sc

Re: [Interest] Video Recording of QQuickView

2015-09-21 Thread Lopes Yoann
> On 18 Sep 2015, at 21:55, Jérôme Godbout wrote: > > Hi, > I have a built-in screen capture that use the QQuickView::grabWindow() > function inside my Qml application. I was wondering is there a way to perform > a video recording of the content? > > Do I have to take many images and create a

Re: [Interest] Qt on iOS-9 - How to Disable Shortcuts Bar on Apple's Keyboard

2015-09-21 Thread Robert Iakobashvili
For the case that somebody needs it: 1. Disable predictive input in the window/text-field; 2. Pass the view/window/text-field as Wid (widget->winId()) to the function below and disable two vectors/groups of UITextInputAssistantItem-s void disable_iOS9_keyboard_shortcut_bar(void* window) {

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Sorvig Morten
> On 21 Sep 2015, at 11:40, Daniel França wrote: > > Thanks Thiago, > I added > QMAKE_MAC_SDK > =macosx10.11 > > and now it works, unfortunately couldn't find any oficial documentation about > QMAKE_MAC_SDK. What’s happening is that qmake caches the SDK version in qtbase/.qmake.stash. Dele

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Daniel França
Thanks Thiago, I added QMAKE_MAC_SDK=macosx10.11and now it works, unfortunately couldn't find any oficial documentation about QMAKE_MAC_SDK. Em seg, 21 de set de 2015 às 01:24, Thiago Macieira < thiago.macie...@intel.com> escreveu: > On Sunday 20 September 2015 21:46:47 Daniel França wrote: > >

Re: [Interest] Qt 5.5 WinRT x64 VS2013 applications fail WACK Direct3D tests

2015-09-21 Thread Kalinowski Maurice
Hi, would you be able to tell us, which API calls are failing on your side? We are aware of Trim() causing troubles against the Windows 10 certification and are aiming to have this resolved with Qt 5.6. However, it should still work with VS2013/8.1 and then have your app also deployed on Window

Re: [Interest] Qt and Qt-Apps Adaptation for iOS-9 "Slide Over" and "Split View"

2015-09-21 Thread Juhani Matilainen
Split View and Split Over works with Qt if you use Xcode 7 and storyboard or xib file for launch screen instead of png file https://developer.apple.com/library/prerelease/ios/documentation/WindowsViews/Conceptual/AdoptingMultitaskingOniPad/QuickStartForSlideOverAndSplitView.html#//apple_ref/doc/

Re: [Interest] QPointF in QMouseEvent

2015-09-21 Thread Rutledge Shawn
On 21 Sep 2015, at 03:50, Brad Pepers wrote: > I was wondering if anyone knows why QMouseEvent::pos() returns a QPoint but > QMouseEvent::localPos() returns a QPointF. When do you ever have fractional > pixels? When would pos() and localPos() be different? We need to stop using integer coor