Re: Review Request 119498: Report crashes of KDE apps in Apple OS X (2) (fix drkonqi)

2014-09-19 Thread Ben Cooksley
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119498/#review66935 --- Unless anyone has any objections in the next 24 hours, I

KConfigGroup parent() and isValid()

2014-09-19 Thread Aaron J. Seigo
hi... KConfigGroup parent() currently always returns a KConfigGroup object with a dptr. isValid() determines validity based on having a dptr. this leads to loops like this: KConfigGroup group = some valid group; while (group.isValid()) { group = group.parent(); } to never terminate,

Review Request 120281: Use the correct locale

2014-09-19 Thread Maximiliano Curia
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120281/ --- Review request for KDE Runtime. Bugs: 329983

Re: Review Request 120178: Set the kio_http responsecode metadata on error

2014-09-19 Thread Dawit Alemayehu
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120178/ --- (Updated Sept. 19, 2014, 11:25 a.m.) Status -- This change has been

Review Request 120282: Fix use of qgetenv in kshorturifilter

2014-09-19 Thread Maximiliano Curia
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120282/ --- Review request for KDE Runtime. Repository: kde-runtime Description

Re: Review Request 119372: Fix Bug 337486 - Should not permit moving of read-only folder to a different directory

2014-09-19 Thread Arjun Ak
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119372/ --- (Updated Sept. 19, 2014, 5:26 p.m.) Review request for KDE Base Apps.

Re: Review Request 120282: Fix use of qgetenv in kshorturifilter

2014-09-19 Thread Lukáš Tinkl
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120282/#review66948 --- Ship it! Ship It! - Lukáš Tinkl On Zář. 19, 2014, 1:31

Re: KConfigGroup parent() and isValid()

2014-09-19 Thread Thomas Lübking
On Freitag, 19. September 2014 13:06:41 CEST, Aaron J. Seigo wrote: KConfigGroup group = some valid group; while (group.isValid()) { group = group.parent(); } I'm checking for existance rather than validity in kconfig (great tool, far superior to k(read|write)config, btw /advert ;-)

Re: Review Request 119498: Report crashes of KDE apps in Apple OS X (2) (fix drkonqi)

2014-09-19 Thread Thomas Lübking
On Sept. 18, 2014, 9:19 vorm., Thomas Lübking wrote: drkonqi/main.cpp, line 47 https://git.reviewboard.kde.org/r/119498/diff/2/?file=312509#file312509line47 this sounds fishy - at least the comment to be incorrect? i hope that OSX does not just actually abort() when you call

Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread René J . V . Bertin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120287/ --- Review request for KDE Software on Mac OS X and kde-workspace.

Re: Review Request 120281: Use the correct locale

2014-09-19 Thread Luigi Toscano
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120281/#review66971 --- C.UTF-8 is not a standard locale, even if quite a number of

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread Thomas Lübking
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120287/#review66972 --- kcontrol/krdb/krdb.cpp

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread Thomas Lübking
On Sept. 19, 2014, 6:40 nachm., Thomas Lübking wrote: kcontrol/krdb/krdb.cpp, line 581 https://git.reviewboard.kde.org/r/120287/diff/1/?file=313477#file313477line581 Xlib call? Why do you need krdb at all? (gtk+ Qt should align to OSX anyway and you're skipping

Re: Review Request 120182: KIO::CopyJob: Do not query for free space when filesystem type is unknown

2014-09-19 Thread Andrea Iacovitti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120182/#review66976 --- I don't know this code but David's proposed patch differs

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120287/#review66990 --- overall I rather tend to -1 for these changes. I consider

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread René J . V . Bertin
On Sept. 19, 2014, 8:40 p.m., Thomas Lübking wrote: kcontrol/krdb/krdb.cpp, line 581 https://git.reviewboard.kde.org/r/120287/diff/1/?file=313477#file313477line581 Xlib call? Why do you need krdb at all? (gtk+ Qt should align to OSX anyway and you're skipping

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread René J . V . Bertin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120287/ --- (Updated Sept. 19, 2014, 10:43 p.m.) Review request for KDE Software on

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread René J . V . Bertin
On Sept. 19, 2014, 10:24 p.m., Martin Gräßlin wrote: overall I rather tend to -1 for these changes. I consider changing the build system in a long term release as way too risky considering that the core development doesn't use this iteration any more. Any unintended breakage (e.g. a

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread Martin Gräßlin
On Sept. 19, 2014, 10:24 nachm., Martin Gräßlin wrote: kcontrol/krdb/krdb.cpp, lines 544-548 https://git.reviewboard.kde.org/r/120287/diff/1/?file=313477#file313477line544 this looks like an inintended change René J.V. Bertin wrote: No, I often do this when conditionals get

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120287/#review67003 --- CMakeLists.txt

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread Ben Cooksley
On Sept. 19, 2014, 8:24 p.m., Martin Gräßlin wrote: overall I rather tend to -1 for these changes. I consider changing the build system in a long term release as way too risky considering that the core development doesn't use this iteration any more. Any unintended breakage (e.g. a

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread Thomas Lübking
On Sept. 19, 2014, 8:24 nachm., Martin Gräßlin wrote: kcontrol/krdb/krdb.cpp, lines 544-548 https://git.reviewboard.kde.org/r/120287/diff/1/?file=313477#file313477line544 this looks like an inintended change René J.V. Bertin wrote: No, I often do this when conditionals get

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread René J . V . Bertin
On Sept. 19, 2014, 10:24 p.m., Martin Gräßlin wrote: kcontrol/krdb/krdb.cpp, lines 544-548 https://git.reviewboard.kde.org/r/120287/diff/1/?file=313477#file313477line544 this looks like an inintended change René J.V. Bertin wrote: No, I often do this when conditionals get

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread René J . V . Bertin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120287/ --- (Updated Sept. 20, 2014, 12:05 a.m.) Review request for KDE Software on

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120287/#review67010 --- You added APPLE to the if() but not always to the matching

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-19 Thread René J . V . Bertin
On Sept. 20, 2014, 12:26 a.m., Christoph Feck wrote: You added APPLE to the if() but not always to the matching endif()... True. But that's optional, no? - René J.V. --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request 119498: Report crashes of KDE apps in Apple OS X (2) (fix drkonqi)

2014-09-19 Thread Ian Wadham
On Sept. 18, 2014, 9:19 a.m., Thomas Lübking wrote: drkonqi/main.cpp, line 47 https://git.reviewboard.kde.org/r/119498/diff/2/?file=312509#file312509line47 this sounds fishy - at least the comment to be incorrect? i hope that OSX does not just actually abort() when you call

Re: KConfigGroup parent() and isValid()

2014-09-19 Thread Nicolás Alvarez
2014-09-19 12:28 GMT-03:00 Thomas Lübking thomas.luebk...@gmail.com: On Freitag, 19. September 2014 13:06:41 CEST, Aaron J. Seigo wrote: KConfigGroup group = some valid group; while (group.isValid()) { group = group.parent(); } I'm checking for existance rather than validity in

Re: Review Request 120182: KIO::CopyJob: Do not query for free space when filesystem type is unknown

2014-09-19 Thread Dawit Alemayehu
On Sept. 19, 2014, 7:03 p.m., Andrea Iacovitti wrote: I don't know this code but David's proposed patch differs from the one committed if (m_asMethod || !fileInfo.exists()) { vs if (m_asMethod !fileInfo.exists()) { It is a typo on my part. I will fix it. - Dawit