<?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/services/anilist.cpp history</title>
    <description>src/services/anilist.cpp revision history</description>
    <item>
    <title>*: update</title>
    <link>https://hg.paper.us.eu.org/minori/log/6f7385bd334c/src/services/anilist.cpp</link>
    <description><![CDATA[*: update<br/>
<br/>
formatted all source files, no more subclassing QThread... many other<br/>
changes :)]]></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, 06 Oct 2023 06:18:53 -0400</pubDate>
</item>
<item>
    <title>*: format source code</title>
    <link>https://hg.paper.us.eu.org/minori/log/3364fadc8a36/src/services/anilist.cpp</link>
    <description><![CDATA[*: format source code]]></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, 04 Oct 2023 01:46:33 -0400</pubDate>
</item>
<item>
    <title>*: refactor some stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/d3e9310598b1/src/services/anilist.cpp</link>
    <description><![CDATA[*: refactor some stuff<br/>
<br/>
text: &quot;TextParagraph&quot;s are now called sections, because that's the<br/>
      actual word for it :P<br/>
text: new classes: Line and OneLineSection, solves many problems with<br/>
      paragraphs that are only one line long (ex. going out of bounds)<br/>
http: reworked http stuff to allow threaded get requests, also moved it<br/>
      to its own file to (hopefully) remove clutter<br/>
      eventually I'll make a threaded post request method and use that in<br/>
      the &quot;basic&quot; function]]></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, 04 Oct 2023 01:42:30 -0400</pubDate>
