<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/snd, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/snd?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/snd?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2024-08-02T12:17:53Z</updated>
<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>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>
<entry>
<title>Misc Qt6 port for slightly changed class names and method signatures</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-10-04T20:50:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=b62b83e7772e9fba12fd6eadb6c1e70924ccf173'/>
<id>urn:sha1:b62b83e7772e9fba12fd6eadb6c1e70924ccf173</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert 0s and NULLs to nullptr</title>
<updated>2018-12-04T01:26:31Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-12-04T01:26:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=3820267cf16d09b7e8e2d7a8f30b7a340f300934'/>
<id>urn:sha1:3820267cf16d09b7e8e2d7a8f30b7a340f300934</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use override where possible and remove unnecessary usages of the virtual keyword.</title>
<updated>2018-11-29T03:02:03Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-11-29T03:00:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2c52bee29d4636bcdce407ac91b353d34d89258c'/>
<id>urn:sha1:2c52bee29d4636bcdce407ac91b353d34d89258c</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>Fix the sound system autodetection (#2278)</title>
<updated>2017-12-27T20:22:42Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-12-27T20:22:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=582252f695587d3b9f67f1cee24315aff5f8ba2d'/>
<id>urn:sha1:582252f695587d3b9f67f1cee24315aff5f8ba2d</id>
<content type='text'>
* Automatically detect a sound system during first startup.

Previously, the default system for Windows was "null".

* Remove phonon from the sound system autodetection list.

Our phonon detection code didn't work well, and "qt" is a safe
default for Linux.
</content>
</entry>
<entry>
<title>Make Windows code Unicode-aware (#2219)</title>
<updated>2017-05-24T10:10:49Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-05-24T10:10:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=8b81b079117e37d8e09d110bdffd3e6eaf2a3543'/>
<id>urn:sha1:8b81b079117e37d8e09d110bdffd3e6eaf2a3543</id>
<content type='text'>
</content>
</entry>
<entry>
<title>snd module: Fix file descriptor check</title>
<updated>2017-03-10T02:15:37Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2017-03-10T02:15:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=85761b2ad0767561629b21d14f68b8312fc4be77'/>
<id>urn:sha1:85761b2ad0767561629b21d14f68b8312fc4be77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-tidy: modernize-use-default</title>
<updated>2016-04-30T17:50:44Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-30T17:34:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=a37bd1dfeb81c8cd44453e186a43c1b29883ab49'/>
<id>urn:sha1:a37bd1dfeb81c8cd44453e186a43c1b29883ab49</id>
<content type='text'>
</content>
</entry>
</feed>
