mudlet:improve-ptb-workflow

Last commit made on 2022-01-11
Get this branch:
git clone -b improve-ptb-workflow https://git.launchpad.net/mudlet

Branch merges

Branch information

Name:
improve-ptb-workflow
Repository:
lp:mudlet

Recent commits

70f18bd... by Vadim Peretokin

Infrastructure: enable C++17 globally (#5831)

981e486... by Manuel Wegmann <email address hidden>

Improve: add ScrollBox Gui Element (#5739)

8101d6c... by Damian Monogue <email address hidden>

Add Geyser.StyleSheet for managing stylesheets with inheritance (#5781)

* Add Geyser.StyleSheet and associated tests

c942670... by Vadim Peretokin

Infrastructure: a bit of trivial trigger cleanup (#5825)

71854c2... by Vadim Peretokin

Infrastructure: document places StringUtils.lua is used in (#5822)

#### Brief overview of PR changes/additions
Document places StringUtils.lua is used in
#### Motivation for adding to Mudlet
To reduce the likelihood of breaking `generate-ptb-changelog.lua` again.
#### Other info (issues closed, discussion etc)
https://github.com/Mudlet/Mudlet/pull/5821

Co-authored-by: Damian Monogue <email address hidden>

3d7921c... by Vadim Peretokin

Infrastructure: fix doc link for `utf8.patternEscape` (#5820)

#### Brief overview of PR changes/additions
Fix doc link for `utf8.patternEscape`
#### Motivation for adding to Mudlet
Right link

cf0e341... by Vadim Peretokin

Infrastructure: remove stray `match_wildcard()` function definition (#5823)

#### Brief overview of PR changes/additions
Remove stray `match_wildcard()` function definition
#### Motivation for adding to Mudlet
It hasn't been used for anything probably since Mudlet's creation

8c2b08f... by Vadim Peretokin

Infrastructure: mock utf8 for changelog script (fix PTBs) (#5821)

042734b... by mudlet-machine-account <email address hidden>

Infrastructure: Update text for translation in Crowdin (#5819)

#### Brief overview of PR changes/additions
:crown: An automated PR to make new text available for translation in Crowdin from refs/heads/development (7832279154cc49f2108641ab055e98c0e0c2740d).
#### Motivation for adding to Mudlet
So translators can translate the new text before the upcoming release.

Co-authored-by: mudlet-machine-account <email address hidden>

7832279... by Manuel Wegmann <email address hidden>

improve: get Label Size hint and Geyser.Label adjustSize (#5815)

* add label size hint to primitive and Geyser
* add autoWidth and autoHeight as constraints
* also adds enableAutoAdjustSize and disableAutoAdjustSize functions