gimp/app/tests
Jacob Boerema 7a8f465b2d Issue #10588: enumerations for RotationType can't be used in Python
Due to GObject Introspection we can't have the last part of an
identifier start with a digit, since that part will be used in Python
as the identifier, and Python doesn't allow that to start with a digit.
e.g. GIMP_ROTATE_90 would be used in Python as
image.rotate(Gimp.RotationType.90)

To fix this we add DEGREES in front of the number, without a '_',
even though that looks ugly.
2024-01-05 13:28:49 -05:00
..
files Remove autotools 2023-05-27 00:03:52 +02:00
gimpdir Remove autotools 2023-05-27 00:03:52 +02:00
gimpdir-empty Remove autotools 2023-05-27 00:03:52 +02:00
create_test_env.sh create_test_env.sh: use sh instead of bash 2023-07-23 21:06:49 +00:00
gimp-app-test-utils.c app: prevent multiple registrations of a same action. 2023-04-12 22:07:09 +02:00
gimp-app-test-utils.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-test-session-utils.c app: don't use the deprecated GTimeVal in gimp-test-session-utils.c 2019-10-26 22:33:20 +03:00
gimp-test-session-utils.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
manual-testcases.txt Bug 565459 - newly opened images are put into the background 2010-06-23 20:17:44 +02:00
meson.build app, devel-socs, icons, plug-ins, tools: remove various autotools artifacts. 2023-09-27 15:39:39 +02:00
test-core.c Issue #10588: enumerations for RotationType can't be used in Python 2024-01-05 13:28:49 -05:00
test-gimpidtable.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
test-save-and-export.c app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00
test-session-2-8-compatibility-multi-window.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
test-session-2-8-compatibility-single-window.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
test-single-window-mode.c app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00
test-tools.c app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00
test-ui.c test-ui: re-enable one of the tests, our gtk-dependency is big enough now. 2023-05-21 01:22:00 +02:00
test-xcf.c app: replace gimp_parasite_data*() with gimp_parasite_get_data(). 2021-01-29 23:52:03 +01:00
tests.c app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00
tests.h app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00