Re: [Development] std::chrono getters in our API

2016-06-10 Thread Marc Mutz
On Friday 10 June 2016 19:53:00 Thiago Macieira wrote: > I've added a set of std::chrono API to QTimer[1] and QDeadlineTimer[2] and > we're hitting a snag on what to name the getters. The setters are fine > because they're just overloads: > > timer.setInterval(3); // Qt; millisecon

Re: [Development] std::chrono getters in our API

2016-06-10 Thread Thiago Macieira
On sexta-feira, 10 de junho de 2016 16:12:10 PDT Matthew Woehlke wrote: > On 2016-06-10 13:53, Thiago Macieira wrote: > > I've added a set of std::chrono API to QTimer[1] and QDeadlineTimer[2] and > > we're hitting a snag on what to name the getters. The setters are fine > > because> > > they're j

[Development] [ANNOUNCE] New Modules and Ports at DaD's House

2016-06-10 Thread Konstantin Podsvirov
Hi guys! Hello developers! My "DaD's Project" is based on CMake and QtIFW (specifically CPackIFW) continues its development: http://dad.podsvirov.pro - the official "DaD's House" website now. "DaD's House" is a resource where you can download the installers to install necessary dependencies an

Re: [Development] std::chrono getters in our API

2016-06-10 Thread Matthew Woehlke
On 2016-06-10 13:53, Thiago Macieira wrote: > I've added a set of std::chrono API to QTimer[1] and QDeadlineTimer[2] and > we're hitting a snag on what to name the getters. The setters are fine > because > they're just overloads: > > timer.setInterval(3); // Qt; milliseconds >

Re: [Development] Acceptable CC licenses for Qt

2016-06-10 Thread Lisandro Damián Nicanor Pérez Meyer
On 11 May 2016 at 05:07, Simon Hausmann wrote: > > I have the strong feeling that perhaps there's an alternate solution, given > that the file in question was probably produced by Pasi :) Hi Pasi! I don't see a reply to this in the thread. Is it possible to relicense the file? -- http://perezme

[Development] std::chrono getters in our API

2016-06-10 Thread Thiago Macieira
I've added a set of std::chrono API to QTimer[1] and QDeadlineTimer[2] and we're hitting a snag on what to name the getters. The setters are fine because they're just overloads: timer.setInterval(3); // Qt; milliseconds timer.setInterval(3ms); deadline.setRemain

Re: [Development] Nominating Frank Meerkoetter for Approver status

2016-06-10 Thread Alexander Blasche
Conratulations to Frank. The rights have been adjusted accordingly. -- Alex From: Development on behalf of Simon Hausmann Sent: Friday, 20 May 2016 2:49:52 PM To: development@qt-project.org Subject: [Development] Nominating Frank Meerkoetter for Approver