<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/help/HelpIndex.cpp, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/help/HelpIndex.cpp?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/help/HelpIndex.cpp?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>Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-10-04T09:25:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=29e92a939647612842b2f583ce0a43dd572b1345'/>
<id>urn:sha1:29e92a939647612842b2f583ce0a43dd572b1345</id>
<content type='text'>
Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
</content>
</entry>
<entry>
<title>Remove Q_UNUSED macros</title>
<updated>2018-11-29T03:02:03Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-11-28T01:29:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=081bcfd8329b1ef2a0c027c6ab5da5d7c0686d09'/>
<id>urn:sha1:081bcfd8329b1ef2a0c027c6ab5da5d7c0686d09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply all modernize-* fixes from clang-tidy except for modernize-use-auto</title>
<updated>2018-11-14T13:59:22Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2018-06-09T23:16:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=e4a34cb9b7d59a08a162d642fbbca8c08804b3ff'/>
<id>urn:sha1:e4a34cb9b7d59a08a162d642fbbca8c08804b3ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>General code cleanup and coverity fixes - mostly fixes uninitialized members</title>
<updated>2017-10-22T03:35:01Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2017-10-22T03:35:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=0f76c9b0c706764c334c1b0fa49842ccaddd8d94'/>
<id>urn:sha1:0f76c9b0c706764c334c1b0fa49842ccaddd8d94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HelpIndex: Code cleanup</title>
<updated>2016-12-07T21:20:54Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2016-12-07T21:20:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=fe649bb8393b7bf13c62418aada8011ce328815a'/>
<id>urn:sha1:fe649bb8393b7bf13c62418aada8011ce328815a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HelpIndex: Change deprecated QtAlgorithms qSort to std::sort</title>
<updated>2016-12-07T20:47:46Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2016-12-07T20:47:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=a59dbc1d29838acef74fc537ce92218c0102b49f'/>
<id>urn:sha1:a59dbc1d29838acef74fc537ce92218c0102b49f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-tidy: modernize-loop-convert</title>
<updated>2016-04-30T17:50:45Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-30T17:48:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=97ecdf6a1b7f95bc1b342b3eaf141cd460249680'/>
<id>urn:sha1:97ecdf6a1b7f95bc1b342b3eaf141cd460249680</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-tidy: modernize-use-nullptr</title>
<updated>2016-04-30T17:50:44Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-30T17:23:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=505d0768f8392e3c4775425dd97f41e1c829ef44'/>
<id>urn:sha1:505d0768f8392e3c4775425dd97f41e1c829ef44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-format</title>
<updated>2016-04-29T22:57:48Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-29T22:57:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=690dd7a33ddc90678367d73adf313533536e10f2'/>
<id>urn:sha1:690dd7a33ddc90678367d73adf313533536e10f2</id>
<content type='text'>
</content>
</entry>
</feed>
