Re: What's new in KReport & KProperty & Predicate

2015-05-11 Thread Adam Pigg
doing this gets it compiling ... not sure if its The Right Thing kcoreaddons_desktop_to_json(KReport items/check/check.desktop) kcoreaddons_desktop_to_json(KReport items/field/field.desktop) kcoreaddons_desktop_to_json(KReport items/image/image.desktop) kcoreaddons_desktop_to_json(KReport items/la

Re: What's new in KReport & KProperty & Predicate

2015-05-11 Thread Adam Pigg
CMake is failing for me in src/CMakeLists.txt lines 203-207 with CMake Error at /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake:53 (set_property): set_property could not find TARGET check. Perhaps it has not yet been created. Call Stack (most recent call first): src/CMakeLists.txt:203

Jenkins-kde-ci: calligra frameworks kf5-qt5 » OSX,All,clang - Build # 41 - Still Failing!

2015-05-11 Thread no-reply
Check console output at https://build.kde.org/job/calligra%20frameworks%20kf5-qt5/PLATFORM=OSX,Variation=All,compiler=clang/41/ to view the results.___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-dev

Jenkins-kde-ci: calligra frameworks kf5-qt5 » OSX,NoOpenGL,clang - Build # 41 - Still Failing!

2015-05-11 Thread no-reply
Check console output at https://build.kde.org/job/calligra%20frameworks%20kf5-qt5/PLATFORM=OSX,Variation=NoOpenGL,compiler=clang/41/ to view the results.___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligr

Re: What's new in KReport & KProperty & Predicate

2015-05-11 Thread Jaroslaw Staniek
On 11 May 2015 at 13:05, Adam Pigg wrote: > Wasn't I writing an example app? > > Am able to start it tonight. Sweet, how about a relay race? I'll commit simple rendering code in 20 minutes to examples/ (please work in the branch or better create your own). Random ideas about the app: - The goal:

Re: What's new in KReport & KProperty & Predicate

2015-05-11 Thread Adam Pigg
Wasn't I writing an example app? Am able to start it tonight. Sent from my BlackBerry 10 smartphone.   Original Message   From: Jaroslaw Staniek Sent: Monday, 11 May 2015 11:58 AM To: Calligra Suite developers and users mailing list Reply To: Calligra Suite developers and users mailing list Cc: k

Re: What's new in KReport & KProperty & Predicate

2015-05-11 Thread Jaroslaw Staniek
Hi, Update for KReport: Both static (compiled in) and normal plugins load. We use the new KPluginMetaData stuff. I am working on example app that uses all this to show report preview, then the report designer. See the plugins-staniek branch of ssh://g...@git.kde.org/clones/kreport/staniek/work c