Totto

Results 37 issues of Totto

I only wanted to add a german translation, but the translation system was a bit weird, so i remade it, so that we have keys for text, and not the...

Lua Scripts that change the cwd can also affect Aegisub, here I save the cwd before the registering of the Lua scripts and then restore it afterwards, for more see...

Create explicit error, when the version number couldn't be fetched. This solves some issues when running CI's that don't fetch the GitHub repo in normal mode, per example if you...

I found out, that loading relative files didn't work when invoking aegisub from command line, so after some debugging, I found out, that this is caused by the DependencyControl module...

Would be super to have these two functionlities, as VnStat supports an live View and the fiveminutes data.

![duplicates](https://user-images.githubusercontent.com/32566573/63597792-85c13280-c5be-11e9-968c-e411311e54c9.png) The Only show duplicates Filter works fine, but nowdays checks "only" name and probably also year, but it doesnt affect the type of the content, it may be only...

Priority-Low
Type-Bug
Component-Functionality

* I added support for the TXT sentence formatter (according to [this](https://www.plaisance-pratique.com/IMG/pdf/NMEA0183-2.pdf)) * It supports multi and single sentences (see test cases) * I added tests for it. (fixed a...

This provides a flatpak manifest to build aegisub as flatpak application - it adds a CI that builds it - it also adds DependencyControl (I find it helpful, to include...

This adds a Dynamic Year to the end of the Copyright notice, so that the year of the build is used automatically, so there's no need to switch it manually....

This fixes #166 I accidentally close #167, but since It was done using boost filesystem, it needed a rewrite nevertheless. Some discussion can be found on #167 and #166