Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-12-10 Thread Mark Gaiser
Bump.. Ok to push it?


On Fri, Dec 6, 2013 at 12:44 AM, Mark Gaiser mark...@gmail.com wrote:

This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/112463/
   Review request for KDE Runtime and KDE Frameworks.
 By Mark Gaiser.

 *Updated Dec. 5, 2013, 11:44 p.m.*
 Changes

 Updated with suggestions from Kevin.
 Replaced KDE::utime (deprecated warning) by just utime(QFile::enc..., ...)

   *Repository: * kde-runtime
 Description

 This is the initial port! I added two TODO lines in the diff for parts where 
 i'm not sure if I've ported them correctly.
 Also, i needed a change in FindSamba.cmake to even get the samba detection 
 working. That reviewrequest is waiting here: 
 https://git.reviewboard.kde.org/r/112448/ you're probably OK if you still use 
 samba 3.x

 Once i know that this is actually working then i will comment some qDebug 
 lines.

   Testing

 It compiles and gets loaded just fine. I tried testing this on an actual 
 samba share, but i kept getting a 111 error (connection refused) from kio_smb 
 so i'm hoping that is a local issue here. If someone else could try this out 
 and verify that it's either working or broken.

   Diffs (updated)

- kioslave/CMakeLists.txt (fc594e4)
- kioslave/smb/CMakeLists.txt (a3a2265)
- kioslave/smb/kio_smb.h (c2229ab)
- kioslave/smb/kio_smb.cpp (2c2523a)
- kioslave/smb/kio_smb_auth.cpp (4d236b4)
- kioslave/smb/kio_smb_browse.cpp (5253be9)
- kioslave/smb/kio_smb_dir.cpp (ba80c86)
- kioslave/smb/kio_smb_file.cpp (206526a)
- kioslave/smb/kio_smb_internal.h (4b946c1)
- kioslave/smb/kio_smb_internal.cpp (e943844)
- kioslave/smb/kio_smb_mount.cpp (a5a7e8e)
- kioslave/smb/kio_smb_win.h (f1dcb6f)
- kioslave/smb/kio_smb_win.cpp (14dd797)

 View Diff http://git.reviewboard.kde.org/r/112463/diff/

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


Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-12-10 Thread Aleix Pol Gonzalez

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



kioslave/smb/CMakeLists.txt
http://git.reviewboard.kde.org/r/112463/#comment32421

this should be:
add_library(kio_smb MODULE {kio_smb_PART_SRCS})



kioslave/smb/CMakeLists.txt
http://git.reviewboard.kde.org/r/112463/#comment32422

also add_library.



kioslave/smb/kio_smb.h
http://git.reviewboard.kde.org/r/112463/#comment32423

do you need klocale? it's deprecated.



kioslave/smb/kio_smb_auth.cpp
http://git.reviewboard.kde.org/r/112463/#comment32424

A

xD
Maybe we can just remove this one?



kioslave/smb/kio_smb_internal.h
http://git.reviewboard.kde.org/r/112463/#comment32426

it might be a good moment to remove this comment-



kioslave/smb/kio_smb_internal.cpp
http://git.reviewboard.kde.org/r/112463/#comment32427

Does it really need QDir::separator()? It seems to me like everything 
should be '/'.


- Aleix Pol Gonzalez


On Dec. 5, 2013, 11:44 p.m., Mark Gaiser wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/112463/
 ---
 
 (Updated Dec. 5, 2013, 11:44 p.m.)
 
 
 Review request for KDE Runtime and KDE Frameworks.
 
 
 Repository: kde-runtime
 
 
 Description
 ---
 
 This is the initial port! I added two TODO lines in the diff for parts where 
 i'm not sure if I've ported them correctly.
 Also, i needed a change in FindSamba.cmake to even get the samba detection 
 working. That reviewrequest is waiting here: 
 https://git.reviewboard.kde.org/r/112448/ you're probably OK if you still use 
 samba 3.x
 
 Once i know that this is actually working then i will comment some qDebug 
 lines.
 
 
 Diffs
 -
 
   kioslave/CMakeLists.txt fc594e4 
   kioslave/smb/CMakeLists.txt a3a2265 
   kioslave/smb/kio_smb.h c2229ab 
   kioslave/smb/kio_smb.cpp 2c2523a 
   kioslave/smb/kio_smb_auth.cpp 4d236b4 
   kioslave/smb/kio_smb_browse.cpp 5253be9 
   kioslave/smb/kio_smb_dir.cpp ba80c86 
   kioslave/smb/kio_smb_file.cpp 206526a 
   kioslave/smb/kio_smb_internal.h 4b946c1 
   kioslave/smb/kio_smb_internal.cpp e943844 
   kioslave/smb/kio_smb_mount.cpp a5a7e8e 
   kioslave/smb/kio_smb_win.h f1dcb6f 
   kioslave/smb/kio_smb_win.cpp 14dd797 
 
 Diff: http://git.reviewboard.kde.org/r/112463/diff/
 
 
 Testing
 ---
 
 It compiles and gets loaded just fine. I tried testing this on an actual 
 samba share, but i kept getting a 111 error (connection refused) from kio_smb 
 so i'm hoping that is a local issue here. If someone else could try this out 
 and verify that it's either working or broken.
 
 
 Thanks,
 
 Mark Gaiser
 


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


Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-12-10 Thread Mark Gaiser

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

