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
2005-09-16Fixed a few bugs with positional audioThorvald Natvig
2005-09-15Bugfixes for positional AudioThorvald Natvig
2005-09-15Positional AudioThorvald Natvig
2005-09-13ToolTips and WhatsThis for rest of application.Thorvald Natvig
2005-09-13Global Log class, which remembers what should be logged to console and TTSThorvald Natvig
2005-09-12Make versionchecking a userinitiated actionThorvald Natvig
2005-09-12Finish basic config widget for audioThorvald Natvig
2005-09-12Centralized configuration dialogThorvald Natvig
2005-09-11Set thread priorities; gui is LOW priority, but as we can't set it low we set...Thorvald Natvig
2005-09-11Audio statistics windowThorvald Natvig
2005-09-10Deaf implies Mute logic in Server, and add ability to mute/deaf players again...Thorvald Natvig
2005-09-09Model-player-list. Work in progressThorvald Natvig
2005-09-08Discover the magic of QObject::sender() and fix some leftover bugs from the r...Thorvald Natvig
2005-09-08Remove compile warnings, and there sure were a lot of themThorvald Natvig
2005-09-08Turn g_ into Global, part 2Thorvald Natvig
2005-09-08Turn g_ into struct Global, part 1Thorvald Natvig
2005-09-08Remove m_ from everythingThorvald Natvig
2005-09-08Track both initiator and victim of actionsThorvald Natvig
2005-09-08Check version against sourceforgeThorvald Natvig
2005-09-07Show correct version in titleThorvald Natvig
2005-09-07Separate log windowThorvald Natvig
2005-09-07Reduce dependencies in MainWindow.hThorvald Natvig
2005-09-07Add changes fileThorvald Natvig
2005-09-06Fix args for window titleThorvald Natvig
2005-09-06Exchange and display selfmute/selfdeafThorvald Natvig
2005-09-06Audio Input/Output registrationThorvald Natvig
2005-09-06Support self-mute/self-deafen.Thorvald Natvig
2005-09-06Make it possible to abort connections, and display self-talk same as the othersThorvald Natvig
2005-09-06MainWindow actiongroup for voicetrigger fixedThorvald Natvig
2005-09-05Shortcuts for muting self, removed compile warningsThorvald Natvig
2005-09-05Text-To-SpeechThorvald Natvig
2005-09-05Actually poll the DirectInput devices too.Thorvald Natvig
2005-09-05Global shortcutsThorvald Natvig
2005-09-04Propagate connection errors for displayThorvald Natvig
2005-09-04When disconnecting, just signal the thread that it's time to end, don't yank ...Thorvald Natvig
2005-09-04Proper connect dialogThorvald Natvig
2005-09-04Because they changed the signal in Qt 4.0.1Thorvald Natvig
2005-09-04Why doesn't closed buffered sockets ever error() on disconnection?Thorvald Natvig
2005-09-04Encode and display "speaking" stateThorvald Natvig
2005-09-03Clean up UI, implement kick, remove debug for missing validatorsThorvald Natvig
2005-09-03Ooops, that was a debug statementThorvald Natvig
2005-09-03DTX is brokenThorvald Natvig
2005-09-03Server testingThorvald Natvig
2005-09-03Player Mute/Deaf, global PlayerThorvald Natvig
2005-09-03DTX SupportThorvald Natvig
2005-09-02About box, licenses included, and clean build in mingwThorvald Natvig
2005-09-02First functional audio testThorvald Natvig
2005-09-02Pass QByteArrays instead of messages, much cleaner with refcountsThorvald Natvig
2005-09-02First test of network protocolThorvald Natvig
2005-09-01Initial datastructuresThorvald Natvig