Re: [Development] A simple analysis of apps using qtbase's private headers

2016-02-02 Thread Sune Vuorela
On 2016-02-02, Liang Qi wrote: > Above three are not applications, they must be input context plugin of Qt, > just like ibus in > https://github.com/qtproject/qtbase/tree/5.5/src/plugins/platforminputconte= > xts/ibus > . Normally every input method software could/should have one of this kind > of

Re: [Development] A simple analysis of apps using qtbase's private headers

2016-02-02 Thread Liang Qi
On 22 January 2016 at 04:15, Lisandro Damián Nicanor Pérez < perezme...@gmail.com> wrote: > The following three have something in common: they are all apps coded for > Chinese people. I've been told that they need QPA's private stuff in order > to > have proper input systems, but I haven't checked

Re: [Development] HEADS UP: Qt 5.6.0 branching ongoing

2016-02-02 Thread mark diener
Jani: I submitted a message a week ago about the blocker list criterion and could not find a QT FAQ on what are the critierion. For example: https://bugreports.qt.io/browse/QTBUG-50374 is NOT a blocker for 5.6.0 RC. It is P2: Important. Likely I am missing something about how the blocker list i

Re: [Development] HEADS UP: Qt 5.6.0 branching ongoing

2016-02-02 Thread Heikkinen Jani
Hi, Final downmerge is now done and branching is complete. From now on '5.6' is for Qt 5.6.1 and '5.6.0' for Qt 5.6.0. Staging in '5.6.0' is restricted and we in the release team will stage needed changes in '5.6.0' from now on. We will check approved changes automatically so no need for any sp

[Development] QCameraViewfinderSettingsControl2 for Android

2016-02-02 Thread Ruslan Baratov via Development
Hi, I'm planning to try to implement QCameraViewfinderSettingsControl2 for Android and want to check that nobody has some related work-in-progress patches already. So from my understanding most of the work already done in qtmultimedia/src/plugins/android/src/wrapper/jni/androidcamera.cpp, li

Re: [Development] RFC: lambda or lambda return from lambda?

2016-02-02 Thread Jędrzej Nowacki
On Monday 01 of February 2016 15:16:33 you wrote: > I am a great fanboy of algorithms and the STL, as should be clear by now You are excused ;-) But seriously I do not think there is anything wrong about it, STL is a bit obscure, but fast and sometimes a code needs to be fast. > But I find the i