D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-06 Thread Méven Car
This revision was automatically updated to reflect the committed changes. Closed by commit R320:0354fd11f1f0: KIO/SMB convert kio protocol declaration to json format (authored by meven). REPOSITORY R320 KIO Extras CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26358?vs=72743&id=72900

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-06 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. Well, at least it doesn't hurt anything and it's more technically correct. :) REPOSITORY R320 KIO Extras BRANCH arcpatch-D26358 REVISION DETAIL https://phabricator.kde.org/D26358

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-06 Thread Elvis Angelaccio
elvisangelaccio added a comment. +1 REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D26358 To: meven, #frameworks, ngraham Cc: elvisangelaccio, apol, kde-frameworks-devel, kfm-devel, pberestov, iasensio, fprice, LeGast00n, MrPepe, fbampaloukas, alexde, GB_2, Codez

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-04 Thread Méven Car
meven added a comment. In D26358#587596 , @ngraham wrote: > BTW this does not fix https://bugs.kde.org/show_bug.cgi?id=414482 for me. :( I mistested this, and removed the "BUG: 414482" accordingly. I don't reproduce this bug locally u

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-04 Thread Nathaniel Graham
ngraham added a comment. BTW this does not fix https://bugs.kde.org/show_bug.cgi?id=414482 for me. :( REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D26358 To: meven, #frameworks, ngraham Cc: apol, kde-frameworks-devel, kfm-devel, pberestov, iasensio, fprice, LeG

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-04 Thread Méven Car
meven edited the summary of this revision. REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D26358 To: meven, #frameworks, ngraham Cc: apol, kde-frameworks-devel, kfm-devel, pberestov, iasensio, fprice, LeGast00n, MrPepe, fbampaloukas, alexde, GB_2, Codezela, feverfew,

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-04 Thread Méven Car
meven edited the summary of this revision. REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D26358 To: meven, #frameworks, ngraham Cc: pino, apol, kde-frameworks-devel, kfm-devel, pberestov, iasensio, fprice, LeGast00n, MrPepe, fbampaloukas, alexde, GB_2, Codezela, fev

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-04 Thread Méven Car
meven updated this revision to Diff 72743. meven added a comment. Update commit message REPOSITORY R320 KIO Extras CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26358?vs=72742&id=72743 BRANCH arcpatch-D26358 REVISION DETAIL https://phabricator.kde.org/D26358 AFFECTED FILES

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-04 Thread Méven Car
meven added a comment. I have tested it and it solves https://bugs.kde.org/show_bug.cgi?id=414482 It seems .protocol file support has some issue. REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D26358 To: meven, #frameworks, ngraham Cc: pino, apol, kde-frameworks

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-04 Thread Méven Car
meven updated this revision to Diff 72742. meven marked 4 inline comments as done. meven added a comment. Fix json REPOSITORY R320 KIO Extras CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26358?vs=72596&id=72742 BRANCH arcpatch-D26358 REVISION DETAIL https://phabricator.kde

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-04 Thread Méven Car
meven edited the summary of this revision. REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D26358 To: meven, #frameworks, ngraham Cc: pino, apol, kde-frameworks-devel, kfm-devel, pberestov, iasensio, fprice, LeGast00n, MrPepe, fbampaloukas, alexde, GB_2, Codezela, fev

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-04 Thread Pino Toscano
pino added inline comments. INLINE COMMENTS > smb.json:27 > +"output": "filesystem", > +"protocol": "recentlyused", > +"reading": true, erm... > smb.protocol:11 > -deleting=true > -opening=true > -moving=true what about this key? REPOSITORY R320 KIO Extra

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-04 Thread Méven Car
meven marked an inline comment as done. meven added inline comments. INLINE COMMENTS > apol wrote in kio_smb.cpp:42 > Shouldn't this go in the SMBSlave class? No this is fine, this is done the same way in trash, file, recentlyused io~slaves... Follows https://github.com/shortstheory/kioslave-tu

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-02 Thread Aleix Pol Gonzalez
apol added inline comments. INLINE COMMENTS > kio_smb.cpp:42 > +Q_OBJECT > +Q_PLUGIN_METADATA(IID "org.kde.kio.slave.smb" FILE "smb.json") > +}; Shouldn't this go in the SMBSlave class? REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D26358 To: meven, #frame

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-01 Thread Méven Car
meven added a comment. Not too sure if it helps bug https://bugs.kde.org/show_bug.cgi?id=414482 REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D26358 To: meven, #frameworks, ngraham Cc: kde-frameworks-devel, kfm-devel, pberestov, iasensio, fprice, LeGast00n, MrPe

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-01 Thread Méven Car
meven added a reviewer: ngraham. REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D26358 To: meven, #frameworks, ngraham Cc: kde-frameworks-devel, kfm-devel, pberestov, iasensio, fprice, LeGast00n, MrPepe, fbampaloukas, alexde, GB_2, Codezela, feverfew, meven, michaelh

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-01 Thread Méven Car
meven created this revision. meven added a reviewer: Frameworks. Herald added projects: Dolphin, Frameworks. Herald added subscribers: kfm-devel, kde-frameworks-devel. meven requested review of this revision. REPOSITORY R320 KIO Extras BRANCH master REVISION DETAIL https://phabricator.kde.

D26358: KIO/SMB convert kio protocol declaration to json format

2020-01-01 Thread Méven Car
meven updated this revision to Diff 72596. meven added a comment. clean REPOSITORY R320 KIO Extras CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26358?vs=72595&id=72596 BRANCH master REVISION DETAIL https://phabricator.kde.org/D26358 AFFECTED FILES smb/CMakeLists.txt s