Gimp/plug-ins/pygimp
Niels De Graef cf41d1fdf8 colorselector: Rename signal emitters
The GIR parser is giving warnings because both e.g. a signal, a
corresponding vfunc and a method emitting it are named
"channel_changed", which can and will give issues in some bindings.

The easiest option is to follow the general convention of starting the
signal emitters with `emit_`, which also makes clear the intention of
the method.
2020-05-03 23:23:44 +02:00
..
doc Fix various typos 2019-09-21 17:10:46 +00:00
plug-ins Port pygimp colorxhtml plugin to python 3 2019-12-14 12:38:07 +01:00
.gitignore
ChangeLog.old Bug 795161 - Misc. typo fixes in source comments and doxygen 2018-04-18 21:06:57 +02:00
gimp-types.defs pygimp: make GimpParasite type known to the code generator 2016-05-01 21:44:03 +02:00
gimpcolor-types.defs
gimpcolormodule.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpenums-types.defs pygimp: add binding for GimpImageType 2016-05-01 21:44:03 +02:00
gimpenums.py Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpenumsmodule.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpfu.py Issue #2961: minor coding style fix. 2019-02-14 12:09:29 +01:00
gimpmodule.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpplugin.py plug-ins: avoid running pygimp plug-ins derived from gimpplugin.plugin at each startup 2019-01-25 04:34:22 -05:00
gimpshelf.py Issue #1119 - Unable to give a layer group as a parameter to a python script 2019-01-26 16:02:21 -05:00
gimpthumb.defs
gimpthumb.override plug-ins/pygimp: Fix copy-paste error in gimpthumb.override 2010-09-03 09:32:25 +02:00
gimpthumbmodule.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpui.defs colorselector: Rename signal emitters 2020-05-03 23:23:44 +02:00
gimpui.override pygimp: some speculative Table->Grid changes 2018-05-20 21:06:34 +02:00
gimpui.py Update plug-ins/pygimp/gimpui.py 2019-02-13 15:38:29 +00:00
gimpuimodule.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
Makefile.am pdb, libgimp: remove double API generation from PDB. 2019-09-03 13:31:27 +02:00
meson.build Meson port. 2019-09-11 16:42:04 +02:00
py-compile Fix Python files: 2018-06-16 02:57:06 +02:00
pygimp-api.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp-colors.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp-display.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp-drawable.c pygimp: argh... 2019-06-27 13:46:55 +02:00
pygimp-image.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp-intl.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp-item.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp-logo.png
pygimp-parasite.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp-pdb.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp-tile.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp-util.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp-vectors.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimp.spec
pygimpcolor-api.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
pygimpcolor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00