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-09FIX(client): Explicitly store shortcut type in DBRobert Adam
2022-03-27CHANGE: Use Protobuf for UDP messagesRobert Adam
2022-03-12FIX(client): DB not found after migration on WindowsRobert Adam
2022-02-07FIX(client): Save shortcuts in a single DB transactionRobert Adam
2022-02-07FIX(client): DB transactions not effectiveRobert Adam
2022-02-07REFAC(client): Don't delete shortcuts on saveRobert Adam
2022-02-07CHANGE(client): Use JSON file for storing settingsRobert Adam
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-12-29CHANGE(client): Remove channel listener persistenceRobert 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-02MAINT: Update copyright notice to 2021Robert Adam
2020-12-20FEAT(client): Add possibility to set nicknametandunn
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-04FEAT(client): Allow specifying config file via commandline switchPopkornium18
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-06-17FEAT(tts): Allow disabling Text-To-Speech per userPopkornium18
2020-04-16Feature: Channel ListenersRobert 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-07-31Database.cpp: replace deprecated QSqlError::number() with QSqlError::nativeEr...Davide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-06-18Fix #3411: Threaded access to DatabaseJan Klass
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-10-22Switch client DB to sqlite synchronization mode NORMALStefan Hacker
2017-06-10ConnectDialog, Database: use UnresolvedServerAddress type for the ping cache.Mikkel Krautz
2017-04-28Simplify returnsJan Klass
2017-04-28Checking with PVS-Studio static analyser.Svyatoslav
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-12-09Database: use separate QFile variables for legacy DB path and modern DB path.Mikkel Krautz
2015-12-08Unhide mumble.sqlite on non-Windowsdoggone
2015-10-28Fix remaining backend warnings in mumbleStefan Hacker
2015-10-17Add local per-user volume adjustment.Fredrik Nordin
2014-08-22Replace all uses of QT_VERSION_CHECK with explicit version.Stefan Hacker
2014-08-17Use QStandardPaths's DataLocation instead of GenericDataLocation when looking...Mikkel Krautz
2014-04-11Be more stringent about properly escaping external strings in HTML ('rich tex...Tim Cooper
2013-09-19First set of fixes for filter patchStefan Hacker
2013-07-09Added channel hiding/filter featuredc6jgk
2013-06-29mumble: migrate hardcoded 0x050000 Qt version to the QT_VERSION_CHECK macro.Mikkel Krautz
2013-06-29mumble, murmur: Qt 5 support for Linux.Mikkel Krautz
2013-06-05fix 2 typos, add TODOsKissaki
2012-12-10Add debug output to client-side SQL queries.Stefan Hacker
2012-12-09fix bug 924: Server favorites disappear on second Mumble instance (-m)Kissaki
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-10-14Add local-ignore-text-messages option.Jamie Fraser