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-03-27CHANGE: Use Protobuf for UDP messagesRobert Adam
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-03-06REFAC(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-07-02FEAT(client): Indicate talking users when locally mutedRobert Adam
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
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
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-11-15OverlayUserGroup: fix build in OS X ifdef block.Mikkel Krautz
2015-10-28Fix overlay code related warnings in mumbleStefan Hacker
2014-02-23Refactor code: Create headers for cpp filesKissaki
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-05-16Fix some compiler warningsThorvald Natvig
2011-05-14Add and remove some forward declares from header filesBenjamin Jemlich
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-03-13Indent, changelog, submodule and language updateThorvald Natvig
2011-03-09Overlay: add sorting options, including ability to sort on last state changeMartijn Stolk
2011-03-09Overlay: add support for displaying active usersMartijn Stolk
2010-11-18Unify User/ClientUser sorting. Fix "usernames in overlay are in different ord...Stefan Hacker
2010-11-06Fix rounding behavior in conjunction with iroundf macro in lots of places.Stefan Hacker
2010-09-02Indent, changelog, submodule and language updateThorvald Natvig
2010-08-29Manually embed OverlayUserGroup into QGraphicsScene on Mac OS X to get correc...Mikkel Krautz
2010-08-29Use event->widget() as parent for OverlayUserGroup context menu when not embe...Mikkel Krautz
2010-08-24Fix config layout, some code fixesNicos Gollan
2010-08-24Broke up monster Overlay.cppNicos Gollan