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-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-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-10Remove remaining Qt 4 stuffDavide Beatrici
2019-09-25OverlayClient: 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
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-06-25OverlayClient: hide QGraphicsPixmapItems when FPS and time are disabled inste...Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-10-28Fix warning in debug assertionStefan Hacker
2015-10-28Fix overlay code related warnings in mumbleStefan Hacker
2015-10-11Make overlay FPS and clock positionableKissaki
2015-07-12Re-work Mac-specific style code in MainWindow.cpp and OverlayClient.cpp to wo...Mikkel Krautz
2015-07-04Fix various warnings in Linux buildStefan Hacker
2015-05-16Initialize fields in OverlayClientKissaki
2015-05-01Prevent OverlayClient destructor from hanging on disconnectStefan Hacker
2014-11-04Overlay, OverlayClient: add PID and process name diagnostics to 'Dead client ...Mikkel Krautz
2014-08-22Replace all uses of QT_VERSION_CHECK with explicit version.Stefan Hacker
2014-07-05Comment memcpy from #1305Stefan Hacker
2014-02-23Refactor code: Create headers for cpp filesKissaki
2013-07-08Overlay clock: Fix tooltip text and indent.Kissaki
2013-07-08Clock in OverlayZuko
2013-06-29mumble: migrate hardcoded 0x050000 Qt version to the QT_VERSION_CHECK macro.Mikkel Krautz
2013-06-29mumble: Qt 5 support for OS X.Mikkel Krautz
2013-06-29mumble, murmur: Qt 5 support for Windows.Mikkel Krautz
2013-06-29mumble, murmur: Qt 5 support for Linux.Mikkel Krautz
2013-06-05move logic into method OverlayClient::readyReadMsgInit; add curly bracesKissaki
2013-06-05refac: readability/consistencyKissaki
2011-11-09Remove Qt <4.6 compatibility definesBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-05-16Fix some compiler warningsThorvald Natvig
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-02-20Remove obvious "FPS:" text from overlay leaving only the numberStefan Hacker
2011-02-16No, events from deleted objects are really not ok.Thorvald Natvig
2011-02-16Experiment with immediate overlay deleteThorvald Natvig
2011-01-22Ok, slightly less verbose, thenThorvald Natvig
2011-01-21Indent, changelog, submodule and language updateThorvald Natvig
2011-01-21Add overly verbose proxy widget adding.Thorvald Natvig
2010-11-06Fix rounding behavior in conjunction with iroundf macro in lots of places.Stefan Hacker
2010-11-02Fix use of uninitialized variables and unused assignmentsBenjamin Jemlich
2010-09-08Hide system cursor when in interactive overlay on Mac OS X.Mikkel Krautz
2010-09-02Indent, changelog, submodule and language updateThorvald Natvig
2010-08-29Use Cleanlooks style when embedded into the overlay on OSX.Mikkel Krautz