- 05 Nov, 2013 11 commits
-
-
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 7 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
-
Dmitry Kazakov authored
This causes bended lines when the events are coming not-gradually.
-
Dmitry Kazakov authored
The compression is done in two stages: 1) The signals are compressed using KisSignalCompressor with a period of 10 ms. This effectively limits the frame rate by 100fps. 2) On some (slow) systems 100 fps might be too much, so before delivering the signal to the openGL canvas it is now checked whether the pipeline has already finished processing our previous update requests using KisOpenGLCanvas2::isBusy(). If the pipeline is still congested, we just resend the signal back to KisSignalCompressor.
-
- 02 Nov, 2013 4 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
Screenshots are to follow. CCMAIL:hughsient@gmail.com
-
Script Kiddy authored
-
- 01 Nov, 2013 2 commits
-
-
Dmitry Kazakov authored
This reverts commit 69f3b5fd0bea83ea634b413887512c0f46bb2437. The throttling will be reimplemented using KisSignalCompressor object
-
Halla Rempt authored
"Dummy profile" is very descriptive, but if we map a request for a colorspace with an empty profile name to a colorspace with a profile named "Dummy profile" the mapping function gets all confused.
-
- 31 Oct, 2013 3 commits
-
-
Halla Rempt authored
If the dox say that the gradient is owned by KoGradientBackground, then let's not delete the gradient we just passed it. This also disables the copy and operator= constructors for all shape background classes, for safety's sake.
-
Halla Rempt authored
BUG: 779777 BUG: 326902
-
Halla Rempt authored
-