Re: [kde-community] Usage of QNetworkAccessManager

2016-07-17 Thread Richard Moore
On 14 July 2016 at 17:38, Thiago Macieira wrote: > On quinta-feira, 14 de julho de 2016 18:33:37 PDT Ben Cooksley wrote: > > > Unfortunately, from it's first iteration in Qt 4 QNetworkAccessManager > > w > ​e ​ > as shipped with a severe and fundamental defect in that it does not > > follow HTTP

Re: KScreenGenie moved to KDE Review

2015-06-16 Thread Richard Moore
On 15 June 2015 at 22:15, Boudhayan Gupta wrote: > The other thing I'd like to mention here is that there was talk on IRC > and the kde-community list a few months back that if KScreenGenie does > end up passing review and replacing KSnapshot, that it should take the > KSnapshot name and just bec

Re: Question about QSslCipher::protocolString

2014-10-22 Thread Richard Moore
Yeah, though sadly since it required new symbols I couldn't backport that change. :-( Rich. On 22 October 2014 22:05, Thomas Lübking wrote: > On Mittwoch, 22. Oktober 2014 22:11:56 CEST, Richard Moore wrote: > >> Yes, this is why I implemented https://codereview.qt-project.

Re: Question about QSslCipher::protocolString

2014-10-22 Thread Richard Moore
Yes, this is why I implemented https://codereview.qt-project.org/#/c/80470/ Rich. On 21 October 2014 23:20, Thomas Lübking wrote: > On Dienstag, 21. Oktober 2014 21:24:33 CEST, Dawit A wrote: > >> I think this whole problem came about as a result of a misunderstanding? >> [...] >> So the proto

Re: Review Request 115497: Replace SHA with PBKDF2-SHA512+Salt

2014-02-05 Thread Richard Moore
walletd/backend/kwalletbackend.cc <https://git.reviewboard.kde.org/r/115497/#comment34642> Consider breaking out the number of rounds and key length as constants for more readable code - Richard Moore On Feb. 5, 2014, 3:10 p.m., Àlex Fiestas wrote: > > ---

Re: Help solving an IMAP SSL bug

2013-08-20 Thread Richard Moore
On 19 August 2013 10:58, Daniel Vrátil wrote: > Because it's a socket error KSslSocket will emit socketError() and IMAP > resource will try to reconnect. The interesting part here is, that calling > QAbstractSocket::disconnect() will emit the error again (probably it's trying > to write something

Re: Why does KPushButton have a delayedMenu?

2012-04-06 Thread Richard Moore
On 6 April 2012 11:53, Stephen Kelly wrote: > I'm trying to figure out why KPushButton has a feature of a 'delayed' menu. > > Why would applications need that? What problems does it solve? Can the > problem be solved in Qt? It's for things like a browser's back button where a click moves you back

Re: KDE at the next Qt Contributors' Summit

2012-03-16 Thread Richard Moore
I'll be going. Cheers Rich. On 14 March 2012 20:00, Lydia Pintscher wrote: > Heya folks, > > Is anyone taking care of KDE's presence at the next Qt Contributors' > Summit? http://wiki.qt-project.org/Events/Qt_Contributors_Summit  If > not it'd be really great if someone could step up. We should

Re: KDE Frameworks 5: Rhythm

2012-01-21 Thread Richard Moore
In terms of the SSL stuff, I've had very little feedback of what people are missing from Qt's SSL. * I had a request for the ability to enable SSL3 and TLS1 without SSL2 (done) * I had a request for the ability to enable/disable various compatibility workarounds (done) I also had a bunch of thing

Re: Requesting freeze exception for JtG

2011-11-22 Thread Richard Moore
I've read over the code changes for this, and it seems to be quite a bit more invasive than a simple addition to the about dialog: 1) Changes to ui_standards.rc This is a high-risk change. It affects every application that uses XMLGUI and KParts plugins. I did quite a lot of work in this area in

Re: System clock change notification

2011-08-26 Thread Richard Moore
On Fri, Aug 26, 2011 at 1:40 PM, Aaron J. Seigo wrote: > * QTimer; it's already a QObject and it would be nice to have support in there > for such cases (as an option; not all timers want to be accurate to the actual > time on the clock, but just time elapsed). that would also solve the Plasma > s

Re: SSL in KDE going forward

2011-06-10 Thread Richard Moore
On Fri, Jun 10, 2011 at 7:40 AM, Hasso Tepper wrote: > On 09.06.11; 24. nädal 22:37, Richard Moore wrote: >> On Thu, Jun 9, 2011 at 8:16 AM, Hasso Tepper wrote: >>> Which is in general showstopper for bigger stuff - PKCS#11 support. See >>> https://bugs.kde.org/show_bu

Re: SSL in KDE going forward

2011-06-09 Thread Richard Moore
On Wed, Jun 8, 2011 at 9:24 PM, Dawit A wrote: > Would asking for client certficate authentication support be out of > the scope or does Qt's SSL already support that ? Last I checked it > did not and there is a pending but report about this against kio_http. > See https://bugs.kde.org/show_bug.cg

Re: SSL in KDE going forward

2011-06-09 Thread Richard Moore
On Thu, Jun 9, 2011 at 8:16 AM, Hasso Tepper wrote: > On 08.06.11; 24. nädal 23:24, Dawit A wrote: >> Would asking for client certficate authentication support be out of >> the scope or does Qt's SSL already support that ? Last I checked it >> did not and there is a pending but report about this a

SSL in KDE going forward

2011-06-08 Thread Richard Moore
Hi All, Right now, we have the opportunity to make sure that Qt's SSL classes offer us the facilities we need in KDE. I'll be attending the QCS and will most likely be working on the SSL stack at the time. If anyone knows anything that we need in KDE that's not currently offered (or even more impo

Re: Site shutdown - developer.kde.org

2011-05-14 Thread Richard Moore
How about leaving a redirect to page on techbase that explains that this is the newer replacement? Rich,

Re: 4.6 branches created in git again

2011-03-21 Thread Richard Moore
On Mon, Mar 21, 2011 at 8:19 PM, Oswald Buddenhagen wrote:> it's one thing not to know everything inside out and another not to > understand what a ref actually is ... > Please define it - I don't. Rich.

Re: Suspending mailinglists due to lack of moderators.

2011-01-03 Thread Richard Moore
On Sat, Jan 1, 2011 at 9:25 PM, Tom Albers wrote: >    102 kjsembed This one is already dead, see bug #260331 Cheers Rich.