Commit Graph

3033 Commits

Author SHA1 Message Date
Mikkel Krautz
58bd65bf65 Murmur: fix static OS X build. 2012-09-16 19:24:22 +02:00
Mikkel Krautz
a1eb9cf11a Mumble: include and export all Qt symbols to plugins (static OS X) 2012-09-16 01:06:12 +02:00
tkmorris
87bda5c3c4 Portuguese Brazilian update 2012-09-14 18:30:01 +02:00
Benjamin Jemlich
6626e1df8e OverlayConfig: Hide uninstall button on Windows 2012-09-14 09:09:13 +02:00
Benjamin Jemlich
1db5d03bbf Benchmark: Fix crypt resync handling 2012-09-13 17:31:57 +02:00
Natenom
6602fb6954 Updated German translations 2012-08-30 21:57:30 +02:00
Tsbook
f88468047d Czech localization update 2012-08-30 20:55:45 +02:00
Stefan Hacker
f1782161d9 Update .ts files 2012-08-29 21:16:42 +02:00
morris
837e0375ef Updated Brazilian Portuguese translation 2012-08-29 21:16:41 +02:00
B0nuse
4d17ba431a Translated new position at RU language file. 2012-08-29 09:17:57 +02:00
EarlOfWenc
09d5c07a3d Replaced last traces of MD5 by SHA-1 2012-08-20 21:38:30 +02:00
Mikkel Krautz
b6d8bf3a11 Log_macx: remove Notification Center notifications on click. 2012-08-18 13:31:16 +02:00
Kissaki
92a37afa59 make the overlay exceptions window more elaborative
* Add a label to the radio-selection
* Add a description label to the lists,
  which describe what the list is used for
2012-08-18 02:10:54 +02:00
EarlOfWenc
377c65f077 Extended recording notification to linked channels 2012-08-18 01:51:27 +02:00
Spaccaossi
de46c7b524 updated italian translation 2012-08-14 09:02:09 +02:00
Stefan Hacker
86383df375 Modify VersionCheck::fetched to keep last N (currently N=1) snapshots. 2012-08-12 16:38:50 +02:00
Mikkel Krautz
c2655fc265 Mumble: allow client to use SBCELT for CELT decoding via CONFIG(sbcelt). 2012-08-09 23:53:09 +02:00
Benjamin Jemlich
f5bac3d130 Log: Fix compile and logic error for ballon messages 2012-08-07 23:09:11 +02:00
Mikkel Krautz
7a0f358fbf Log: clean up notification handling; add Notification Center support for OS X. 2012-08-06 20:49:02 +02:00
Stefan Hacker
f8d57e49c8 A number of translations were missing from resource files.
- Added cs, tr and zh_TW mumble translations to mumble.qrc
- Added cs, da, he, zh_CN and zh_TW qt translations to mumble_qt.qrc and
  build.
