Re: SIC in KIO master

2014-09-07 Thread David Faure
On Sunday 31 August 2014 19:01:01 Harald Sitter wrote: > That being said, IMHO it would be perfectly reasonable to deprecate > the signal OK I did that now, after reverting. I guess you're right, holding our SC/BC promise even in (IMHO) theoretical cases is more important than a bit of clean up

Re: SIC in KIO master

2014-08-31 Thread Harald Sitter
On Fri, Aug 29, 2014 at 8:26 PM, David Faure wrote: > On Tuesday 26 August 2014 16:29:23 Harald Sitter wrote: >> alohas, >> >> it would appear to me that a recent change in kio [1] was rather, >> very, entirely source incompatible (one could argue binary but let's >> not go there). >> >> Say I had

Re: SIC in KIO master

2014-08-29 Thread David Faure
On Tuesday 26 August 2014 16:29:23 Harald Sitter wrote: > alohas, > > it would appear to me that a recent change in kio [1] was rather, > very, entirely source incompatible (one could argue binary but let's > not go there). > > Say I had the following in my application using kio 5.0/1: > > conne

Re: SIC in KIO master

2014-08-29 Thread Harald Sitter
On Tue, Aug 26, 2014 at 4:29 PM, Harald Sitter wrote: > alohas, > > it would appear to me that a recent change in kio [1] was rather, > very, entirely source incompatible (one could argue binary but let's > not go there). > > Say I had the following in my application using kio 5.0/1: > > connect(c

SIC in KIO master

2014-08-26 Thread Harald Sitter
alohas, it would appear to me that a recent change in kio [1] was rather, very, entirely source incompatible (one could argue binary but let's not go there). Say I had the following in my application using kio 5.0/1: connect(copyjob, &CopyJob::aboutToCreate, this, &MyThing::onABoutToCreate); my