Jenkins-kde-ci: plasma-framework master kf5-qt5 » Linux,NoX11,gcc - Build # 36 - Fixed!

2015-06-18 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/plasma-framework%20master%20kf5-qt5/PLATFORM=Linux,Variation=NoX11,compiler=gcc/36/ Project: PLATFORM=Linux,Variation=NoX11,compiler=gcc Date of build: Fri, 19 Jun 2015 00:48:34 + Build duration: 6 min 41 sec CHANGE SET Revisio

Jenkins-kde-ci: kbookmarks master stable-kf5-qt5 » OSX,clang - Build # 7 - Fixed!

2015-06-18 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/kbookmarks%20master%20stable-kf5-qt5/PLATFORM=OSX,compiler=clang/7/ Project: PLATFORM=OSX,compiler=clang Date of build: Thu, 18 Jun 2015 21:19:07 + Build duration: 2 min 54 sec CHANGE SET No changes JUNIT RESULTS Nam

Re: This list needs more moderators

2015-06-18 Thread Aleix Pol
On Thu, Jun 18, 2015 at 9:44 PM, Albert Astals Cid wrote: > I just came back from a 3 week holiday and there's emails (with one dating > back from June 1) that have not been moderated. > > So i guess we need more hands for the next time i decide to go on holiday :D Oh, I see... You can add me, i

Re: Review Request 123321: check ssl docbook # update screenshots + bump version + add the doc subdir to build

2015-06-18 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123321/ --- (Updated June 18, 2015, 7:55 p.m.) Status -- This change has been ma

Re: [knewstuff] src/kmoretools: Use pimpl for KMoreToolsMenuFactory

2015-06-18 Thread Gregor Mi
Am 01.06.2015 09:48 schrieb David Faure: On Thursday 21 May 2015 14:41:27 Gregor Mi wrote: private: -// Note that this object must live long enough in case the user opens -// the "Configure..." dialog -KMoreTools* m_kmt = nullptr; - -QMenu* m_menu = nullptr; +KMoreToolsM

Re: Custom translated fields

2015-06-18 Thread Burkhard Lück
Am Mittwoch, 10. Juni 2015, 16:19:28 schrieb Alexander Potashev: > 2015-06-10 14:24 GMT+03:00 Jaroslaw Staniek : > > On 10 June 2015 at 12:26, Alexander Potashev wrote: > >> (CCing kde-i18n-doc) > >> Hi Jaroslaw, > >> > >> The list of fields to extract is hardcoded in [1]. > >> and also in http

Re: Custom translated fields

2015-06-18 Thread Burkhard Lück
Am Donnerstag, 11. Juni 2015, 09:28:40 schrieb Jaroslaw Staniek: > Thanks, please let me understand; first - regarding KPluginMetaData: > Why is a hint needed there if KPluginMetaData::readTranslatedString() > cust constructs a magic key with a [lang] sufffix? You are right, no hint needed. -- B

This list needs more moderators

2015-06-18 Thread Albert Astals Cid
I just came back from a 3 week holiday and there's emails (with one dating back from June 1) that have not been moderated. So i guess we need more hands for the next time i decide to go on holiday :D Cheers, Albert ___ Kde-frameworks-devel mailing li

Jenkins-kde-ci: plasma-framework master stable-kf5-qt5 » Linux,All,gcc - Build # 40 - Fixed!

2015-06-18 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/plasma-framework%20master%20stable-kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/40/ Project: PLATFORM=Linux,Variation=All,compiler=gcc Date of build: Thu, 18 Jun 2015 19:14:49 + Build duration: 6 min 45 sec CHANGE SET No c

Re: Review Request 124121: KPlotWidget: add setAutoDeletePlotObjects, fix memory leak in replacePlotObject

2015-06-18 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124121/#review81558 --- Ship it! src/kplotwidget.h (line 188)

Re: Notes to developers: what KAboutData::setApplicationData() is

2015-06-18 Thread Jaroslaw Staniek
On 18 June 2015 at 14:50, Jeremy Whiting wrote: > Jaroslaw, > > On Thu, Jun 18, 2015 at 3:20 AM, Jaroslaw Staniek wrote: >> Hi >> If you look at apps ported to KF5, KAboutData::setApplicationData() is >> used but there are also redundant lines in main(), at least these: >> >> app.setApplicationNa

Re: Notes to developers: what KAboutData::setApplicationData() is

2015-06-18 Thread Jeremy Whiting
Jaroslaw, On Thu, Jun 18, 2015 at 3:20 AM, Jaroslaw Staniek wrote: > Hi > If you look at apps ported to KF5, KAboutData::setApplicationData() is > used but there are also redundant lines in main(), at least these: > > app.setApplicationName(aboutData.componentName()); > app.setApplicationDisplayN

Jenkins-kde-ci: kbookmarks master stable-kf5-qt5 » OSX,clang - Build # 6 - Failure!

2015-06-18 Thread no-reply
Check console output at https://build.kde.org/job/kbookmarks%20master%20stable-kf5-qt5/PLATFORM=OSX,compiler=clang/6/ to view the results. ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kd

Re: Notes to developers: what KAboutData::setApplicationData() is

2015-06-18 Thread Jaroslaw Staniek
(I am sorry, forgot to include kde-devel too) On 18 June 2015 at 11:20, Jaroslaw Staniek wrote: > Hi > If you look at apps ported to KF5, KAboutData::setApplicationData() is > used but there are also redundant lines in main(), at least these: > > app.setApplicationName(aboutData.componentName());

Review Request 124121: KPlotWidget: add setAutoDeletePlotObjects, fix memory leak in replacePlotObject

2015-06-18 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124121/ --- Review request for KDE Frameworks and Christoph Feck. Repository: kplotti

Notes to developers: what KAboutData::setApplicationData() is

2015-06-18 Thread Jaroslaw Staniek
Hi If you look at apps ported to KF5, KAboutData::setApplicationData() is used but there are also redundant lines in main(), at least these: app.setApplicationName(aboutData.componentName()); app.setApplicationDisplayName(aboutData.displayName()); app.setOrganizationDomain(aboutData.organizationDo

Re: Review Request 124116: KPlotWidget: no need to setMinimumSize or resize.

2015-06-18 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124116/ --- (Updated June 18, 2015, 8:20 a.m.) Status -- This change has been ma

Review Request 124117: KPlotting: fix missing tickmarks when x0 > 0.

2015-06-18 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124117/ --- Review request for KDE Frameworks and Christoph Feck. Repository: kplotti