<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/cmake/modules, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/cmake/modules?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/cmake/modules?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>- massive trailing whitespace cleanup (yes, one of these "you can hate me for that" commits)</title>
<updated>2014-11-21T14:34:32Z</updated>
<author>
<name>Robert Förster</name>
</author>
<published>2014-11-21T14:34:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=43e0468a233a49b1010f34c5ce888204fa4e9416'/>
<id>urn:sha1:43e0468a233a49b1010f34c5ce888204fa4e9416</id>
<content type='text'>
- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks!
- fix compilation on qt 5.4 on windows

git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>- small cleanup to FindPhonon.cmake</title>
<updated>2013-10-28T01:30:15Z</updated>
<author>
<name>Robert Förster</name>
</author>
<published>2013-10-28T01:30:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=1d2d54fdbb646ab362d5b8c014f4f31cf460e0db'/>
<id>urn:sha1:1d2d54fdbb646ab362d5b8c014f4f31cf460e0db</id>
<content type='text'>
- move kde check around, if that still breaks, i know a better way to fix that then moving it back it fixes a display bug where Qt4_FOUND was never validated, but it somehow worked anyway
- maybe fix #1428, if WANT_QT4 is not specified, Qt5 isn't there, but Qt4 is found just use that. (for now)
- add some (currently useless) product values, looks like this will turn into a guessing game since they are undocumented (and on top of that, the api is deprecated (and the new api is useless for us, yay))

git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6366 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>- some files were missing newlines, add them</title>
<updated>2012-10-04T09:33:47Z</updated>
<author>
<name>Robert Förster</name>
</author>
<published>2012-10-04T09:33:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=806bdb7d688c6401b2e732f7efbc03417c4570b8'/>
<id>urn:sha1:806bdb7d688c6401b2e732f7efbc03417c4570b8</id>
<content type='text'>
- sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though.

git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>convert cmake files to lowercase statements prehistoric cmake versions required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit )</title>
<updated>2012-10-04T09:29:35Z</updated>
<author>
<name>Robert Förster</name>
</author>
<published>2012-10-04T09:29:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=91f40dca07efe74bbb29eb911ae23a8b2da2fdbe'/>
<id>urn:sha1:91f40dca07efe74bbb29eb911ae23a8b2da2fdbe</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>more on "break python everywhere"</title>
<updated>2012-04-01T16:10:22Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2012-04-01T16:10:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=e14704c5d2891dec458102bff1ea9494eaf9364a'/>
<id>urn:sha1:e14704c5d2891dec458102bff1ea9494eaf9364a</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6116 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>- nuke PCH support from orbit as discussed with Pragma, it never worked anyway, we are waiting for proper support from CMake upstream</title>
<updated>2012-01-15T12:15:14Z</updated>
<author>
<name>Robert Förster</name>
</author>
<published>2012-01-15T12:15:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=9bd34bc55803e7e2cec782fc018dfea293cda58e'/>
<id>urn:sha1:9bd34bc55803e7e2cec782fc018dfea293cda58e</id>
<content type='text'>
- add a missing file to svn:ignore
- do not add -mwindows in the root CMakeLists.txt file, add_executable with WIN32 flag should handle that already. (the WIN32 flag is just silently ignored on non-windows)

git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6053 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>Fix the phonon fix?</title>
<updated>2012-01-05T16:07:57Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2012-01-05T16:07:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=c05532222caa1a1195315fc17b25424b778cab28'/>
<id>urn:sha1:c05532222caa1a1195315fc17b25424b778cab28</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6030 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>When building in debug mode try to use the debug phonon library</title>
<updated>2012-01-05T15:42:09Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2012-01-05T15:42:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=740eb720d63142dd92122bfefc7f4d528b334267'/>
<id>urn:sha1:740eb720d63142dd92122bfefc7f4d528b334267</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6026 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>merge KDE r1083071 by rkcosta: Clean up FindLibV4L2.cmake</title>
<updated>2010-01-31T15:43:12Z</updated>
<author>
<name>Robert Förster</name>
</author>
<published>2010-01-31T15:43:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=a3170d4f9b338e9184f90c730245be93f33a1df2'/>
<id>urn:sha1:a3170d4f9b338e9184f90c730245be93f33a1df2</id>
<content type='text'>
- some svn:eol-style fixes in the cmake files


git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3920 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
</feed>
