Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-01FEAT(client): Add possibility to change notification volumeHartmnt
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-05-16Merge PR #4994: FIX(client): Echo cancellation options not translatedRobert Adam
2021-05-15FEAT(client): Revamp positional audio settings pageRobert Adam
2021-05-15MAINT: Remove overly verbose copyright noticeRobert Adam
2021-05-13FIX(client): Echo cancellation options not translatedRobert Adam
2021-05-10FIX(client): Properly show currently selected audio device in settings dialogDavide Beatrici
2021-04-20FEAT(client): Implement a mute cuePhilipp Kern
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-06REFAC(client): Avoid name clash for "registrar"Robert Adam
2021-03-06REFAC(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-02-11REFAC(audio): Move echo cancellation options into an enum.Terry Geng
2021-02-11FEAT(ui, audio): Customizable platform-dependent echo canceller listTerry Geng
2021-02-11FEAT(audio, mac): Experimental echo cancellation with Mac's native VoIP AUTerry Geng
2021-01-12FEAT(audio, ui): Show notice in audio config if mic access was deniedTerry Geng
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-09-08FEAT(client, ui): Noise suppression settingsRobert Adam
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-06-05src/mumble: Group all attenuation settings togetherRobert Adam
2020-06-04src/mumble/AudioOutput.ui: Move positional audio option to proper sectionRobert Adam
2020-05-31Merge pull request #4211: More accessibility enhancements for accessibility c...Robert Adam
2020-05-29src/mumble/AudioConfigDialog: Fixed infinite loop caused by #4215.Terry Geng
2020-05-28Accessibility: Added accessibility text to dialogsEthin Probst
2020-05-28src/mumble/AudioConfigDialog: Set the echo combo box to "off" before disable itTerry Geng
2020-05-14src/mumble: Added tooltip for echo cancellationRobert Adam
2020-05-03src/mumble: If echo cancellation is disabled, explain why in the tooltipRobert Adam
2020-04-29src/mumble/AudioConfigDialog: Make enablement of echo ComboBox consistent wit...Robert Adam
2020-04-29src/mumble: Extended ConfigWidget interface to include name propertyRobert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-10Remove Qt::escape() -> QString::toHtmlEscaped() compatibility layerDavide Beatrici
2019-09-20Implement & auto-select Opus' low delay modetrudnorx
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-07-07Add RNNoise supportmain()
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-05-09Added a "Undo Idle action upon activity" setting.Andrew Johnson
2017-03-16Mumble: remove expert mode.Mikkel Krautz
2017-01-21Revert PR #2674: Mumble: convert AudioInputPtr and AudioOutputPtr to use QSha...Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-11-28Mumble: convert AudioInputPtr and AudioOutputPtr to use QSharedPointer instea...Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-10-28Fix remaining frontend warnings for mumbleStefan Hacker
2015-05-10PulseAudio: Add options to disable attenuating applications on other audio ou...Charles Ricketts
2015-05-06fix minor spelling mistakeTim Cooper
2014-10-21Make AudioInputDialog and AudioOutputDialog use own icons.Stefan Hacker
2014-04-11Be more stringent about properly escaping external strings in HTML ('rich tex...Tim Cooper
2014-01-20AudioOutput: add an 'attenuate others' option for priority speakers.Piratonym