summaryrefslogtreecommitdiff
path: root/bin/test-hid-vs-ui.py
AgeCommit message (Collapse)Author
2020-07-13Don't rely on Python's treatment of unrecognized escape sequencesMike Kaganski
According to [1]: > Changed in version 3.6: Unrecognized escape sequences produce a DeprecationWarning. > In a future Python version they will be a SyntaxWarning and eventually a SyntaxError. [1] https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals Change-Id: Ia4f79f17ccb121f423f35b1e1306d5ae285e8762 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98321 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
Bunch of these were setting C++ or Make modes and icky tabs... Also, reportedly Emacs can figure out to enable python-mode automatically. Change-Id: I50072488fb92cb4d27aa3f74f717a28ae3967543
2016-10-07Recognize fps/ pathGabor Kelemen
Script was tripping over this valid reference: From source/text/shared/guide/cmis-remote-files.xhp, we did not find file fps/uiconfig/ui/remotefilesdialog.ui. Change-Id: I42b178742f7f168177c525191f54b43d3a5821d6 Reviewed-on: https://gerrit.libreoffice.org/29571 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2014-08-04update module mappingsDavid Tardon
Change-Id: Ia0893eda90307e5dbb7265b3c321515a8b823a24
2014-04-18map the modules and special names back manuallyCaolán McNamara
Change-Id: Ie80e2ef74932b9dd46b2f709e181c00aac4d4f9c
2014-04-18fdo#67350 : sanity check utility for help ids wrt ui filesMathias Michel
Change-Id: I2407d7b0ccdc592fde3da073a6ee2d40537fbe5f Reviewed-on: https://gerrit.libreoffice.org/9089 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>