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
2021-04-16FEAT(client): Plugin frameworkRobert 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
2020-10-31FIX(client): Also respect MUMBLE_PLUGIN_PATH in debug modeRobert Adam
2020-10-24BUILD(cmake): Revamp install pathsRobert
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-13FIX(client): Compile error without manual pluginRobert Adam
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-05-28Accessibility: Added accessibility text to dialogsEthin Probst
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 remaining Qt 4 stuffDavide Beatrici
2019-10-10Remove Qt::escape() -> QString::toHtmlEscaped() compatibility layerDavide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-03-05Include "Global.h" after "Mumble.pb.h", to avoid a redefinition issue with pr...Davide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-03-16Mumble: remove expert mode.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-08-13Plugins: teach Linux pid-fetcher to be Wine-aware.Mikkel Krautz
2016-08-05Plugins: fill out pids map on Linux.Mikkel Krautz
2016-07-17Rename the manual plugin's files in src/mumble to be ManualPlugin.{cpp,h,ui}.Mikkel Krautz
2016-07-17Teach the Plugins class about the built-in manual plugin.Mikkel Krautz
2016-07-17Plugins: add MumblePluginQt to better support the 'manual' plugin.Mikkel Krautz
2016-05-21Plugins, VersionCheck: don't pass WTD_LIFETIME_SIGNING_FLAG to WinTrust APIs.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-12-30Plugins: remove unused url parameter from fetchedUpdatePAPlugins slot.Mikkel Krautz
2015-12-30Update WebFetch, and its users, to use the new service hostnames and endpoint...Mikkel Krautz
2015-10-28Fix various shadow warnings in mumble by renamingStefan Hacker
2015-06-01Use MumbleApplication::applicationVersionRootPath() throughout Mumble to supp...Mikkel Krautz
2014-08-22Replace all uses of QT_VERSION_CHECK with explicit version.Stefan Hacker
2014-07-16Use set the 'os' query parameter to 'WinX64' when doing version checks and pl...Mikkel Krautz
2014-04-11Be more stringent about properly escaping external strings in HTML ('rich tex...Tim Cooper
2014-04-05Plugins: add support for the 'path' attribute in plugin auto-update XML.Mikkel Krautz
2013-12-15mumble: add os=MacOSX-Universal to VersionCheck.cpp and Plugins.cpp.Mikkel Krautz
2013-06-29mumble, plugins: allow 'manual' plugin dialogs to work OS X when using Qt 5.Mikkel Krautz
2013-06-29mumble: migrate hardcoded 0x050000 Qt version to the QT_VERSION_CHECK macro.Mikkel Krautz
2013-06-29mumble: Qt 5 support for OS X.Mikkel Krautz
2013-06-29mumble: fix HWND handling for Qt 5.Mikkel Krautz
2013-06-29mumble, murmur: Qt 5 support for Windows.Mikkel Krautz
2013-06-29mumble, murmur: Qt 5 support for Linux.Mikkel Krautz
2013-01-14Introduce concept of NULL plugin to retract plugins.Stefan Hacker
2012-02-26Misc fixesBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-05-14Fixes for /Zc:wchar_tBenjamin Jemlich
2011-03-25;Thorvald Natvig
2011-03-22Create common utility class for fetching from mumble.infoThorvald Natvig