(Updated Dec. 10, 2013, 6:51 p.m.)


Review request for KDE Runtime and KDE Frameworks.


Changes
---

Updated according to feedback.


Repository: kde-runtime


Description
---

This is the initial port! I added two TODO lines in the diff for parts where 
i'm not sure if I've ported them correctly.
Also, i needed a change in FindSamba.cmake to even get the samba detection 
working. That reviewrequest is waiting here: 
https://git.reviewboard.kde.org/r/112448/ you're probably OK if you still use 
samba 3.x

Once i know that this is actually working then i will comment some qDebug lines.


Diffs (updated)
-

  kioslave/CMakeLists.txt fc594e4 
  kioslave/smb/CMakeLists.txt a3a2265 
  kioslave/smb/kio_smb.h c2229ab 
  kioslave/smb/kio_smb.cpp 2c2523a 
  kioslave/smb/kio_smb_auth.cpp 4d236b4 
  kioslave/smb/kio_smb_browse.cpp 5253be9 
  kioslave/smb/kio_smb_dir.cpp ba80c86 
  kioslave/smb/kio_smb_file.cpp 206526a 
  kioslave/smb/kio_smb_internal.h 4b946c1 
  kioslave/smb/kio_smb_internal.cpp e943844 
  kioslave/smb/kio_smb_mount.cpp a5a7e8e 
  kioslave/smb/kio_smb_win.h f1dcb6f 
  kioslave/smb/kio_smb_win.cpp 14dd797 

Diff: http://git.reviewboard.kde.org/r/112463/diff/


Testing
---

It compiles and gets loaded just fine. I tried testing this on an actual samba 
share, but i kept getting a 111 error (connection refused) from kio_smb so i'm 
hoping that is a local issue here. If someone else could try this out and 
verify that it's either working or broken.


Thanks,

Mark Gaiser

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


Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-12-10 Thread Aleix Pol Gonzalez

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

Ship it!


- Aleix Pol Gonzalez


On Dec. 10, 2013, 6:51 p.m., Mark Gaiser wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/112463/
 ---
 
 (Updated Dec. 10, 2013, 6:51 p.m.)
 
 
 Review request for KDE Runtime and KDE Frameworks.
 
 
 Repository: kde-runtime
 
 
 Description
 ---
 
 This is the initial port! I added two TODO lines in the diff for parts where 
 i'm not sure if I've ported them correctly.
 Also, i needed a change in FindSamba.cmake to even get the samba detection 
 working. That reviewrequest is waiting here: 
 https://git.reviewboard.kde.org/r/112448/ you're probably OK if you still use 
 samba 3.x
 
 Once i know that this is actually working then i will comment some qDebug 
 lines.
 
 
 Diffs
 -
 
   kioslave/CMakeLists.txt fc594e4 
   kioslave/smb/CMakeLists.txt a3a2265 
   kioslave/smb/kio_smb.h c2229ab 
   kioslave/smb/kio_smb.cpp 2c2523a 
   kioslave/smb/kio_smb_auth.cpp 4d236b4 
   kioslave/smb/kio_smb_browse.cpp 5253be9 
   kioslave/smb/kio_smb_dir.cpp ba80c86 
   kioslave/smb/kio_smb_file.cpp 206526a 
   kioslave/smb/kio_smb_internal.h 4b946c1 
   kioslave/smb/kio_smb_internal.cpp e943844 
   kioslave/smb/kio_smb_mount.cpp a5a7e8e 
   kioslave/smb/kio_smb_win.h f1dcb6f 
   kioslave/smb/kio_smb_win.cpp 14dd797 
 
 Diff: http://git.reviewboard.kde.org/r/112463/diff/
 
 
 Testing
 ---
 
 It compiles and gets loaded just fine. I tried testing this on an actual 
 samba share, but i kept getting a 111 error (connection refused) from kio_smb 
 so i'm hoping that is a local issue here. If someone else could try this out 
 and verify that it's either working or broken.
 
 
 Thanks,
 
 Mark Gaiser
 


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


Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-12-10 Thread Commit Hook

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


