<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2026-06-13T10:29:46Z</updated>
<entry>
<title>Fix compilation with openssl 4 (#2765)</title>
<updated>2026-06-13T10:29:46Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2026-06-13T10:29:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=d1de244fe7b45355237a871192d2680d9d9f1e86'/>
<id>urn:sha1:d1de244fe7b45355237a871192d2680d9d9f1e86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some c++20 warnings (#2766)</title>
<updated>2026-06-10T06:43:17Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2026-06-10T06:43:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=3f619131541499e1739a28344dd692bea2d12a30'/>
<id>urn:sha1:3f619131541499e1739a28344dd692bea2d12a30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows spellchecker: avoid crash on double deletion (#2758)</title>
<updated>2026-05-08T15:22:11Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2026-05-08T15:22:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=b637f5f35ae75ae51dc57e910df21c6dc872998e'/>
<id>urn:sha1:b637f5f35ae75ae51dc57e910df21c6dc872998e</id>
<content type='text'>
Fix #2757</content>
</entry>
<entry>
<title>Language Options: never translate the hardcoded "en" language code (#2755)</title>
<updated>2026-03-23T09:07:57Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2026-03-23T09:07:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=4bd2f9dac5d8af411dd1d344140d66502957018b'/>
<id>urn:sha1:4bd2f9dac5d8af411dd1d344140d66502957018b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>KviSSL: add SSL_OP_IGNORE_UNEXPECTED_EOF option to avoid "unexpected eof while reading" errors on SDCC completion. The remote peer may close down the connection without sending the mandatory close_notify alert on shutdown. Since OpenSSL3 this reports an SSL error, but since we can already detect if the transfer has been truncated, just restore the previous behavior and ignore the error. (#2751)</title>
<updated>2026-02-14T09:07:02Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2026-02-14T09:07:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=1ce98bb4fc6beb5934fd7057511d8b79e88563a6'/>
<id>urn:sha1:1ce98bb4fc6beb5934fd7057511d8b79e88563a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a spellchecker backend based on windows &gt;=8 integrated spellchecker (#2743)</title>
<updated>2025-12-22T10:51:29Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2025-12-22T10:51:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=e6317d4552dd84c2551bbf63b08e55205e8c9f68'/>
<id>urn:sha1:e6317d4552dd84c2551bbf63b08e55205e8c9f68</id>
<content type='text'>
* Add a spellchecker backend based on windows &gt;=8 integrated spellchecker

* CI: remove enchant from windows builds

* Assume Qt5 is Windows 7, Qt6 is Windows &gt;= 10

* Qt5 build is picking up a foreign libenchant from the build system, disable it</content>
</entry>
<entry>
<title>Add missing description for libera.chat modes (#2734)</title>
<updated>2025-12-08T21:57:15Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2025-12-08T21:57:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=4922f79f9b09e0f851bec44ccc78ae07441f2b72'/>
<id>urn:sha1:4922f79f9b09e0f851bec44ccc78ae07441f2b72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Topic widget: make the read-only label as similar as possible to the editable input editor (#2733)</title>
<updated>2025-12-08T18:30:26Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2025-12-08T18:30:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=48d1f83264264ca493715c0775cec14c42153927'/>
<id>urn:sha1:48d1f83264264ca493715c0775cec14c42153927</id>
<content type='text'>
* use the same contents margins
 * use the same font kerning and hinting preferences
 * use the same contents height
 * on options change (eg. new theme applied), force a recalc of inputeditor cached metrics</content>
</entry>
<entry>
<title>Options dialog: when searching don't force text to be black, on dark themes it's unreadable (#2732)</title>
<updated>2025-12-08T16:46:28Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2025-12-08T16:46:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=b85b55ce51d8ca78643ae91fa787d5fb0870dc93'/>
<id>urn:sha1:b85b55ce51d8ca78643ae91fa787d5fb0870dc93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix geometry sanity check to permit startup on secondary monitors (#2731)</title>
<updated>2025-12-07T17:02:14Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2025-12-07T17:02:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=4731ec54aa0a92a28ebe635fe2f0a4b60220da1a'/>
<id>urn:sha1:4731ec54aa0a92a28ebe635fe2f0a4b60220da1a</id>
<content type='text'>
Also, avoid a warning due to QGuiApplication::setHighDpiScaleFactorRoundingPolicy being called too late in application startup on qt6
Fix #2693</content>
</entry>
</feed>
