- 02 Nov, 2013 1 commit
-
-
Script Kiddy authored
-
- 01 Nov, 2013 1 commit
-
-
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 13 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
-
Halla Rempt authored
BUG:326508
-
Halla Rempt authored
Because the default paintop is set from KisView a little later on.
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
The disconnectCurrentImage method was never called, and the connectCurrentImage method only once, so make that inline.
-
Halla Rempt authored
-
Halla Rempt authored
CCBUG:326550 Also, add an extra assert to make sure that the profile of the colorspace we get is the one we asked for.
-
Halla Rempt authored
QFileDialog does that for us now.
-
Halla Rempt authored
BUG:322707,326067
-
- 30 Oct, 2013 10 commits
-
-
Halla Rempt authored
CCBUG:326550
-
Halla Rempt authored
We need to check whether poppler actually can create a document before using the object. BUG:779182
-
Halla Rempt authored
CCBUG:326759
-
Halla Rempt authored
-
Halla Rempt authored
BUG:326762
-
Halla Rempt authored
But keep the assert so we can debug the issue when it happens. Somehow, the mapping gets messed up. BUG:326767
-
Halla Rempt authored
BUG:326671
-
Halla Rempt authored
-
Salil Kapur authored
Add shortcut to undo last polygonal selection point(s)
-
Script Kiddy authored
-
- 29 Oct, 2013 5 commits
-
-
Jigar Raisinghani authored
-
Dmitry Kazakov authored
Some distributions (you might guess, which one) have their Qt heavily patched, so we cannot use our own hard-copied Qt private headers. Instead we should try to fetch them from the system
-
Halla Rempt authored
There's no gui for this setting yet, and I'm not sure we want one. But now people can experiment to their heart's content.
-
Halla Rempt authored
-
Halla Rempt authored
Needs to be made optional.
-
- 28 Oct, 2013 1 commit
-
-
Script Kiddy authored
-
- 24 Oct, 2013 1 commit
-
-
Script Kiddy authored
-
- 23 Oct, 2013 6 commits
-
-
Halla Rempt authored
The GTK native file dialogs, when you copy a file name (with ctrl-c) do something really horrible to the clipboard. This will cause a hang if the app connects to the QClipBoard signals. See: https://bugreports.qt-project.org/browse/QTBUG-11187 However, https://bugreports.qt-project.org/browse/QTBUG-32853 might still occur: that is, if the user tries to copy the filename, there'll be a delay on closing the app, and an error message on stderr: QClipboard: Unable to receive an event from the clipboard manager in a reasonable time BUG:325949
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
Conflicts: krita/ui/input/kis_input_manager.cpp krita/ui/input/kis_shortcut_matcher.cpp
-
Dmitry Kazakov authored
This applies to the Brush Configuration PopUp and Preset Selector PopUp Thanks Animtim for reporting this regression!
-
Dmitry Kazakov authored
The problem was related to the fact that the size of the dab changes depending on the value of the subpixel offset. This happens due to various rounding complications. It means that if we want to keep the hot spot of the dab unmoved, when the dab becomes mirrored, we should change of x,y offset of the dab. That is why the code that calculates the origin of the dab is now moved to the KisDabCache, which handles all these complications. BUG:323245
-
Script Kiddy authored
-
- 22 Oct, 2013 2 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-