merging master to frameworks

2015-05-29 Thread Boudewijn Rempt
I'm doing a merge now... Boudewijn ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request 123941: Get the example to show data

2015-05-29 Thread Jarosław Staniek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123941/#review80957 --- Quick note: please use CamelCase for new files i.e. KReportVie

Review Request 123941: Get the example to show data

2015-05-29 Thread Adam Pigg
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123941/ --- Review request for Calligra, Friedrich W. H. Kossebau and Jarosław Staniek.

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

2015-05-29 Thread Adam Pigg
KReport Update Example app now shows data, with live updates http://imgur.com/mseuLA2 Problem found with the pluginmanager... pluginmanager returns plugins based on an id id is specified in the .desktop/json in the form org.kde.kreport. the report parsing code in KoReportPreRender (and the origin

Re: First days with Phabricator / Differential

2015-05-29 Thread Scarlett Clark
On Friday, May 29, 2015 06:13:47 PM Jaroslaw Staniek wrote: > Hi, > I recommend spending a few minutes playing with Phabricator / > Differential. Integrated reviews with plan/task tracking! > Unlike gerrit, it does not seem a technocrats' tool that stays in the > way and breaks your daily habits. S

First days with Phabricator / Differential

2015-05-29 Thread Jaroslaw Staniek
Hi, I recommend spending a few minutes playing with Phabricator / Differential. Integrated reviews with plan/task tracking! Unlike gerrit, it does not seem a technocrats' tool that stays in the way and breaks your daily habits. Serious command line functionality is included. My simplified workflow

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

2015-05-29 Thread Jaroslaw Staniek
News: - All autotests for KDb work with the SQLite driver! I performed dozens of manual merges and cleanups to make the codebase a good for use with Kexi. - kdb.git will be created, probably today - we're testing an unified system phabricator.kde.org (reviews, tasks, etc.), please install it as of

Re: qt5.5 fixes

2015-05-29 Thread Jaroslaw Staniek
Thanks Treeve! Any volunteer to review / apply? On 29 May 2015 at 09:41, Treeve Jelbert wrote: > patch attached > > I do not have a revewboard account > > REgards, Treeve > > > ___ > calligra-devel mailing list > calligra-devel@kde.org > https://mail.kd

qt5.5 fixes

2015-05-29 Thread Treeve Jelbert
patch attached I do not have a revewboard account REgards, Treeve From 21d16e2a0e0c6df8a5970b0c7d9980be3488ce52 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Sun, 22 Mar 2015 19:47:47 +0100 Subject: [PATCH 2/3] qt5.5. fixes 1. explicit includes for some qt stuff 2. if qIsNaNPoint is r

Re: rng2cpp.cpp build fail with qt5.5

2015-05-29 Thread Treeve Jelbert
On Fri, 29 May 2015 01:03:41 +0200, Friedrich W. H. Kossebau wrote: Am Donnerstag, 28. Mai 2015, 22:44:04 schrieb Friedrich W. H. Kossebau: Okay. Now that I understand completely why it is needed, no objections from my side (in version which keeps the #if QT_VERSION < 0x040800 branches): #incl