Nepomuk - Changing the Resource class behaviour

2013-01-22 Thread Vishesh Handa
Hey everyone ( This is a slightly long email ) *History:* One of the main classes in Nepomuk is called the Resource class. It's basically just a cache of the resource data (You can imagine it to be a hash, with properties which contain values - QHashProperty, Value). From the early days, the

Re: Nepomuk - Changing the Resource class behaviour

2013-01-22 Thread Torgny Nyblom
On Tuesday 22 January 2013 14.38.35 Sebastian Kügler wrote: On Tuesday, January 22, 2013 14:10:05 Christian Mollekopf wrote: The sooner the better, but something for the release-team to answer. I don't think it's that much of a problem that we absolutely have to get it into 4.10.0, is it?

Re: Nepomuk - Changing the Resource class behaviour

2013-01-22 Thread Allen Winter
On Tuesday 22 January 2013 03:17:13 PM Torgny Nyblom wrote: On Tuesday 22 January 2013 14.38.35 Sebastian Kügler wrote: On Tuesday, January 22, 2013 14:10:05 Christian Mollekopf wrote: The sooner the better, but something for the release-team to answer. I don't think it's that much of a

Re: Nepomuk - Changing the Resource class behaviour

2013-01-22 Thread Sebastian Kügler
On Tuesday, January 22, 2013 09:32:56 Allen Winter wrote: : remove the API in 4.11 will that work? No, as far as I can see, it's kdelibs and we can't remove API there. Deprecate it would be. -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9

Re: Nepomuk - Changing the Resource class behaviour

2013-01-22 Thread Allen Winter
On Tuesday 22 January 2013 03:45:03 PM Sebastian Kügler wrote: On Tuesday, January 22, 2013 09:32:56 Allen Winter wrote: : remove the API in 4.11 will that work? No, as far as I can see, it's kdelibs and we can't remove API there. Deprecate it would be. Ah. I thought this was

Re: Nepomuk - Changing the Resource class behaviour

2013-01-22 Thread Aurélien Gâteau
Le Tuesday 22 January 2013 10:05:07 Allen Winter a écrit : On Tuesday 22 January 2013 03:45:03 PM Sebastian Kügler wrote: On Tuesday, January 22, 2013 09:32:56 Allen Winter wrote: : remove the API in 4.11 will that work? No, as far as I can see, it's kdelibs and we can't remove

Re: [Nepomuk] Nepomuk - Changing the Resource class behaviour

2013-01-22 Thread Vishesh Handa
This change only affects nepomuk-core. If there are no problems, I will do the following - * Implement these changes in master * leave 4.10.0 alone. * Implement these changes in KDE/4.10 in time for 4.10.1 By changes, I mean removing the automatic updates AND adding the new API. On Tue, Jan

Re: [Nepomuk] Nepomuk - Changing the Resource class behaviour

2013-01-22 Thread Sebastian Kügler
On Tuesday, January 22, 2013 22:15:28 Vishesh Handa wrote: This change only affects nepomuk-core. If there are no problems, I will do the following - * Implement these changes in master * leave 4.10.0 alone. * Implement these changes in KDE/4.10 in time for 4.10.1 By changes, I mean