Re: [Development] Volunteer wanted: update use of CUPS API

2020-05-04 Thread Thiago Macieira
On Monday, 4 May 2020 00:08:54 PDT Albert Astals Cid via Development wrote: > This is https://bugreports.qt.io/browse/QTBUG-56545 > > As mentioned there a few years ago I don't think there is a CUPS way to do > stuff like "printer supports stapling" using non deprecated functions. > > I'd like to

Re: [Development] Qt 5.13 & 5.14 add device-independent pixels to device-dependent

2020-05-04 Thread Thiago Macieira
On Friday, 14 February 2020 05:59:47 PDT Morten Sørvig wrote: > > https://github.com/KDE/krdc/tree/master > > Thanks, I’ll see if I can get krdc running in a VM here. > > Morten Any update? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Product

Re: [Development] Finishing the transition to the cherry-pick model

2020-05-04 Thread Thiago Macieira
On Monday, 4 May 2020 08:01:11 PDT Volker Hilsheimer wrote: > > So I will continue to work on 5.15 and simply push the relevant changes to > > dev (without ever building dev). > > Ok. And who do you expect to fix your change when it doesn’t build or apply > cleanly? If it doesn't apply, then I'll

Re: [Development] Finishing the transition to the cherry-pick model

2020-05-04 Thread Allan Sandfeld Jensen
On Montag, 4. Mai 2020 17:44:14 CEST Volker Hilsheimer wrote: > > On 17 Apr 2020, at 13:21, Volker Hilsheimer > > wrote: > … > > > During this process and starting next week, we will update the relevant > > documentation pages, such as: > > http://quips-qt-io.herokuapp.com/quip-0005.html > > ht

Re: [Development] Finishing the transition to the cherry-pick model

2020-05-04 Thread Volker Hilsheimer
> On 17 Apr 2020, at 13:21, Volker Hilsheimer wrote: … > During this process and starting next week, we will update the relevant > documentation pages, such as: > > http://quips-qt-io.herokuapp.com/quip-0005.html > https://wiki.qt.io/Branches > https://wiki.qt.io/Branch_Guidelines > https://wiki

Re: [Development] Finishing the transition to the cherry-pick model

2020-05-04 Thread Volker Hilsheimer
> On 4 May 2020, at 16:31, Thiago Macieira wrote: > > On Monday, 4 May 2020 01:43:54 PDT Volker Hilsheimer wrote: >> * work against dev already now; since 5.15.0 is done, there’s no reason to >> continue to target 5.15 (*) > > I can't know what warnings show up on 5.15 unless I build 5.15. > >

Re: [Development] Finishing the transition to the cherry-pick model

2020-05-04 Thread Thiago Macieira
On Monday, 4 May 2020 01:43:54 PDT Volker Hilsheimer wrote: > * work against dev already now; since 5.15.0 is done, there’s no reason to > continue to target 5.15 (*) I can't know what warnings show up on 5.15 unless I build 5.15. So I will continue to work on 5.15 and simply push the relevant ch

Re: [Development] Utf8 as the 8bit encoding on Windows

2020-05-04 Thread Lars Knoll
> * QTextStream still delivers mojibake in all cases. I assume there’s a bug > somewhere in the way we handle things in QTextStream, this needs some > debugging. Ok, ignore this bullet point. It was simply a bug in my test app (QFile is using buffered writes, and I was resetting the output CP o

[Development] Utf8 as the 8bit encoding on Windows

2020-05-04 Thread Lars Knoll
Hi all, For Qt6, we wanted to finalise missing holes in our Unicode story. One of the changes that we’ve already decided upon at the Contributor Summit was to enforce UTF8 based locales on Unix systems (they’ve been the default there for the last 10-15 years). I would really like to make this

Re: [Development] Finishing the transition to the cherry-pick model

2020-05-04 Thread Volker Hilsheimer
> On 4 May 2020, at 04:33, Thiago Macieira wrote: > > On Friday, 17 April 2020 04:21:42 PDT Volker Hilsheimer wrote: >> 3) we will turn on the cherry-picking bot for all repositories >> >> Expect this to happen in early May, but probaly not at the same time for all >> repos. We will update the

Re: [Development] Volunteer wanted: update use of CUPS API

2020-05-04 Thread Michael Weghorn
On 04/05/2020 09.15, Lars Knoll wrote: >> On 4 May 2020, at 09:08, Albert Astals Cid via Development >> wrote: >> >> El diumenge, 3 de maig de 2020, a les 3:35:01 CEST, Thiago Macieira va >> escriure: >>> We have plenty of warnings when building the CUPS plugin to QtPrintSupport >>> about deprec

Re: [Development] Stepping down as moc maintainer.

2020-05-04 Thread Lars Knoll
Hi Olivier! thank you for all the good work on moc and other parts of Qt over the years! I’ll remove you from the maintainers list. Moc of course needs a maintainer, I’ll check who will take over the job of maintaining it. Cheers, Lars > On 4 May 2020, at 07:34, Olivier Goffart wrote: > > Hi

Re: [Development] Volunteer wanted: update use of CUPS API

2020-05-04 Thread Lars Knoll
> On 4 May 2020, at 09:08, Albert Astals Cid via Development > wrote: > > El diumenge, 3 de maig de 2020, a les 3:35:01 CEST, Thiago Macieira va > escriure: >> We have plenty of warnings when building the CUPS plugin to QtPrintSupport >> about deprecated methods. See attached. >> >> Any volunt

[Development] 정건일 (Keonil Jeong) is out of office.

2020-05-04 Thread 정건일
Period : 2020/05/04 00:00 ~ 2020/05/04 23:55 [Korea Standard Time] 부재중입니다. 이수철 선임 (soocheol@lge.com) 님께 연락 부탁드립니다. Please contact Soocheol Lee (soocheol@lge.com) ___ Development mailing list Development@qt-project.org https://lists.qt-project.or

Re: [Development] Volunteer wanted: update use of CUPS API

2020-05-04 Thread Albert Astals Cid via Development
El diumenge, 3 de maig de 2020, a les 3:35:01 CEST, Thiago Macieira va escriure: > We have plenty of warnings when building the CUPS plugin to QtPrintSupport > about deprecated methods. See attached. > > Any volunteers to go fix this? This is https://bugreports.qt.io/browse/QTBUG-56545 As menti