Re: [Development] status and use cases for QScreen

2012-10-16 Thread Shawn Rutledge
On 16 October 2012 10:43, Sorvig Morten wrote: > > On Oct 15, 2012, at 9:06 PM, Lorn Potter wrote: >> >> The question should really be whether there is a use case for >> brightness/contrast getter without a setter, if that belongs in QScreen, and >> if it needs to be exposed to qml. > > As a pl

Re: [Development] status and use cases for QScreen

2012-10-16 Thread Sorvig Morten
On Oct 15, 2012, at 9:06 PM, Lorn Potter wrote: > > The question should really be whether there is a use case for > brightness/contrast getter without a setter, if that belongs in QScreen, and > if it needs to be exposed to qml. As a platform developer I'm leaning towards "no": If it's in QtB

Re: [Development] status and use cases for QScreen

2012-10-15 Thread Lorn Potter
On 15/10/2012, at 6:23 PM, Samuel Rødal wrote: > On 10/12/2012 10:24 PM, Shawn Rutledge wrote: >> On 12 October 2012 21:03, Lorn Potter wrote: >>> On 13/10/2012, at 12:47 AM, Shawn Rutledge >>> wrote: >>> I got started working on QScreen, its properties, notifiers, and implementati

Re: [Development] status and use cases for QScreen

2012-10-15 Thread Samuel Rødal
On 10/12/2012 10:24 PM, Shawn Rutledge wrote: > On 12 October 2012 21:03, Lorn Potter wrote: >> On 13/10/2012, at 12:47 AM, Shawn Rutledge >> wrote: >> >>> I got started working on QScreen, its properties, notifiers, and >>> implementation on all 3 platforms after I noticed that the >>> document

Re: [Development] status and use cases for QScreen

2012-10-12 Thread Shawn Rutledge
On 12 October 2012 21:03, Lorn Potter wrote: > On 13/10/2012, at 12:47 AM, Shawn Rutledge wrote: > >> I got started working on QScreen, its properties, notifiers, and >> implementation on all 3 platforms after I noticed that the >> documentation was out of sync with the implementation in Qt5. > >

Re: [Development] status and use cases for QScreen

2012-10-12 Thread Lorn Potter
On 13/10/2012, at 12:47 AM, Shawn Rutledge wrote: > I got started working on QScreen, its properties, notifiers, and > implementation on all 3 platforms after I noticed that the > documentation was out of sync with the implementation in Qt5. [on a side note] While getting reacquainted with qsys