Jenkins build is still unstable: plasma-framework_master_qt5 » All,LINBUILDER #990

2015-02-10 Thread KDE CI System
See http://build.kde.org/job/plasma-framework_master_qt5/Variation=All,label=LINBUILDER/changes ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Review Request 122514: Make it possible to interpret properties from plugins that expose properties correctly in the json

2015-02-10 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122514/ --- Review request for KDE Frameworks, Alex Richardson and David Faure.

Re: Fixing and regulating certain types of search fields across KF5 apps

2015-02-10 Thread Aleix Pol
On Mon, Feb 9, 2015 at 9:03 PM, Eike Hein h...@kde.org wrote: Hi, we currently have numerous dynamic search fields across KDE apps that, for performance reasons, disregard input shorter than a particular QString::length(). Examples are KMail and some things in KRunner. It's a common

Re: Review Request 121922: support stringlists as properties

2015-02-10 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121922/#review75765 --- Ship it! Ship It! - Sebastian Kügler On Jan. 12, 2015,

Jenkins build became unstable: kservice_stable_qt5 #37

2015-02-10 Thread KDE CI System
See http://build.kde.org/job/kservice_stable_qt5/37/changes ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 121922: support stringlists as properties

2015-02-10 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121922/ --- (Updated Feb. 10, 2015, 11:21 a.m.) Status -- This change has been

Re: Fixing and regulating certain types of search fields across KF5 apps

2015-02-10 Thread Eike Hein
On 02/10/2015 01:30 PM, Sebastian Kügler wrote: Without giving it much thought I would think either KI18n or Sonnet. Or perhaps kcodecs, sounds like an encoding-related problem to me. KCodecs was my first thought too, because: * I'd really like it to be a Tier 1 framework dep-wise and

Jenkins build became unstable: plasma-framework_master_qt5 » All,LINBUILDER #989

2015-02-10 Thread KDE CI System
See http://build.kde.org/job/plasma-framework_master_qt5/Variation=All,label=LINBUILDER/989/changes ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: OSX/CI: kde-baseapps fails to build on branch frameworks

2015-02-10 Thread Jeremy Whiting
Seems that's from Qt 5.4 This enum was introduced or modified in Qt 5.4. in the QUrl::UserInputResolutionOptions documentation. On Tue, Feb 10, 2015 at 3:07 PM, Marko Käning mk-li...@email.de wrote: To make kde-baseapps build again on OSX/CI I have removed poppler from its dependencies in

Re: OSX/CI: kde-baseapps fails to build on branch frameworks

2015-02-10 Thread Marko Käning
Hi Jeremy, On 10 Feb 2015, at 23:10 , Jeremy Whiting jpwhit...@kde.org wrote: Seems that's from Qt 5.4 This enum was introduced or modified in Qt 5.4. in the QUrl::UserInputResolutionOptions documentation. Shouldn’t the project then require Qt 5.4, which I’d like to see avoided for now…

OSX/CI: kde-baseapps fails to build on branch frameworks

2015-02-10 Thread Marko Käning
To make kde-baseapps build again on OSX/CI I have removed poppler from its dependencies in config/base/kf5-qt5: --- +# KDE/Applications +kde/applications/kde-baseapps: -kde/kdelibs/baloo +kde/applications/kde-baseapps: -kde/kdelibs/baloo-widgets +kde/applications/kde-baseapps: -general/poppler

Re: OSX/CI: kde-baseapps fails to build on branch frameworks

2015-02-10 Thread Jeremy Whiting
Exactly, whoever added that code either needs to find a Qt 5.3 way to do the same, or bump the requirement. On Tue, Feb 10, 2015 at 3:15 PM, Marko Käning mk-li...@email.de wrote: Hi Jeremy, On 10 Feb 2015, at 23:10 , Jeremy Whiting jpwhit...@kde.org wrote: Seems that's from Qt 5.4 This enum

Re: Fixing and regulating certain types of search fields across KF5 apps

2015-02-10 Thread Eike Hein
On 02/10/2015 01:01 PM, Aleix Pol wrote: I like the idea. Have you checked whether ICU provides something like this? They might... To approach this more broadly: The basic problem here is that not every character code point in Unicode stands for a single phoneme; in the examples I mentioned

Re: Fixing and regulating certain types of search fields across KF5 apps

2015-02-10 Thread Sebastian Kügler
On Monday, February 09, 2015 13:12:24 Jeremy Whiting wrote: The way I'd like to see this fixed is placing an API like isMinimumSearchableLength(QString) somewhere in KF5 and to start using it everywhere. Realistically developers won't find this on their own, but it means I could go around

Re: Fixing and regulating certain types of search fields across KF5 apps

2015-02-10 Thread Sebastian Kügler
On Monday, February 09, 2015 13:12:24 Jeremy Whiting wrote: The way I'd like to see this fixed is placing an API like isMinimumSearchableLength(QString) somewhere in KF5 and to start using it everywhere. Realistically developers won't find this on their own, but it means I could go around