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-16FEAT(client): Plugin frameworkRobert Adam
2021-04-09MAINT: Update copyright notice to 2021 (Part II)Robert
2021-04-03FIX(client, markdown): Wrong line break HTML codeRobert Adam
2021-03-28FEAT(client, ui): Revamped server information dialogRobert Adam
2021-03-06REFAC(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-02-23REFAC(client): URL version checkingRobert Adam
2021-02-23FEAT(client): Display warning for invalid URL versionRobert Adam
2021-02-23FIX(client): Acutally default to current versionRobert Adam
2021-02-21FIX(client): Don't show URL password in clear textRobert Adam
2021-02-15FIX(overlay, mac): handle hideEvent without USE_OVERLAYcfstras
2020-12-20FEAT(client): Add possibility to set nicknametandunn
2020-12-15FIX: Revert audio corking (PulseAudio)Robert Adam
2020-11-16FIX(talking-ui): Context-menu z-index issuesRobert
2020-11-03FEAT(client): Adds a new shortcut which hides/shows the main windowMeru Alagalingam
2020-09-15FIX(client,ui): MainWindow not updating on vol. adj.Robert
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-31 REFAC(channel-listener): Use eventsRobert Adam
2020-08-27FEAT(talking-ui): Save last positionRobert Adam
2020-08-21FIX(client): Racecondition deleting ChannelListenersRobert Adam
2020-08-21FIX(client): Racecondition deleting shortcutsRobert Adam
2020-07-11FIX(client): Always run Disconnected-EH on exitRobert Adam
2020-07-02FEAT(client): Indicate talking users when locally mutedRobert Adam
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-06-20FEAT(client): Show info if some change could not be savedPopkornium18
2020-06-17Merge pull request #4287: Allow disabling of TTS for specific users Robert Adam
2020-06-17FEAT(tts): Allow disabling Text-To-Speech per userPopkornium18
2020-06-13FEAT: Send images dragged onto the chat bar.Terry Geng
2020-06-12FEAT: Send image pasted onto the chat bar.Terry Geng
2020-06-11REFAC(deprecated): Use QFlag default constructorRobert Adam
2020-06-06src: Made CryptState an abstract class, in order to support multiple crypto t...Terry Geng
2020-06-03Merge pull request #4196: Add permission for Reset Comment/AvatarRobert Adam
2020-06-03ACL:Add new permission for Reset Comment/Avatar in server & clientAlex Scorer
2020-05-28Accessibility: Added accessibility text to dialogsEthin Probst
2020-05-20Merge pull request #4165: Remove overlay related code if no-overlay option is...Robert Adam
2020-05-17Merge pull request #4155: Added option to add custom window title extensionRobert Adam
2020-05-14Merge pull request #4138: Don't hide the setting if no-update config was usedRobert Adam
2020-05-14src/mumble: Added option to add custom window title postfixRobert Adam
2020-05-14src/mumble: Remove overlay related code if no-overlay option is usedRobert Adam
2020-05-13Merge pull request #4144: Implemented options to display channel hierarchy in...Robert Adam
2020-05-08src/mumble/MainWindow: Added context action to join user's channelRobert Adam
2020-05-07src/mumble: Implemented options to display channel hierarchy in TalkingUIRobert Adam
2020-05-07Merge pull request #4118: Added setting for TalkingUI to keep local user visibleRobert Adam
2020-05-07src/mumble: Don't hide the setting if no-update config was usedRobert Adam
2020-05-04src: Allow listener proxies in the same channel the actual user is inRobert Adam
2020-04-30src/mumble: Added setting for TalkingUI to keep local user visibleRobert Adam
2020-04-24src/mumble: Implemented an optional TalkingUIRobert Adam
2020-04-22src/mumble/TextMessage.cpp: Implemented Markdown support for TextMessagesRobert Adam
2020-04-16Feature: Channel ListenersRobert Adam