Re: kdeinit freezes on Wayland in OOM protection

2015-11-27 Thread Michael Pyne
t left blocking forever. There's also the question of why start_kdeinit is expected to disable OOM protection instead of kdeinit doing it directly... in any event kdeinit has to know OOM protection is in use and participates in the process. Perhaps it's a kernel restriction but

Review Request 126189: Support https and other URL schemas for "home page" property in KAboutData constructor.

2015-11-27 Thread Michael Pyne
ich generated reasonable organization domains. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 126189: Support https and other URL schemas for "home page" property in KAboutData constructor.

2015-12-01 Thread Michael Pyne
with several KDE apps, all of which generated reasonable organization domains. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 126189: Support https and other URL schemas for "home page" property in KAboutData constructor.

2015-12-02 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks and David Faure. Changes --- Submitted with commit 9e5f731c8f63d239172f76d826973042e7920dee by Michael Pyne to branch master. Bugs: 355508 https://bugs.kde.org/show_bug.cgi?id=355508 Repository: kcoreaddons Description

Re: kdeinit freezes on Wayland in OOM protection

2015-12-14 Thread Michael Pyne
On Mon, December 14, 2015 16:07:38 Martin Graesslin wrote: > On Friday, November 27, 2015 1:05:26 PM CET Michael Pyne wrote: > > On Thu, November 26, 2015 13:16:04 Martin Graesslin wrote: > > > we are facing a problem during the startup of Plasma on Wayland. If OOM > > >

Re: kdeinit freezes on Wayland in OOM protection

2015-12-15 Thread Michael Pyne
QProcess. By reimplementing setupChildProcess I was able to fix the > problem. > > Thanks a lot for pointing me in the right direction! \o/ :) Regards, - Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 126362: Allow timeout in reset_oom_protection while waiting for SIGUSR1

2015-12-15 Thread Michael Pyne
d of NULL here, but that's mere quibbling (though being bit once by a C-style NULL in C++ code in 64-bit code was more than enough). - Michael Pyne On Dec. 15, 2015, 10:19 a.m., Martin Gräßlin wrote: > > --- > This is an

Re: Review Request 126362: Allow timeout in reset_oom_protection while waiting for SIGUSR1

2015-12-15 Thread Michael Pyne
all and the patch still allowed kdeinit to exec processes (albeit noticeably slower), so seems to me it should work. No other ill effects noted either. - Michael Pyne On Dec. 15, 2015, 10:19 a.m., Martin Gräßlin wrote: > > --- > T

Review Request 126409: Fix use-after-free in .desktop file parser

2015-12-17 Thread Michael Pyne
;s no real need to use QCache instead of QMap, I would think. Diffs - src/lib/plugin/desktopfileparser.cpp 06a4a1d Diff: https://git.reviewboard.kde.org/r/126409/diff/ Testing --- desktoptojsontest still passes, code compiles. Thanks, Michael Pyne __

Review Request 126410: Fix FILE* leak in kwalletd

2015-12-17 Thread Michael Pyne
https://git.reviewboard.kde.org/r/126410/diff/ Testing --- Everything compiles. Not much beyond done. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 126409: Fix use-after-free in .desktop file parser

2015-12-17 Thread Michael Pyne
desktoptojsontest still passes, code compiles. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 126409: Fix use-after-free in .desktop file parser

2015-12-17 Thread Michael Pyne
il. To reply, visit: https://git.reviewboard.kde.org/r/126409/#review89679 ------- On Dec. 18, 2015, 3:44 a.m., Michael Pyne wrote: > > --- > This is an automati

Re: Review Request 126410: Fix FILE* leak in kwalletd

2015-12-18 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks, Martin Klapetek and Valentin Rusu. Changes --- Submitted with commit 1d0bec904dd78ff21d1d68e9c3e363ad1a77f7ed by Michael Pyne to branch master. Repository: kwallet Description --- Fix a leak of a `FILE*` in kwalletd, spotted

Re: Review Request 126409: Fix use-after-free in .desktop file parser

2015-12-20 Thread Michael Pyne
e `defs << *def` in > > the else block? Would remove the need for the temporary variable > > declaration at the top. > > > > Switching the if/else would also make this easier to understand. > > Michael Pyne wrote: > I prefer to factor loop invari

Re: Review Request 126423: KPluginSelector::addPlugins: do not assert if 'config' parameter is null

