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-09-08REFAC(client, server): Rename uiVersion to m_versionHartmnt
2022-09-08FIX(client, server): Fix patch versions > 255Hartmnt
2022-06-05FEAT(client, ui): separate ipv4 and ipv6 in ServerItem tooltipJan Neugebauer
2022-03-27CHANGE: Use Protobuf for UDP messagesRobert Adam
2022-03-22CHANGE(client): Display lost packages instead of received onesRobert Adam
2022-03-22REFAC(client): Prefer std::min over qminRobert Adam
2022-02-11Merge PR #5531: CHANGE(client): Use JSON file for storing settingsRobert Adam
2022-02-07CHANGE(client): Use JSON file for storing settingsRobert Adam
2022-02-06DOCS: Fix typosluz paz
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-06-03REFAC: Turn MumbleVersion into namespaceRobert Adam
2021-05-11REFAC(client): Use constant for root channel IDRobert Adam
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): Remove global "g" macroRobert Adam
2021-03-05TRANSLATION: Revert "REFAC(client): Use QObject to access static tr()"Jan Klass
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-02-21FIX(client, accessibility): Duplicate keyboard shortcutsRobert Adam
2021-02-21REFAC(client): Use QObject to access static tr()Robert Adam
2021-02-06FIX(client): Only allow "http"/"https" for URLs in ConnectDialogDavide Beatrici
2021-01-13FIX(client, server): Fix protocol version not being set correctlyDavide Beatrici
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-07-08FEAT(settings): Allow disabling of the public server listTim-Marek Thomas
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-06-22FEAT(serverbrowser): Update serverbrowser UIPopkornium18
2020-06-11REFAC(deprecated): Replace qrandRobert Adam
2020-05-28Accessibility: Added accessibility text to dialogsEthin Probst
2020-02-27Qt: Adapted to use range-based constructors for lists/vectors/sets forRobert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-11-10ConnectDialog: fix build without BonjourDavide Beatrici
2019-10-10Remove remaining Qt 4 stuffDavide Beatrici
2019-10-10Remove Qt::escape() -> QString::toHtmlEscaped() compatibility layerDavide Beatrici
2019-10-06Fix dangling else warning in ConnectDialog::OnSortChanged()Davide Beatrici
2019-09-25BonjourClient: convert raw pointers to QScopedPointer(s)hbarker
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
2019-01-17ConnectDialog: create "Unknown" continent, never expand it automaticallyDavide Beatrici
2018-06-18Fix #3411: Threaded access to DatabaseJan Klass
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-11-26ConnectDialog: use port from ServerResolverRecord instead of original port fr...Mikkel Krautz
2017-11-11Do not update fill suggestion on clipboard changesJan Klass
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