Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-11-08 Thread Romário Rios
://git.reviewboard.kde.org/r/129170/diff/ Testing --- I added `QVERIFY` calls after all errors in `karchivetests.cpp`. Perhaps we'll need more tests, but I'm not sure how to make an archive to fail in some specific way aside from the very basics ("file not found", etc.). Thanks, Romário Rios

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-11-08 Thread Romário Rios
> > Neither ATime nor CTime is actually used in this code, feel free to remove > > it, maybe in a commit that you would rebase this one upon, or I can do it > > after you push. So at a minimum, replace MTime with "modification time", > > fix @since, then pus

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-11-08 Thread Romário Rios
> > Neither ATime nor CTime is actually used in this code, feel free to remove > > it, maybe in a commit that you would rebase this one upon, or I can do it > > after you push. So at a minimum, replace MTime with "modification time", > > fix @since, then pus

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-11-08 Thread Romário Rios
. To reply, visit: https://git.reviewboard.kde.org/r/129170/#review100629 ------- On Nov. 1, 2016, 8:10 p.m., Romário Rios wrote: > > --- > This is an automatic

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-11-01 Thread Romário Rios
more tests, but I'm not sure how to make an archive to fail in some specific way aside from the very basics ("file not found", etc.). Thanks, Romário Rios

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-11-01 Thread Romário Rios
enerated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129170/#review100413 ------- On Nov. 1, 2016, 8:10 p.m., Romário Rios wrote: > > --- > This is an automatically generated e-mail. To

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-10-26 Thread Romário Rios
aside from the very basics ("file not found", etc.). Thanks, Romário Rios

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-10-15 Thread Romário Rios
io --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129170/#review100021 --- On Oct. 15, 2016, 3:08 a.m., Romário Ri

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-10-15 Thread Romário Rios
implies the application using the library is a KDE App, which isn't necessarily the case. - Romário --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129170/#review100017 -

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-10-14 Thread Romário Rios
view6 --- On Oct. 15, 2016, 3:08 a.m., Romário Rios wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewb

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-10-14 Thread Romário Rios
basics ("file not found", etc.). Thanks, Romário Rios

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-10-13 Thread Romário Rios
way aside from the very basics ("file not found", etc.). Thanks, Romário Rios

Re: Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-10-13 Thread Romário Rios
zation_Policy#Qt_installation_code Thanks, Luigi. I'll work on that and update the patch. - Romário --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129170/#review99969 ---

Review Request 129170: Add KArchive::errorString() method to provide more details on KArchive errors

2016-10-12 Thread Romário Rios
--- I added `QVERIFY` calls after all errors in `karchivetests.cpp`. Perhaps we'll need more tests, but I'm not sure how to make an archive to fail in some specific way aside from the very basics ("file not found", etc.). Thanks, Romário Rios

Re: Review Request 125941: Add KCompressionDevice tests to KArchive

2015-11-25 Thread Romário Rios
/125941/diff/ Testing --- The tests run and show that KCompressionDevice works properly with QBuffer when used with KTar Thanks, Romário Rios ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo

Re: Review Request 125941: Add KCompressionDevice tests to KArchive

2015-11-25 Thread Romário Rios
, Romário Rios ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 125941: Add KCompressionDevice tests to KArchive

2015-11-25 Thread Romário Rios
with QBuffer when used with KTar Thanks, Romário Rios ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 125974: Make KTar KCompressionDevice-friendly

2015-11-23 Thread Romário Rios
://git.reviewboard.kde.org/r/125974/diff/ Testing --- Makes the tests from review #125941 pass Thanks, Romário Rios ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 125974: Make KTar KCompressionDevice-friendly

2015-11-21 Thread Romário Rios
cally generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125974/#review88126 ------- On Nov. 6, 2015, 2:52 a.m., Romário Rios wrote: > > --- > This is an automati

Re: Review Request 125974: Make KTar KCompressionDevice-friendly

2015-11-21 Thread Romário Rios
; what if this is seeking backward? That's not possible on a sequential > > device, so my advice is, forget using a sequential device here, download to > > a temp file. > > Romário Rios wrote: > Actually, this is irrelevant to the issue. I reverted this code back to

Re: Review Request 125974: Make KTar KCompressionDevice-friendly

2015-11-06 Thread Romário Rios
rg/r/125974/#review88078 --- On Nov. 6, 2015, 2:52 a.m., Romário Rios wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboar

Review Request 125974: Make KTar KCompressionDevice-friendly

2015-11-05 Thread Romário Rios
#125941 pass Thanks, Romário Rios ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 125941: Add KCompressionDevice tests to KArchive

2015-11-04 Thread Romário Rios
tps://git.reviewboard.kde.org/r/125941/#comment60401> I don't believe it can. It can do the opposite -- CompressionType by filename or mimetype --, but not this. - Romário Rios On Nov. 4, 2015, 2:08 a.m., Romário Rios

Review Request 125941: Add KCompressionDevice tests to KArchive

2015-11-03 Thread Romário Rios
/kcompressiondevicetest.cpp PRE-CREATION Diff: https://git.reviewboard.kde.org/r/125941/diff/ Testing --- The tests run and show that KCompressionDevice isn't working as expected Thanks, Romário Rios ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org

Re: Review Request 124165: Make KArchive preserve executable permissions from the files inside the archive

2015-06-29 Thread Romário Rios
with xz and zip files containing executables, directories, text, etc.). Thanks, Romário Rios ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 124165: Make KArchive preserve executable permissions from the files inside the archive

2015-06-29 Thread Romário Rios
/karchive.cpp 344cba8 Diff: https://git.reviewboard.kde.org/r/124165/diff/ Testing --- Seems to work for all files (tested with xz and zip files containing executables, directories, text, etc.). Thanks, Romário Rios ___ Kde-frameworks-devel

Re: Review Request 124165: Make KArchive preserve executable permissions from the files inside the archive

2015-06-29 Thread Romário Rios
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124165/#review81846 --- On June 28, 2015, 10:31 a.m., Romário Rios wrote

Re: Review Request 124165: Make KArchive preserve executable permissions from the files inside the archive

2015-06-28 Thread Romário Rios
for all files (tested with xz and zip files containing executables, directories, text, etc.). Thanks, Romário Rios ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 124165: Make KArchive preserve executable permissions from the files inside the archive

2015-06-25 Thread Romário Rios
: https://git.reviewboard.kde.org/r/124165/diff/ Testing --- Seems to work for all files (tested with xz and zip files containing executables, directories, text, etc.). Thanks, Romário Rios ___ Kde-frameworks-devel mailing list Kde-frameworks

Re: Review Request 124165: Make KArchive preserve permissions from the files inside the archive

2015-06-24 Thread Romário Rios
.). Thanks, Romário Rios ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 111319: Move kmessagewidget to kwidgetsaddons

2013-07-01 Thread Romário Rios
generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111319/#review35367 --- On June 29, 2013, 8:24 p.m., Romário Rios wrote: --- This is an automatically generated e-mail

Review Request 111319: Move kmessagewidget to kwidgetsaddons

2013-06-29 Thread Romário Rios
/src/kmessagewidget.cpp PRE-CREATION tier1/kwidgetsaddons/tests/CMakeLists.txt 9738c6c tier1/kwidgetsaddons/tests/kmessagewidgettest.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/111319/diff/ Testing --- Compiles, test runs fine. Thanks, Romário Rios

Review Request 111090: Deprecate kdeui/widgets/kstringvalidator.* and kio/kfile/kfilemetainfowidget.*

2013-06-18 Thread Romário Rios
deprecated -- I assume that's OK. Thanks, Romário Rios ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel