Review Request: Respect PYTHONDONTWRITEBYTECODE environmental variable

2012-11-08 Thread Michael Palimaka
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107248/ --- Review request for kdelibs and Luca Beltrame. Description ---

Re: kdelibs git mess

2012-11-08 Thread Allen Winter
On Thursday 08 November 2012 04:12:09 AM Christoph Feck wrote: Hi, my git foo is limited, but if I interpret http://ompldr.org/vZzZxaw correctly, then somehow master got merged into KDE/4.9 branch, meaning, for example, that Alex's commits to depend on cmake 2.8.8 are now in KDE/4.9

Re: KDE-GTK-Config to KDEReview

2012-11-08 Thread Pino Toscano
Hi, thanks for the work you are putting in it, so far. Alle lunedì 5 novembre 2012, Aleix Pol ha scritto: Some months ago I pushed this project quite intensively so that right now we have a stable KCM for editing the GTK settings. This is being used already in some distributions, so I think

Re: Nepomuk Metadata Extractor moved to KDE Review

2012-11-08 Thread Jörg Ehrichs
Hi Sebastian, 2012/11/8 Sebastian Kügler se...@kde.org: * As far as I can see, QWidget-related bits and service-related bits are split, so we're able to drop another ui on top of it for Plasma Active without much effort. (Even if the UI is a single knob =)) (Correct me if I missed a few

Re: kdelibs git mess

2012-11-08 Thread Stephen Kelly
Christoph Feck wrote: Hi, my git foo is limited, but if I interpret http://ompldr.org/vZzZxaw correctly, then somehow master got merged into KDE/4.9 branch, meaning, for example, that Alex's commits to depend on cmake 2.8.8 are now in KDE/4.9 branch. I suggest to not to commit to

Re: Review Request: Respect PYTHONDONTWRITEBYTECODE env variable

2012-11-08 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107228/#review21641 --- This review has been submitted with commit

Re: KDE-GTK-Config to KDEReview

2012-11-08 Thread Aleix Pol
On Wed, Nov 7, 2012 at 9:45 PM, Pino Toscano p...@kde.org wrote: Hi, Alle mercoledì 7 novembre 2012, Aleix Pol ha scritto: On Wed, Nov 7, 2012 at 12:49 AM, Pino Toscano p...@kde.org wrote: Alle lunedì 5 novembre 2012, Aleix Pol ha scritto: Some months ago I pushed this project quite

Re: KDE-GTK-Config to KDEReview

2012-11-08 Thread Aleix Pol
On Thu, Nov 8, 2012 at 3:47 PM, Pino Toscano p...@kde.org wrote: Hi, thanks for the work you are putting in it, so far. Thanks for your effort for having the best project in extragear as well. :) Alle lunedì 5 novembre 2012, Aleix Pol ha scritto: Some months ago I pushed this project

Re: KDEREVIEW: share like connect and plasmate

2012-11-08 Thread Antonis Tsiapaliokas
- PasswordAsker sounds like could be implemented on top of KPasswordDialog gpgme is using pinetry-qt4 for password prompt, i don't think that we should use the KPasswordDialog.

Property id of Plasma::Applet

2012-11-08 Thread Dmitry A. Ashkadov
Hello! I'm trying to use property id of Plasma::Applet in QML, but it isn't notifyable. Do you know can id of applet be changed in run-time? Maybe is it possible to add CONSTANT to declaration of property before KDE 4.10 is released? Thank you.

Re: KDEREVIEW: share like connect and plasmate

2012-11-08 Thread Pino Toscano
Alle giovedì 8 novembre 2012, Antonis Tsiapaliokas ha scritto: - PasswordAsker sounds like could be implemented on top of KPasswordDialog gpgme is using pinetry-qt4 for password prompt, i don't think that we should use the KPasswordDialog. Did you actually understand what I'm referring

Re: KDEREVIEW: share like connect and plasmate

2012-11-08 Thread Aaron J. Seigo
On Thursday, November 8, 2012 20:06:10 Antonis Tsiapaliokas wrote: - PasswordAsker sounds like could be implemented on top of KPasswordDialog gpgme is using pinetry-qt4 for password prompt, i don't think that we should use the KPasswordDialog. gpgme does this because pinentry-qt4 is

Re: Property id of Plasma::Applet

2012-11-08 Thread Aaron J. Seigo
On Thursday, November 8, 2012 23:12:55 Dmitry A. Ashkadov wrote: Hello! I'm trying to use property id of Plasma::Applet in QML, but it isn't notifyable. Do you know can id of applet be changed in run-time? Maybe is it possible to add CONSTANT to declaration of property before KDE 4.10 is

Re: KStringHandler: stateless/reentrant/thread-safe?

2012-11-08 Thread Martin Sandsmark
On Sunday 28. October 2012 09.22.39 Thiago Macieira wrote: That's a static const non-POD created by a non-constexpr. That means it's initialised on the first run. It's thread-safe on GCC and C++11, but not on other conditions. It should be safe according to the spec (section 6.7 I think),

Re: KDEREVIEW: share like connect and plasmate

2012-11-08 Thread Antonis Tsiapaliokas
Did you actually understand what I'm referring to? I guess that we all agree that we should replace the QDialog with the KPasswordDialog (right?). If so, how can we do that? Even if someone doesn't have the pinentry-qt4, then the pinentry (CL) is opening. And i wasn't able to remove the