</item>
<item>
    <title>fix regressions on macOS</title>
    <link>https://hg.paper.us.eu.org/minori/log/5ccb99bfa605/src/services/anilist.cpp</link>
    <description><![CDATA[fix regressions on macOS<br/>
<br/>
for now, we're setting our font sizes using setPixelSize, and later I'll<br/>
use a macro or something to make the point size constant across platforms<br/>
<br/>
also anilist user id stuff stopped working :) that's fixed now]]></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, 03 Oct 2023 06:12:43 -0400</pubDate>
</item>
<item>
    <title>services/anilist: remove unordered_map usage for enum classes</title>
    <link>https://hg.paper.us.eu.org/minori/log/64e5f427c6a2/src/services/anilist.cpp</link>
    <description><![CDATA[services/anilist: remove unordered_map usage for enum classes<br/>
<br/>
for some reason in C++11 unordered_maps don't work on enumerations.<br/>
so instead we'll just use a switch statement :P]]></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, 03 Oct 2023 04:45:05 -0400</pubDate>
</item>
<item>
    <title>posters: add poster widget...</title>
    <link>https://hg.paper.us.eu.org/minori/log/6481c5aed3e1/src/services/anilist.cpp</link>
    <description><![CDATA[posters: add poster widget...<br/>
<br/>
why does AniList call these cover images? they're posters...]]></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, 02 Oct 2023 05:56:32 -0400</pubDate>
</item>
<item>
    <title>*: avoid usage of (to|from)StdString</title>
    <link>https://hg.paper.us.eu.org/minori/log/26721c28bf22/src/services/anilist.cpp</link>
    <description><![CDATA[*: avoid usage of (to|from)StdString<br/>
<br/>
in Qt5 (and probably Qt6 as well) these functions are only<br/>
available (or even usable) if Qt and Minori were built with the<br/>
*same standard headers*, which may not be the case in some<br/>
circumstances. hence, we'll use our own conversion functions,<br/>
which we probably should use anyway.]]></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, 01 Oct 2023 23:26:35 -0400</pubDate>
</item>
<item>
    <title>*: update</title>
    <link>https://hg.paper.us.eu.org/minori/log/fe719c109dbc/src/services/anilist.cpp</link>
    <description><![CDATA[*: update<br/>
<br/>
1. add media tracking ability, and it displays info on the `now playing` page<br/>
2. the `now playing` page now actually shows something<br/>
3. renamed every page class to be more accurate to what it is<br/>
4. ...]]></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, 01 Oct 2023 23:15:43 -0400</pubDate>
</item>
<item>
    <title>*: fix many clang warnings</title>
    <link>https://hg.paper.us.eu.org/minori/log/3d2decf093bb/src/services/anilist.cpp</link>
    <description><![CDATA[*: fix many clang warnings]]></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, 01 Oct 2023 06:39:47 -0400</pubDate>
</item>
<item>
    <title>anime list: we are finally read-write</title>
    <link>https://hg.paper.us.eu.org/minori/log/0c4138de2ea7/src/services/anilist.cpp</link>
    <description><![CDATA[anime list: we are finally read-write]]></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, 25 Sep 2023 22:49:42 -0400</pubDate>
</item>
<item>
    <title>statistics.cpp: show requests made</title>
    <link>https://hg.paper.us.eu.org/minori/log/e613772f41d5/src/services/anilist.cpp</link>
    <description><![CDATA[statistics.cpp: show requests made]]></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, 25 Sep 2023 01:07:22 -0400</pubDate>
</item>
<item>
    <title>information.cpp: add widgets to the list tab, and add an</title>
    <link>https://hg.paper.us.eu.org/minori/log/d8eb763e6661/src/services/anilist.cpp</link>
    <description><![CDATA[information.cpp: add widgets to the list tab, and add an<br/>
&quot;optional date&quot; widget like taiga has so users can specify whether to<br/>
set the date or not]]></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, 25 Sep 2023 00:43:38 -0400</pubDate>
</item>
<item>
    <title>filesystem: fix CreateDirectories function</title>
    <link>https://hg.paper.us.eu.org/minori/log/619cbd6e69f9/src/services/anilist.cpp</link>
    <description><![CDATA[filesystem: fix CreateDirectories function]]></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, 22 Sep 2023 13:52:11 -0400</pubDate>
</item>
<item>
    <title>*: mass update</title>
    <link>https://hg.paper.us.eu.org/minori/log/2743011a6042/src/services/anilist.cpp</link>
    <description><![CDATA[*: mass update<br/>
<br/>
formatted all source files, converted ALL instances of setStyleSheet() to<br/>
palettes and fonts (stylesheets suck), and I changed the clang-format file because<br/>
it wasn't working on my laptop for some reason.]]></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, 21 Sep 2023 15:17:47 -0400</pubDate>
</item>
<item>
    <title>*: update, megacommit :)</title>
    <link>https://hg.paper.us.eu.org/minori/log/cde8f67a7c7d/src/services/anilist.cpp</link>
    <description><![CDATA[*: update, megacommit :)]]></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, 19 Sep 2023 22:36:08 -0400</pubDate>
</item>
<item>
    <title>*: use C++11 standard</title>
    <link>https://hg.paper.us.eu.org/minori/log/fc1bf97c528b/src/services/anilist.cpp</link>
    <description><![CDATA[*: use C++11 standard<br/>
<br/>
I've been meaning to do this for a while, but I didn't want to reimplement<br/>
<br/>
the filesystem code. Now we are on C++11 and most compilers from the past 5 centuries should support this now]]></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, 17 Sep 2023 06:14:30 -0400</pubDate>
</item>
<item>
    <title>Update</title>
    <link>https://hg.paper.us.eu.org/minori/log/4b198a111713/src/services/anilist.cpp</link>
    <description><![CDATA[Update<br/>
<br/>
things actually compile now btw<br/>
<br/>
qttest wants to fuck over the model but that might be my fault so /shrug]]></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, 16 Sep 2023 02:06:01 -0400</pubDate>
</item>
<item>
    <title>INCOMPLETE: megacommit :)</title>
    <link>https://hg.paper.us.eu.org/minori/log/5c0397762b53/src/services/anilist.cpp</link>
    <description><![CDATA[INCOMPLETE: megacommit :)]]></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, 10 Sep 2023 03:59:16 -0400</pubDate>
</item>

  </channel>
</rss>
