kplato compile problem on windows

2011-01-23 Thread Pierre Stirnweiss
As some of may know, I am trying to get Calligra to compile on Windows MSVC2010. I have encountered a couple of problems, which were easy enough to solve (with the help of SaroEngels). The one I am facing now is apparently way more complicated: in kplato/libs/kernel/kpappointment.h we have the fol

Re: Review Request: Send progress updates more frequently

2011-01-23 Thread Boudewijn Rempt
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100438/#review1044 --- I'm not sure this is a good idea -- Jos added this code this sum

Review Request: Send progress updates more frequently

2011-01-23 Thread Thorsten Zachmann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100438/ --- Review request for Calligra. Summary --- Send progress updates more f

Re: Subject for usability testing

2011-01-23 Thread Thorsten Zachmann
On Saturday, January 22, 2011 16:02:31 Thomas Pfeiffer wrote: > Hi all, > as those of you who have been on #calligra today probably already know, a > group of students offered to do a usability test as a university project > for us. > > The usbility tests would be conducted in March and the studen

Re: Cleaning up the paint API of KoShape

2011-01-23 Thread Thorsten Zachmann
On Sunday, January 23, 2011 18:02:53 ja...@gmx.net wrote: > On Sunday 23 January 2011 15:36:15 Inge Wallin wrote: > > There is a big wart on the KoShape API and that is the one for painting. > > > > Currently we have these two functions: > > virtual void paint(QPainter &painter, const KoViewConve

Re: Cleaning up the paint API of KoShape

2011-01-23 Thread Inge Wallin
I'll reply to both Jan and Casper here instead of doing two separate mails. On Sunday, January 23, 2011 20:20:36 C. Boemann wrote: > On Sunday 23 January 2011 18:02:53 ja...@gmx.net wrote: > > On Sunday 23 January 2011 15:36:15 Inge Wallin wrote: > > > There is a big wart on the KoShape API and th

Re: Subject for usability testing

2011-01-23 Thread Jaroslaw Staniek
On 23 January 2011 21:52, Thomas Pfeiffer wrote: >> On 22 January 2011 16:48, todd rme wrote: >> > On Sat, Jan 22, 2011 at 10:02 AM, Thomas Pfeiffer > wrote: >> >> Hi all, >> >> as those of you who have been on #calligra today probably already know, >> >> a group of students offered to do a usab

Re: Subject for usability testing

2011-01-23 Thread Thomas Pfeiffer
> On 22 January 2011 16:48, todd rme wrote: > > On Sat, Jan 22, 2011 at 10:02 AM, Thomas Pfeiffer wrote: > >> Hi all, > >> as those of you who have been on #calligra today probably already know, > >> a group of students offered to do a usability test as a university > >> project for us. > >> >

Re: Cleaning up the paint API of KoShape

2011-01-23 Thread C. Boemann
On Sunday 23 January 2011 18:02:53 ja...@gmx.net wrote: > On Sunday 23 January 2011 15:36:15 Inge Wallin wrote: > > There is a big wart on the KoShape API and that is the one for painting. > > > > Currently we have these two functions: > > virtual void paint(QPainter &painter, const KoViewConvert

Re: Cleaning up the paint API of KoShape

2011-01-23 Thread jaham
On Sunday 23 January 2011 15:36:15 Inge Wallin wrote: > There is a big wart on the KoShape API and that is the one for painting. > Currently we have these two functions: > > virtual void paint(QPainter &painter, const KoViewConverter &converter) = > 0; virtual void paintDecorations(QPainter &pain

Re: Cleaning up the paint API of KoShape

2011-01-23 Thread Inge Wallin
On Sunday, January 23, 2011 16:31:18 Yue Liu wrote: > On Sun, Jan 23, 2011 at 10:36 PM, Inge Wallin wrote: > > There is a big wart on the KoShape API and that is the one for painting. > > Currently we have these two functions: > > > > virtual void paint(QPainter &painter, const KoViewConverter &

Re: Cleaning up the paint API of KoShape

2011-01-23 Thread Yue Liu
On Sun, Jan 23, 2011 at 10:36 PM, Inge Wallin wrote: > There is a big wart on the KoShape API and that is the one for painting. > Currently we have these two functions: > >  virtual void paint(QPainter &painter, const KoViewConverter &converter) = 0; >  virtual void paintDecorations(QPainter &pain

Cleaning up the paint API of KoShape

2011-01-23 Thread Inge Wallin
There is a big wart on the KoShape API and that is the one for painting. Currently we have these two functions: virtual void paint(QPainter &painter, const KoViewConverter &converter) = 0; virtual void paintDecorations(QPainter &painter, const KoViewConverter &co