- 15 May, 2018 2 commits
-
-
Halla Rempt authored
A KisPaintOp cannot create QWidget based objects because it doesn't run in the gui thread. BUG:392190 Special thanks to Peter Eszlari for finding the commit that introduced the bug!
-
Halla Rempt authored
-
- 11 May, 2018 1 commit
-
-
Halla Rempt authored
This makes clear that this class is a widget and cannot be created during painting. Now we'll have to split the widget part and the settings part up. We probably should rename all classes that inherit KisPaintOpOption like this, to make the difference clear between the KisPaintOpOption hierarchy. the KisBaseOption hierarchy and the KisCurveOption hierarchy. CCMAIL:allen.marshall.22@gmail.com CCBUG:392190
-
- 18 Oct, 2017 1 commit
-
-
Dmitry Kazakov authored
-
- 13 Jun, 2017 1 commit
-
-
Allen Marshall authored
-
- 07 Jun, 2017 1 commit
-
-
Allen Marshall authored
-
- 02 Jun, 2017 1 commit
-
-
Allen Marshall authored
Performance improvement: Airbrushing no longer reads properties from a KisPropertiesConfiguration during painting.
-
- 27 May, 2017 2 commits
-
-
Allen Marshall authored
-
Allen Marshall authored
-
- 26 May, 2017 1 commit
-
-
Allen Marshall authored
-
- 20 May, 2017 2 commits
-
-
Allen Marshall authored
-
Allen Marshall authored
-
- 20 Jun, 2016 1 commit
-
-
Halla Rempt authored
This is a huge and dangerous refactoring: I think we will find double delete crashes for some time to come, though starting krita, painting, filtering and closing work without problems. We were leaking these configuration objects all over the place, though, since there was no ownership defined.
-
- 26 Jan, 2016 1 commit
-
-
Halla Rempt authored
Now we have only one plugin dir. The plugin dir now has the great big include_directories list, but that's for fixing later on.
-
- 10 Sep, 2015 1 commit
-
-
Halla Rempt authored
-
- 18 May, 2015 1 commit
-
-
Halla Rempt authored
KisPaintopOption had a label and category string that would get translated on creating an option instance, KisCurveOption had a minLabel and maxLabel as well.
-
- 15 Jan, 2015 1 commit
-
-
Dmitry Kazakov authored
We had a complete mess in how the signals inside paintop options updated the UI. Setting controls in readOptionSetting caused emission of signals and therefore consequent writeOptionSetting. Now it is gone and startReadOptionSetting() blocks the update signal and the settings are applied correctly. BUG:340391
-
- 14 Feb, 2014 1 commit
-
-
Halla Rempt authored
Big rewrite & cleanup of the sensors/libpaintop code... The KisDynamicSensorList class is gone and KisCurveOption now tracks all sensors. The KisMultiSensorModel doesn't own the data it is a model for anymore everything is tracked by KisCurveOption. Conflicts: krita/plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp krita/plugins/paintops/spray/kis_sprayop_option.cpp krita/plugins/paintops/spray/spray_brush.cpp krita/plugins/paintops/spray/spray_brush.h
-
- 19 Jun, 2010 1 commit
-
-
Lukáš Tvrdý authored
svn path=/trunk/koffice/; revision=1140075
-