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-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
2017-08-06ConnectDialog: Move default server name logic to fromMimeDataJan Klass
2017-08-06ConnectDialog: Separate fromMimeData and fromUrlJan Klass
2017-08-06ConnectDialog: Describe parsing of windows URL shortcut filesJan Klass
2017-07-23ConnectDialog: re-arrange lookedUp() code to avoid recursive runloop problem.Mikkel Krautz
2017-07-04Make comparison case-insensitive in ConnectDialog.cppJames Fraser
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-07Drop redundant if condition in else caseJan Klass
2017-02-04Fix usage of QFileInfo for Qt4Jan Klass
2017-02-02Show fallback icon on missing country flag iconJan Klass