Re: [Development] Calendar Systems proposal

2016-12-19 Thread Soroush Rabiei
> > Can you elaborate on the reasons that prevent any change of that kind in > QDate? Maybe they can be worked around? > > According to https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C%2B%2B#The_Do.27s_and_Don.27ts Adding a member to struct or class is not possible without brea

Re: [Development] Fwd: [Interest] QtIFW 2.0.4 Release?

2016-12-19 Thread Konstantin Podsvirov
Hello Katja! Your answer is enough.15:17, 19 december 2016 г., Katja Marttila :Hi Konstantin, It will happen earliest in the beginning of next year. Sorry but I don’t have exact time or week to give you. --KatjaHello again! 22:12, 13 december 2016 г., Konstantin Podsvirov

Re: [Development] Fwd: [Interest] QtIFW 2.0.4 Release?

2016-12-19 Thread Katja Marttila
Hi Konstantin, It will happen earliest in the beginning of next year. Sorry but I don’t have exact time or week to give you. --Katja Hello again! 22:12, 13 december 2016 г., Konstantin Podsvirov mailto:konstan...@podsvirov.pro>>: Hello guys! QtSDK maintenance now based on 2.0.4 framework, but

Re: [Development] Calendar Systems proposal

2016-12-19 Thread Frédéric Marchal
On Saturday 17 December 2016 11:16:24 Thiago Macieira wrote: > On sábado, 17 de dezembro de 2016 17:13:38 PST Soroush Rabiei wrote: > > The idea is to remove all calendar > > calculation code out of the QDate (into QCalendarSystem possibly). I think > > QDate already has been bloated and knows more

Re: [Development] Load debug symbol from Qt library in lldb

2016-12-19 Thread Ben Lau
On 19 December 2016 at 16:07, Eike Ziller wrote: > > > On Dec 19, 2016, at 4:10 AM, Ben Lau wrote: > > > > Hi, > > > > I am tracking a crash problem in Qt library on Mac. First of all, I > build a Qt 5.7.1 library from git with : > > > > $ ./configure -confirm-license -developer-build -opensour

Re: [Development] Calendar Systems proposal

2016-12-19 Thread Soroush Rabiei
> > If you change QDate's internals, you have to wait for Qt 6. > > You can add to its API before then, though. > Hmm... I'll think of something else then. I thought these changes are backward compatible (API only), though it seems I'm mistaken. Maybe missing something about ABI compatibility: Ad

Re: [Development] Load debug symbol from Qt library in lldb

2016-12-19 Thread Eike Ziller
> On Dec 19, 2016, at 4:10 AM, Ben Lau wrote: > > Hi, > > I am tracking a crash problem in Qt library on Mac. First of all, I build a > Qt 5.7.1 library from git with : > > $ ./configure -confirm-license -developer-build -opensource -nomake examples > -nomake tests > > Then build an exampl