2015-12-20 Thread Michael Pyne
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126423/#review89792 --- Ship it! Ship It! - Michael Pyne On Dec. 19, 2015, 8:34

Re: Review Request 126392: Fix some Clazy warnings in kcoreaddons

2015-12-20 Thread Michael Pyne
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126392/#review89795 --- Ship it! Revised patch looks good here. - Michael Pyne On

Re: Review Request 126440: Fix some Clazy warnings in kinit.

2015-12-20 Thread Michael Pyne
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126440/#review89796 --- Ship it! Ship It! - Michael Pyne On Dec. 20, 2015, 10:44

Re: Review Request 126409: Fix use-after-free in .desktop file parser

2015-12-21 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks and Alex Richardson. Changes --- Submitted with commit 95a1349d4ddb17c834f6a98e85b11814dcb807f8 by Michael Pyne to branch master. Repository: kcoreaddons Description --- Patch to fix a use-after-free issue in kcoreaddons/src

Review Request 126480: Fix assorted memory leaks and undefined accesses

2015-12-22 Thread Michael Pyne
6dba1a src/xml/dom_docimpl.cpp 4f0be5c Diff: https://git.reviewboard.kde.org/r/126480/diff/ Testing --- Everything compiles, clicking around in Konq on various websites and opening local XML files seems to work fine. I can't get CMake to build the autotests however (tho

Review Request 126481: Avoid deliberately overflowing a full buffer.

2015-12-22 Thread Michael Pyne
efcad8 Diff: https://git.reviewboard.kde.org/r/126481/diff/ Testing --- Compiles. codectest and rfc2047test still pass, though I'm honestly not sure how much of this codepath they might exercise. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde

Review Request 126506: Fix improper destruction of non-virtual KDirModel subclasses

2015-12-24 Thread Michael Pyne
f56a06 Diff: https://git.reviewboard.kde.org/r/126506/diff/ Testing --- Builds, kdirmodeltest passes. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Review Request 126507: Fix leaked file description and potential use-after-free in kdelibs4support

2015-12-24 Thread Michael Pyne
1 Diff: https://git.reviewboard.kde.org/r/126507/diff/ Testing --- Everything builds and appears to still work, though it's hard to test K4Style as I'm not sure what uses it right at this point. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing

Review Request 126508: kdesu: Fix fd leaks.

2015-12-24 Thread Michael Pyne
part). Diffs - src/kdesud/kdesud.cpp f991727 Diff: https://git.reviewboard.kde.org/r/126508/diff/ Testing --- Builds but I'm not sure what even still uses kdesu in 2015... Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list

Review Request 126509: Silence Coverity warning about risk of buffer overflow by shrinking source buffer and using qstrncpy

2015-12-24 Thread Michael Pyne
Testing --- Builds, and I managed to login to a normal desktop with this code running, so yay. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 126509: Silence Coverity warning about risk of buffer overflow by shrinking source buffer and using qstrncpy

2015-12-24 Thread Michael Pyne
iffs - src/kdeinit/kinit.cpp 80e70ae Diff: https://git.reviewboard.kde.org/r/126509/diff/ Testing --- Builds, and I managed to login to a normal desktop with this code running, so yay. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing

Re: Review Request 126508: kdesu: Fix fd leaks.

2015-12-24 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks. Changes --- Submitted with commit a401ab0561cdea234bcbbfe89e567c758f6b9fe4 by Michael Pyne to branch master. Repository: kdesu Description --- Don't leak fd when creating socket. Coverity notes (CID 1289177) that we lea

Re: Review Request 126506: Fix improper destruction of non-virtual KDirModel subclasses

2015-12-25 Thread Michael Pyne
ting --- Builds, kdirmodeltest passes. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 126481: Avoid deliberately overflowing a full buffer.

2015-12-26 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks and Daniel Vrátil. Changes --- Submitted with commit 543cbd6d2a02b82ad7832d26a01fcfeaca7898b7 by Michael Pyne to branch master. Repository: kcodecs Description --- Subject says it all. If we're going to note that a buff

Re: Review Request 126506: Fix improper destruction of non-virtual KDirModel subclasses

2015-12-27 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks and David Faure. Changes --- Submitted with commit 45e4aea0e219ff1154c9e4fcc177f7c9fb9c7138 by Michael Pyne to branch master. Repository: kio Description --- Noted by Coverity (CID 1019869), and could result in a set of

