Review Request: Adding "net usershare" suport for KSambaShare
Aurélien Gâteau
agateau at kde.org
Fri Oct 1 09:04:17 BST 2010
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://svn.reviewboard.kde.org/r/4320/#review7916
-----------------------------------------------------------
Regarding my previous comment about how you tested it: I realized KSambaShare is already used by kdenetwork/kfilesharing, so I assume you tested this way. Still, a command-line client or even better unit tests would be a nice addition.
/trunk/KDE/kdelibs/kio/kio/ksambashare.cpp
<http://svn.reviewboard.kde.org/r/4320/#comment8166>
Please output stdErr in the warning until error handling is in place.
/trunk/KDE/kdelibs/kio/kio/ksambashare.cpp
<http://svn.reviewboard.kde.org/r/4320/#comment8167>
Output stderr as well.
/trunk/KDE/kdelibs/kio/kio/ksambashare.cpp
<http://svn.reviewboard.kde.org/r/4320/#comment8168>
Outputting the name of the key here could be helpful.
/trunk/KDE/kdelibs/kio/kio/ksambashare.cpp
<http://svn.reviewboard.kde.org/r/4320/#comment8165>
Nitpick: you can simplify this with:
delete data.take(name); (avoids going through the hash twice)
/trunk/KDE/kdelibs/kio/kio/ksambashare.h
<http://svn.reviewboard.kde.org/r/4320/#comment8169>
Should be named getShare*s*ByPath() since it returns a list of shares.
/trunk/KDE/kdelibs/kio/kio/ksambashare.h
<http://svn.reviewboard.kde.org/r/4320/#comment8171>
See my comment in KSambaShare::instance(). Unless there is a good reason for this static to be there, it should go away (private static variables are of no use to class users anyway).
/trunk/KDE/kdelibs/kio/kio/ksambashare.cpp
<http://svn.reviewboard.kde.org/r/4320/#comment8170>
K_GLOBAL_STATIC is prefered over instantiating the singleton by hand. Is there a good reason for getting rid of it?
- Aurélien
On 2010-09-30 02:01:48, Rodrigo Belem wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://svn.reviewboard.kde.org/r/4320/
> -----------------------------------------------------------
>
> (Updated 2010-09-30 02:01:48)
>
>
> Review request for kdelibs, Raphael Kubo da Costa, Jonathan Thomas, Aurélien Gâteau, Jonathan Riddell, Adenilson Cavalcanti, and loureiro.
>
>
> Summary
> -------
>
> KDE needs to support modern samba tools. With the "net usershare" command line tool the users can manage their shares. The attached patch intends to add support for this tool.
>
>
> Diffs
> -----
>
> /trunk/KDE/kdelibs/kio/kio/ksambashare_p.h PRE-CREATION
> /trunk/KDE/kdelibs/kio/kio/ksambasharedata.h PRE-CREATION
> /trunk/KDE/kdelibs/kio/kio/ksambasharedata.cpp PRE-CREATION
> /trunk/KDE/kdelibs/kio/kio/ksambasharedata_p.h PRE-CREATION
> /trunk/KDE/kdelibs/kio/CMakeLists.txt 1180108
> /trunk/KDE/kdelibs/kio/kio/ksambashare.h 1180108
> /trunk/KDE/kdelibs/kio/kio/ksambashare.cpp 1180108
>
> Diff: http://svn.reviewboard.kde.org/r/4320/diff
>
>
> Testing
> -------
>
>
> Thanks,
>
> Rodrigo
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20101001/55d6c72f/attachment.htm>
More information about the kde-core-devel
mailing list