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-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-09-22FEAT(client, server): use native mDNS/DNS-SD API on Windows, if availableDavide Beatrici
2020-09-22REFAC(client, server): replace "Bonjour" with "Zeroconf", except for 3rdpartyDavide Beatrici
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-06-22FEAT(serverbrowser): Update serverbrowser UIPopkornium18
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-11-10ConnectDialog: fix build without BonjourDavide Beatrici
2019-10-10Remove Qt 4 includesDavide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-08-19Fix code formattingJan Klass
2017-08-07ConnectDialog: Show fill suggestion for current serverJan Klass
2017-08-07ConnectDialog: Update prefill-ability notice on clipboard changesJan Klass
2017-08-07ConnectDialog: Handle HTTP URLs from clipboardJan Klass
2017-08-06ConnectDialog: Move ConnectDialogEdit prefill logic into separate constructorJan Klass
2017-08-06ConnectDialog: Move default server name logic to fromMimeDataJan Klass
2017-08-06ConnectDialog: Separate fromMimeData and fromUrlJan Klass
2017-06-10ConnectDialog: update the connect dialog to use ServerResolver for hostname l...Mikkel Krautz
2017-06-10ConnectDialog, Database: use UnresolvedServerAddress type for the ping cache.Mikkel Krautz
2017-06-10ConnectDialog: use ServerAddress for address list in ServerItem, and for qhDN...Mikkel Krautz
2017-06-10ConnectDialog: use ServerAddress instead of QPair-based qpAddress type.Mikkel Krautz
2017-04-10Net: refactor HostAddress class to its own set of files.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-11-26Fix Windows no-pch build by including correct headers in .h files.Mikkel Krautz
2016-11-26ConnectDialog: add ServerViewDelegate for ConnectDialog's QTreeView to be abl...Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-12-24ConnectDialog: disable ping and host lookups when using a proxy.Mikkel Krautz
2015-10-28Fix various shadow warnings in mumble by renamingStefan Hacker
2015-10-18ConnectDialog, ServerHandler: use HostAddress instead of QHostAddress when co...Mikkel Krautz
2015-05-08Do not consider a default hostname from clipboard to be customStefan Hacker
2015-05-08Move label to bottom of connect dialog and default it to hostnameNik Johnson
2014-09-20Fix ServerView::mimeData not actually overriding base class function.Stefan Hacker
2014-09-20Introduce use of Q_DECL_OVERRIDE and Q_DECL_FINAL into the codebase.Stefan Hacker
2014-08-22Replace all uses of QT_VERSION_CHECK with explicit version.Stefan Hacker
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, murmur: Qt 5 support for Windows.Mikkel Krautz
2013-06-29mumble, murmur: Qt 5 support for Linux.Mikkel Krautz
2013-06-04add path (sub-src) to header guard defineKissaki
2013-06-04Prepend Projectname to header guard definesKissaki
2012-02-26Misc fixesBenjamin Jemlich
2011-11-11Windows build fixesBenjamin Jemlich
2011-11-09Remove Qt <4.6 compatibility definesBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-10-01Make edit button greyed out if selected item is not a favorite.Jamie Fraser
2011-05-15Fix uppercase vs lowercase vs PCH include problemsBenjamin Jemlich
2011-05-14Add and remove some forward declares from header filesBenjamin Jemlich
2011-03-22Create common utility class for fetching from mumble.infoThorvald Natvig