aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/yelphelper.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-3/+3
2020-09-08typing: fully annotate scriptsDaniel Mensinger1-6/+8
2020-08-20simplify shutil usage by invoking copy2 where appropriateEli Schwartz1-2/+1
2019-06-06gnome.yelp(): Fix media symlink fallback pathChristoph Reiter1-2/+4
2018-03-19Create a helper for checking if a string has a path componentNirbheek Chauhan1-2/+3
2017-08-18Re-use gettext.read_linguas in yelphelperEmmanuele Bassi1-16/+1
2017-08-18Support LINGUAS for gnome.yelp() languagesEmmanuele Bassi1-0/+19
2017-06-09gnome.yelp(): Handle file existing on symlinkPatrick Griffis1-1/+5
2017-06-09gnome.yelp(): Handle platforms where symlink not supportedPatrick Griffis1-2/+5
2017-06-09gnome.yelp(): Make copies of media files when symlink is falsePatrick Griffis1-1/+5
2017-04-19Drop terminating fullstop from "Installing blah to blah" messagesPeter Hutterer1-2/+2
2017-01-01style: fix E226 violationsIgor Gnatenko1-2/+2
2017-01-01style: fix E225 violationsIgor Gnatenko1-4/+4
2016-12-19tree-wide: remove blank lines at EOFIgor Gnatenko1-1/+0
2016-12-19tree-wide: remove unused variablesIgor Gnatenko1-1/+0
2016-12-19tree-wide: remove unused importsIgor Gnatenko1-2/+1
2016-12-18remove shebangs from scriptsIgor Gnatenko1-1/+1
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan1-3/+3
2016-11-12Fixed SyntaxError in itstool invocation in yelphelper.py duringOlexa Bilaniuk1-4/+3
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan1-1/+1
2016-10-19gnome: Add yelp() functionPatrick Griffis1-0/+118