Re: [Development] Calendar Systems proposal

2016-12-17 Thread Thiago Macieira
On sábado, 17 de dezembro de 2016 17:13:38 PST Soroush Rabiei wrote: > > I don't expect the calendaring system to require any changes to QDate > > internals. It stores a Julian day, that's all. > > That's why we need to change QDate. If you change QDate's internals, you have to wait for Qt 6. Y

Re: [Development] Calendar Systems proposal

2016-12-17 Thread Soroush Rabiei
> > I don't expect the calendaring system to require any changes to QDate > internals. It stores a Julian day, that's all. > That's why we need to change QDate. The idea is to remove all calendar calculation code out of the QDate (into QCalendarSystem possibly). I think QDate already has been bloa