Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DLS: move label parsing to separate function | Stefan Pöschel | 2019-07-23 | 1 | -4/+10 |
| | |||||
* | DLS: indicate DUMMY DL Plus tag | Stefan Pöschel | 2019-07-23 | 1 | -1/+4 |
| | |||||
* | Use range-based for loop where possible | Stefan Pöschel | 2018-12-08 | 1 | -2/+2 |
| | |||||
* | Replace push with emplace where possible | Stefan Pöschel | 2018-12-03 | 1 | -2/+2 |
| | |||||
* | DLS: add support to request DLS file re-read | Stefan Pöschel | 2018-11-11 | 1 | -0/+1 |
| | | | | | | | | | | | A re-read of any of the used DLS files can now be requested by storing a file with the same filename which is suffixed by `.REQUEST_DLS_REREAD`. When the next PAD is going to be encoded and such a file is present, the encoder changes the current DLS file to the related DLS file, if needed (only applies if multiple DLS files are used). The DLS file is re-read and the request file is deleted. The DLS is also immediately inserted into the PAD transmission. | ||||
* | Make data group apptypes constants | Stefan Pöschel | 2017-08-24 | 1 | -3/+6 |
| | |||||
* | Rename managers to encoders | Stefan Pöschel | 2017-08-23 | 1 | -15/+15 |
| | |||||
* | DLS: small debug fixes | Stefan Pöschel | 2017-08-23 | 1 | -3/+2 |
| | |||||
* | Move ANSI color tokens to common part | Stefan Pöschel | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | DLS: emit warning on shortened oversized text | Stefan Pöschel | 2017-02-17 | 1 | -1/+3 |
| | |||||
* | Hide/Move constants | Stefan Pöschel | 2017-02-15 | 1 | -1/+0 |
| | |||||
* | Small refactorings | Stefan Pöschel | 2017-02-15 | 1 | -13/+9 |
| | |||||
* | DLS/SLS: use ANSI colors for label/filename | Stefan Pöschel | 2017-02-11 | 1 | -1/+1 |
| | |||||
* | Slight refactorings | Stefan Pöschel | 2017-02-11 | 1 | -13/+13 |
| | | | | | | | | - DLSManager: store PADPacketizer ref - DABCharset: convert enum to enum class - DL cmd prefix: output reserved instead of charset (does not make a difference) - MOT header: get charset from enum class - .gitignore: add Eclipse files | ||||
* | Move DLS stuff to new DLSManager | Stefan Pöschel | 2017-02-11 | 1 | -0/+350 |