| Commit message (Expand) | Author | Age | Files | Lines |
| * | Misc fixes to sound module related to autodetect (#2669)•••* 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 | ctrlaltca | 2024-08-02 | 1 | -102/+73 |
| * | Check for QtMultimedia before using QSound; partially fix #2166 (#2604) | ctrlaltca | 2024-02-12 | 1 | -0/+8 |
| * | Misc Qt6 port for slightly changed class names and method signatures | Fabio Bas | 2023-10-18 | 1 | -0/+10 |
| * | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 1 | -2/+2 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 1 | -1/+1 |
| * | Fix the sound system autodetection (#2278)•••* 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.
| wodim | 2017-12-27 | 1 | -10/+0 |
| * | Make Windows code Unicode-aware (#2219) | wodim | 2017-05-24 | 1 | -1/+1 |
| * | snd module: Fix file descriptor check | IceN9ne | 2017-03-09 | 1 | -3/+2 |
| * | Apply clang-tidy: modernize-use-default | Alexey Sokolov | 2016-04-30 | 1 | -4/+2 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 1 | -8/+8 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 1 | -342/+338 |
| * | Remove all ifdefs related to older versions of Qt.•••Now that we only support Qt 5 we will no longer need these.
| wodim | 2016-04-07 | 1 | -12/+2 |
| * | Fix deprecated phonon4qt5 warning. | TheReign | 2015-12-29 | 1 | -1/+1 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 1 | -1/+1 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 1 | -1/+1 |
| * | Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers
with pitchforks running over to my desk
| Matt Ullman | 2015-10-18 | 1 | -1/+0 |
| * | - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- 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
| Robert Förster | 2014-11-21 | 1 | -2/+2 |
| * | Compile and run with Qt5.0. Also add a couple of KVS functions for byte order...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2012-12-22 | 1 | -2/+2 |
| * | fix previous commit•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6266 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-10-02 | 1 | -3/+7 |
| * | Some more qt5 porting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6265 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-10-02 | 1 | -6/+1 |
| * | qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-25 | 1 | -6/+10 |
| * | More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-29 | 1 | -1/+1 |
| * | More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-27 | 1 | -2/+2 |
| * | Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-25 | 1 | -7/+7 |
| * | applied typo fixes for the "file" and "config" modules (thank OmegaPhil)•••fixed fsf address in python/pythoncore modules
fixed "space before comma" in documentation/coments/code
regenerated translations
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-08-31 | 1 | -1/+1 |
| * | cleaned code: removed all instances of debug•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4805 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-08-07 | 1 | -18/+18 |
| * | Trunk is now 4.1.1 since we've moved past the security issue :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4746 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-08-01 | 1 | -0/+1 |
| * | Fix phonon playback (at least via xine engine). Amplify the test jingle a bit.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4379 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-05-27 | 1 | -0/+2 |
| * | fixed segfault•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4378 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-05-27 | 1 | -4/+6 |
| * | Kill some debug noise.•••Fix painting of themed input editor under some styles (hm.. do we *REALLY* need to theme this ? under some themes it's ugly)
Some work on the sound module: fixes for the Oss+Audiofile and Phonon systems.
Add support for testing the sound system from the option dialog.
Add a basic jingle sound that can be used for the test above (maybe we could find something nicer and smaller ?)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4371 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-05-24 | 1 | -51/+189 |
| * | avoid opening the sound device in exclusive mode and also avoid opening the s...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4353 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-05-22 | 1 | -6/+8 |
| * | final fix for #695, plus added missing po files for "python" and "sharedfile"...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-01-24 | 1 | -1/+2 |
| * | restored lowercase phonon #includes (fixes phonon compilation without KDE); t...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3669 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-12-06 | 1 | -3/+3 |
| * | some phonon tweaking•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3519 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-09-24 | 1 | -4/+7 |
| * | updates FSF address, thanks to Kebianizao for noticing•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Markus Rennings | 2009-05-08 | 1 | -1/+1 |
| * | Cleaned up a bit phonon support•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3197 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-05-07 | 1 | -28/+5 |
| * | re-enabled usage of esd, oss, oss+audiofile audio backends•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3195 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-05-07 | 1 | -90/+16 |
| * | removed additional whitespace•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3072 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Markus Rennings | 2009-02-07 | 1 | -1/+1 |
| * | hopefully removed all the remaining noisy messages from gcc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2841 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-11-08 | 1 | -5/+5 |
| * | Fix continue behaviour in for and foreach•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2490 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2008-09-18 | 1 | -1/+19 |
| * | fixed license template for modules from n to the end;•••please, when you create a new file or edit an old one, don't
simply copy/paste the license from an other file, but adjust
the infos in it (author, datetime, license owner)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2485 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-09-18 | 1 | -3/+3 |
| * | Hack KviIrcSocket in order to allow entering SSL mode after the STARTTLS ackn...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2341 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2008-08-28 | 1 | -3/+6 |
| * | Cmake checks for audiofile support•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2321 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2008-08-27 | 1 | -5/+5 |
| * | Added Phonon cmake module from KDE4, now using it.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2177 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-08-04 | 1 | -18/+14 |
| * | fix for phonon support (working on mingw32+mplayer backend :))•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1974 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-07-01 | 1 | -7/+17 |
| * | mingw32: fixed module compilation up to kvirijndael; added some installation ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1864 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-05-28 | 1 | -7/+7 |
| * | Use CMAKE_INSTALL_PREFIX instead of INSTALL_PREFIX. Also hopefully fix out of...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1744 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2008-05-11 | 1 | -2/+2 |
| * | QFix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1717 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-05-08 | 1 | -1/+1 |
| * | more Phonon&kde4•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1498 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-04-18 | 1 | -2/+8 |
| * | QT4 port: QIconSet (completed), objects module (w.i.p.), code clean.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1480 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Noldor | 2008-04-14 | 1 | -2/+6 |