Gimp/app/tests
Hartmut Kuhse 21bed1e2fb Completely rewrite metadata handling using gexiv2
Based on original patches from Hartmut Kuhse and modified
by Michael Natterer. Changes include:

- remove libexif dependency and add a hard dependency on gexiv2
- typedef GExiv2Metadata to GimpMetadata to avoid having to
  include gexiv2 globally
- add basic GimpMetadata handling functions to libgimpbase
- add image and image file specific metadata functions to libgimp,
  including the exif orientation image rotate dialog
- port plug-ins to use the new APIs
- port file-tiff-save's UI to GtkBuilder
- add new plug-in "metadata" to view the image's metadata
- keep metadata around as GimpImage member in the core
- update the image's metadata on image size, resolution and precision
  changes
- obsolete the old metadata parasites
- migrate the old parasites to new GimpMetadata object on XCF load
2013-10-27 01:02:17 +02:00
..
files app: modified and moved gegl operation testing to operations/tests 2012-06-14 21:30:00 +03:00
gimpdir tests: sessionrc-expected* updated with new (tabs-position) settings. 2013-10-13 22:22:21 +13:00
gimpdir-empty app/tests: Distribute test files and test directories 2010-01-08 13:37:25 +01:00
.gitignore app: Add basic GimpTileBackendTileManager unit test 2011-09-30 12:00:40 +02:00
gimp-app-test-utils.c Add support for both gamma-corrected and linear for all bit depths 2013-06-23 16:51:24 +02:00
gimp-app-test-utils.h app: fixed typos in testing code 2012-06-05 22:03:26 +03:00
gimp-test-session-utils.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimp-test-session-utils.h app/tests: Add single-window mode session files test 2011-06-14 23:34:12 +02:00
Makefile.am Completely rewrite metadata handling using gexiv2 2013-10-27 01:02:17 +02:00
manual-testcases.txt Bug 565459 - newly opened images are put into the background 2010-06-23 20:17:44 +02:00
test-core.c app: fix tests after the GimpPrecision enum change 2013-06-23 17:24:03 +02:00
test-gimpidtable.c Remove all calls to g_type_init(), it's deprecated 2013-05-25 22:44:20 +02:00
test-save-and-export.c app: port all URI comparisons in test-save-and-export.c to g_file_equal() 2013-10-09 21:35:23 +02:00
test-session-2-6-compatibility.c Bug 709878 - test-session-* skipped when xvfb-run is unavailable. 2013-10-11 21:57:42 +13:00
test-session-2-8-compatibility-multi-window.c Bug 709878 - test-session-* skipped when xvfb-run is unavailable. 2013-10-11 21:57:42 +13:00
test-session-2-8-compatibility-single-window.c Bug 709878 - test-session-* skipped when xvfb-run is unavailable. 2013-10-11 21:57:42 +13:00
test-single-window-mode.c app/tests: The single-window-mode setting is in the sessionrc now 2012-01-10 19:47:52 +01:00
test-tools.c app/tests: Use gdk_window_get_display() 2011-04-06 21:05:24 +02:00
test-ui.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
test-xcf.c app: fix tests after the GimpPrecision enum change 2013-06-23 17:24:03 +02:00