summaryrefslogtreecommitdiffstats
path: root/bin/lint-ui.py
Commit message (Expand)AuthorAgeFilesLines
* remove support for deprecated GtkAlignmentCaolán McNamara2021-01-061-11/+0
* state GtkAlignment is deprecated in lint-uiCaolán McNamara2020-12-221-6/+2
* fix lint-ui syntax errorCaolán McNamara2020-12-221-1/+1
* lint-ui: add exclusionNoel2020-10-071-1/+4
* lint-ui: remove checks for top-level widgetsNoel2020-10-071-7/+4
* lint-ui: add exclusions for remaining capitalisation warningsNoel2020-10-071-3/+33
* ui files: fix some capitalisation issuesNoel2020-10-071-1/+1
* Revert "lint-ui: check that we only have one has_default==True"Noel Grandin2020-10-071-10/+3
* lint-ui: check that we only have one has_default==TrueNoel2020-10-051-3/+10
* lint-ui: disable some checksNoel2020-10-051-20/+25
* lint-ui: validate has_default and can_defaultNoel2020-10-051-1/+11
* lint-ui: fix GtkAdjustment checkNoel2020-10-051-3/+3
* lint-ui: add check for upper in GtkAdjustmentNoel2020-10-021-0/+8
* lint-ui: add some more valid top-level widgetsNoel2020-10-021-1/+2
* lint-ui: put line numbers in error messagesNoel2020-10-021-17/+43
* lint-ui.py check that GtkMenuButton has a label propertyNoel2020-10-021-0/+11
* improvements to lint-ui scriptNoel2020-10-011-12/+18
* look for check buttons without underlinesCaolán McNamara2018-04-141-0/+11
* look for radio buttons without underlinesCaolán McNamara2018-04-141-0/+10
* lint-ui: Error when label contains a colonSamuel Mehrbrodt2017-09-211-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-0/+2
* tdf#80387 Extended lint-ui.py to check for UI title labelsRosemary2015-06-251-0/+18
* drop explicit python3 from shebang lineCaolán McNamara2013-08-121-1/+1
* update lint-ui to know about message box HIG rulesCaolán McNamara2013-08-081-4/+21
* first crack at writing a linter for .ui filesJack Leigh2013-03-151-0/+89