summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/UIConfig.mk
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@hypra.fr>2018-06-13 12:08:19 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-07-18 02:15:26 +0200
commit7ba295853669f7c333ba22e8284e9732091c67fa (patch)
tree1f62201c669f7fb064e5a774850e92408571906d /solenv/gbuild/UIConfig.mk
parentUpdate git submodules (diff)
downloadcore-7ba295853669f7c333ba22e8284e9732091c67fa.tar.gz
core-7ba295853669f7c333ba22e8284e9732091c67fa.zip
gla11y: Enable warnings for all widgets missing a label
Change-Id: I60c0eef6b7532a4631c6f56902a4691b0105e691 Reviewed-on: https://gerrit.libreoffice.org/57403 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'solenv/gbuild/UIConfig.mk')
-rw-r--r--solenv/gbuild/UIConfig.mk26
1 files changed, 1 insertions, 25 deletions
diff --git a/solenv/gbuild/UIConfig.mk b/solenv/gbuild/UIConfig.mk
index 7dea8a2720a6..3098b56cea0f 100644
--- a/solenv/gbuild/UIConfig.mk
+++ b/solenv/gbuild/UIConfig.mk
@@ -170,31 +170,7 @@ gb_UIConfig_gla11y_PARAMETERS += --enable-type button-no-label
# These are often doubtful
gb_UIConfig_gla11y_PARAMETERS += --enable-type duplicate-mnemonic --enable-type labelled-by-and-mnemonic
-# For now, disable warning about widgets without a label by default, to enable warnings for classes progressively
-# To be uncommented progressively
-gb_UIConfig_gla11y_PARAMETERS += --disable-type no-labelled-by
-# Clearly need labelling
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkScale
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkEntry
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkSpinButton
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkSpinner
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkProgressBar
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.svxcorelo-SvxColorListBox
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.svxcorelo-SvxLanguageBox
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.sfxlo-SvxCharView
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.foruilo-RefEdit
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.svxcorelo-PaperSizeListBox
-# Probably need labelling
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkComboBox
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkComboBoxText
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkMenuItem
-# Possibly need labelling
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkTreeView
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkTreeViewColumn
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkTextView
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkDrawingArea
-# Perhaps need labelling
-gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkImage
+gb_UIConfig_gla11y_PARAMETERS += --enable-type no-labelled-by
define gb_UIConfig_a11yerrors__command
$(call gb_Output_announce,$(2),$(true),UIA,1)