Re: Subject for usability testing

2011-01-24 Thread Jaroslaw Staniek
On 24 January 2011 17:59, Boudewijn Rempt wrote: > On Sunday 23 January 2011, Jaroslaw Staniek wrote: > >> I think dockers are more intensively discussed these weeks, with some >> code appearing here ant there. So the answer IMHO would be: dockers. >> Regarding startup, asking them about the curre

Re: Subject for usability testing

2011-01-24 Thread Thomas Pfeiffer
> On Sunday 23 January 2011, Jaroslaw Staniek wrote: > > I think dockers are more intensively discussed these weeks, with some > > code appearing here ant there. So the answer IMHO would be: dockers. > > Regarding startup, asking them about the current startup dialog would > > result in notes we al

Re: Subject for usability testing

2011-01-24 Thread Boudewijn Rempt
On Sunday 23 January 2011, Jaroslaw Staniek wrote: > I think dockers are more intensively discussed these weeks, with some > code appearing here ant there. So the answer IMHO would be: dockers. > Regarding startup, asking them about the current startup dialog would > result in notes we already mor

Re: Subject for usability testing

2011-01-24 Thread Boudewijn Rempt
On Saturday 22 January 2011, 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 students promi

Re: Review Request: Table of content for words

2011-01-24 Thread Thorsten Zachmann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100421/#review1048 --- I have added some stuff I have seen while looking through the pa

Re: Review Request: Table of content for words

2011-01-24 Thread Lukáš Tvrdý
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100421/ --- (Updated Jan. 24, 2011, 1:44 p.m.) Review request for Calligra, Thorsten Z

Re: kplato compile problem on windows

2011-01-24 Thread Pierre Stirnweiss
do we have a consensus on one solution over the other? PierreSt On Mon, Jan 24, 2011 at 10:51 AM, Dag Andersen wrote: > Mandag 24 januar 2011 10:37:00 skrev Cyrille Berger Skott: > > On Monday 24 January 2011, Pierre Stirnweiss wrote: > > > I can try the nepomuk solution (using KPLATO_EXPORT on

EnhancedpathShape part II

2011-01-24 Thread lassi.ta.nieminen
Hi, Atm. if path contains A/B/V/W and startPoint ≃ endPoint calligra consideres the sweepAngle to be 0 degrees. Another interpretation seems to be that it should be 360 degrees. Anyone oppose if the behavior is changed to 360? Rationale (taken from Thorsten): If the angle should be 0 degrees, t

Re: kplato compile problem on windows

2011-01-24 Thread Dag Andersen
Mandag 24 januar 2011 10:37:00 skrev Cyrille Berger Skott: > On Monday 24 January 2011, Pierre Stirnweiss wrote: > > I can try the nepomuk solution (using KPLATO_EXPORT on each methods of > > the class instead of on the class itself) this evening. This would > > probably be the minimal impact solut

Re: kplato compile problem on windows

2011-01-24 Thread Pierre Stirnweiss
> > > > (Personnally, I would go for Jan's solution and hide the QMap, because I > don't > like to inherits from the containers, but I guess it is a matter of taste > :) ) > > Which wouldn't *need* to add a AppointmentIntervalListBase, would it? Pierre _

Re: kplato compile problem on windows

2011-01-24 Thread Cyrille Berger Skott
On Monday 24 January 2011, Pierre Stirnweiss wrote: > I can try the nepomuk solution (using KPLATO_EXPORT on each methods of the > class instead of on the class itself) this evening. This would probably be > the minimal impact solution. > Just so I am clear, it seems that in nepomuk they have only

Re: kplato compile problem on windows

2011-01-24 Thread Pierre Stirnweiss
But then, would it be possible to instantiate an AppointmentIntervalList from outside? Pierre On Mon, Jan 24, 2011 at 10:28 AM, Pierre Stirnweiss < pstirnwe...@googlemail.com> wrote: > I can try the nepomuk solution (using KPLATO_EXPORT on each methods of the > class instead of on the class itse

Re: kplato compile problem on windows

2011-01-24 Thread Pierre Stirnweiss
I can try the nepomuk solution (using KPLATO_EXPORT on each methods of the class instead of on the class itself) this evening. This would probably be the minimal impact solution. Just so I am clear, it seems that in nepomuk they have only specified NEPOMUK_EXPORT on some of the methods. My assumpti

Re: kplato compile problem on windows

2011-01-24 Thread Dag Andersen
Mandag 24 januar 2011 09:52:23 skrev Jan Hambrecht: > On 24.01.2011 08:57, Pierre Stirnweiss wrote: > > 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). >

Re: kplato compile problem on windows

2011-01-24 Thread Cyrille Berger Skott
On Monday 24 January 2011, Dag Andersen wrote: > > Any further thought on this? > > Could it be a missing constructor in AppointmentIntervalList? I don't think so. The problem seems more that MSVC get confused with the inheriting of a template that use exported classes. Apparently there was a si

Re: kplato compile problem on windows

2011-01-24 Thread Jan Hambrecht
On 24.01.2011 08:57, Pierre Stirnweiss wrote: > 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:

Re: kplato compile problem on windows

2011-01-24 Thread Dag Andersen
Mandag 24 januar 2011 08:57:15 skrev 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 com

Re: kplato compile problem on windows

2011-01-24 Thread Pierre Stirnweiss
The functions it is complaining about are the ones from QMap/QMultiMap PierreSt On Mon, Jan 24, 2011 at 9:19 AM, Thorsten Zachmann wrote: > On Monday, January 24, 2011 08:57:15 Pierre Stirnweiss wrote: > > As some of may know, I am trying to get Calligra to compile on Windows > > MSVC2010. I hav

Re: kplato compile problem on windows

2011-01-24 Thread Thorsten Zachmann
On Monday, January 24, 2011 08:57:15 Pierre Stirnweiss wrote: > 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 mo