- 30 Aug, 2012 3 commits
-
-
Script Kiddy authored
-
Halla Rempt authored
-
Halla Rempt authored
Instead of adding a rect to a region for every dab, we coalesce the footprints into a big rect. This makes painting faster, but at the end of the stroke we do much more work since we bitBlt the whole united rect to the target layer, instead of just the rects the stroke touched. Note: we might be able to remove the mutex, too.
-
- 29 Aug, 2012 3 commits
-
-
Halla Rempt authored
-
Gopalakrishna Bhat A authored
The reason is that add_definition inteprets escape sequecences differently in newer version.
-
Inge Wallin authored
It was the tests that were wrong, they depended on a faulty behaviour.
-
- 28 Aug, 2012 3 commits
-
-
Halla Rempt authored
One day we'll be able to use a document without its attendant part, but that day is not now. This should fix quite a number of tests and bugs.
-
Halla Rempt authored
-
Halla Rempt authored
BUG:305371 Note: we probably are leaking the part object, so I need to check that.
-
- 27 Aug, 2012 1 commit
-
-
Script Kiddy authored
-
- 26 Aug, 2012 9 commits
-
-
Jarosław Staniek authored
GIT_SILENT
-
Jarosław Staniek authored
-
Albert Astals Cid authored
Boud, can you make sure it's correct? CCMAIL: boud@valdyas.org
-
Rex Dieter authored
got hint from http://www.thelins.se/johan/blog/2011/12/qbound-on-arm/
-
Elvis Stansvik authored
The left/right/top/bottom variants should override the fo:margin/fo:padding shorthands.
-
Yuri Chornoivan authored
-
Script Kiddy authored
-
Yuri Chornoivan authored
-
Inge Wallin authored
This fix does that the old code tried to do but failed: Check if the given path is a directory. But it does so using QDir so it's actually portable. BUG: 305794 FIXED-IN: 2.5.1 REVIEW: 106200
-
- 25 Aug, 2012 5 commits
-
-
Sune Vuorela authored
-
Halla Rempt authored
This reverts commit 20f3a3201ca2c68819bb2cd7d7365485013d2685.
-
Halla Rempt authored
This reverts commit abba945609f2e1d0138bd8b1a642c03df5bf231f.
-
Thorsten Zachmann authored
-
Thorsten Zachmann authored
==31293== 1,708 (136 direct, 1,572 indirect) bytes in 1 blocks are definitely lost in loss record 2,039 of 2,111 ==31293== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==31293== by 0x6B512A1: QObject::QObject(QObject*) (qobject.cpp:721) ==31293== by 0x8767D6D: KoCharacterStyle::KoCharacterStyle(QObject*) (KoCharacterStyle.cpp:343) ==31293== by 0x8773CDF: KoParagraphStyle::KoParagraphStyle(QObject*) (KoParagraphStyle.cpp:97) ==31293== by 0x7F6E40C: KoTextShapeData::loadStyle(KoXmlElement const&, KoShapeLoadingContext&) (KoTextShapeData.cpp:331) ==31293== by 0x8B8EDDD: KoTosContainer::loadText(KoXmlElement const&, KoShapeLoadingContext&) (KoTosContainer.cpp:88) ==31293== by 0x22E762B6: EnhancedPathShape::loadOdf(KoXmlElement const&, KoShapeLoadingContext&) (EnhancedPathShape.cpp:585) ==31293== by 0x8B3C5D0: KoShapeFactoryBase::createShapeFromOdf(KoXmlElement const&, KoShapeLoadingContext&) (KoShapeFactoryBase.cpp:228) ==31293== by 0x8B38735: KoShapeRegistry::Private::createShapeInternal(KoXmlElement const&, KoShapeLoadingContext&, KoXmlElement const&) const (KoShapeRegistry.cpp:313) ==31293== by 0x8B382BB: KoShapeRegistry::createShapeFromOdf(KoXmlElement const&, KoShapeLoadingContext&) const (KoShapeRegistry.cpp:268) ==31293== by 0x1D047D12: KoPAPageBase::loadOdf(KoXmlElement const&, KoShapeLoadingContext&) (KoPAPageBase.cpp:212) ==31293== by 0x1CD5DBEA: KPrPage::loadOdf(KoXmlElement const&, KoShapeLoadingContext&) (KPrPage.cpp:126) here the default style is not freed as the paragraph styles. REVIEW: 106154
-
- 24 Aug, 2012 1 commit
-
-
Friedrich W. H. Kossebau authored
REVIEW: 106168 thanks boemann for review
-
- 23 Aug, 2012 4 commits
-
-
Brijesh Patel authored
i) Axis commands ii) Legend commands iii) Dataset commands iv) Chart type command v) Textshape command
-
Alexander Potashev authored
-
Alexander Potashev authored
-
Alexander Potashev authored
-
- 22 Aug, 2012 4 commits
-
-
Friedrich W. H. Kossebau authored
as discussed on ml calligra-devel, see thread "[REVIEW REQUEST] Cleanup of unused or duplicated icons" http://mail.kde.org/pipermail/calligra-devel/2012-August/006442.html
-
Halla Rempt authored
-
Halla Rempt authored
Okayed by Boemann and Thomas Pfeiffer
-
Halla Rempt authored
-
- 21 Aug, 2012 4 commits
-
-
Halla Rempt authored
If the engine can handle HDR internally, then we need to mark the conversion vertex as conserving the dynamic range, otherwise we'll never find a non-lossy way between, say F16 and F16.
-
Halla Rempt authored
This reverts commit 5bd55414a8a1ebd5a1a9e2da10868c90bf32bc33.
-
Halla Rempt authored
But only if there aren't any compositions. Krita 2.4 can only load documents where there is nothing else but layers in the image; 2.5 adds compositions and master adds assistants. So, if there are no compositions, don't save an empty composition tag, then 2.4 can still load the document. If there are compositions or assistants, it's tant-pis...
-
C. Boemann authored
-
- 20 Aug, 2012 3 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-