summaryrefslogtreecommitdiff
path: root/bin/removetooltip_markups.sh
AgeCommit message (Collapse)Author
2016-12-08tdf#102784 Patch 1 - Enhance removetooltip_markups.sh script with checksMarina Latini
This is the first part of this heasy hack. The script parses all the .ui files checking the existence of tooltip_markup and tooltip_text properties. If the ui file contains a tooltip_markup property and the related tooltip_text one, it removes the tooltip_markup line and add the deletion in a log file. If the ui file contains only a tooltip_markup propery the script rename it via sed in tooltip_text adding the renaming in a log file. Change-Id: I1f027e11c7a2a91596511e2def5f4b850e14fad4 Signed-off-by: Marina Latini <marina@studiostorti.com> Reviewed-on: https://gerrit.libreoffice.org/31596 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: jan iversen <jani@documentfoundation.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-09-29tdf#101549: Add script to remove tooltip_markupsMuhammet Kara
From the glade .ui files. Currently the script doesn't check for identical tooltip_text. Change-Id: Ic6b80e7eb0ced2e4515cc57d3b548b26cef5b67c Reviewed-on: https://gerrit.libreoffice.org/29366 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>