- 03 Apr, 2014 2 commits
-
-
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
-
- 08 Jul, 2004 1 commit
-
-
Halla Rempt authored
internals should know about like tools and colour strategies * Moved the CMYK colour strategy to a plugin; the rest will follow * Removed the colour strategy map from KisDoc: it can b***dy well use the factory singleton like everyone else. svn path=/trunk/koffice/; revision=326842
-
- 16 Jun, 2004 1 commit
-
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=321289
-
- 17 Mar, 2003 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/koffice/; revision=214601
-
- 07 Dec, 2002 1 commit
-
-
Patrick Julien authored
Loading/Scanning and saving huge images gives back feedback and doesn't lock up GUI. Added preliminary status bar. various fixes. started work on channels and masks. svn path=/trunk/koffice/; revision=192550
-
- 08 Nov, 2002 1 commit
-
-
Patrick Julien authored
Fixed remove selection when scrollbars aren't at 0 Fixed fill selection when scrollbars aren't at 0 Disable opacity in paste tool (not implemented in kis_painter) Added "duplicate image" svn path=/trunk/koffice/; revision=188125
-
- 20 Sep, 2002 1 commit
-
-
Patrick Julien authored
- Implemented paint-offset - Implemented real-time zoom - Made scrolling work with zoom - Deactivated anything that hasn't been ported yet - Implemented image builder with ImageMagick. See "Image/Import Image" or "Layer/Import Image" in menus. svn path=/trunk/koffice/; revision=179080
-
- 30 Aug, 2002 1 commit
-
-
Patrick Julien authored
svn path=/trunk/koffice/; revision=174691
-
- 28 Feb, 2002 1 commit
-
-
nobody authored
a server-side copy/move. svn path=/trunk/koffice/; revision=139325
-