Review Request 126539: Check sockaddr_un buffer size before strcpy()ing into it.

2015-12-27 Thread Michael Pyne
--- Code still compiles. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 126539: Check sockaddr_un buffer size before strcpy()ing into it.

2015-12-27 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks and Plasma. Changes --- Submitted with commit 9543cc4058b24e4e5bfe8d324de309ca7050058b by Michael Pyne to branch master. Repository: kwallet-pam Description --- Coverity strikes again, and notes in CID 1335116 that copying the

Re: Review Request 126507: Fix leaked file description and potential use-after-free in kdelibs4support

2016-01-01 Thread Michael Pyne
'm not sure what uses it right at this point. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 126507: Fix leaked file description and potential use-after-free in kdelibs4support

2016-01-02 Thread Michael Pyne
- src/kdecore/klockfile_unix.cpp 67283a5 src/kdeui/k4style.cpp a1a2ab1 Diff: https://git.reviewboard.kde.org/r/126507/diff/ Testing --- Everything builds and appears to still work, though it's hard to test K4Style as I'm not sure what uses it right at this

Re: Review Request 126507: Fix leaked file description and potential use-after-free in kdelibs4support

2016-01-02 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks. Changes --- Submitted with commit f4e9dbf2b4ee2770e554c735b7604637e7b5ec54 by Michael Pyne to branch master. Repository: kdelibs4support Description --- Fix a couple of Coverity issues: 1. CID 1175508; file descriptors used

Re: Review Request 126480: Fix assorted memory leaks and undefined accesses

2016-02-14 Thread Michael Pyne
g --- Everything compiles, clicking around in Konq on various websites and opening local XML files seems to work fine. I can't get CMake to build the autotests however (though there aren't very many anyways). Thanks, Michael Pyne _

Review Request 127094: Don't use up 16K of /dev/urandom to seed rand() in KRandom

2016-02-16 Thread Michael Pyne
e.org/r/127094/diff/ Testing --- Compiles and installs, applications still seem to run. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 127094: Don't use up 16K of /dev/urandom to seed rand() in KRandom

2016-02-16 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks. Changes --- Submitted with commit 47fd753a9a7e19a446896362528f69f76fd03029 by Michael Pyne to branch master. Bugs: 359485 https://bugs.kde.org/show_bug.cgi?id=359485 Repository: kcoreaddons Description --- A bug reporter

Re: Review Request 127131: kcoreaddons: Fix many clang warnings

2016-02-21 Thread Michael Pyne
to float is incomplete since the compiler still has to upcast to double (for 100.0, which should be 100.0f to be treated as a float), and moving the 100.0 to the beginning will force the rest of the expression to be treated as a double anyways. - Michael Pyne On Feb. 21, 2016, 10:30 a.m.,

Re: Review Request 127131: kcoreaddons: Fix many clang warnings

2016-02-21 Thread Michael Pyne
easier to revert the switch/case portions of the patch, perhaps add warning suppressions instead? - Michael Pyne On Feb. 21, 2016, 5:39 p.m., David Faure wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request 126480: Fix assorted memory leaks and undefined accesses

2016-04-09 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks, David Faure, Martin Tobias Holmedahl Sandsmark, and Patrick Spendrin. Changes --- Submitted with commit 07bb493a5f62115bd6d61044a7b743cd10be3bec by Michael Pyne to branch master. Repository: khtml Description --- This is a

Re: Review Request 127729: Explicitly define NOMINMAX to avoid conflict with the 'max' macro definition

2016-04-23 Thread Michael Pyne
marked as 'change then commit' (I missed that it was updated a few days ago when my email was futzy :( ). - Michael Pyne On April 23, 2016, 5:46 p.m., Andrius da Costa Ribas wrote: > > --- > This is an automatically generat

Re: Jenkins-kde-ci: kdbusaddons master kf5-qt5 » Linux, gcc - Build # 11 - Still Unstable!

2016-04-23 Thread Michael Pyne
f we're talking about Qt commit 1b9d082b, that appears to already be in the 5.6 branch (though not dev). I'm not sure which the CI uses though, if it's not 5.6 or less then it is probably more work than its worth to try to downgrade (something I've run into too much myself).

Re: Review Request 126362: Allow timeout in reset_oom_protection while waiting for SIGUSR1

2016-04-25 Thread Michael Pyne
still running the patched code a few months later so it certainly seems safe enough!). - Michael Pyne On Dec. 15, 2015, 10:19 a.m., Martin Gräßlin wrote: > > --- > This is an automatically generated e-mail. To reply,

