- 29 May, 2014 1 commit
-
-
Script Kiddy authored
-
- 28 May, 2014 8 commits
-
-
Dmitry Kazakov authored
Also add two classes: 1) KisExposureGammaCorrectionInterface --- DIP interface for OCIO filter 2) KisSignalCompressorWithParam --- a special class for deferring non-void signals. Works like KisSignalCompressor, but can handle parameters of the event. In the end the latest event param is returned.
-
Stuart Dickson authored
Every qml file in the components directory MUST be added to qmldir for them to be found correctly.
-
Stuart Dickson authored
A crash report suggested that this function was called when the KisView2 was not valid. Added test to prevent a crash.
-
Sven Langkamp authored
fix saving on tags for brushes, the application crashed because the brushes where delete before saving the tags now the tag storage is destroyed before the brushes are BUG:335438
-
Stuart Dickson authored
The Reload button behaviour in Calligra requires that the document has an empty url, otherwise it allows the user to reload an empty file (which results in a crash)
-
-
Halla Rempt authored
-
Halla Rempt authored
Patch by Supersayonin. Thanks! CCMAIL:supersayoyin@gmail.com
-
- 27 May, 2014 9 commits
-
-
Sven Langkamp authored
merges KisAutogradientResource into KoSegmentGradient
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
CCBUG:332801
-
Stuart Dickson authored
-
Halla Rempt authored
-
Halla Rempt authored
-
- 26 May, 2014 2 commits
-
-
Sven Langkamp authored
-
Halla Rempt authored
-
- 25 May, 2014 6 commits
-
-
Sven Langkamp authored
-
Sven Langkamp authored
-
Sven Langkamp authored
-
Halla Rempt authored
Of course, the next interesting bit is to figure out what the error was we tried to print.
-
Lukáš Tvrdý authored
Updates are fetched from http://gmic.sourceforge.net/updateXXXX.gmic where XXXX is curent gmic version. So now it is update1590.gmic * compile gmic with zlib dependency, needed to extract update file from cimgz format * implement merging of two gmic file definitions, if second file has same filter in same category, its definition will be overwritten * applicator has to pass *.gmic definitions to gmic so that user defined filters work * No need to use KisImageLayerAddCommand to add paint layer
-
Script Kiddy authored
-
- 24 May, 2014 3 commits
-
-
Lukáš Tvrdý authored
-
Halla Rempt authored
A driver would likely crash either in the constructor or in the paint code. Let's wrap both in a try/success block.
-
Script Kiddy authored
-
- 23 May, 2014 6 commits
-
-
Stuart Dickson authored
Conflicts: krita/sketch/qml/SaveImagePage.qml
-
Stuart Dickson authored
Conflicts: krita/gemini/MainWindow.cpp krita/gemini/desktopviewproxy.cpp krita/gemini/desktopviewproxy.h krita/gemini/main.cpp
-
Stuart Dickson authored
Allow actions defined in kritagemini.rc to be correctly displayed in the desktop window of Krita Gemini
-
Arjen Hiemstra authored
-
Manuel Riecke authored
-
Manuel Riecke authored
-
- 22 May, 2014 5 commits
-
-
Dmitry Kazakov authored
Yeah, the two drivers return really different values :) Even the axes are laid out in opposite directions. BUG:331358
-
Dmitry Kazakov authored
Wintab returns bogus resolution for rotation so just use standard values instead BUG:331358
-
Halla Rempt authored
With a bunch of 3rd party commercial proprietary apps installed, an extra mimetype gets installed "x-application/x-extension-exr", which apparently takes precedence and confuses the filter system. Let's add that one as well, even though now there are two options to export to exr...
-
Halla Rempt authored
And this is why qMax should be used, and not std::max.
-
Dmitry Kazakov authored
-