<?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/window.cc history</title>
    <description>src/gui/window.cc revision history</description>
    <item>
    <title>*: clang-format</title>
    <link>https://hg.paper.us.eu.org/minori/log/963047512d34/src/gui/window.cc</link>
    <description><![CDATA[*: clang-format]]></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, 07 Nov 2025 07:16:15 -0500</pubDate>
</item>
<item>
    <title>make the &quot;Now Playing&quot; page actually work</title>
    <link>https://hg.paper.us.eu.org/minori/log/27c462bc7815/src/gui/window.cc</link>
    <description><![CDATA[make the &quot;Now Playing&quot; page actually work]]></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 07:10:58 -0500</pubDate>
</item>
<item>
    <title>*: clang-format all the things</title>
    <link>https://hg.paper.us.eu.org/minori/log/47c9f8502269/src/gui/window.cc</link>
    <description><![CDATA[*: clang-format all the things<br/>
<br/>
I've edited the formatting a bit. Now pointer asterisks (and reference<br/>
ampersands) are on the variable instead of the type, as well as having<br/>
newlines for function braces (but nothing else)]]></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:16:02 -0400</pubDate>
</item>
<item>
    <title>animone: add preliminary AT-SPI stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/886f66775f31/src/gui/window.cc</link>
    <description><![CDATA[animone: add preliminary AT-SPI stuff<br/>
anime_list: finish the regular singular right click menu]]></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 19:56:01 -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/window.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>library: convert to class + database</title>
    <link>https://hg.paper.us.eu.org/minori/log/71396ecb6f7e/src/gui/window.cc</link>
    <description><![CDATA[library: convert to class + database<br/>
<br/>
it also stores std::filesystem::paths 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>Fri, 14 Jun 2024 00:37:45 -0400</pubDate>
</item>
<item>
    <title>services/kitsu: implement GetAnimeList()</title>
    <link>https://hg.paper.us.eu.org/minori/log/d928ec7b6a0d/src/gui/window.cc</link>
    <description><![CDATA[services/kitsu: implement GetAnimeList()<br/>
<br/>
it finally works!]]></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 17:52:26 -0400</pubDate>
</item>
<item>
    <title>session: allow printing status messages</title>
    <link>https://hg.paper.us.eu.org/minori/log/34347fd2a2de/src/gui/window.cc</link>
    <description><![CDATA[session: allow printing status messages<br/>
<br/>
...!]]></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, 11 Jun 2024 14:16:40 -0400</pubDate>
</item>
<item>
    <title>misc: remove copyrighted app icon</title>
    <link>https://hg.paper.us.eu.org/minori/log/bf89fbf7ff38/src/gui/window.cc</link>
    <description><![CDATA[misc: remove copyrighted app icon<br/>
<br/>
if someone comes up with a good icon, please be my guest]]></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, 11 Jun 2024 04:24:59 -0400</pubDate>
</item>
<item>
    <title>*: refactor lots of stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/9a88e1725fd2/src/gui/window.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>*: clean up enums</title>
    <link>https://hg.paper.us.eu.org/minori/log/657fda1b9cac/src/gui/window.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>*: various code safety changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/f31305b9f60a/src/gui/window.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>*: HUUUGE changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/862d0d8619f6/src/gui/window.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>*: whatever</title>
    <link>https://hg.paper.us.eu.org/minori/log/fe702c8f161f/src/gui/window.cc</link>
    <description><![CDATA[*: whatever]]></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, 07 Feb 2024 17:04:06 -0500</pubDate>
</item>
<item>
    <title>*: many many changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/c130f47f6f48/src/gui/window.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>*: reorganize resources, +docs, build translations with autotools</title>
    <link>https://hg.paper.us.eu.org/minori/log/06d6c351925c/src/gui/window.cc</link>
    <description><![CDATA[*: reorganize resources, +docs, build translations with autotools]]></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, 22 Jan 2024 16:36:19 -0500</pubDate>
</item>
<item>
    <title>*: make OS X builds succeed</title>
    <link>https://hg.paper.us.eu.org/minori/log/a7d0d543b334/src/gui/window.cc</link>
    <description><![CDATA[*: make OS X builds succeed<br/>
<br/>
new script: deploy_build.sh, creates the app bundle]]></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 Jan 2024 11:14:44 -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/window.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>theme: add OS detection with glib</title>
    <link>https://hg.paper.us.eu.org/minori/log/ff0061e75f0f/src/gui/window.cc</link>
    <description><![CDATA[theme: add OS detection with glib]]></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>Sat, 13 Jan 2024 11:06:16 -0500</pubDate>
</item>
<item>
    <title>config: remove unused username parameter from anilist auth</title>
    <link>https://hg.paper.us.eu.org/minori/log/d030b30526d5/src/gui/window.cc</link>
    <description><![CDATA[config: remove unused username parameter from anilist auth]]></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, 09 Jan 2024 08:05:36 -0500</pubDate>
</item>
<item>
    <title>settings: add library page</title>
    <link>https://hg.paper.us.eu.org/minori/log/f784b5b1914c/src/gui/window.cc</link>
    <description><![CDATA[settings: add library page]]></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, 08 Jan 2024 21:23:00 -0500</pubDate>
</item>
<item>
    <title>library: implement menu bar buttons</title>
    <link>https://hg.paper.us.eu.org/minori/log/84e0a3c4737a/src/gui/window.cc</link>
    <description><![CDATA[library: implement menu bar buttons<br/>
<br/>
I also went ahead and put the links from Taiga in so I don't have to<br/>
worry about it later...]]></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, 08 Jan 2024 16:54:16 -0500</pubDate>
</item>
<item>
    <title>locale: only attempt loading locales after QApplication is init'd</title>
    <link>https://hg.paper.us.eu.org/minori/log/975a3f0965e2/src/gui/window.cc</link>
    <description><![CDATA[locale: only attempt loading locales after QApplication is init'd<br/>
<br/>
also the general application stuff and anime list is separated in settings]]></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, 07 Dec 2023 11:14:01 -0500</pubDate>
</item>
<item>
    <title>dep/animia: finalize de-objc-ifying quartz</title>
    <link>https://hg.paper.us.eu.org/minori/log/2d5823df870f/src/gui/window.cc</link>
    <description><![CDATA[dep/animia: finalize de-objc-ifying quartz<br/>
<br/>
this also fixes up some... rather dumb mistakes in window.cc :)<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, 06 Dec 2023 21:26:13 -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/window.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>window: make threading somewhat sane</title>
    <link>https://hg.paper.us.eu.org/minori/log/c8375765f0fc/src/gui/window.cc</link>
    <description><![CDATA[window: make threading somewhat sane]]></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, 21 Nov 2023 11:04:13 -0500</pubDate>
</item>
<item>
    <title>window: improve performance when getting running files</title>
    <link>https://hg.paper.us.eu.org/minori/log/79a2a24453fa/src/gui/window.cc</link>
    <description><![CDATA[window: improve performance when getting running files<br/>
<br/>
now we don't block the whole app! :)<br/>
this is especially noticeable on X11, where window walking takes ABSURDLY long]]></description>
    <author>&#112;&#97;&#112;&#101;&#114;&#64;&#68;&#97;&#118;&#101;&#115;&#68;&#111;&#117;&#98;&#108;&#101;&#46;&#108;&#111;&#99;&#97;&#108;</author>
    <pubDate>Sun, 19 Nov 2023 05:36:41 -0500</pubDate>
</item>
<item>
    <title>dep/animia: fix XnuFdTools</title>
    <link>https://hg.paper.us.eu.org/minori/log/d43d68408d3c/src/gui/window.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>track: use a bit of a more sane way to manage recognition</title>
    <link>https://hg.paper.us.eu.org/minori/log/6fdf0632c003/src/gui/window.cc</link>
    <description><![CDATA[track: use a bit of a more sane way to manage recognition<br/>
<br/>
it also works with the new animia API]]></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, 14 Nov 2023 13:19:40 -0500</pubDate>
</item>
<item>
    <title>dep/animia: separate lots of things, use base class for OS stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/478f3b366199/src/gui/window.cc</link>
    <description><![CDATA[dep/animia: separate lots of things, use base class for OS stuff]]></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>Sun, 12 Nov 2023 16:43:07 -0500</pubDate>
</item>
<item>
    <title>dep/animia: huge refactor (again...)</title>
    <link>https://hg.paper.us.eu.org/minori/log/28842a8d0c6b/src/gui/window.cc</link>
    <description><![CDATA[dep/animia: huge refactor (again...)<br/>
<br/>
but this time, it actually compiles! and it WORKS! (on win32... not sure about<br/>
other platforms...)<br/>
<br/>
configuring players is still not supported: at some point I'll prune something<br/>
up...]]></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>Sun, 12 Nov 2023 04:53:19 -0500</pubDate>
</item>
<item>
    <title>filesystem: move to using std::filesystem after C++17 switch</title>
    <link>https://hg.paper.us.eu.org/minori/log/0a458cb26ff4/src/gui/window.cc</link>
    <description><![CDATA[filesystem: move to using std::filesystem after C++17 switch<br/>
<br/>
old compilers will croak compiling this, but it's not like we<br/>
*really* need to support them (they probably croak compiling<br/>
Qt as well)]]></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, 09 Nov 2023 18:01:56 -0500</pubDate>
</item>
<item>
    <title>*: another huge megacommit, SORRY</title>
    <link>https://hg.paper.us.eu.org/minori/log/39521c47c7a3/src/gui/window.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>window: patch for Qt 5</title>
    <link>https://hg.paper.us.eu.org/minori/log/c72b907b9bef/src/gui/window.cc</link>
    <description><![CDATA[window: patch for Qt 5]]></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 12:04:51 -0500</pubDate>
</item>
<item>
    <title>*: add initial torrent stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/ab191e28e69d/src/gui/window.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>window: remove tiny little debug thing</title>
    <link>https://hg.paper.us.eu.org/minori/log/32afe0e940bf/src/gui/window.cc</link>
    <description><![CDATA[window: remove tiny little debug thing]]></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, 06 Nov 2023 13:48:11 -0500</pubDate>
</item>
<item>
    <title>locale: allow switching locales without restarting</title>
    <link>https://hg.paper.us.eu.org/minori/log/80f49f623d30/src/gui/window.cc</link>
    <description><![CDATA[locale: allow switching locales without restarting]]></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, 06 Nov 2023 13:41:30 -0500</pubDate>
</item>
<item>
    <title>*: huge commit</title>
    <link>https://hg.paper.us.eu.org/minori/log/2004b41d4a59/src/gui/window.cc</link>
    <description><![CDATA[*: huge commit<br/>
<br/>
1. WORKING LOCALIZATION + translation for Spanish and British English<br/>
2. idk like 2 changes for the dark theme :)]]></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>Sun, 05 Nov 2023 23:31:49 -0500</pubDate>
</item>
<item>
    <title>*: #if -&gt; #ifdef, remove outdated comments in sys/win32/dark_theme.cc</title>
    <link>https://hg.paper.us.eu.org/minori/log/c8c72278f6fd/src/gui/window.cc</link>
    <description><![CDATA[*: #if -&gt; #ifdef, remove outdated comments in sys/win32/dark_theme.cc]]></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>Sun, 05 Nov 2023 04:01:58 -0500</pubDate>
</item>
<item>
    <title>theme: add dark stylesheet, make it actually usable</title>
    <link>https://hg.paper.us.eu.org/minori/log/6d8da6e64d61/src/gui/window.cc</link>
    <description><![CDATA[theme: add dark stylesheet, make it actually usable<br/>
win32: make the titlebar black where available]]></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>Sun, 05 Nov 2023 03:54:26 -0500</pubDate>
</item>
<item>
    <title>resources: add icons</title>
    <link>https://hg.paper.us.eu.org/minori/log/621084cc542c/src/gui/window.cc</link>
    <description><![CDATA[resources: add icons<br/>
<br/>
also remove ye olde qdarkstyle, as it's not even used anymore<br/>
there's more configuring to OS X bundles now as well, along with<br/>
more version info on Windows]]></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, 03 Nov 2023 22:52:41 -0400</pubDate>
</item>
<item>
    <title>*: big patch</title>
    <link>https://hg.paper.us.eu.org/minori/log/b315f3759c56/src/gui/window.cc</link>
    <description><![CDATA[*: big patch<br/>
<br/>
1. use a wrapper for mINI that enables case sensitivity<br/>
   (personal preference)<br/>
2. rename dark_theme.cc to theme.cc and change it to be<br/>
   a class<br/>
3. include the &quot;dep&quot; folder so we don't have stupidity in<br/>
   json.h or ini.h<br/>
4. I think the graph was also tweaked a lot in this, nothing<br/>
   is constexpr and size is found at runtime...]]></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, 03 Nov 2023 21:32:52 -0400</pubDate>
</item>
<item>
    <title>*: huuuge update</title>
    <link>https://hg.paper.us.eu.org/minori/log/d02fdf1d6708/src/gui/window.cc</link>
    <description><![CDATA[*: huuuge update<br/>
<br/>
1. make the now playing page function correctly<br/>
2. de-constructorfy many of our custom widgets,<br/>
   allowing them to be changed on-the-fly from<br/>
   the Now Playing page<br/>
3. ... :)]]></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, 24 Oct 2023 22:01:02 -0400</pubDate>
</item>
<item>
    <title>*: fix old stuff, make video players and extensions constants</title>
    <link>https://hg.paper.us.eu.org/minori/log/8b65c417c225/src/gui/window.cc</link>
    <description><![CDATA[*: fix old stuff, make video players and extensions constants]]></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 13:37:42 -0400</pubDate>
</item>
<item>
    <title>boring: mass rename to cc</title>
    <link>https://hg.paper.us.eu.org/minori/log/9b2b41f83a5e/src/gui/window.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>
