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-02-06DOCS: Fix typosluz paz
2022-01-04MAINT: Update copyright to 2022Robert 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-02-15FIX(overlay): add missing ifdefs for USE_OVERLAYcfstras
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-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-12-04os_macx.mm: add LogEmitter support.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-11-21compiler.pri: unsure that all our compiler.pri CFLAGS and CXXFLAGS are also a...Mikkel Krautz
2014-08-22Replace all uses of QT_VERSION_CHECK with explicit version.Stefan Hacker
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
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-02-20Remove 1.1.x - no longer maintainedThorvald Natvig
2011-01-11Remove unused AppleEvent parameter hack from os_mac.mm.Mikkel Krautz
2011-01-11Update Mac OS X URL handling to be compatible with current Qt.Mikkel Krautz
2010-08-27Forward events through Qt instead of using performSelector:onThread: to be ab...Mikkel Krautz
2010-08-21Fix crashbug where forwarded ocIntercept events were processed after we were ...Mikkel Krautz
2010-08-09Forward intercepted events directly to NSView rather than going through NSApp...Mikkel Krautz
2010-08-08Forward more events to ocIntercept.Mikkel Krautz
2010-08-03Forward ocIntercept events on Mac OS X to viewport instead of QGraphicsView. ...Mikkel Krautz
2010-07-31Attempt at forwarding Mac OS X mosue events to QGraphicsView during ocIntercept.Mikkel Krautz