diff options
author | Samuel Thibault <[email protected]> | 2019-05-09 18:41:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-15 17:22:02 +0200 |
commit | 06970a77f4d1d7aefd9b468a4ac75f737ebf5431 (patch) | |
tree | 3f450989808ef36e2e839c377aea16b0ec9c6fcd /capplets/appearance/data | |
parent | 55bc2d3f00656af5732066aa59447512882ff7ee (diff) | |
download | mate-control-center-06970a77f4d1d7aefd9b468a4ac75f737ebf5431.tar.bz2 mate-control-center-06970a77f4d1d7aefd9b468a4ac75f737ebf5431.tar.xz |
Add support for checking .ui accessibility with gla11y
Diffstat (limited to 'capplets/appearance/data')
-rw-r--r-- | capplets/appearance/data/Makefile.am | 10 | ||||
-rw-r--r-- | capplets/appearance/data/ui-a11y.suppr | 48 |
2 files changed, 55 insertions, 3 deletions
diff --git a/capplets/appearance/data/Makefile.am b/capplets/appearance/data/Makefile.am index 9db85374..a3849ba2 100644 --- a/capplets/appearance/data/Makefile.am +++ b/capplets/appearance/data/Makefile.am @@ -1,3 +1,6 @@ +ui_files = appearance.ui + +include $(top_srcdir)/gla11y.mk pixmapdir = $(pkgdatadir)/pixmaps dist_pixmap_DATA = \ @@ -41,10 +44,11 @@ if ENABLE_UPDATE_MIMEDB endif EXTRA_DIST = \ - appearance.ui \ + $(ui_files) \ $(xml_in_files) \ - $(desktop_in_files) + $(desktop_in_files) \ + ui-a11y.suppr -CLEANFILES = $(desktop_DATA) $(mime_DATA) +CLEANFILES = $(desktop_DATA) $(mime_DATA) $(GLA11Y_OUTPUT) -include $(top_srcdir)/git.mk diff --git a/capplets/appearance/data/ui-a11y.suppr b/capplets/appearance/data/ui-a11y.suppr new file mode 100644 index 00000000..ca0f35d9 --- /dev/null +++ b/capplets/appearance/data/ui-a11y.suppr @@ -0,0 +1,48 @@ +appearance.ui://GtkLabel[@id='label16'] orphan-label +appearance.ui://GtkLabel[@id='label51'] orphan-label +appearance.ui://GtkSwitch[@id='dpi_reset_switch'] no-labelled-by +appearance.ui://GtkLabel[@id='label8'] orphan-label +appearance.ui://GtkDrawingArea[@id='antialias_grayscale_sample'] no-labelled-by +appearance.ui://GtkDrawingArea[@id='antialias_subpixel_sample'] no-labelled-by +appearance.ui://GtkDrawingArea[@id='antialias_none_sample'] no-labelled-by +appearance.ui://GtkLabel[@id='label9'] orphan-label +appearance.ui://GtkDrawingArea[@id='hint_none_sample'] no-labelled-by +appearance.ui://GtkDrawingArea[@id='hint_slight_sample'] no-labelled-by +appearance.ui://GtkDrawingArea[@id='hint_full_sample'] no-labelled-by +appearance.ui://GtkDrawingArea[@id='hint_medium_sample'] no-labelled-by +appearance.ui://GtkLabel[@id='label10'] orphan-label +appearance.ui://GtkImage[@id='subpixel_rgb_image'] no-labelled-by +appearance.ui://GtkImage[@id='subpixel_bgr_image'] no-labelled-by +appearance.ui://GtkImage[@id='subpixel_vbgr_image'] no-labelled-by +appearance.ui://GtkImage[@id='subpixel_vrgb_image'] no-labelled-by +appearance.ui://GtkTreeView[@id='gtk_themes_list'] no-labelled-by +appearance.ui://GtkImage[@id='image2'] no-labelled-by +appearance.ui://GtkLabel[@id='label_warning_color_schemes'] orphan-label +appearance.ui://GtkColorButton[@id='tooltip_fg_color'] button-no-label +appearance.ui://GtkColorButton[@id='selected_fg_color'] button-no-label +appearance.ui://GtkColorButton[@id='text_color'] button-no-label +appearance.ui://GtkColorButton[@id='fg_color'] button-no-label +appearance.ui://GtkLabel[@id='label7'] orphan-label +appearance.ui://GtkLabel[@id='label6'] orphan-label +appearance.ui://GtkTreeView[@id='window_themes_list'] no-labelled-by +appearance.ui://GtkTreeView[@id='icon_themes_list'] no-labelled-by +appearance.ui://GtkTreeView[@id='cursor_themes_list'] no-labelled-by +appearance.ui://GtkLabel[@id='cursor_size_small_label'] orphan-label +appearance.ui://GtkLabel[@id='cursor_size_large_label'] orphan-label +appearance.ui://GtkIconView[@id='theme_list'] no-labelled-by +appearance.ui://GtkIconView[@id='wp_view'] no-labelled-by +appearance.ui://GtkLabel[@id='label2'] orphan-label +appearance.ui://GtkLabel[@id='label33'] orphan-label +appearance.ui://GtkDrawingArea[@id='subpixel_sample'] no-labelled-by +appearance.ui://GtkDrawingArea[@id='best_shapes_sample'] no-labelled-by +appearance.ui://GtkDrawingArea[@id='monochrome_sample'] no-labelled-by +appearance.ui://GtkDrawingArea[@id='best_contrast_sample'] no-labelled-by +appearance.ui://GtkLabel[@id='label35'] orphan-label +appearance.ui://GtkLabel[@id='label36'] orphan-label +appearance.ui://GtkLabel[@id='label52'] orphan-label +appearance.ui://GtkLabel[@id='label53'] orphan-label +appearance.ui://GtkLabel[@id='label38'] orphan-label +appearance.ui://GtkLabel[@id='label39'] orphan-label +appearance.ui://GtkToolButton[@id='button2'] button-no-label +appearance.ui://GtkToolButton[@id='button4'] button-no-label +appearance.ui://GtkToolButton[@id='save_button'] button-no-label |