This review has been submitted with commit 
728309ac2a80cab8feba4ef28f33725c59411bcf by Mark Gaiser to branch frameworks.

- Commit Hook


On Dec. 10, 2013, 6:51 p.m., Mark Gaiser wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/112463/
 ---
 
 (Updated Dec. 10, 2013, 6:51 p.m.)
 
 
 Review request for KDE Runtime and KDE Frameworks.
 
 
 Repository: kde-runtime
 
 
 Description
 ---
 
 This is the initial port! I added two TODO lines in the diff for parts where 
 i'm not sure if I've ported them correctly.
 Also, i needed a change in FindSamba.cmake to even get the samba detection 
 working. That reviewrequest is waiting here: 
 https://git.reviewboard.kde.org/r/112448/ you're probably OK if you still use 
 samba 3.x
 
 Once i know that this is actually working then i will comment some qDebug 
 lines.
 
 
 Diffs
 -
 
   kioslave/CMakeLists.txt fc594e4 
   kioslave/smb/CMakeLists.txt a3a2265 
   kioslave/smb/kio_smb.h c2229ab 
   kioslave/smb/kio_smb.cpp 2c2523a 
   kioslave/smb/kio_smb_auth.cpp 4d236b4 
   kioslave/smb/kio_smb_browse.cpp 5253be9 
   kioslave/smb/kio_smb_dir.cpp ba80c86 
   kioslave/smb/kio_smb_file.cpp 206526a 
   kioslave/smb/kio_smb_internal.h 4b946c1 
   kioslave/smb/kio_smb_internal.cpp e943844 
   kioslave/smb/kio_smb_mount.cpp a5a7e8e 
   kioslave/smb/kio_smb_win.h f1dcb6f 
   kioslave/smb/kio_smb_win.cpp 14dd797 
 
 Diff: http://git.reviewboard.kde.org/r/112463/diff/
 
 
 Testing
 ---
 
 It compiles and gets loaded just fine. I tried testing this on an actual 
 samba share, but i kept getting a 111 error (connection refused) from kio_smb 
 so i'm hoping that is a local issue here. If someone else could try this out 
 and verify that it's either working or broken.
 
 
 Thanks,
 
 Mark Gaiser
 


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


Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-12-05 Thread Mark Gaiser

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

(Updated Dec. 5, 2013, 11:44 p.m.)


Review request for KDE Runtime and KDE Frameworks.


Changes
---

Updated with suggestions from Kevin.
Replaced KDE::utime (deprecated warning) by just utime(QFile::enc..., ...)


Repository: kde-runtime


Description
---

This is the initial port! I added two TODO lines in the diff for parts where 
i'm not sure if I've ported them correctly.
Also, i needed a change in FindSamba.cmake to even get the samba detection 
working. That reviewrequest is waiting here: 
https://git.reviewboard.kde.org/r/112448/ you're probably OK if you still use 
samba 3.x

Once i know that this is actually working then i will comment some qDebug lines.


Diffs (updated)
-

  kioslave/CMakeLists.txt fc594e4 
  kioslave/smb/CMakeLists.txt a3a2265 
  kioslave/smb/kio_smb.h c2229ab 
  kioslave/smb/kio_smb.cpp 2c2523a 
  kioslave/smb/kio_smb_auth.cpp 4d236b4 
  kioslave/smb/kio_smb_browse.cpp 5253be9 
  kioslave/smb/kio_smb_dir.cpp ba80c86 
  kioslave/smb/kio_smb_file.cpp 206526a 
  kioslave/smb/kio_smb_internal.h 4b946c1 
  kioslave/smb/kio_smb_internal.cpp e943844 
  kioslave/smb/kio_smb_mount.cpp a5a7e8e 
  kioslave/smb/kio_smb_win.h f1dcb6f 
  kioslave/smb/kio_smb_win.cpp 14dd797 

