<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/kvilib/file, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/kvilib/file?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/kvilib/file?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2023-10-18T08:26:35Z</updated>
<entry>
<title>Changes that will need to be reworked.</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-10-05T15:50:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2d1bc24d6b6b032dc7db5a2ef7e63bcef43fd511'/>
<id>urn:sha1:2d1bc24d6b6b032dc7db5a2ef7e63bcef43fd511</id>
<content type='text'>
QFont changed the weight scale in Qt6, in order to use them we'd need to fix all configuration files in all themes.
QStreamConverter only supports Utf8/16/32 and Latin1 before Qt6.5. Stick to qt5compat's QTextCodec by now
</content>
</entry>
<entry>
<title>Qt6: QStringList is a typedef now, avoid forward declarations</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-09-20T20:11:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=843e3c1421592aa47b26457f79bb58d043a285a5'/>
<id>urn:sha1:843e3c1421592aa47b26457f79bb58d043a285a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove usages of Q_FOREACH. Fixes #2385</title>
<updated>2018-05-22T12:37:08Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-05-22T12:37:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=5c80922489a68a6ab0786de1cc972291deabe1e0'/>
<id>urn:sha1:5c80922489a68a6ab0786de1cc972291deabe1e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused/useless code</title>
<updated>2018-04-23T01:35:33Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-04-23T01:35:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2150de44928723e671973d0ba9fa05d5a218f725'/>
<id>urn:sha1:2150de44928723e671973d0ba9fa05d5a218f725</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Coverity complaints about uninitialized member variables</title>
<updated>2018-04-14T16:57:50Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-04-14T16:57:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=82be064fde846aaa39ca15d5f0d102e04e6b001e'/>
<id>urn:sha1:82be064fde846aaa39ca15d5f0d102e04e6b001e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup included files</title>
<updated>2016-10-28T21:24:29Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2016-10-28T20:06:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228'/>
<id>urn:sha1:96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>separators and copyright headers cleanups</title>
<updated>2016-06-14T15:58:25Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-06-13T17:47:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=3e6a8c0a03139ee2cf64ec9dd3c6bcd812e7e4dd'/>
<id>urn:sha1:3e6a8c0a03139ee2cf64ec9dd3c6bcd812e7e4dd</id>
<content type='text'>
+ add copyright boilerplate to KviDebugContext.cpp
  probably more source files exist with no copyright boilerplate.
  this was a by chance find.
</content>
</entry>
<entry>
<title>various cosmetic: consistent comment format</title>
<updated>2016-05-17T17:18:01Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-05-17T13:16:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=1676464bdc3e7f1ae47cda3d95344c044c2c9207'/>
<id>urn:sha1:1676464bdc3e7f1ae47cda3d95344c044c2c9207</id>
<content type='text'>
+ remove separators to make it consistent.
</content>
</entry>
<entry>
<title>cleanups: remove more dead code odd spaces</title>
<updated>2016-05-07T03:44:53Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-05-07T02:52:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=b2bc852d280a0b2b3d9914098899b98751597189'/>
<id>urn:sha1:b2bc852d280a0b2b3d9914098899b98751597189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup random separators with no comments</title>
<updated>2016-05-06T17:51:57Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-05-06T17:43:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=adf587952dd6811de1b23600bbecbd9608678b1a'/>
<id>urn:sha1:adf587952dd6811de1b23600bbecbd9608678b1a</id>
<content type='text'>
</content>
</entry>
</feed>
