<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/cmake, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/cmake?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/cmake?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2025-12-22T10:51:29Z</updated>
<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>Fix cmake rules related to CMP0175 (#2687)</title>
<updated>2024-11-19T21:57:12Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-11-19T21:57:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=a344dbd0381c38958b92209e412743f2722c256b'/>
<id>urn:sha1:a344dbd0381c38958b92209e412743f2722c256b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Misc fixes to sound module related to autodetect (#2669)</title>
<updated>2024-08-02T12:17:53Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-08-02T12:17:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=1a1db4926d490f81f79ae42b6cf4b850afbaf7df'/>
<id>urn:sha1:1a1db4926d490f81f79ae42b6cf4b850afbaf7df</id>
<content type='text'>
* Sound options: don't immediately save changes when sound system gets autodetected; fix #2667

* If the config-saved sound system is not available anymore, force an autodetect; fix #2668

* Fix  "qt" sound system under qt6 and unify the code path for Qt5.

* If phonon is available, prefer it over "qt" sound system (the latter can only play wav files)

* Nuke support for aRts (KDE2/3 sound server) and ESD (Gnome sound server before 2009)

* Sound module: replace SoundEffect with QmediaPlayer to support more file formats. Adjust the priority of "qt" sound system in autodetect

* Convert to smart pointers

* Sound options: force an autodetect if the current sound system is not valid</content>
</entry>
<entry>
<title>Win uninstaller: correctly remove the "installed app" entry from registry on 64bit installs (#2670)</title>
<updated>2024-07-26T13:37:42Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-07-26T13:37:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=13a6fc31983763aad65a3da4247776b046be8b78'/>
<id>urn:sha1:13a6fc31983763aad65a3da4247776b046be8b78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove GTK Style flag; fix #2117. Default to Fusion theme on Windows (#2664)</title>
<updated>2024-07-15T20:27:16Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-07-15T20:27:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=96c3a4b70234f69fc6109cc9bc3c63d8c69f982e'/>
<id>urn:sha1:96c3a4b70234f69fc6109cc9bc3c63d8c69f982e</id>
<content type='text'>
* Remove the remnants of GTK Style

* Add a Qt6 entry in build info; keep Qt5 since some scripts may need it

* Default to Fusion style on windows</content>
</entry>
<entry>
<title>Fix Wayland appId (#2621)</title>
<updated>2024-03-21T08:57:50Z</updated>
<author>
<name>Reilly Brogan</name>
</author>
<published>2024-03-21T08:57:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=8c8adf27ca2a8ffb4579aab55868e1b54d457df3'/>
<id>urn:sha1:8c8adf27ca2a8ffb4579aab55868e1b54d457df3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NSIS: make the installer wait for the uninstall to finish before proceeding; fix #2546 (#2619)</title>
<updated>2024-03-17T16:54:19Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-03-17T16:54:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=c0a899866876f1b1363b0e8fd1ca3b5ee8f462e5'/>
<id>urn:sha1:c0a899866876f1b1363b0e8fd1ca3b5ee8f462e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch windows CI builds to Github Actions and Qt6 (#2606)</title>
<updated>2024-02-24T10:30:48Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-02-24T10:30:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=9e9049626a307f96a6f7cb512ef8111dd0502070'/>
<id>urn:sha1:9e9049626a307f96a6f7cb512ef8111dd0502070</id>
<content type='text'>
* Make build compatible with ninja generator

* Remove usage of Qt Windows Extras under qt6

* Avoid compilation noise on UNICODE redefinition

* Remove "KviHeapObject::operator new" signature for debug builds, add placement new operator

* Fix implicit cast of 0 to QFlags

* Fix Avoid ambiguous overload in concatenating strings

* KviIpcSentinel::winEvent - Adapt to changed method signature in qt6

* Remove windows 95/98/me support :)

* appveyor: try switching qt version

* Try creating a github action for windows build

* Remove appveyor config; move windows-only patches into dist/windows/patches</content>
</entry>
<entry>
<title>Use target_compile_features to select C++ standard (#2607)</title>
<updated>2024-02-12T22:49:14Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2024-02-12T22:49:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f5b1a71ba890a69f4ecf09b61a5d16014c873e37'/>
<id>urn:sha1:f5b1a71ba890a69f4ecf09b61a5d16014c873e37</id>
<content type='text'>
* Use target_compile_features to select C++ standard

* Modules and binary already inherit from kvilib</content>
</entry>
<entry>
<title>Check for QtMultimedia before using QSound; partially fix #2166 (#2604)</title>
<updated>2024-02-12T20:11:03Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-02-12T20:11:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=6b57f7f31bf91fffe93084399e9ad7fa2a4de33d'/>
<id>urn:sha1:6b57f7f31bf91fffe93084399e9ad7fa2a4de33d</id>
<content type='text'>
</content>
</entry>
</feed>
