Re: [Development] Proposing Mike Krus as tvOS maintainer

2016-08-30 Thread Milian Wolff
On Dienstag, 30. August 2016 14:42:45 CEST Marc Mutz wrote: > On Tuesday 30 August 2016 13:51:04 Tor Arne Vestbø wrote: > > Hi all! > > > > Mike Krus was so kind to contribute support for Apple's tvOS to the > > UIKit platforms, and I'd like to make it official that he's the tvOS > > maintainer. >

Re: [Development] QT5 and color management

2016-08-30 Thread Allan Sandfeld Jensen
On Tuesday 30 August 2016, Morten Sorvig wrote: > One remaining issue (after the platform plumbing has been done) may be > that QPainter and the raster paint engine assumes a linear color space > when blending. As I understand it OpenGL solves this by converting > sRGB framebuffer values to linear

Re: [Development] Proposing Jake Petroules as watchOS maintainer

2016-08-30 Thread Thiago Macieira
Em terça-feira, 30 de agosto de 2016, às 13:52:45 PDT, Tor Arne Vestbø escreveu: > Hi all! > > Jake Petroules recently added support for Apple's watchOS to the UIKit > platforms, and I'd like to make it official that he's the watchOS > maintainer. > > I'll still be maintaining the overall UIKit

Re: [Development] Proposing Jake Petroules as watchOS maintainer

2016-08-30 Thread Louai Al-Khanji
+1 _ From: Mike Krus mailto:mike.k...@kdab.com>> Sent: Tuesday, August 30, 2016 6:24 AM Subject: Re: [Development] Proposing Jake Petroules as watchOS maintainer To: Tor Arne Vestb? mailto:tor.arne.ves...@qt.io>> Cc: mailto:development@qt-project.org>> +1 (disclaimer,

Re: [Development] Proposing Jake Petroules as watchOS maintainer

2016-08-30 Thread Mike Krus
+1 (disclaimer, co-nominee for matching tvOS position :) ) > On 30 Aug 2016, at 12:52, Tor Arne Vestbø wrote: > > Hi all! > > Jake Petroules recently added support for Apple's watchOS to the UIKit > platforms, and I'd like to make it official that he's the watchOS maintainer. > > I'll still

Re: [Development] Proposing Mike Krus as tvOS maintainer

2016-08-30 Thread Sean Harmer
On Tuesday 30 August 2016 13:51:04 Tor Arne Vestbø wrote: > Hi all! > > Mike Krus was so kind to contribute support for Apple's tvOS to the > UIKit platforms, and I'd like to make it official that he's the tvOS > maintainer. +1 Disclaimer: I'm a colleague of Mike's at KDAB Sean -- Dr Sean Har

Re: [Development] Proposing Mike Krus as tvOS maintainer

2016-08-30 Thread Jake Petroules
+1 On Aug 30, 2016, at 4:51 AM, Tor Arne Vestbø mailto:tor.arne.ves...@qt.io>> wrote: Hi all! Mike Krus was so kind to contribute support for Apple's tvOS to the UIKit platforms, and I'd like to make it official that he's the tvOS maintainer. I'll still be maintaining the overall UIKit platfo

Re: [Development] Proposing Mike Krus as tvOS maintainer

2016-08-30 Thread Sergio Martins
On Tuesday, August 30, 2016 01:51:04 PM Tor Arne Vestbø wrote: > Hi all! > > Mike Krus was so kind to contribute support for Apple's tvOS to the > UIKit platforms, and I'd like to make it official that he's the tvOS > maintainer. Can't vote for maintainership as I'm not a maintainer, but +1 for b

Re: [Development] Proposing Mike Krus as tvOS maintainer

2016-08-30 Thread Marc Mutz
On Tuesday 30 August 2016 13:51:04 Tor Arne Vestbø wrote: > Hi all! > > Mike Krus was so kind to contribute support for Apple's tvOS to the > UIKit platforms, and I'd like to make it official that he's the tvOS > maintainer. > > I'll still be maintaining the overall UIKit platform, including iOS.

Re: [Development] dev and 5.8 CIs reliably fail on LinuxRHEL_6_6x86_64

2016-08-30 Thread Frederik Gladhorn
Yes, we finally added Red Hat 7.2 to the CI, giving us hopefully somewhat fresher Linux packages (hello gstreamer-1 and gtk 3). While that seems to work nicely, we modified the RHEL 6 configuration, which was admittedly naive. Things are back on track, we keep running RHEL 6.2, but don't upgrade

Re: [Development] Question about QCoreApplicationData::*_libpaths

2016-08-30 Thread Marc Mutz
On Sunday 31 January 2016 00:38:41 Marc Mutz wrote: > > I'd already be happy with those that were (are, actually) already there. > > I'd rather have 10-20 common algorithms with a convenient API than 80+ > > obscure ones that force me to use iterators (especially the boilerplate > > .begin() and .e

Re: [Development] dev and 5.8 CIs reliably fail on LinuxRHEL_6_6x86_64

2016-08-30 Thread Simon Hausmann
So the current status here is that qtbase 5.8 is fixed and changes to any module in the 5.8 branch should be okay. We've had a merge from qtbase 5.8 to dev ready, but it's been postponed because it seems there's another bad change in qtbase 5.8 that breaks qttools and the concern is that this

[Development] Proposing Jake Petroules as watchOS maintainer

2016-08-30 Thread Tor Arne Vestbø
Hi all! Jake Petroules recently added support for Apple's watchOS to the UIKit platforms, and I'd like to make it official that he's the watchOS maintainer. I'll still be maintaining the overall UIKit platform, including iOS. Cheers, Tor Arne ___ D

[Development] Proposing Mike Krus as tvOS maintainer

2016-08-30 Thread Tor Arne Vestbø
Hi all! Mike Krus was so kind to contribute support for Apple's tvOS to the UIKit platforms, and I'd like to make it official that he's the tvOS maintainer. I'll still be maintaining the overall UIKit platform, including iOS. Cheers, Tor Arne ___ D

Re: [Development] QT5 and color management

2016-08-30 Thread Morten Sorvig
> On 29 Aug 2016, at 15:58, Anders Torger wrote: > > > Thanks. Looking at QTBUG-47660, if I understand it correctly it says > that since QT 5.5 a QImage will output "native" pixels to the display. > That is if I send 255,0,0 the display it will show the reddest red > it can output. If that i