Diff: http://git.reviewboard.kde.org/r/112463/diff/


Testing
---

It compiles and gets loaded just fine. I tried testing this on an actual samba 
share, but i kept getting a 111 error (connection refused) from kio_smb so i'm 
hoping that is a local issue here. If someone else could try this out and 
verify that it's either working or broken.


Thanks,

Mark Gaiser

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


Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-11-27 Thread Dawit Alemayehu


 On Nov. 26, 2013, 5:12 p.m., Kevin Ottens wrote:
  It's been stalled for almost three months now, any chance to see progress 
  or should it be discarded?
 
 Mark Gaiser wrote:
 No, it should most certainly not be disgarded. It was even working when i 
 posted this post up for review.
 
 Dawit, how are you doing in the SMB improvements that you had in mind?

Sorry, I forgot to inform you. I have already merged my changes into 4.12 and 
master branches.


- Dawit


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


On Sept. 2, 2013, 7:16 p.m., Mark Gaiser wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/112463/
 ---
 
 (Updated Sept. 2, 2013, 7:16 p.m.)
 
 
 Review request for KDE Runtime and KDE Frameworks.
 
 
 Repository: kde-runtime
 
 
 Description
 ---
 
 This is the initial port! I added two TODO lines in the diff for parts where 
 i'm not sure if I've ported them correctly.
 Also, i needed a change in FindSamba.cmake to even get the samba detection 
 working. That reviewrequest is waiting here: 
 https://git.reviewboard.kde.org/r/112448/ you're probably OK if you still use 
 samba 3.x
 
 Once i know that this is actually working then i will comment some qDebug 
 lines.
 
 
 Diffs
 -
 
   kioslave/CMakeLists.txt ff66ab6 
   kioslave/smb/CMakeLists.txt a3a2265 
   kioslave/smb/kio_smb.h 55efb44 
   kioslave/smb/kio_smb.cpp 2c2523a 
   kioslave/smb/kio_smb_auth.cpp 4d236b4 
   kioslave/smb/kio_smb_browse.cpp fec6449 
   kioslave/smb/kio_smb_config.cpp 81ce29c 
   kioslave/smb/kio_smb_dir.cpp 5573266 
   kioslave/smb/kio_smb_file.cpp 827a519 
   kioslave/smb/kio_smb_internal.h b895b81 
   kioslave/smb/kio_smb_internal.cpp 3c35583 
   kioslave/smb/kio_smb_mount.cpp a5a7e8e 
 
 Diff: http://git.reviewboard.kde.org/r/112463/diff/
 
 
 Testing
 ---
 
 It compiles and gets loaded just fine. I tried testing this on an actual 
 samba share, but i kept getting a 111 error (connection refused) from kio_smb 
 so i'm hoping that is a local issue here. If someone else could try this out 
 and verify that it's either working or broken.
 
 
 Thanks,
 
 Mark Gaiser
 


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


Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-11-26 Thread Kevin Ottens

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


It's been stalled for almost three months now, any chance to see progress or 
should it be discarded?

- Kevin Ottens


