Re: Review Request 116524: Make kio_ftp work with ftp server that don't support absolute path with SIZE command

2014-03-04 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116524/#review52013 --- kioslave/ftp/ftp.cpp

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-03-04 Thread Dawit Alemayehu
> On March 4, 2014, 2:51 p.m., Andrea Iacovitti wrote: > > Still broken for webdav protocol (tested using konq/dolphin), can't delete > > file. > > "isFile" is always false whether you try to delete a file or folder so a > > trailing slash is always added. > > Dawit Alemayehu wrote: > Well

Review Request 116604: Allow directories with . as output for meinproc

2014-03-04 Thread Luigi Toscano
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116604/ --- Review request for Documentation, KDE Frameworks, kdelibs, and Aleix Pol G

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-03-04 Thread Dawit Alemayehu
> On March 4, 2014, 2:51 p.m., Andrea Iacovitti wrote: > > Still broken for webdav protocol (tested using konq/dolphin), can't delete > > file. > > "isFile" is always false whether you try to delete a file or folder so a > > trailing slash is always added. > > Dawit Alemayehu wrote: > Well

Re: Review Request 116602: fix setting "ssl_was_in_use" metadata

2014-03-04 Thread Dawit Alemayehu
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116602/#review51990 --- kio/kio/job.cpp

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-03-04 Thread Andrea Iacovitti
> On March 4, 2014, 2:51 p.m., Andrea Iacovitti wrote: > > Still broken for webdav protocol (tested using konq/dolphin), can't delete > > file. > > "isFile" is always false whether you try to delete a file or folder so a > > trailing slash is always added. > > Dawit Alemayehu wrote: > Well

Review Request 116602: fix setting "ssl_was_in_use" metadata

2014-03-04 Thread Andrea Iacovitti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116602/ --- Review request for kdelibs and Dawit Alemayehu. Repository: kdelibs Des

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-03-04 Thread Dawit Alemayehu
> On March 4, 2014, 2:51 p.m., Andrea Iacovitti wrote: > > Still broken for webdav protocol (tested using konq/dolphin), can't delete > > file. > > "isFile" is always false whether you try to delete a file or folder so a > > trailing slash is always added. Well it works for me. I could not del

Re: Review Request 116523: Do not call ftpSendMimeType for empty files in Ftp::ftpGet

2014-03-04 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116523/#review51922 --- I don't get it. What's the problem with sending a mimetype for

Re: Smb4K moved to extragear/network

2014-03-04 Thread Yuri Chornoivan
написане Tue, 04 Mar 2014 11:43:38 +0200, Alexander Reinholdt : Hello! I wanted to inform you that Smb4K has now been moved to extragear/network. Best regards Alexander Hi, Many thanks for the work done on polishing Smb4K. Please note (for the reference on http://sourceforge.net/p/s

Re: Review Request 116117: Place new panels to bottom by default

2014-03-04 Thread Jan Grulich
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116117/ --- (Updated March 4, 2014, 5:22 p.m.) Status -- This change has been ma

Re: Review Request 116117: Place new panels to bottom by default

2014-03-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116117/#review51915 --- This review has been submitted with commit f3b9bb2b4623668318

Re: Review Request 116117: Place new panels to bottom by default

2014-03-04 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116117/#review51913 --- Ship it! Ship It! - Sebastian Kügler On March 4, 2014, 5:0

Re: Review Request 116117: Place new panels to bottom by default

2014-03-04 Thread Jan Grulich
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116117/ --- (Updated March 4, 2014, 5:07 p.m.) Review request for kde-workspace, Plas

Re: Review Request 116600: depend upon CMake 2.8.12

2014-03-04 Thread Bhushan Shah
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116600/ --- (Updated March 4, 2014, 4:29 p.m.) Status -- This change has been ma

Re: Review Request 116600: depend upon CMake 2.8.12

2014-03-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116600/#review51907 --- This review has been submitted with commit 2ed26c02851d0235d4

Re: Review Request 116600: depend upon CMake 2.8.12

2014-03-04 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116600/#review51906 --- Ship it! Ship It! - Martin Gräßlin On March 4, 2014, 5:25

Review Request 116600: depend upon CMake 2.8.12

2014-03-04 Thread Bhushan Shah
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116600/ --- Review request for kde-workspace and Martin Gräßlin. Repository: kde-work

KF5 Update Meeting Minutes 2014-w10

2014-03-04 Thread Kevin Ottens
Hello everyone, This is the minutes of the Week 10 KF5 meeting. As usual it has been held on #kde-devel at 4pm Paris time. Were present: afiestas, agateau, alexmerry, apol, mck182, mgraesslin, notmart, Riddell, sebas, teo, tosky and myself. Announcement: * Alpha 2 is out! * Next stop beta 1,

Re: Review Request 116097: No longer use strlcpy in kstartupconfig

2014-03-04 Thread Alexander Richardson
> On Feb. 26, 2014, 9:32 p.m., Rolf Eike Beer wrote: > > When you start poking at this code, why not kill the entire > > fopen/fgets/fixed size buffer stuff and replace it with std streams or > > something like that? I don't really know what kstartupconfig is supposed to do. This means I don't

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-03-04 Thread Andrea Iacovitti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116122/#review51879 --- Still broken for webdav protocol (tested using konq/dolphin),

Smb4K moved to extragear/network

2014-03-04 Thread Alexander Reinholdt
Hello! I wanted to inform you that Smb4K has now been moved to extragear/network. Best regards Alexander