<?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/pages/torrents.cc history</title>
    <description>src/gui/pages/torrents.cc revision history</description>
    <item>
    <title>*: hm, last commit wasn't quite finished?</title>
    <link>https://hg.paper.us.eu.org/minori/log/ea3a74ed2ef9/src/gui/pages/torrents.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>*: instead of pugixml, use Qt XML features</title>
    <link>https://hg.paper.us.eu.org/minori/log/8d45d892be88/src/gui/pages/torrents.cc</link>
    <description><![CDATA[*: instead of pugixml, use Qt XML features<br/>
<br/>
this means we have one extra Qt dependency though...]]></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>Sun, 17 Nov 2024 22:55:47 -0500</pubDate>
</item>
<item>
    <title>dep/anitomy: port to use UCS-4 rather than wide strings</title>
    <link>https://hg.paper.us.eu.org/minori/log/a0aa8c8c4307/src/gui/pages/torrents.cc</link>
    <description><![CDATA[dep/anitomy: port to use UCS-4 rather than wide strings<br/>
<br/>
rationale: wide strings are not the same on every platform, and<br/>
might not even be Unicode. (while they usually are, its possible<br/>
that they are not)<br/>
<br/>
I was *going* to change StringToInt to use a string stream, but<br/>
outputting to an integer doesn't seem to work at all with UCS-4,<br/>
even though it ought to, so I just rolled my own that uses the<br/>
arabic digits only.]]></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>Sun, 23 Jun 2024 10:32:09 -0400</pubDate>
</item>
<item>
    <title>*: refactor lots of stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/9a88e1725fd2/src/gui/pages/torrents.cc</link>
    <description><![CDATA[*: refactor lots of stuff<br/>
<br/>
I forgot to put this into different commits, oops!<br/>
<br/>
anyway, it doesn't really matter *that* much since this is an<br/>
unfinished hobby project anyway. once it starts getting stable<br/>
commit history will be more important, but for now it's not<br/>
that big of a deal]]></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>Sun, 12 May 2024 16:31:07 -0400</pubDate>
</item>
<item>
    <title>*: various code safety changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/f31305b9f60a/src/gui/pages/torrents.cc</link>
    <description><![CDATA[*: various code safety changes<br/>
<br/>
this also makes the code build on Qt 5.7. I can't test it though<br/>
because I don't have it working... FAIL!]]></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, 18 Apr 2024 16:53:17 -0400</pubDate>
</item>
<item>
    <title>*: improve multiple things</title>
    <link>https://hg.paper.us.eu.org/minori/log/9a04802848c0/src/gui/pages/torrents.cc</link>
    <description><![CDATA[*: improve multiple things<br/>
<br/>
e.g. making some strings.cc functions modify strings in-place,<br/>
     improving m4_ax_have_qt.m4 code, making anime_db.cc rely on<br/>
     std::optional rather than std::shared_ptr (which was stupid<br/>
     anyway)]]></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, 11 Apr 2024 10:15:57 -0400</pubDate>
</item>
<item>
    <title>pages/seasons: add initial functionality</title>
    <link>https://hg.paper.us.eu.org/minori/log/dd211ff68b36/src/gui/pages/torrents.cc</link>
    <description><![CDATA[pages/seasons: add initial functionality<br/>
<br/>
the menu doesn't work yet, but it's a good start]]></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, 03 Apr 2024 19:48:38 -0400</pubDate>
</item>
<item>
    <title>*: HUUUGE changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/862d0d8619f6/src/gui/pages/torrents.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>*: many many changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/c130f47f6f48/src/gui/pages/torrents.cc</link>
    <description><![CDATA[*: many many changes<br/>
<br/>
e.g. the search page is actually implemented now!]]></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>Sun, 04 Feb 2024 21:17:17 -0500</pubDate>
</item>
<item>
    <title>HUGE UPDATE: convert build system to autotools</title>
    <link>https://hg.paper.us.eu.org/minori/log/4d461ef7d424/src/gui/pages/torrents.cc</link>
    <description><![CDATA[HUGE UPDATE: convert build system to autotools<br/>
<br/>
why? because cmake sucks :)]]></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>Fri, 19 Jan 2024 00:24:02 -0500</pubDate>
</item>
<item>
    <title>torrents: implement download button</title>
    <link>https://hg.paper.us.eu.org/minori/log/2f5a9247e501/src/gui/pages/torrents.cc</link>
    <description><![CDATA[torrents: implement download button<br/>
<br/>
erg]]></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>Sat, 13 Jan 2024 09:42:02 -0500</pubDate>
</item>
<item>
    <title>library: add initial library stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/53211cb1e7f5/src/gui/pages/torrents.cc</link>
    <description><![CDATA[library: add initial library stuff<br/>
<br/>
nice]]></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, 08 Jan 2024 13:21:08 -0500</pubDate>
</item>
<item>
    <title>pages/torrents.cc: parse feed descriptions separately</title>
    <link>https://hg.paper.us.eu.org/minori/log/01d259b9c89f/src/gui/pages/torrents.cc</link>
    <description><![CDATA[pages/torrents.cc: parse feed descriptions separately<br/>
services/anilist.cc: use constexpr STL string_view for HTTP queries]]></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, 04 Dec 2023 13:40:42 -0500</pubDate>
</item>
<item>
    <title>win32/dark: use existing STL classes for dwmapi</title>
    <link>https://hg.paper.us.eu.org/minori/log/bc8d2ccff09c/src/gui/pages/torrents.cc</link>
    <description><![CDATA[win32/dark: use existing STL classes for dwmapi]]></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, 04 Dec 2023 11:51:30 -0500</pubDate>
</item>
<item>
    <title>dep/animia: fix XnuFdTools</title>
    <link>https://hg.paper.us.eu.org/minori/log/d43d68408d3c/src/gui/pages/torrents.cc</link>
    <description><![CDATA[dep/animia: fix XnuFdTools<br/>
also we use anitomy directly now.<br/>
<br/>
HG Enter commit message.  Lines beginning with 'HG:' are removed.]]></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, 15 Nov 2023 14:14:17 -0500</pubDate>
</item>
<item>
    <title>*: another huge megacommit, SORRY</title>
    <link>https://hg.paper.us.eu.org/minori/log/39521c47c7a3/src/gui/pages/torrents.cc</link>
    <description><![CDATA[*: another huge megacommit, SORRY<br/>
<br/>
The torrents page works a lot better now<br/>
Added the edit option to the anime list right click menu<br/>
Vectorized currently playing files<br/>
Available player and extensions are now loaded at runtime<br/>
 from files in (dotpath)/players.json and (dotpath)/extensions.json<br/>
 These paths are not permanent and will likely be moved to<br/>
 (dotpath)/recognition<br/>
...<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, 07 Nov 2023 23:40:54 -0500</pubDate>
</item>
<item>
    <title>pages/torrents: work around conversion error on Linux</title>
    <link>https://hg.paper.us.eu.org/minori/log/2c1b6782e1d0/src/gui/pages/torrents.cc</link>
    <description><![CDATA[pages/torrents: work around conversion error on Linux]]></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, 07 Nov 2023 16:06:17 -0500</pubDate>
</item>
<item>
    <title>settings: add torrents page, make rss feed configurable</title>
    <link>https://hg.paper.us.eu.org/minori/log/254b1d2b7096/src/gui/pages/torrents.cc</link>
    <description><![CDATA[settings: add torrents page, make rss feed configurable]]></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, 07 Nov 2023 13:52:13 -0500</pubDate>
</item>
<item>
    <title>*: add initial torrent stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/ab191e28e69d/src/gui/pages/torrents.cc</link>
    <description><![CDATA[*: add initial torrent stuff<br/>
<br/>
WOAH!<br/>
these checkboxes are a pain in my fucking ass]]></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, 07 Nov 2023 08:03:42 -0500</pubDate>
</item>
<item>
    <title>boring: mass rename to cc</title>
    <link>https://hg.paper.us.eu.org/minori/log/9b2b41f83a5e/src/gui/pages/torrents.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>