Review Request 127778: Add test case for KRandom{,Sequence}

2016-04-27 Thread Michael Pyne
involving combinations of logically different tests in some cases (in other words I don't think I accidentally coded the test to always pass). Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.

Re: Review Request 127778: Add test case for KRandom{,Sequence}

2016-04-27 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks. Changes --- Submitted with commit 8f5cdadca7fad0265204d5f9ff16bc8ca1c02f72 by Michael Pyne to branch master. Bugs: 362161 https://bugs.kde.org/show_bug.cgi?id=362161 Repository: kcoreaddons Description --- A very simple

Re: case in filenames

2016-04-27 Thread Michael Pyne
x27;s more that should be covered but I think that would take care of a large portion of any problems. Regards, - Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 127655: Fix KAboutData::applicationData() to sync to current Q*Application metadata

2016-04-28 Thread Michael Pyne
4491> On other hand, initializing a KAboutData that hasn't already been set from QCoreApplication makes sense. But I would move this into the if block above so that it only runs when a KAboutData wasn't already availa

Re: Review Request 127795: [DataEngine] Fix memory leak and possible crash + detailed test

2016-04-30 Thread Michael Pyne
h. So Qt::UniqueConnection should be useless. src/plasma/private/dataenginemanager.cpp <https://git.reviewboard.kde.org/r/127795/#comment64502> Is it safe to remove this, given that even the change to DataEngineManager::loadEngine

Re: Review Request 127655: Fix KAboutData::applicationData() to init from current Q*Application metadata

2016-05-03 Thread Michael Pyne
> Please either make this a static function or place it in an anonymous namespace, no need to make this symbol visible in the compiled object file or library. - Michael Pyne On May 3, 2016, 12:39 a.m., Friedrich W. H. Kossebau wrote: > > --

Re: Review Request 127655: Fix KAboutData::applicationData() to init from current Q*Application metadata

2016-05-04 Thread Michael Pyne
--- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/127655/ > ------- > > (Updated May 4, 2016, 2:47 p.m.) > > > Review request for KDE Frameworks, Alex Rich

Re: Review Request 127655: Fix KAboutData::applicationData() to init from current Q*Application metadata

2016-05-04 Thread Michael Pyne
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127655/#review95186 --- Ship it! Ship It! - Michael Pyne On May 4, 2016, 2:47

Review Request 127833: KWallet: More Coverity fixes, and include Qt headers for endianness check.

2016-05-04 Thread Michael Pyne
as the KF5 stuff seems to require polkit to actually work, which isn't possible with a homedir install like mine). Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Review Request 127834: ki18n: Fix theoretically possible use-after-free in gettext when using strict ANSI compilers

2016-05-04 Thread Michael Pyne
still seemed to work. There's not a lot of autotests to choose from, but the KLocalizedString test still passed. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinf

Review Request 127835: KHTML: Try again to fix Coverity memory leak in CSS background property

2016-05-04 Thread Michael Pyne
perly read, that the examples rendered as before, etc. The Acid3 test makes it to 92/100, but I'm pretty sure it was only at 92/100 before this change as well. ;) Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Review Request 127836: kwayland: Initialize Interface factory pointer to fix Coverity warning

2016-05-04 Thread Michael Pyne
more. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Review Request 127837: oxygen_windeco: Fix potential use-after-free from improper use of QCache

2016-05-04 Thread Michael Pyne
'm sure is a local misconfiguration... Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 127836: kwayland: Initialize Interface factory pointer to fix Coverity warning

2016-05-04 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks and kwin. Changes --- Submitted with commit f0510907d2247534b40b6176757156181ad499a0 by Michael Pyne to branch master. Repository: kwayland Description --- Coverity complains (in CID 1335150) about `Generator::parseInterface

Re: Review Request 127833: KWallet: More Coverity fixes, and include Qt headers for endianness check.

2016-05-05 Thread Michael Pyne
n the event loop working or not. Any objections to the rest? - Michael --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127833/#review95214 --------

Re: Review Request 127834: ki18n: Fix theoretically possible use-after-free in gettext when using strict ANSI compilers

2016-05-06 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks, Localization and Translation (l10n) and Chusslove Illich. Changes --- Submitted with commit 639ab84221434d29a2055fa090e14a8b0822779f by Michael Pyne to branch master. Repository: ki18n Description --- Coverity noted that some

Re: Review Request 127837: oxygen_windeco: Fix potential use-after-free from improper use of QCache

2016-05-06 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks and Plasma. Changes --- Submitted with commit b595f47f021cbcf1cee23cd0bee1df57a2e2f1b9 by Michael Pyne to branch master. Repository: oxygen Description --- oxygen windeco: Fix use-after-free for pixmap in QCache. Coverity

Re: Review Request 127834: ki18n: Fix theoretically possible use-after-free in gettext when using strict ANSI compilers

2016-05-07 Thread Michael Pyne
Michael --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127834/#review95259 ------- On May 7, 2016, 4:12 a.m., Michael Pyne wrote:

Re: Review Request for KWayland for inclusion in frameworks

2016-05-07 Thread Michael Pyne
estWaylandOutputDevice class does not have an initializer for m_queue within the constructor (or in any of the other class members it looked at). But I don't see how that would be related either. Regards, - Michael Pyne ___ Kde-frameworks-dev

Re: KFilePlacesModelTest

2016-05-07 Thread Michael Pyne
we could break the test into two: 1) ensure order is properly saved and loaded, and 2) ensure right items are present independent of their order. Regards, - Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kd

Re: Review Request 127860: kauth: helperDebugHandler is not handling QtInfoMsg

2016-05-07 Thread Michael Pyne
NFO near the top of the file with the other Windows-compatibility syslog defines. - Michael Pyne On May 7, 2016, 3:35 p.m., Allen Winter wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.

Re: Review Request 127833: KWallet: More Coverity fixes, and include Qt headers for endianness check.

2016-05-07 Thread Michael Pyne
diff/ Testing --- Everything still compiles -- I'm limited in my ability to test since I'm still using KDE4's KWallet (as the KF5 stuff seems to require polkit to actually work, which isn't possible with a homedir install like mine). Thanks, Michael Pyne

Review Request 127865: Check size of unix domain socket path before copying to it.

2016-05-07 Thread Michael Pyne
buffer. Diffs - src/kcrash.cpp 7d3b8a2 Diff: https://git.reviewboard.kde.org/r/127865/diff/ Testing --- Compiles w/out warnings, kcrashtest passes. Thanks, Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-deve

Re: Review Request 127865: Check size of unix domain socket path before copying to it.

2016-05-14 Thread Michael Pyne
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127865/#review95472 --- Ping? - Michael Pyne On May 8, 2016, 2:03 a.m., Michael

Re: Review Request 127835: KHTML: Try again to fix Coverity memory leak in CSS background property

2016-05-14 Thread Michael Pyne
he only CSS property that requires the second value/return value). I then used the DOM Inspector tool to manually verify that the CSS background properties were properly read, that the examples rendered as before, etc. The Acid3 test makes it to 92/100, but I'm pretty sure it was

Re: Review Request 127865: Check size of unix domain socket path before copying to it.

2016-05-16 Thread Michael Pyne
marked as submitted. Review request for KDE Frameworks. Changes --- Submitted with commit 91e72d319bf99637dadbe4db5bac5305c954aa15 by Michael Pyne to branch master. Repository: kcrash Description --- Although we don't seem to run across this in practice, Coverity warns

Re: Review Request 127968: kshareddatacache: Fix invalid use of & to avoid unaligned reads

2016-05-19 Thread Michael Pyne
oncur with not bumping the cache version and agree with your patch. Thanks for taking a look! - Michael Pyne On May 19, 2016, 6:13 p.m., Fabian Vogt wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request 127747: Create a new script that generate the documentation for all projects following the syntax I proposed

2016-05-19 Thread Michael Pyne
hat you mean when you say we'd affect the currents script. What is your plan for integrating this without breaking the scripts? Is there work needed by others (sysadmin, EBN, etc.) to make apidox generation work with your patch committed? What's the action KDE developers must take after thi

Re: Review Request 127973: Fix race in which the file containing the X11 cookie has the wrong permissions

2016-05-19 Thread Michael Pyne
appropriate (e.g. 'Avoid race in restricting cookie file perms' or something like that) but the change looks correct to me. - Michael Pyne On May 19, 2016, 11:38 p.m., Albert Astals Cid wrote: > > --- > This is an automatical

Re: Review Request 127972: Always update the Predicate parser from y/l sources

2016-05-19 Thread Michael Pyne
> On May 19, 2016, 10:30 p.m., Aleix Pol Gonzalez wrote: > > This has been like this for years. Has any of the premises changed? I think it's a good idea, if only to keep up with changes to the generated sources to account for things like undefined behavior fixes, fixes for new compiler warnin

Re: Review Request 127968: kshareddatacache: Fix invalid use of & to avoid unaligned reads

2016-05-20 Thread Michael Pyne
> On May 19, 2016, 11:17 p.m., Michael Pyne wrote: > > This is an error upstream in the MurmurHash 1.0 aligned implementation > > (which still contains the error, see > > https://sites.google.com/site/murmurhash/MurmurHashAligned.cpp?attredirects=0 > > ) > >

Re: Review Request 127835: KHTML: Try again to fix Coverity memory leak in CSS background property

2016-05-21 Thread Michael Pyne
nk. I'll look at revising the patch and then also testing with the testcase you provided on Bugzilla. - Michael --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/12783

Re: Review Request 127747: Create a new script that generate the documentation for all projects following the syntax I proposed

2016-05-21 Thread Michael Pyne
works but your plan sounds acceptable so I'd say to go for it and we'll just pick up the pieces if there ends up being breakage, we just need to be careful to either get everything done in time to have time to resolve issues that might arise before KF5 5.23. - Michael Pyne On April 25,

Re: Review Request 127984: Always update the Trader parser from y/l sources

2016-05-21 Thread Michael Pyne
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127984/#review95687 --- Ship it! Ship It! - Michael Pyne On May 21, 2016, 1:50

Re: Repository rename and consequences

2014-02-08 Thread Michael Pyne
or kwalletmanager then you should be able to use something like options kwalletmanager # your-options-here end options somewhere in your kdesrc-buildrc (as of kdesrc-build git from last month), and kdesrc-build will use those options once the module shows up. Re

Re: Review Request 115640: Add kwin-compositing-kcm to workspace setup

2014-02-11 Thread Michael Pyne
e that the kde-build-metadata repository has the right branch names for the modules (stored in the logical-module-structure file) but I might audit that myself later as well. In short if build.kde.org is happy with the KF5 modules kde-build-metadata is probably correct. - Michael Pyne On Feb

Re: kf5 alpha 1 : modules, versions

2014-02-11 Thread Michael Pyne
ture" is up to date. The kde-build-metadata module has a script to verify that you get the right branch name so that you don't have to run kdesrc-build to validate the JSON or ensure you got what you expected. I might do this myself in the next day or so

Re: [error] Snapshot for krunner extracted successfully, but failed to complete initrepo.sh

2014-02-13 Thread Michael Pyne
f us were paying attention to the mailing list announcement about the renames. ;) Regards, - Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 115749: Use FindShareMimeInfo.cmake from extra-cmake-modules

2014-02-14 Thread Michael Pyne
to see extra-cmake-modules didn't already have a branch-group entry so I've fixed that in kde-build-metadata. - Michael Pyne On Feb. 14, 2014, 2:10 p.m., Alex Merry wrote: > > --- > This is an automatically generat

Re: [error] Snapshot for krunner extracted successfully, but failed to complete initrepo.sh

2014-02-14 Thread Michael Pyne
x27;kbuildsycoca5'? (which I don't even know is still around in frameworks!). Hopefully someone else has an idea. Regards, - Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: [error] Snapshot for krunner extracted successfully, but failed to complete initrepo.sh

2014-02-15 Thread Michael Pyne
On Sat, February 15, 2014 20:35:28 David Faure wrote: > On Thursday 13 February 2014 17:41:26 Michael Pyne wrote: > > In the meantime I will fix kdesrc-build to fallback automatically to > > git-clone like it's supposed to. > > There's two cases: > > - sn

Re: kstartupconfig5

2014-02-19 Thread Michael Pyne
sure if that means it should be removed from startkde; I think we're trying to use systemd/logind or something on Linux, which doesn't work with KDM. Easiest thing to do would be to experiment and try having startkde keep going if kstartupconfig5 fails and see what you get though.

Re: using KDBusConnectionPool in libraries

2014-02-20 Thread Michael Pyne
of our DBus interfaces intended for general programmatic consumption need to be async; I've been able to encounter the most amazing deadlocks sometimes. Of course this is both hard to do and hard to train/teach others to know how to do. :-/ Regards, - Michael Pyne _

Re: Building frameworks: docbook problems

2014-02-23 Thread Michael Pyne
elf using kdesrc-build, shouldn't it take care of it > for me? Seems a little user unfriendly that it's the one envvar I > have to set when kdesrc-build takes care of the rest for me? Yes, it should take care of it for you. And as of now, it does. Regards, - Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: building Solid

2014-02-26 Thread Michael Pyne
l under our own namespace if it's at all possible (and it's almost always possible). This kind of thing happens to us every so often and it's always avoidable by naming things correctly. Regards, - Michael Pyne ___ Kde-frameworks-devel m

Re: kactivities5 build failure

2014-02-26 Thread Michael Pyne
work great (if by work I mean "compile" ;) Regards, - Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: kdesrc-build: stop after failure? --truly-verbose?

2014-02-26 Thread Michael Pyne
cumentation is available at http://kdesrc-build.kde.org/documentation/, and if you build kdesrc-build it should install a man page to $KDEDIR/share/man/man1 or thereabouts. I've recently become a big fan of --resume-from (or -after), --stop-before (or -after) and --ignore-modules options mysel

Re: clang fails to build khtml

2014-02-26 Thread Michael Pyne
specified", as opposed to "undefined behavior" where optimizers start adding buffer overflows. So it still seems like the better answer here unless we want to bring in some of those fancy image-swizzling graphics libraries. Regards, - Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: kdesrc-build: stop after failure? --truly-verbose?

2014-02-27 Thread Michael Pyne
On Thu, February 27, 2014 11:35:16 Kevin Funk wrote: > Am Mittwoch, 26. Februar 2014, 23:27:08 schrieb Michael Pyne: > > On Wed, February 26, 2014 22:30:48 Milian Wolff wrote: > > > Also, while at it, could we get a "truly verbose" flag, which actually > > >

Re: Review Request 116542: Fix compilation with clang 3.4.

2014-03-03 Thread Michael Pyne
sing KIO::UDSEntry" at the top of the file work instead? It doesn't actually matter, all the solutions are probably equally a hack... - Michael Pyne On March 2, 2014, 8:20 p.m., Milian Wolff wrote: > > --- > This is

Re: [kdesrc-build] /: kf5: Port rc files to use branch-groups consistently.

2014-03-04 Thread Michael Pyne
On Tue, March 4, 2014 22:54:42 David Faure wrote: > On Tuesday 04 March 2014 01:32:14 Michael Pyne wrote: > > kf5: Port rc files to use branch-groups consistently. > > Thanks! > > > This should be absolutely transparent except that "kde-kactivities" will >

Re: KGuiAddons Review

2014-03-04 Thread Michael Pyne
ak reference" to KSharedDataCache without having to define KSharedDataCache. It might even be possible to forward-declare KSharedDataCache and use a typedef instead but I didn't even do the porting work here and that didn't occur to me when I was reviewing the pa

Re: Building KF5/Kate fails

2014-03-04 Thread Michael Pyne
g again? It seems to be looking for Qt4 specifically. You might want to see if kdesrc- build didn't accidentally switch the source git-branch to the KDE4 one instead of KDE5 one (it should list the branch it's using as it updates the module). Re

Re: DocBookXML version is 4.5 in KF5: check your documentation

2014-03-04 Thread Michael Pyne
/community.kde.org/Frameworks/Porting_Notes Regards, - Michael Pyne ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 116798: Rewrite KUser/KUserGroup Widows implementation + introduce KUserId/KGroupId

2014-03-14 Thread Michael Pyne
nt to put a setgrent() here. src/lib/util/kuser_unix.cpp <https://git.reviewboard.kde.org/r/116798/#comment37272> And a setgrent() here. - Michael Pyne On March 14, 2014, 2:30 p.m., Alexander Richardson wrote: > > -

Re: Review Request 116798: Rewrite KUser/KUserGroup Widows implementation + introduce KUserId/KGroupId

2014-03-15 Thread Michael Pyne
, and all tests pass. - Michael Pyne On March 15, 2014, 4:02 p.m., Alexander Richardson wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 116883: Fix KUserGroup::users() and KUserGroup::userNames() on UNIX

2014-03-18 Thread Michael Pyne
unless they cleanly fit the problem. src/lib/util/kuser_unix.cpp <https://git.reviewboard.kde.org/r/116883/#comment37546> A better name for "callback" would be something like "handleNextGroupUser" or some other descriptive way of describing what the callback is actua

  1   2   3   4   >