kcoreaddons fails to build properly on OSX/CI (was OSX/CI: kauth fails to build )

2014-08-12 Thread Marko Käning
Hi Aleix, On 13 Aug 2014, at 02:01 , Aleix Pol wrote: > Here KCoreAddons installs much more things! > http://paste.kde.org/pa4xgdehw well, that list coincides with what I was used up to now... So, although kcoreaddons got built without error (see below) it by far doesn’t build everything! W

Re: OSX/CI: kauth fails to build

2014-08-12 Thread Aleix Pol
On Wed, Aug 13, 2014 at 1:46 AM, Marko Käning wrote: > I realised now that kcoreaddons seems to be responsible for the problems I > am seeing here lately! > > This is what I see getting installed NOW: > > --- > MVM2:KCoreAddons marko$ pwd > > /opt/kde/install/darwin/mavericks/clang/kf5-qt5/framew

Re: OSX/CI: kauth fails to build

2014-08-12 Thread Marko Käning
I realised now that kcoreaddons seems to be responsible for the problems I am seeing here lately! This is what I see getting installed NOW: --- MVM2:KCoreAddons marko$ pwd /opt/kde/install/darwin/mavericks/clang/kf5-qt5/frameworks/kcoreaddons/inst/include/KF5/KCoreAddons MVM2:KCoreAddons marko$

OSX/CI: kpty fails to build

2014-08-12 Thread Marko Käning
Building CXX object src/CMakeFiles/KF5Pty.dir/KF5Pty_automoc.cpp.o In file included from /Users/marko/WC/KDECI-builds/kpty/src/kptyprocess.cpp:22: /Users/marko/WC/KDECI-builds/kpty/src/kptyprocess.h:25:10: fatal error: 'kprocess.h' file not found #include ^ In file included from /Users/

OSX/CI: kjobwidgets fails to build

2014-08-12 Thread Marko Käning
Building CXX object src/CMakeFiles/KF5JobWidgets.dir/kwidgetjobtracker.cpp.o In file included from /Users/marko/WC/KDECI-builds/kjobwidgets/src/kdialogjobuidelegate.cpp:22: /Users/marko/WC/KDECI-builds/kjobwidgets/src/kdialogjobuidelegate.h:25:10: fatal error: 'kjobuidelegate.h' file not found #

OSX/CI: kauth fails to build

2014-08-12 Thread Marko Käning
I’ve resurrected an older qt5 install. Now I realise that kauth is currently failing to build on OSX: --- [ 38%] [ 40%] Building CXX object autotests/CMakeFiles/kauth_tests_static.dir/__/src/kauthaction.cpp.o In file included from /Users/marko/WC/KDECI-builds/kauth/src/kauthexecutejob.cpp:20:

Re: Breeze widget style for KF5

2014-08-12 Thread Àlex Fiestas
On Monday 11 August 2014 12:51:21 Milian Wolff wrote: > a) what's the advantage of having a native widget style, compared to using > QtCurve settings? Are there things missing / not implementable in QtCurve? We did some rought tests and QtCurve was wy slower than Oxygen (that at the same time

Re: Review Request 119745: Hide member documentation for classes in imports

2014-08-12 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119745/ --- (Updated Aug. 12, 2014, 9:15 p.m.) Status -- This change has been ma

Re: Review Request 119740: Display the metadata of Frameworks in the API documentation menu

2014-08-12 Thread Denis Steckelmacher
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119740/ --- (Updated Aug. 12, 2014, 8:35 p.m.) Status -- This change has been ma

Re: Review Request 119745: Hide member documentation for classes in imports

2014-08-12 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119745/#review64405 --- Ship it! Ship It! - Aleix Pol Gonzalez On Aug. 12, 2014, 8

Re: Review Request 119745: Hide member documentation for classes in imports

2014-08-12 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119745/#review64404 --- Ship it! Ship It! - Marco Martin On Aug. 12, 2014, 8:12 p.

Review Request 119745: Hide member documentation for classes in imports

2014-08-12 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119745/ --- Review request for KDE Frameworks and Plasma. Repository: plasma-framewor

Re: Review Request 119740: Display the metadata of Frameworks in the API documentation menu

2014-08-12 Thread Rohan Garg
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119740/#review64403 --- Ship it! Code seems to be fine, seems to be working on Denis'

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-08-12 Thread Christoph Feck
> On Aug. 12, 2014, 9:33 a.m., Aleix Pol Gonzalez wrote: > > After some discussion with the SDK and Book groups in the sprint, I think > > we should move this into the kde:kwidgetsaddons repository, in an examples > > subdirectory. > > Laurent Navet wrote: > do you want me to move this fro

Re: OSX/CI: ?NEW? qt5 build failure !!!

2014-08-12 Thread Marko Käning
Hi devs, below you find what Thibaut got at Randa when trying to build qt5 in its debug version on OSX. So, this is a general problem and not only mine! Greets, Marko Begin forwarded message: > From: Thib ROMAIN > Subject: Qt5 build problem > Date: 12 Aug 2014 21:44:33 GMT+2 > To: m

Review Request 119740: Display the metadata of Frameworks in the API documentation menu

2014-08-12 Thread Denis Steckelmacher
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119740/ --- Review request for KDE Frameworks. Repository: kapidox Description

Re: Making KFileMetaData a framework

