Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
koffice/chalk/colorspaces
Michele Calgaro 08647add49
LIB_QT -> LIB_TQT conversion to align to updated admin module
6 роки тому
..
cmyk_u8 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
cmyk_u16 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
gray_u8 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
gray_u16 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
lms_f32 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
rgb_f16half LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
rgb_f32 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
rgb_u8 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
rgb_u16 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
wet LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
wetsticky Fix invalid headers in PNG files and optimize for size 8 роки тому
ycbcr_u8 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
ycbcr_u16 LIB_QT -> LIB_TQT conversion to align to updated admin module 6 роки тому
Makefile.am Finish rebranding of Krita as Chalk 13 роки тому
README Finish rebranding of Krita as Chalk 13 роки тому

README

About Modules

Modules are plug-ins that implement exchangable core functionality
for Chalk, such as colour strategies. Modules are loaded at startup
and shared among all Chalk documents and views. That means that making
modules stateful is iffy, and that you need to be careful about 
re-entrancy.

Modules are named modules because the plugins, which are kpartgui's
are already called plugins. Capito? Good.