- 26 Aug, 2015 1 commit
-
-
Michael Abrahams authored
-
- 12 Aug, 2015 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 22 May, 2015 1 commit
-
-
Dmitry Kazakov authored
Now you can: 1) Master-switch all the layer styles of the layer by a single click on the layer property icon. 2) Right-click on a layer to edit its layer style Fixes T218
-
- 23 Apr, 2015 1 commit
-
-
Halla Rempt authored
-
- 21 Apr, 2015 1 commit
-
-
Dmitry Kazakov authored
Also implement "New Style" button that sames a style into a Custom Styles library.
-
- 20 Apr, 2015 1 commit
-
-
Dmitry Kazakov authored
Now layer styles are split into three parts: 1) rendering -> kritaimage 2) basic xml parsing and loading -> libkispsd 3) loading a Krita resource -> kritaui
-
- 19 Apr, 2015 1 commit
-
-
Halla Rempt authored
-
- 14 Apr, 2015 1 commit
-
-
Dmitry Kazakov authored
NOTE: Not connected to the UI yet, sorry :(
-
- 13 Apr, 2015 1 commit
-
-
Dmitry Kazakov authored
-
- 27 Mar, 2015 1 commit
-
-
Halla Rempt authored
And make sure we name bevel and emboss the same way everywhere.
-
- 26 Mar, 2015 1 commit
-
-
Dmitry Kazakov authored
Still in TODO: 1) Implement needRect/changeRect to support incremental updates 2) Add a bit more unittesting
-
- 23 Mar, 2015 1 commit
-
-
Dmitry Kazakov authored
Still TODO: * Make KisLayerStyleFilterEnvironment::layerOutlineCache() really cache the things. Otherwise we will not be able to paint on the styles layer dynamically
-
- 20 Mar, 2015 2 commits
-
-
Dmitry Kazakov authored
* Color Overlay * Gradient Overlay * Pattern Overlay WARNING: 1) The offsets and angles for gradient and pattern may not coincide with Photoshop. 2) Pattern Overlay does NOT support scaling yet.
-
Dmitry Kazakov authored
No GUI yet
-
- 17 Mar, 2015 1 commit
-
-
Dmitry Kazakov authored
Now need to implement GUI for that: 1) GUI should be done like DropShadow class implementation. 2) The new class should work with the three config classes: psd_layer_effects_glow_common --- just a general pointer for handling glow configuration. psd_layer_effects_outer_glow and psd_layer_effects_inner_glow --- specific structures for handling each effect. I'm not sure GUI need to know about it.
-
- 16 Mar, 2015 1 commit
-
-
Dmitry Kazakov authored
-
- 13 Mar, 2015 1 commit
-
-
Dmitry Kazakov authored
The problem is, when switching layer styles, some update workers may still be running in the background. If projection plane is a shared pointer, after switching the layer style the worker thread is left with his own local copy of the plane/styles and can finish his work happily.
-
- 12 Mar, 2015 4 commits
-
-
Dmitry Kazakov authored
It fixes multithreading access issues when the layer style is updated while another thread is regenerating it.
-
Dmitry Kazakov authored
Now you can even use it smoothly. The only trouble, undo is not supported yet.
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
Now it has its own interface and accepts KisPSDLayerStyle directly instead of parsing XML every time. TODO: move layerstyles into a separate library out of plugins/filters directory
-
- 03 Dec, 2014 2 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
A style collection is a resource that contains styles, the styles them- selves are not resources. If you select a style from a collection, its settings should be copied to the current style applied to the layer. Layers don't share predefined styles, at least not in Photoshop.
-
- 02 Dec, 2014 1 commit
-
-
Halla Rempt authored
Now all we need to do is fill in the dialog from the settings and save the settings on closing the dialog. Then we can load and save the ASL files in the .kra file and import/export to PSD -- and finally we _just_ need to apply the effects to the layer during recomposition! Easy-peasy!
-
- 28 Nov, 2014 2 commits
-
-
Halla Rempt authored
We want to be able to save and load ASL files from krita/image, so that needs to share code with the PSD plugin.
-
Halla Rempt authored
-
- 04 Oct, 2014 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 03 Apr, 2014 3 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
Conflicts: libs/main/KoApplication.cpp
-
Halla Rempt authored
Conflicts: libs/main/KoApplication.cpp
-
- 15 Jan, 2010 1 commit
-
-
Adrian Page authored
typedef KGenericFactory<Plugin> PluginFactory; K_EXPORT_COMPONENT_FACTORY(lib, PluginFactory("krita")) to K_PLUGIN_FACTORY(PluginFactory, registerPlugin<Plugin>();) K_EXPORT_PLUGIN(PluginFactory("krita")) svn path=/trunk/koffice/; revision=1075355
-
- 03 Jan, 2010 1 commit
-
-
Halla Rempt authored
Most Krita plugins still inherited KParts::Plugin where with the current pluignloader, QObject is sufficient. Only gui plugins with an rc file as still KParts::Plugin type plugins. svn path=/trunk/koffice/; revision=1069490
-
- 07 Jun, 2009 1 commit
-
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=978515
-
- 09 May, 2006 1 commit
-
-
Adrian Page authored
svn path=/trunk/koffice/; revision=539167
-
- 28 Oct, 2005 1 commit
-
-
Halla Rempt authored
a lot. I did test by compiling with an uninstalled koffice, but it's not unlikely that there will be some fallout -- and there are many new directories and Makefile.am's. svn path=/trunk/koffice/; revision=475094
-
- 10 Aug, 2005 1 commit
-
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=445149
-
- 26 Jul, 2005 1 commit
-
-
Halla Rempt authored
* Remove the wet paintbrush tool; it's sufficient to use the wet paintop * The fsf has moved house, or so Thomas tells me. I guess it's a pretty dumb idea to have such volatile information in all headers, but there you are. We're up-to-date again... svn path=/trunk/koffice/; revision=438821
-
- 01 Oct, 2004 1 commit
-
-
Halla Rempt authored
tool more than once because of problems with merging actionCollections). svn path=/trunk/koffice/; revision=350719
-
- 21 Sep, 2004 1 commit
-
-
Halla Rempt authored
(Todo: work with the correct .rc file. Because tools are loaded only once. the defaulttoolsplugin.rc is not read and the toolbars are not populated. Don't know how to solve this right now.) * Moved all generic tool interfaces and abstract classes to the core, where all tool plugins can use them. * Made a tool registry/factory. * Split the patterns/gradients/brush shapes docker into a fill and a shape docker. * Detached the options docker by default because we've got too many dockers now. * Moved the scoped lock helper class to tiles, which is the only place where it was actually used. svn path=/trunk/koffice/; revision=348105
-
- 30 Jul, 2004 1 commit
-
-
Halla Rempt authored
* Moved all colour strategies to modules * Create a new type of plugins, provisionally loaded when KisPluginRegistry's static initializer constructs the singleton. * Renamed KisGenericFactory, KisFilterFactory and KisColorSpaceFactory to ...Registry since these classes do not construct, but register and make avialable their objects. * Removed composite ops. This is a good idea in principle, but comp ops belong to the colour strategy and this particular way of doing has already been tried and found wanting. svn path=/trunk/koffice/; revision=334120
-