aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_sound.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Misc fixes to sound module related to autodetect (#2669)Gravatar ctrlaltca2024-08-021-20/+25
| | | | | | | | | | | | | | | | | * 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
* Revert "Allow adding tooltips to other widgets in the options dialogs."Gravatar Szymon Tomasz Stefanek2017-12-291-3/+0
| | | | This reverts commit 2f723938d6434302e6538e145bf8e1839de93b62.
* Allow adding tooltips to other widgets in the options dialogs.Gravatar Andrio Celos2017-12-281-0/+3
|
* sound: Fix jumpingGravatar staticfox2017-09-271-5/+6
|
* Minor cleanupsGravatar staticfox2017-09-271-25/+13
|
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-6/+3
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-2/+2
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-59/+59
|
* Improve string label: On me was kicked -> When I am Kicked.Gravatar un1versal2015-12-301-1/+1
| | | | | wodim should have reviewed the PR that changed this string months ago, he especially had plenty opportunity for 3+ weeks while PR was up. @ctrlaltca would you mind terribly doing a transifex push for this?
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* OptionsWidget_Various typos, consistency and capitalizationGravatar un1versal2015-10-221-4/+4
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-1/+0
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* fix Winamp messages thx @wodimGravatar un1versal2015-10-081-1/+1
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-5/+5
| | | | | | | | | for that" commits) - 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
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-3/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* another compilation fix for win32Gravatar Fabio Bas2012-02-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6077 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.Gravatar Fabio Bas2012-02-261-2/+2
| | | | | | | | This fixes most of the random crashes on osx, and is the base for a next change in the menubar. Addiotional fix: "disconnect" menu entry was broken since the 3.x era git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6072 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixGravatar Elvio Basello2011-03-251-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5707 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed compilation on windowsGravatar Elvio Basello2011-03-251-5/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5706 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked KviLocale stuff: now it's a singletonGravatar Elvio Basello2011-03-251-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5696 17fca916-40b9-46aa-a4ea-0a15b648b75c
* improved hungarian notation;Gravatar Elvio Basello2011-03-231-3/+4
| | | | | | | | added doxygen comments; updated docs; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5678 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-0/+356
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c