Re: Merging all fixes for 2.9

2015-01-23 Thread Inge Wallin
On Thursday, January 22, 2015 18:29:21 Jaroslaw Staniek wrote: > No, revert created new commit, that's the same what happens in 2.9 now » > blurry history when it happens often. Yes, but we have a saying in Swedish: One time is no time. And you cannot really say that this has happened often at al

Re: Merging all fixes for 2.9

2015-01-23 Thread Dmitry Kazakov
Rebase will change all the sha1 values. I wouldn't like it. Too many complications for such a small trouble. On Thu, Jan 22, 2015 at 9:29 PM, Jaroslaw Staniek wrote: > No, revert created new commit, that's the same what happens in 2.9 now » > blurry history when it happens often. > > Solution: g

Re: KoPathShape saveOdf and loadOdf oddities

2015-01-23 Thread Dmitry Kazakov
The main question here is: "What is the meaning of KoShape::absoluteTransformation()?" It has two answers: 1) It is a transformation that applies *to control points of the shape only* . Pseudo code for painting in this case looks like that: QPainterPath path = shape->absoluteTransformation(...