<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.paper.us.eu.org/minori/</link>
    <language>en-us</language>

    <title>minori: src/gui/translate/anime.cc history</title>
    <description>src/gui/translate/anime.cc revision history</description>
    <item>
    <title>fix airing status not being imported from database correctly</title>
    <link>https://hg.paper.us.eu.org/minori/log/0393debc0ed2/src/gui/translate/anime.cc</link>
    <description><![CDATA[fix airing status not being imported from database correctly<br/>
<br/>
oops]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Thu, 06 Nov 2025 08:57:41 -0500</pubDate>
</item>
<item>
    <title>*: hm, last commit wasn't quite finished?</title>
    <link>https://hg.paper.us.eu.org/minori/log/ea3a74ed2ef9/src/gui/translate/anime.cc</link>
    <description><![CDATA[*: hm, last commit wasn't quite finished?]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Fri, 25 Jul 2025 10:22:04 -0400</pubDate>
</item>
<item>
    <title>translate/anime: use fmt for translating anime seasons</title>
    <link>https://hg.paper.us.eu.org/minori/log/5980a960f3e1/src/gui/translate/anime.cc</link>
    <description><![CDATA[translate/anime: use fmt for translating anime seasons]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 17 Jun 2024 20:03:58 -0400</pubDate>
</item>
<item>
    <title>anime: refactor Anime::SeriesSeason to Season class</title>
    <link>https://hg.paper.us.eu.org/minori/log/b5d6c27c308f/src/gui/translate/anime.cc</link>
    <description><![CDATA[anime: refactor Anime::SeriesSeason to Season class<br/>
<br/>
ToLocalString has also been altered to take in both season<br/>
and year because lots of locales actually treat formatting<br/>
seasons differently! most notably is Russian which adds a<br/>
suffix at the end to notate seasons(??)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Thu, 13 Jun 2024 01:49:18 -0400</pubDate>
</item>
<item>
    <title>core/strings: add Strings::Translate function as tr() -&gt; ToUtf8String</title>
    <link>https://hg.paper.us.eu.org/minori/log/c32467cd06bb/src/gui/translate/anime.cc</link>
    <description><![CDATA[core/strings: add Strings::Translate function as tr() -&gt; ToUtf8String]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 12 Jun 2024 22:15:53 -0400</pubDate>
</item>
<item>
    <title>anime: initial cross-service support</title>
    <link>https://hg.paper.us.eu.org/minori/log/53e3c015a973/src/gui/translate/anime.cc</link>
    <description><![CDATA[anime: initial cross-service support<br/>
<br/>
currently the Kitsu and MAL services don't work when chosen in the<br/>
GUI. This is because they haven't been implemented yet :)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 08 May 2024 16:44:27 -0400</pubDate>
</item>
<item>
    <title>*: clean up enums</title>
    <link>https://hg.paper.us.eu.org/minori/log/657fda1b9cac/src/gui/translate/anime.cc</link>
    <description><![CDATA[*: clean up enums]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Fri, 19 Apr 2024 13:24:06 -0400</pubDate>
</item>
<item>
    <title>*: HUUUGE changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/862d0d8619f6/src/gui/translate/anime.cc</link>
    <description><![CDATA[*: HUUUGE changes<br/>
<br/>
animia has been renamed to animone, so instead of thinking of a<br/>
health condition, you think of a beautiful flower :)<br/>
<br/>
I've also edited some of the code for animone, but I have no idea<br/>
if it even works or not because I don't have a mac or windows<br/>
machine lying around. whoops!<br/>
<br/>
... anyway, all of the changes divergent from Anisthesia are now<br/>
licensed under BSD. it's possible that I could even rewrite most<br/>
of the code to where I don't even have to keep the MIT license,<br/>
but that's thinking too far into the future<br/>
<br/>
I've been slacking off on implementing the anime seasons page,<br/>
mostly out of laziness. I think I'd have to create another db file<br/>
specifically for the seasons<br/>
<br/>
anyway, this code is being pushed *primarily* because the hard drive<br/>
it's on is failing! yay :)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 01 Apr 2024 02:43:44 -0400</pubDate>
</item>
<item>
    <title>animia: re-add kvm fd source</title>
    <link>https://hg.paper.us.eu.org/minori/log/71832ffe425a/src/gui/translate/anime.cc</link>
    <description><![CDATA[animia: re-add kvm fd source<br/>
<br/>
this is all being merged from my wildly out-of-date laptop. SORRY!<br/>
in other news, I edited the CI file to install the wayland client<br/>
as well, so the linux CI build might finally get wayland stuff.]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 02 Jan 2024 06:05:06 -0500</pubDate>
</item>
<item>
    <title>*: multiple performance improvements</title>
    <link>https://hg.paper.us.eu.org/minori/log/9613d72b097e/src/gui/translate/anime.cc</link>
    <description><![CDATA[*: multiple performance improvements<br/>
   like marking `static const` when it makes sense...<br/>
<br/>
date: change old stupid heap-based method to a structure which should<br/>
      make copying the thing actually make a copy.<br/>
      also many performance-based changes, like removing the std::tie<br/>
      dependency and forward-declaring nlohmann json<br/>
<br/>
*: replace every instance of QString::fromUtf8 to Strings::ToQString.<br/>
   the main difference is that our function will always convert exactly<br/>
   what is in the string, while some other times it would only convert<br/>
   up to the nearest NUL byte]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 06 Dec 2023 13:43:54 -0500</pubDate>
</item>
<item>
    <title>anime list: add support for different score formats</title>
    <link>https://hg.paper.us.eu.org/minori/log/62e336597bb7/src/gui/translate/anime.cc</link>
    <description><![CDATA[anime list: add support for different score formats]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 05 Dec 2023 13:45:23 -0500</pubDate>
</item>
<item>
    <title>dep/json: update to v3.11.3</title>
    <link>https://hg.paper.us.eu.org/minori/log/9b10175be389/src/gui/translate/anime.cc</link>
    <description><![CDATA[dep/json: update to v3.11.3<br/>
anime/db: save anime list to database, very much untested and likely won't work as intended]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 30 Nov 2023 13:52:26 -0500</pubDate>
</item>
<item>
    <title>anime/db: add some more json functionality, still doesn't compile :/</title>
    <link>https://hg.paper.us.eu.org/minori/log/f88eda79c60a/src/gui/translate/anime.cc</link>
    <description><![CDATA[anime/db: add some more json functionality, still doesn't compile :/]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 29 Nov 2023 13:53:56 -0500</pubDate>
</item>
<item>
    <title>config: improve handling of vars</title>
    <link>https://hg.paper.us.eu.org/minori/log/c4bb49c2f6eb/src/gui/translate/anime.cc</link>
    <description><![CDATA[config: improve handling of vars<br/>
<br/>
: )]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 31 Oct 2023 23:41:53 -0400</pubDate>
</item>
<item>
    <title>boring: mass rename to cc</title>
    <link>https://hg.paper.us.eu.org/minori/log/9b2b41f83a5e/src/gui/translate/anime.cc</link>
    <description><![CDATA[boring: mass rename to cc<br/>
<br/>
because this is a very unix-y project, it makes more sense to use the<br/>
'cc' extension]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 23 Oct 2023 12:07:27 -0400</pubDate>
</item>

  </channel>
</rss>
