<?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/widgets/text.cpp history</title>
    <description>src/gui/widgets/text.cpp revision history</description>
    <item>
    <title>*: update</title>
    <link>https://hg.paper.us.eu.org/minori/log/6f7385bd334c/src/gui/widgets/text.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/gui/widgets/text.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/gui/widgets/text.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/gui/widgets/text.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>*: update</title>
    <link>https://hg.paper.us.eu.org/minori/log/fe719c109dbc/src/gui/widgets/text.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/gui/widgets/text.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>*: update</title>
    <link>https://hg.paper.us.eu.org/minori/log/4c6dd5999b39/src/gui/widgets/text.cpp</link>
    <description><![CDATA[*: update<br/>
<br/>
1. updated animia<br/>
2. use widestrings for filesystem 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>Sun, 01 Oct 2023 06:16:06 -0400</pubDate>
</item>
<item>
    <title>window: add about window,</title>
    <link>https://hg.paper.us.eu.org/minori/log/75c804f713b2/src/gui/widgets/text.cpp</link>
    <description><![CDATA[window: add about window,<br/>
*: use tr() when applicable (useful for i18n)]]></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 20:29:26 -0400</pubDate>
</item>
<item>
    <title>text.cpp: set paragraph width from document, labelled texts are now...</title>
    <link>https://hg.paper.us.eu.org/minori/log/10868c3fb2be/src/gui/widgets/text.cpp</link>
    <description><![CDATA[text.cpp: set paragraph width from document, labelled texts are now...<br/>
dependent on sizeHint()]]></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 13:50:56 -0400</pubDate>
</item>
<item>
    <title>paragraph: fix size hint</title>
    <link>https://hg.paper.us.eu.org/minori/log/f4bea5ef5b8a/src/gui/widgets/text.cpp</link>
    <description><![CDATA[paragraph: fix size hint<br/>
<br/>
only tested on Linux (KDE)]]></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 11:40:14 -0400</pubDate>
</item>
<item>
    <title>*: update...</title>
    <link>https://hg.paper.us.eu.org/minori/log/d0adc4aedfc8/src/gui/widgets/text.cpp</link>
    <description><![CDATA[*: update...<br/>
<br/>
this commit:<br/>
  1. consolidates dark theme stuff to dark_theme.cpp<br/>
  2. creates a new widgets folder to store all of our<br/>
     custom widgets<br/>
  3. creates the list settings page in the information<br/>
     dialog, although much of it is nonfunctional: it<br/>
     doesn't save, and the status doesn't even get filled<br/>
     in... we'll fix this 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>Sat, 23 Sep 2023 01:02:15 -0400</pubDate>
</item>

  </channel>
</rss>
