Re: [Development] Source break policy for function overloads

2016-07-18 Thread Louai Al-Khanji
> On Jul 13, 2016, at 9:47 AM, Thiago Macieira > wrote: > > Em quarta-feira, 13 de julho de 2016, às 10:44:13 PDT, Alexander Blasche > escreveu: >> Hi, >> >> Yesterday, I stumbled over a break in QtSerialBus due to the addition of new >> QTimer::setInterval(..) overloads in qtbase/dev. This w

Re: [Development] QWebEngine - H.264 playback, proprietary codecs.

2016-07-18 Thread Steve Schilz
- Thiago, Allan, Thanks for responding. Probably complicated indeed! Qt in general does a pretty great job of shielding us from lots of complexity. I need to look into the ‘Free for decoding’ part more carefully, as that is my immediate need. It seemed worth men

Re: [Development] Why is QVariant::data() \internal?

2016-07-18 Thread Konrad Rosenbaum
Hi, On Monday 18 July 2016 07:59:21 Jędrzej Nowacki wrote: > On Saturday 16 of July 2016 13:56:00 Konrad Rosenbaum wrote: > > I am currently interfacing two libraries that only have QVariant in > > common, most of the (value) types getting exchanged are either Qt > > containers or Q_GADGETs. > >

[Development] [Review Request][Draft] CMake project for QtIFW

2016-07-18 Thread Konstantin Podsvirov
Hello guys! I like CMake and Qt and i initial write and now support CPack IFW generator. For more project integrations i create sugestion: https://bugreports.qt.io/browse/QTIFW-876 And start work on it: https://codereview.qt-project.org/#/c/165493 It's draft, but any feedback will be appreciate

[Development] Image and PreserveAspectCrop

2016-07-18 Thread Albert Astals Cid
There is a problem when trying to optimally[*] show an Image with PreserveAspectCrop fillMode. [*]optimally => as best looking as possible while using as litte memory as possible You can see that problem in the screenshot at http://i.imgur.com/LSSlFEB.png that corresponds with the code at http://p