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-12FEAT: Make channel listeners persistent on serverRobert Adam
2022-08-12FIX(ui): Remove duplicate entry for "What's this?" in UserModelHartmnt
2022-08-01FEAT(client): Add possibility to change notification volumeHartmnt
2022-03-27CHANGE: Use Protobuf for UDP messagesRobert Adam
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-05-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-05-16FIX(server): ChannelListener IDs colliding across VServersRobert 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-16FEAT(client): Plugin frameworkRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-03-06REFAC: Make sure all macros are #undef'd againRobert Adam
2021-03-06REFAC(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-01-14FEAT(client): Add new icons to "What's this?"Robert Adam
2020-12-20FEAT(client): Add possibility to set nicknametandunn
2020-09-15FIX(client,ui): MainWindow not updating on vol. adj.Robert
2020-09-15FIX(client,ui): ChannelListener vol.-adj. displayRobert
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-31FEAT(talking-ui): Allow ChannelListeners to be shownRobert Adam
2020-08-31FIX(client,code): UserModel::getChannelRobert Adam
2020-08-31 REFAC(channel-listener): Use eventsRobert Adam
2020-08-29FEAT(client, mainwindow): Show volume adjustmentsRobert Adam
2020-07-02FEAT(client): Indicate talking users when locally mutedRobert Adam
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-05-14src/mumble: Remove overlay related code if no-overlay option is usedRobert Adam
2020-05-10src/mumble/UserModel.cpp: Added comments and some curly braces to UserModel::...Robert Adam
2020-05-10src/mumble/UserModel: Fixed rowOf() function for listener proxiesRobert Adam
2020-05-04src: Allow listener proxies in the same channel the actual user is inRobert Adam
2020-05-04src/mumble/UserModel.cpp: Make sure listener proxies result in different hash...Robert Adam
2020-04-24src/mumble/UserModel: Added functions to set the current selectionRobert Adam
2020-04-16Feature: Channel ListenersRobert Adam
2020-04-09src/mumble/UserModel: Added functions to retrieve the current selectionRobert Adam
2020-03-30src/mumble/UserModel.cpp: Fix talking indicatorRobert Adam
2020-02-28UI: Show lock icons next to enter restricted channels (either a locked or an ...Robert Adam
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-27Make client robust against server dropping occupied channelStefan Hacker
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-07-31Replace deprecated <QtAlgorithms> functionsDavide 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-06-18Fix #3411: Threaded access to DatabaseJan Klass
2018-03-26UserModel: show muted/deafened state icon only in the right hand columndavidebeatrici
2018-03-12Add push-to-mute status icondavidebeatrici
2018-03-12Change icon when muted/deafeneddavidebeatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-10-17Check ClientUser pointer before dereferencepchk
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-12-23Default case for user dragging is unneededLari Tikkanen