summaryrefslogtreecommitdiff
path: root/bin/lint-ui.py
AgeCommit message (Expand)AuthorFilesLines
2021-01-06remove support for deprecated GtkAlignmentCaolán McNamara1-11/+0
2020-12-22state GtkAlignment is deprecated in lint-uiCaolán McNamara1-6/+2
2020-12-22fix lint-ui syntax errorCaolán McNamara1-1/+1
2020-10-07lint-ui: add exclusionNoel1-1/+4
2020-10-07lint-ui: remove checks for top-level widgetsNoel1-7/+4
2020-10-07lint-ui: add exclusions for remaining capitalisation warningsNoel1-3/+33
2020-10-07ui files: fix some capitalisation issuesNoel1-1/+1
2020-10-07Revert "lint-ui: check that we only have one has_default==True"Noel Grandin1-10/+3
2020-10-05lint-ui: check that we only have one has_default==TrueNoel1-3/+10
2020-10-05lint-ui: disable some checksNoel1-20/+25
2020-10-05lint-ui: validate has_default and can_defaultNoel1-1/+11
2020-10-05lint-ui: fix GtkAdjustment checkNoel1-3/+3
2020-10-02lint-ui: add check for upper in GtkAdjustmentNoel1-0/+8
2020-10-02lint-ui: add some more valid top-level widgetsNoel1-1/+2
2020-10-02lint-ui: put line numbers in error messagesNoel1-17/+43
2020-10-02lint-ui.py check that GtkMenuButton has a label propertyNoel1-0/+11
2020-10-01improvements to lint-ui scriptNoel1-12/+18
2018-04-14look for check buttons without underlinesCaolán McNamara1-0/+11
2018-04-14look for radio buttons without underlinesCaolán McNamara1-0/+10
2017-09-21lint-ui: Error when label contains a colonSamuel Mehrbrodt1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+2
2015-06-25tdf#80387 Extended lint-ui.py to check for UI title labelsRosemary1-0/+18
2013-08-12drop explicit python3 from shebang lineCaolán McNamara1-1/+1
2013-08-08update lint-ui to know about message box HIG rulesCaolán McNamara1-4/+21
2013-03-15first crack at writing a linter for .ui filesJack Leigh1-0/+89