On Sept. 2, 2013, 7:16 p.m., Mark Gaiser wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/112463/
 ---
 
 (Updated Sept. 2, 2013, 7:16 p.m.)
 
 
 Review request for KDE Runtime and KDE Frameworks.
 
 
 Repository: kde-runtime
 
 
 Description
 ---
 
 This is the initial port! I added two TODO lines in the diff for parts where 
 i'm not sure if I've ported them correctly.
 Also, i needed a change in FindSamba.cmake to even get the samba detection 
 working. That reviewrequest is waiting here: 
 https://git.reviewboard.kde.org/r/112448/ you're probably OK if you still use 
 samba 3.x
 
 Once i know that this is actually working then i will comment some qDebug 
 lines.
 
 
 Diffs
 -
 
   kioslave/CMakeLists.txt ff66ab6 
   kioslave/smb/CMakeLists.txt a3a2265 
   kioslave/smb/kio_smb.h 55efb44 
   kioslave/smb/kio_smb.cpp 2c2523a 
   kioslave/smb/kio_smb_auth.cpp 4d236b4 
   kioslave/smb/kio_smb_browse.cpp fec6449 
   kioslave/smb/kio_smb_config.cpp 81ce29c 
   kioslave/smb/kio_smb_dir.cpp 5573266 
   kioslave/smb/kio_smb_file.cpp 827a519 
   kioslave/smb/kio_smb_internal.h b895b81 
   kioslave/smb/kio_smb_internal.cpp 3c35583 
   kioslave/smb/kio_smb_mount.cpp a5a7e8e 
 
 Diff: http://git.reviewboard.kde.org/r/112463/diff/
 
 
 Testing
 ---
 
 It compiles and gets loaded just fine. I tried testing this on an actual 
 samba share, but i kept getting a 111 error (connection refused) from kio_smb 
 so i'm hoping that is a local issue here. If someone else could try this out 
 and verify that it's either working or broken.
 
 
 Thanks,
 
 Mark Gaiser
 


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


Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-09-09 Thread Dawit Alemayehu


 On Sept. 6, 2013, 1:10 p.m., Dawit Alemayehu wrote:
  I have several changes coming to this ioslave. Mainly I am going to 
  implement the copyFrom and copyTo optimizations like I did for the sftp 
  ioslave and add support for upload/download resumptions. The changes are 
  going to come in parts because they are not small and should be done in the 
  next week or two. 
  
  If you feel that it would be easier to merge those changes after your port, 
  then feel free to ship this, otherwise would it be possible for you to hold 
  off on this port? For the record I am not the maintainer of this code base. 
  I am just trying to improve as many of these ioslaves as I can when I get 
  the chance.
 
 Mark Gaiser wrote:
 Question though: did you test this port and did it work for you?
 
 As for the porting and your changes. You seem to be making those changes 
 in KDE/4.11, not in frameworks-scratch, so i would prefer if you make the 
 changes you want to make. Once those are in i will have to rebase my changes 
 against it and request a ship it again :)

I cannot test it because I am not setup for KF5. I just went through the code.


- Dawit


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


On Sept. 2, 2013, 7:16 p.m., Mark Gaiser wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/112463/
 ---
 
 (Updated Sept. 2, 2013, 7:16 p.m.)
 
 
 Review request for KDE Runtime and KDE Frameworks.
 
 
 Description
 ---
 
 This is the initial port! I added two TODO lines in the diff for parts where 
 i'm not sure if I've ported them correctly.
 Also, i needed a change in FindSamba.cmake to even get the samba detection 
 working. That reviewrequest is waiting here: 
 https://git.reviewboard.kde.org/r/112448/ you're probably OK if you still use 
 samba 3.x
 
 Once i know that this is actually working then i will comment some qDebug 
 lines.
 
 
 Diffs
 -
 
   kioslave/CMakeLists.txt ff66ab6 
   kioslave/smb/CMakeLists.txt a3a2265 
   kioslave/smb/kio_smb.h 55efb44 
   kioslave/smb/kio_smb.cpp 2c2523a 
   kioslave/smb/kio_smb_auth.cpp 4d236b4 
   kioslave/smb/kio_smb_browse.cpp fec6449 
   kioslave/smb/kio_smb_config.cpp 81ce29c 
   kioslave/smb/kio_smb_dir.cpp 5573266 
   kioslave/smb/kio_smb_file.cpp 827a519 
   kioslave/smb/kio_smb_internal.h b895b81 
   kioslave/smb/kio_smb_internal.cpp 3c35583 
   kioslave/smb/kio_smb_mount.cpp a5a7e8e 
 
 Diff: http://git.reviewboard.kde.org/r/112463/diff/
 
 
 Testing
 ---
 
 It compiles and gets loaded just fine. I tried testing this on an actual 
 samba share, but i kept getting a 111 error (connection refused) from kio_smb 
 so i'm hoping that is a local issue here. If someone else could try this out 
 and verify that it's either working or broken.
 
 
 Thanks,
 
 Mark Gaiser
 


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


Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-09-06 Thread Dawit Alemayehu

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


I have several changes coming to this ioslave. Mainly I am going to implement 
the copyFrom and copyTo optimizations like I did for the sftp ioslave and add 
support for upload/download resumptions. The changes are going to come in parts 
because they are not small and should be done in the next week or two. 

