Re: Deprecation Defines

2014-07-08 Thread David Faure
On Tuesday 08 July 2014 23:14:54 David Gil Oliva wrote: > AFAICS, KCompletion is already clean. ./src/ksortablelist.h:136:#ifndef KDE_NO_DEPRECATED -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE Frameworks 5 ___ Kde-frameworks-

Re: Deprecation Defines

2014-07-08 Thread David Gil Oliva
Hi! 2014-07-07 23:39 GMT+02:00 David Faure : > On Monday 05 May 2014 13:14:07 Alex Merry wrote: > > On 05/05/14 07:27, Matthew Dawson wrote: > > > Hi all, > > > > > > I was looking into my frameworks, to prepare them for the 5.0. One > thing > > &

Re: Deprecation Defines

2014-07-08 Thread Matthew Dawson
On July 8, 2014 10:50:18 PM David Faure wrote: > > I agree. I figured the first step was to come up with a draft policy and > > post to the list for comments, and as I said I'm trying to get a new > > contributer to help (they have lots of experience writing documents, and > > have a strong techni

Re: Deprecation Defines

2014-07-08 Thread David Faure
(moving this to kde-buildsystem) On Tuesday 08 July 2014 10:47:21 Matthew Dawson wrote: > On July 8, 2014 11:20:37 AM David Faure wrote: > > > I have a patch sitting in review for kconfig. > > > > What's the RR number? I can't see it in my k-f-d folder. > > 118489. It already has comments on it

Re: Deprecation Defines

2014-07-08 Thread Matthew Dawson
On July 8, 2014 11:20:37 AM David Faure wrote: > > > > I have a patch sitting in review for kconfig. > > What's the RR number? I can't see it in my k-f-d folder. 118489. It already has comments on it, with the decision that policy needs to be figured out before it is pushed. > > > I'm waiting

Re: Deprecation Defines

2014-07-08 Thread David Faure
ooking into my frameworks, to prepare them for the 5.0. One > > > > thing > > > > was looking into was the deprecation defines. In KConfig, there are a > > > > couple of> > > > > > > > > defines to disable deprecated functions: >

Re: Deprecation Defines

2014-07-07 Thread Matthew Dawson
On July 7, 2014 11:39:38 PM David Faure wrote: > On Monday 05 May 2014 13:14:07 Alex Merry wrote: > > On 05/05/14 07:27, Matthew Dawson wrote: > > > Hi all, > > > > > > I was looking into my frameworks, to prepare them for the 5.0. One > > > thi

Re: Deprecation Defines

2014-07-07 Thread David Gil Oliva
into my frameworks, to prepare them for the 5.0. One thing > > > was looking into was the deprecation defines. In KConfig, there are a > > > couple of> > > > defines to disable deprecated functions: > > > - KDE_NO_DEPRECATED > > > > As you

Re: Deprecation Defines

2014-07-07 Thread David Faure
On Monday 05 May 2014 13:14:07 Alex Merry wrote: > On 05/05/14 07:27, Matthew Dawson wrote: > > Hi all, > > > > I was looking into my frameworks, to prepare them for the 5.0. One thing > > was looking into was the deprecation defines. In KConfig, there are a >

Re: Deprecation Defines

2014-05-05 Thread Alex Merry
On 05/05/14 07:27, Matthew Dawson wrote: > Hi all, > > I was looking into my frameworks, to prepare them for the 5.0. One thing was > looking into was the deprecation defines. In KConfig, there are a couple of > defines to disable deprecated functions: > - KDE_NO_DEPRECAT

Deprecation Defines

2014-05-04 Thread Matthew Dawson
Hi all, I was looking into my frameworks, to prepare them for the 5.0. One thing was looking into was the deprecation defines. In KConfig, there are a couple of defines to disable deprecated functions: - KDE_NO_DEPRECATED - KCONFIGCORE_NO_DEPRECATED - KCONFIGGUI_NO_DEPRECATED Where