- 01 Sep, 2012 8 commits
-
-
Lukáš Tvrdý authored
-
Thorsten Zachmann authored
With this patch the different styles, freely defined angles and distance between the lines of the hatch is supported. This patch also changes the KoColorBackground to also use the d pointer of the parent which reduces the memory needed for a KoColorBackground. REVIEW: 106115 BUG: 260534 BUG: 298708
-
Sven Langkamp authored
-
Jarosław Staniek authored
BUG:305793 FIXED-IN:2.5.2 REVIEW:106199
-
Jarosław Staniek authored
-
Jarosław Staniek authored
Core *Add support for user data storage FEATURE:305074 Table View *Remember column widths in tabular data view FEATURE:230994 REVIEW:106132 DIGEST:Kexi gets support for user data storage and remembers column widths of table views.
-
Halla Rempt authored
CCBUG:305523 The bug isn't fixed yet, because there's also a problem with the profile that I haven't tracked down yet.
-
Thorsten Zachmann authored
Be sure to trigger a repaint after a new image is inserted. This fixes the problem that the image is not visible directly on insert in karbon. BUG: 305548
-
- 30 Aug, 2012 8 commits
-
-
Lukáš Tvrdý authored
Bring back some removed code from iteratorsNG porting o provide sampledRawData in KisRandomSubAccessor BUG:299701 FIXED-IN:2.5.2 REVIEW:106222
-
Sven Langkamp authored
-
Dmitry Kazakov authored
-
Halla Rempt authored
When indirect painting, we don't care which part of the temp paint device is actually painted on; when the time comes to merge it, KisPaintDevice can tell us. Idea by Dmitry, inspired by me :-)
-
Halla Rempt authored
This can happen if you close the window at exactly the wrong moment...
-
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 2 commits
-
-
Brijesh Patel authored
i) Axis commands ii) Legend commands iii) Dataset commands iv) Chart type command v) Textshape command
-
Alexander Potashev authored
-