2012-08-06 18:02:21 +02:00
Stefan Hacker
aa580f392c Trigger codec re-negotiation also on user disconnect and when opusthreshold is set.
- Call recheckCodecVersion on AuthenticatedClient disconnect.
- Make every recheckCodecVersions() call switching to Opus send a message to users only supporting CELT.
2012-08-06 02:29:20 +02:00
Stefan Hacker
8a9b5325f5 Shuffle around idle action UI a bit. 2012-08-06 02:29:20 +02:00
Mikkel Krautz
2c73aeb2c8 ConfigDialog: keep a ConfigWidget in expert mode after defaults have been restored. 2012-08-06 00:05:49 +02:00
Mikkel Krautz
a331d1088e GlobalShortcut: instruct users how to enable full shortcut functionality on OS X, if they so please. 2012-08-05 23:56:24 +02:00
Mikkel Krautz
9001c2857e 3rdPartyLicenses: add mach_override license. 2012-08-05 20:15:36 +02:00
Mikkel Krautz
19577ae7b2 Only show the annoying 'Drag me' title bars on DockWidgets in Custom layout mode. 2012-08-05 20:02:59 +02:00
Mikkel Krautz
07e232e355 LookConfig: center layout options. 2012-08-05 19:11:13 +02:00
Mikkel Krautz
7154ec5115 3rdPartyLicenses: add libogg, libvorbis and libFLAC licenses. 2012-08-05 18:58:38 +02:00
Mikkel Krautz
4d41a6e01f build: put Objective-C(++) source files into OBJECTIVE_SOURCES to make qmake shut up. 2012-08-05 18:29:36 +02:00
Mikkel Krautz
503c79f686 Overlay: only consider MumbleOverlay.pkg in app bundle. 2012-08-05 18:24:09 +02:00
Mikkel Krautz
7ad4569ff0 Overlay: simplify OS X overlay installation. 2012-08-05 18:01:08 +02:00
Mikkel Krautz
dbe199e37d Overlay: disable auto-updating. 2012-08-05 15:42:52 +02:00
Stefan Hacker
54384d78bc Fix some strings. 2012-08-04 05:03:17 +02:00
Stefan Hacker
c088699879 Redesign idle action configuration and add a mute idle action. 2012-08-04 04:46:55 +02:00
Stefan Hacker
f8c1b92f70 Make displaying users above channels default.
- Try to prevent misunderstandings on which channels users are in. This should help users that do not know / overlook the indentation.
2012-08-04 02:19:35 +02:00
Stefan Hacker
f58dbc1150 Make sure to send initial ping right after connect to establish UDP connection.
- Previously murmur tunneled voice traffic from connect to first ping (5s) over TCP. By sending a ping after the server sync this now happens pretty much instantly.
2012-08-04 01:47:31 +02:00
Benjamin Jemlich
3b1a6c076b ServerHandler: Fix Opus handling via TCP 2012-08-04 01:22:51 +02:00
Stefan Hacker
cde04dc140 Fix Opus encoding for end of speech frames as well as bandwidth display.
- opus_encode only accepts 2.5/5/10/20/40/60 ms frames and when speech ends we might end up with a 3 or 5 10ms chunks for a frame. We now add enough silence to stuff the packet to framesize in such cases.

- Bandwidth monitor didn't correctly consider that Opus encode_frame isn't called for every 10ms frame so it was off for frame sizes > 10ms
2012-08-04 00:02:56 +02:00
Stefan Hacker
e7f8f0dc8d Add CELT kill switch to configuration. (g.s.bDisableCelt @ audio/disablecelt) 2012-08-03 21:34:45 +02:00
Stefan Hacker
27a98c0528 Remove some now outdated references to CELT. 2012-08-03 21:10:28 +02:00
Stefan Hacker
069b01f75a Use Opus in CBR mode to prevent bandwidth spikes. 2012-08-03 20:54:45 +02:00
Benjamin Jemlich
139c625a85 Add Opus license to the about dialog 2012-08-03 08:00:54 +02:00
Natenom
2ba6f001f6 Updated German translations 2012-07-23 18:43:50 +02:00
Benjamin Jemlich
924114f5fe More translation updates 2012-07-21 13:18:08 +02:00
Benjamin Jemlich
7dcaf46fa7 Update translation files 2012-07-21 12:48:34 +02:00
Mikkel Krautz
3d63fb95d7 Mumble: allow static client builds 2012-07-20 23:43:52 +02:00
Benjamin Jemlich
994e130a9d Murmur: Fix message type detection in Server::processMsg and add a few more comments
Bug found by Rok Kek <rok.kek@gmail.com> which could affect Opus packets.
2012-07-16 19:29:53 +02:00
Benjamin Jemlich
ab940f1948 Mumble: Add Windows 7 compatibility keys to the manifest 2012-07-16 13:05:39 +02:00
Stefan Hacker
1ba3a8ba7a Clarify audio processing option: 'Amplification' -> 'Max. Amplification' 2012-07-11 22:46:06 +02:00
Benjamin Jemlich
d2fb4e3461 Fix code style 2012-07-10 07:42:07 +02:00