2014-08-12 Thread Kevin Ottens
On Wednesday 06 August 2014 17:47:49 Milian Wolff wrote: > > > Though note that the above does not mean that a call to extract would be > > > async. It would still be sync. But you could use QFile and its readyRead > > > signals internally to process stuff asynchronously and then emit the > > > dat

Re: Making KFileMetaData a framework

2014-08-12 Thread Kevin Ottens
On Wednesday 06 August 2014 16:09:19 Milian Wolff wrote: > On Wednesday 06 August 2014 16:05:27 Vishesh Handa wrote: > > On Tuesday, August 05, 2014 11:19:16 PM Kevin Ottens wrote: > > > Hello, > > > > > > On Tuesday 05 August 2014 18:36:24 Vishesh Handa wrote: > > > > I would appreciate it if eve

OSX/CI: ?NEW? qt5 build failure !!!

2014-08-12 Thread Marko Käning
Hi Ben and FW folks, suddenly I can’t build *qt5* on my OSX/CI VM anymore! :-( As there are quite a few errors in the log, I attached it to this post. Many of them might come from the configure phase, I guess. The last error shown is this: --- Undefined symbols for architecture x86_64: "QMac

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-08-12 Thread Laurent Navet
> On août 12, 2014, 11:33 matin, Aleix Pol Gonzalez wrote: > > After some discussion with the SDK and Book groups in the sprint, I think > > we should move this into the kde:kwidgetsaddons repository, in an examples > > subdirectory. do you want me to move this from kdeexamples to kwidgetsaddo

Re: OSX/CI: kmymoney fails to build on branch framework

2014-08-12 Thread Marko Käning
Hi Cristian, On 12 Aug 2014, at 10:16 , Cristian Oneț wrote: > Could you post the whole build log, or search for the 'error:' marker > (you just posted a warning). I was aware of that. (I think I should have removed the warning altogether…) Well, there was NO other error in the log! :-) That wa

Re: KPlotting and KUnitConversion

2014-08-12 Thread John Layt
On 10 August 2014 23:20, Garret Wassermann wrote: > I am also curious who is the KUnitConversion maintainer as well. > Similarly, unit conversion software would be fantastic, > however it is missing many units and features. > > I would also be glad to work on either cleaning up KUnitConversion, >

Re: Kitemviews

2014-08-12 Thread Valorie Zimmerman
On Tue, Aug 12, 2014 at 9:03 AM, Sebastian Kügler wrote: > On Tuesday, August 12, 2014 17:42:24 Albert Astals Cid wrote: >> El Dimarts, 12 d'agost de 2014, a les 08:18:40, Valorie Zimmerman va > escriure: >> > Martin Klapetek suggested that Kitemviews would be a useful framework >> > to include in

Review Request 119736: Convert the ki18n programmers' guide to Markdown

2014-08-12 Thread Nicolás Alvarez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119736/ --- Review request for KDE Frameworks. Repository: ki18n Description --

Re: Kitemviews

2014-08-12 Thread Sebastian Kügler
On Tuesday, August 12, 2014 17:42:24 Albert Astals Cid wrote: > El Dimarts, 12 d'agost de 2014, a les 08:18:40, Valorie Zimmerman va escriure: > > Martin Klapetek suggested that Kitemviews would be a useful framework > > to include in our book. However, I can find no documentation > > *anywhere.*

Re: Kitemviews

2014-08-12 Thread Albert Astals Cid
El Dimarts, 12 d'agost de 2014, a les 08:18:40, Valorie Zimmerman va escriure: > Martin Klapetek suggested that Kitemviews would be a useful framework > to include in our book. However, I can find no documentation > *anywhere.* > > I found this on a Mandriva page: "The ItemViews framework contains

Kitemviews

2014-08-12 Thread Valorie Zimmerman
Martin Klapetek suggested that Kitemviews would be a useful framework to include in our book. However, I can find no documentation *anywhere.* I found this on a Mandriva page: "The ItemViews framework contains data views on top of QAbstractItemView that help in common tasks, such as sorting, proxy

Replacement for kde4_add_app_icon ?

2014-08-12 Thread Albert Astals Cid
Hi, i've been porting some of my apps to KF5 work and I'm noticing there doesn't seem to be (or i can't find) a replacement for kde4_add_app_icon. This seems like a problem for the support in windows/macosX. Is there any plan to work on an ecm version? Or it already exists and i failed to find i

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-08-12 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114933/#review64357 --- After some discussion with the SDK and Book groups in the spri

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-08-12 Thread Laurent Navet
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114933/ --- (Updated Aug. 12, 2014, 9:33 a.m.) Review request for KDE Examples, KDE F

Re: OSX/CI: kmymoney fails to build on branch framework

2014-08-12 Thread Cristian Oneț
Hi Marko, Could you post the whole build log, or search for the 'error:' marker (you just posted a warning). When building in parallel the error could be somewhere in the middle of the build log. Last night I broke the build but it was fixed in the meantime so could you try it again? Regards, Cri

Jenkins build is still unstable: kwindowsystem_master_qt5 » All,LINBUILDER #89

2014-08-12 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 119699: KIO: add public API isClipboardDataCut/setClipboardDataCut.

2014-08-12 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119699/ --- (Updated Aug. 12, 2014, 7:15 a.m.) Status -- This change has been ma