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
2020-09-02BUILD(qmake): RemoveRobert Adam
2020-07-29FEAT(talking-ui): Make channels selectableRobert Adam
2020-05-14src/mumble: Remove overlay related code if no-overlay option is usedRobert Adam
2020-04-24src/mumble: Implemented an optional TalkingUIRobert Adam
2020-04-22src/mumble/TextMessage.cpp: Implemented Markdown support for TextMessagesRobert Adam
2020-04-16Feature: Channel ListenersRobert Adam
2020-04-07src/mumble/mumble.pro: Moved concurrent dependency to other Qt depsRobert Adam
2020-03-06mumble/VersionCheck: Made assembling of RequestURL run in separate threadRobert Adam
2020-01-28Added configuration file for specifying whether a provided qt-translation sho...Robert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-11-15mumble.pro: don't link to PortAudio library, add "3rdparty/portaudio-src" as ...Davide Beatrici
2019-11-12fix build without OpusLartza
2019-10-31mumble.pro: don't link to JACK library, add "3rdparty/jack-src" as include pathDavide Beatrici
2019-10-05Remove DirectSound implementation codeDavide Beatrici
2019-07-31Replace deprecated QDesktopWidgetDavide Beatrici
2019-03-21themes: add "Classic - Old Style" themeDavide Beatrici
2019-01-26Merge PR #3589: Crossbuild fixDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2019-01-19src/mumble/mumble.pro: use PKG_CONFIG instead of hardcoding call to pkg-configChris Knadle
2018-07-23Remove icons which are not used anymore from the list of files to embedDavide Beatrici
2018-07-13Merge PR #3370: Fix Boost library link for MSYS2Davide Beatrici
2018-07-07Add RNNoise supportmain()
2018-07-06Compile Opus as shared libraryDavide Beatrici
2018-07-06Introduce OpusCodec to use Opus as shared libraryDavide Beatrici
2018-07-02Fix Boost library link for MSYS2Davide Beatrici
2018-07-02Jack: add stereo supportBernd Buschinski
2018-07-02Jack: add initial supportMark Felder
2018-04-02Add qtaccessiblewidgets to PLUGINS for Qt 4 builds.Mikkel Krautz
2018-03-18SvgIcon: add new class to work around issues with SVG QIcons in Plasma/KStatu...Mikkel Krautz
2018-02-13Build with PortAudio support only with "portaudio" CONFIG flagdavidebeatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-11-27mumble.pro: add correct Boost libraries to LIBS, now that we use boost_thread...Mikkel Krautz
2017-08-06Remove DIST directive from all .pro files.Mikkel Krautz
2017-08-05Fix assignment spacing in pro filesJan Klass
2017-08-05Fix indentation in pro filesJan Klass
2017-08-05os_early: a new mechanism for running OS-specific tasks immediately upon ente...Mikkel Krautz
2017-06-01Remove unnecessary "-ldl" library from Mumble and Murmur project filesdavidebeatrici
2017-05-21Move XML functions into separate classJan Klass
2017-04-29Make EnvUtils available to MurmurJan Klass
2017-04-22Add PathListWidget with drop functionalityJan Klass
2017-03-17Move "getenvQString()" function to a dedicated header and rename itDavide Beatrici
2017-03-17Move Windows GUID initialization to WinGUIDS.cpp file.Davide Beatrici
2017-03-17mumble.pro: Fix "avrt" library linkageDavide Beatrici
2017-03-17Timer.cpp: Fix missing Boost symbol for MinGWDavide Beatrici
2017-03-17mumble.pro: split MSVC/MinGW libsndfile linking, due to different ordering an...Davide Beatrici
2017-03-17mumble.pro: Link against "ksuser" in the MinGW buildDavide Beatrici
2017-03-17mumble.pro: Don't use "mt.exe" with MinGWDavide Beatrici
2017-03-16Use Qt Speech if specified and availableDavide Beatrici
2017-03-11mumble.pro: Use "3rdparty/asio" instead of "ASIO_PATH", if the folder existsDavide Beatrici
2017-03-05Move .pri files and "toolchain" folder in "qmake"Davide Beatrici