<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/PrismLauncher.git/launcher/icons, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/'/>
<entry>
<title>removed unneded if condition</title>
<updated>2023-07-28T10:22:04+00:00</updated>
<author>
<name>Trial97</name>
<email>alexandru.tripon97@gmail.com</email>
</author>
<published>2023-07-28T10:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=c3eb17db74097c49ab3892a53857dfa24937833b'/>
<id>c3eb17db74097c49ab3892a53857dfa24937833b</id>
<content type='text'>
Signed-off-by: Trial97 &lt;alexandru.tripon97@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Trial97 &lt;alexandru.tripon97@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>removed comment</title>
<updated>2023-07-28T07:05:22+00:00</updated>
<author>
<name>Trial97</name>
<email>alexandru.tripon97@gmail.com</email>
</author>
<published>2023-07-28T07:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=fcac98b367a10e9e8c047a3be648c56fe7310736'/>
<id>fcac98b367a10e9e8c047a3be648c56fe7310736</id>
<content type='text'>
Signed-off-by: Trial97 &lt;alexandru.tripon97@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Trial97 &lt;alexandru.tripon97@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor icon list</title>
<updated>2023-07-27T22:20:05+00:00</updated>
<author>
<name>Trial97</name>
<email>alexandru.tripon97@gmail.com</email>
</author>
<published>2023-07-27T22:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=7e58b965b770ab75c14f2265b7bd7ded081c66b5'/>
<id>7e58b965b770ab75c14f2265b7bd7ded081c66b5</id>
<content type='text'>
Signed-off-by: Trial97 &lt;alexandru.tripon97@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Trial97 &lt;alexandru.tripon97@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>added license header</title>
<updated>2023-07-27T22:20:05+00:00</updated>
<author>
<name>Trial97</name>
<email>alexandru.tripon97@gmail.com</email>
</author>
<published>2023-07-27T22:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=1ca7e5efe946d24f3898c8623ff1af3ef9dd96e6'/>
<id>1ca7e5efe946d24f3898c8623ff1af3ef9dd96e6</id>
<content type='text'>
Signed-off-by: Trial97 &lt;alexandru.tripon97@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Trial97 &lt;alexandru.tripon97@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>format</title>
<updated>2023-07-27T22:20:05+00:00</updated>
<author>
<name>Trial97</name>
<email>alexandru.tripon97@gmail.com</email>
</author>
<published>2023-07-27T22:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=d460986de0c84627d1725eada908e52911a97c5f'/>
<id>d460986de0c84627d1725eada908e52911a97c5f</id>
<content type='text'>
Signed-off-by: Trial97 &lt;alexandru.tripon97@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Trial97 &lt;alexandru.tripon97@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: signal/slot macro -&gt; func pointer &amp; network fixes</title>
<updated>2023-04-18T01:23:18+00:00</updated>
<author>
<name>Rachel Powers</name>
<email>508861+Ryex@users.noreply.github.com</email>
</author>
<published>2023-04-18T00:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=12f0d51c0cd03d660425566264b502736b104310'/>
<id>12f0d51c0cd03d660425566264b502736b104310</id>
<content type='text'>
- convert qt connect calls to use function pointers instead of the signal/slot macros wherever practical (UI classes were mostly left alone, target was tasks and processes)
- give signals an explicit receivers to use the static method over the instance method wherever practical
- ensure networks tasks are using the `errorOccured` signal added in Qt5.15 over the deprecated `error` signal
- ensure all networks tasks have an sslErrors signal connected
- add seemingly missing `MinecraftAccount::authSucceeded` connection for `MSAInteractive` login flow

Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- convert qt connect calls to use function pointers instead of the signal/slot macros wherever practical (UI classes were mostly left alone, target was tasks and processes)
- give signals an explicit receivers to use the static method over the instance method wherever practical
- ensure networks tasks are using the `errorOccured` signal added in Qt5.15 over the deprecated `error` signal
- ensure all networks tasks have an sslErrors signal connected
- add seemingly missing `MinecraftAccount::authSucceeded` connection for `MSAInteractive` login flow

Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update launcher/icons/IconList.cpp</title>
<updated>2022-12-10T13:31:44+00:00</updated>
<author>
<name>leo78913</name>
<email>leo3758@riseup.net</email>
</author>
<published>2022-12-10T13:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=2d5820e910476f7eab32ac5cd48cce18c0c5a1e5'/>
<id>2d5820e910476f7eab32ac5cd48cce18c0c5a1e5</id>
<content type='text'>
Co-authored-by: flow &lt;flowlnlnln@gmail.com&gt;
Signed-off-by: leo78913 &lt;leo3758@riseup.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: flow &lt;flowlnlnln@gmail.com&gt;
Signed-off-by: leo78913 &lt;leo3758@riseup.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update launcher/icons/IconList.cpp</title>
<updated>2022-12-10T13:31:30+00:00</updated>
<author>
<name>leo78913</name>
<email>leo3758@riseup.net</email>
</author>
<published>2022-12-10T13:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=6cb857b8959379163ffdf2a953d8f024f1e51b21'/>
<id>6cb857b8959379163ffdf2a953d8f024f1e51b21</id>
<content type='text'>
Co-authored-by: flow &lt;flowlnlnln@gmail.com&gt;
Signed-off-by: leo78913 &lt;leo3758@riseup.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: flow &lt;flowlnlnln@gmail.com&gt;
Signed-off-by: leo78913 &lt;leo3758@riseup.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>feat+refactor: trash instance icons</title>
<updated>2022-12-06T23:25:42+00:00</updated>
<author>
<name>leo78913</name>
<email>leo3758@riseup.net</email>
</author>
<published>2022-12-06T23:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=8c99edd3c5545db06df2b043c85d10b00438d143'/>
<id>8c99edd3c5545db06df2b043c85d10b00438d143</id>
<content type='text'>
also refactor IconList::deleteIcon

Signed-off-by: leo78913 &lt;leo3758@riseup.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also refactor IconList::deleteIcon

Signed-off-by: leo78913 &lt;leo3758@riseup.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Check parent in rowCount/columnCount/canFetchMore</title>
<updated>2022-11-14T19:05:57+00:00</updated>
<author>
<name>TheLastRar</name>
<email>TheLastRar@users.noreply.github.com</email>
</author>
<published>2022-11-13T14:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=fce323b945d5e8365c64c61e3ba592cb2b7446c4'/>
<id>fce323b945d5e8365c64c61e3ba592cb2b7446c4</id>
<content type='text'>
Signed-off-by: TheLastRar &lt;TheLastRar@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: TheLastRar &lt;TheLastRar@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
