> On Sept. 14, 2013, 10:46 a.m., David Faure wrote:
> > BTW you don't have to test kio_http (requires a webdav account), but please 
> > port all of kdelibs awaya from the newly deprecated api

Easy porting :D

Anyway, that will go in separate reviewrequests per slave to port. I will only 
port the ones that are enabled now, the disabled slaves will follow once they 
themselves are ported.


- Mark


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/112702/#review40016
-----------------------------------------------------------


On Sept. 12, 2013, 6:26 p.m., Mark Gaiser wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/112702/
> -----------------------------------------------------------
> 
> (Updated Sept. 12, 2013, 6:26 p.m.)
> 
> 
> Review request for KDE Frameworks and kdelibs.
> 
> 
> Description
> -------
> 
> This patch actually does two things:
> 1. A small indentation fix that this diff doesn't show properly (i can commit 
> that as a separate commit if that's preferred)
> 2. A cleanup in how a listDir is handled. It used to be required to send a 
> listEntry(UDSEntry, true) to indicate that the listing is completed. Then the 
> UDSEntry was skipped. It seemed vague to me so i deprecated that function and 
> added a new listEntry that doesn't take a bool. Now you just have to call 
> finished() when done listing. finished() was already required otherwise KIO 
> would blame you with warnings :)
> 
> 
> Diffs
> -----
> 
>   kioslave/file/file_unix.cpp 48bd0ba 
>   staging/kio/src/core/slavebase.h b46631e 
>   staging/kio/src/core/slavebase.cpp 2e46985 
> 
> Diff: http://git.reviewboard.kde.org/r/112702/diff/
> 
> 
> Testing
> -------
> 
> It compiles and runs just fine. The few tests that are there are passing 
> though i doubt they test this case. the KIO file slave also works just fine. 
> Compilation does give me new (expected_ deprecated errors for at least the 
> http slave. I don't know how to test that one. It should just work fine 
> though.
> 
> 
> Thanks,
> 
> Mark Gaiser
> 
>

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to