Re: kdelibs and Qt version dependency

2012-06-09 Thread Laszlo Papp
> Just checked the Qt docs for 4.8 and this new method is not marked as > new in 4.8, bad Qt coder! Forgot to mention, but should be fixed in the future versions: https://codereview.qt-project.org/#change,28087 Best Regards, Laszlo Papp

Re: kdelibs and Qt version dependency

2012-06-08 Thread Aaron J. Seigo
On Thursday, June 7, 2012 18:57:42 Albert Astals Cid wrote: > El Dijous, 7 de juny de 2012, a les 09:27:22, Aaron J. Seigo va escriure: > > On Wednesday, June 6, 2012 20:32:49 Albert Astals Cid wrote: > > > Someone from plasma? > > > > summary: no hard requirement to jump to Qt 4.8 from plasma at

Re: kdelibs and Qt version dependency

2012-06-07 Thread Albert Astals Cid
El Dijous, 7 de juny de 2012, a les 09:27:22, Aaron J. Seigo va escriure: > On Wednesday, June 6, 2012 20:32:49 Albert Astals Cid wrote: > > Someone from plasma? > > summary: no hard requirement to jump to Qt 4.8 from plasma at this time ... > > Qt 4.8 brings a number of speed improvements and ge

Re: kdelibs and Qt version dependency

2012-06-07 Thread Aaron J. Seigo
On Wednesday, June 6, 2012 20:32:49 Albert Astals Cid wrote: > Someone from plasma? summary: no hard requirement to jump to Qt 4.8 from plasma at this time ... Qt 4.8 brings a number of speed improvements and general goodness which certainly helps the various Plasma workspaces, but i do not beli

Re: Re: kdelibs and Qt version dependency

2012-06-06 Thread Martin Gräßlin
On Wednesday 06 June 2012 20:32:49 Albert Astals Cid wrote: > But I'm expecting more people to have an opinion on this. David? Sebas? > Someone from plasma? in the initial thread I was in favor of going for Qt 4.8, but I accepted the opinion of the majority. I would consider it as a bad incident i

Re: kdelibs and Qt version dependency

2012-06-06 Thread Albert Astals Cid
El Dimecres, 6 de juny de 2012, a les 15:53:36, Dawit A va escriure: > On Wed, Jun 6, 2012 at 2:32 PM, Albert Astals Cid wrote: > > El Dimecres, 6 de juny de 2012, a les 20:23:48, Laszlo Papp va escriure: > > > > Do you have a link for that discussion? > > > > > > http://lists.kde.org/?l=kde-core

Re: kdelibs and Qt version dependency

2012-06-06 Thread Dawit A
On Wed, Jun 6, 2012 at 2:32 PM, Albert Astals Cid wrote: > El Dimecres, 6 de juny de 2012, a les 20:23:48, Laszlo Papp va escriure: > > > Do you have a link for that discussion? > > > > http://lists.kde.org/?l=kde-core-devel&m=132630064116231&w=2 > > That was in January though, people change thei

Re: kdelibs and Qt version dependency

2012-06-06 Thread Albert Astals Cid
El Dimecres, 6 de juny de 2012, a les 20:23:48, Laszlo Papp va escriure: > > Do you have a link for that discussion? > > http://lists.kde.org/?l=kde-core-devel&m=132630064116231&w=2 That was in January though, people change their minds :D I count Dirk and Stephen saying to go with 4.8. John and

Re: kdelibs and Qt version dependency

2012-06-06 Thread Laszlo Papp
> Do you have a link for that discussion? http://lists.kde.org/?l=kde-core-devel&m=132630064116231&w=2 Best Regards, Laszlo Papp

Re: kdelibs and Qt version dependency

2012-06-06 Thread Albert Astals Cid
El Dimecres, 6 de juny de 2012, a les 11:26:32, Laszlo Papp va escriure: > > To re-iterate, it is policy that any dependency changes are discussed > > and approved on k-c-d first. > > It was discussed and disapproved as far as I understood. Do you have a link for that discussion? Albert > > Be

Re: kdelibs and Qt version dependency

2012-06-06 Thread Stephen Kelly
Dirk Mueller wrote: > On Tuesday 05 June 2012, Albert Astals Cid wrote: > >> On May 19, Dawit Alemayehu commited a change that uses >> QSslConfiguration::testSslOption that is only available in Qt 4.8 >> >> This means that both kdelibs 4.8.4 and kdelibs 4.9 now depend in Qt 4.8 >> instead Qt 4.7

Re: kdelibs and Qt version dependency

2012-06-06 Thread Dirk Mueller
On Tuesday 05 June 2012, Albert Astals Cid wrote: > On May 19, Dawit Alemayehu commited a change that uses > QSslConfiguration::testSslOption that is only available in Qt 4.8 > > This means that both kdelibs 4.8.4 and kdelibs 4.9 now depend in Qt 4.8 > instead Qt 4.7 Hi Albert, thanks for noti

Re: kdelibs and Qt version dependency

2012-06-06 Thread Laszlo Papp
> To re-iterate, it is policy that any dependency changes are discussed > and approved on k-c-d first. It was discussed and disapproved as far as I understood. Best Regards, Laszlo Papp

Re: kdelibs and Qt version dependency

2012-06-05 Thread John Layt
On 6 June 2012 02:19, Dawit A wrote: > It is a simple matter to put a #ifdef around the code that does not compile > with Qt 4.7. I wish this issue was raised when the code was up for review > for more than a month or the Qt documentation mentioned something about > those functions only being avai

Re: kdelibs and Qt version dependency

2012-06-05 Thread Anne-Marie Mahfouf
On 06/06/2012 03:19 AM, Dawit A wrote: It is a simple matter to put a #ifdef around the code that does not compile with Qt 4.7. I wish this issue was raised when the code was up for review for more than a month or the Qt documentation mentioned something about those functions only being availab

Re: kdelibs and Qt version dependency

2012-06-05 Thread Dawit A
It is a simple matter to put a #ifdef around the code that does not compile with Qt 4.7. I wish this issue was raised when the code was up for review for more than a month or the Qt documentation mentioned something about those functions only being available in Qt 4.8. Anyhow, I have attached a pa