- 07 Nov, 2013 1 commit
-
-
Script Kiddy authored
-
- 06 Nov, 2013 5 commits
-
-
Thorsten Zachmann authored
ASSERT failure in setReferenceRect: "Bounding-rect is not normalized", file /home/tz/develop/kde/git/calligra/libs/textlayout/KoTextLayoutArea.cpp, line 1769 The assert happend on a vertical line with a text shape (even with no text) that had a padding defiend. Therfore the with was 0 and after padding it was negative resulting in the above assert.
-
Script Kiddy authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
--warnings
-
- 05 Nov, 2013 16 commits
-
-
Friedrich W. H. Kossebau authored
same as KoDocumentInfoDlg.h, from which this class declaration was extracted
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
* use Soprano::Statement as const ref where possible * order & normalize include statements
-
Dmitry Kazakov authored
The angle should flip *only* when the dab is mirrored, not the canvas. This patch also adds a very detailed unittest for it :) BUG:322344
-
Halla Rempt authored
Today is the day for inverted logic, it seems
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
icon.name() is too new
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
CCBUG:327156
-
Halla Rempt authored
BUG:32715 10:20:21 < dmitryK> boud: yes, without it the lines may become dizzy in somecircumstances 10:23:29 < dmitryK> boud: you can comment it out temporarily 10:23:30 < dmitryK> boud: but we must not forget about it, because the results will be not pixel-correct 10:23:30 < dmitryK> boud: i mean subpixel precision will be broken for the presets which cause this assert 10:23:45 < dmitryK> boud: you can comment it, but add a note to the bugreport so that we would not close it ;)
-
Halla Rempt authored
-
Halla Rempt authored
The GTK file dialog integration is broken in so many interesting ways that we'd better disable it completely.
-
Script Kiddy authored
-
- 04 Nov, 2013 13 commits
-
-
Halla Rempt authored
This reverts commit d441a1e4748d799afc6174860b77a29d0fa5b553. Okay, disabling the glib eventloop is still _very_ desirable, Animtim reports a huge performance loss following the patch enabling it everywhere.
-
Sven Langkamp authored
BUG:327128
-
Halla Rempt authored
It tested the Qt tablet handling, so isn't relevant for us anymore
-
Halla Rempt authored
-
Dmitry Kazakov authored
-
Halla Rempt authored
-
Dmitry Kazakov authored
Conflicts: krita/ui/opengl/kis_opengl_canvas2.cpp
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
This reverts commit 2f1a79296ec058690ad0ff1796098c7397a169a3.
-
Halla Rempt authored
This reverts commit 806df3c07e80cd99236c496d51cf3650b722b841.
-
Dmitry Kazakov authored
The time measurements of the tablet events are really unstable, especially when using openGL canvas, which causes the Weighted Smoothing processed lines bended and waggy. This patch makes the algorithm use distance parameter instead of the velocity parameter, which does not depend on time, so does not fluctuate so drastically. BUG:326512
-
Script Kiddy authored
-
- 03 Nov, 2013 5 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
REVIEW: 113261 thanks boemann & boud for review
-
Friedrich W. H. Kossebau authored
Create plugin system for semantic items, turn hardcoded contact, event & location items into plugins REVIEW: 113588 thanks boemann & boud for review
-
Dmitry Kazakov authored
This patch fixes veeery slow painting with the tiny brushes over huge canvas (7px brush over 7000px canvas). This happened due to too many mipmap regenerations happening, so now this is done in the paintGL function instead.
-
Dmitry Kazakov authored
We don't have 3D objects so we don't need GL_MULTISAMPLE
-