If you feel that it would be easier to merge those changes after your port, 
then feel free to ship this, otherwise would it be possible for you to hold off 
on this port? For the record I am not the maintainer of this code base. I am 
just trying to improve as many of these ioslaves as I can when I get the chance.

- Dawit Alemayehu


On Sept. 2, 2013, 7:16 p.m., Mark Gaiser wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/112463/
 ---
 
 (Updated Sept. 2, 2013, 7:16 p.m.)
 
 
 Review request for KDE Runtime and KDE Frameworks.
 
 
 Description
 ---
 
 This is the initial port! I added two TODO lines in the diff for parts where 
 i'm not sure if I've ported them correctly.
 Also, i needed a change in FindSamba.cmake to even get the samba detection 
 working. That reviewrequest is waiting here: 
 https://git.reviewboard.kde.org/r/112448/ you're probably OK if you still use 
 samba 3.x
 
 Once i know that this is actually working then i will comment some qDebug 
 lines.
 
 
 Diffs
 -
 
   kioslave/CMakeLists.txt ff66ab6 
   kioslave/smb/CMakeLists.txt a3a2265 
   kioslave/smb/kio_smb.h 55efb44 
   kioslave/smb/kio_smb.cpp 2c2523a 
   kioslave/smb/kio_smb_auth.cpp 4d236b4 
   kioslave/smb/kio_smb_browse.cpp fec6449 
   kioslave/smb/kio_smb_config.cpp 81ce29c 
   kioslave/smb/kio_smb_dir.cpp 5573266 
   kioslave/smb/kio_smb_file.cpp 827a519 
   kioslave/smb/kio_smb_internal.h b895b81 
   kioslave/smb/kio_smb_internal.cpp 3c35583 
   kioslave/smb/kio_smb_mount.cpp a5a7e8e 
 
 Diff: http://git.reviewboard.kde.org/r/112463/diff/
 
 
 Testing
 ---
 
 It compiles and gets loaded just fine. I tried testing this on an actual 
 samba share, but i kept getting a 111 error (connection refused) from kio_smb 
 so i'm hoping that is a local issue here. If someone else could try this out 
 and verify that it's either working or broken.
 
 
 Thanks,
 
 Mark Gaiser
 


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


Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-09-02 Thread Mark Gaiser

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



kioslave/CMakeLists.txt
http://git.reviewboard.kde.org/r/112463/#comment28914

This will obviously go once i commit.


- Mark Gaiser


On Sept. 2, 2013, 7:16 p.m., Mark Gaiser wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 http://git.reviewboard.kde.org/r/112463/
 ---
 
 (Updated Sept. 2, 2013, 7:16 p.m.)
 
 
 Review request for KDE Runtime and KDE Frameworks.
 
 
 Description
 ---
 
 This is the initial port! I added two TODO lines in the diff for parts where 
 i'm not sure if I've ported them correctly.
 Also, i needed a change in FindSamba.cmake to even get the samba detection 
 working. That reviewrequest is waiting here: 
 https://git.reviewboard.kde.org/r/112448/ you're probably OK if you still use 
 samba 3.x
 
 Once i know that this is actually working then i will comment some qDebug 
 lines.
 
 
 Diffs
 -
 
   kioslave/CMakeLists.txt ff66ab6 
   kioslave/smb/CMakeLists.txt a3a2265 
   kioslave/smb/kio_smb.h 55efb44 
   kioslave/smb/kio_smb.cpp 2c2523a 
   kioslave/smb/kio_smb_auth.cpp 4d236b4 
   kioslave/smb/kio_smb_browse.cpp fec6449 
   kioslave/smb/kio_smb_config.cpp 81ce29c 
   kioslave/smb/kio_smb_dir.cpp 5573266 
   kioslave/smb/kio_smb_file.cpp 827a519 
   kioslave/smb/kio_smb_internal.h b895b81 
   kioslave/smb/kio_smb_internal.cpp 3c35583 
   kioslave/smb/kio_smb_mount.cpp a5a7e8e 
 
 Diff: http://git.reviewboard.kde.org/r/112463/diff/
 
 
 Testing
 ---
 
 It compiles and gets loaded just fine. I tried testing this on an actual 
 samba share, but i kept getting a 111 error (connection refused) from kio_smb 
 so i'm hoping that is a local issue here. If someone else could try this out 
 and verify that it's either working or broken.
 
 
 Thanks,
 
 Mark Gaiser
 


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