Skip to content

Commit

Permalink
Indent, changelog, submodule and language update
Browse files Browse the repository at this point in the history
  • Loading branch information
thorvald committed Dec 4, 2010
1 parent c0bf2c2 commit 958a9ac
Show file tree
Hide file tree
Showing 18 changed files with 556 additions and 487 deletions.
59 changes: 59 additions & 0 deletions CHANGES
@@ -1,4 +1,63 @@
2010-12-04
Thorvald Natvig <slicer@users.sourceforge.net>
c0bf2c2 Update release script
012dfc6 Use bzip2 for static build

2010-12-03
Stefan Hacker <dd0t@users.sourceforge.net>
b8a2745 Fix two signed|unsigned comparison warnings
e8a2bb5 Prepare murmur for user defined server locations

Mikkel Krautz <mikkel@krautz.dk>
c857a99 CoreAudio: Use AudioUnitPropertyListener instead of
AUEventListener to listen for AudioUnit stream format changes.
405ef1a OverlayMac: Don't use NSBundle#objectForInfoDictionaryKey to
determine whether we're up to date.

2010-12-02
Mikkel Krautz <mikkel@krautz.dk>
c85be07 Use Audio::start() and Audio::stop() in ConfigDialogMac.
8366832 CoreAudio: Restart AudioInput/AudioOutput on stream format
changes.

2010-12-01
Mark-Willem Jansen <rawnar@users.sourceforge.net>
da83cdd Overlay: On windows sync the settings to registry when overlay
config is changed

2010-11-29
Finessi Manuel <fino.manu@gmail.com>
ef07a72 Patch for bug: 3117145

Mikkel Krautz <mikkel@krautz.dk>
acf85af Drop the date from Mac OS X snapshots.
2ffa671 Don't include newline character from 'git describe' in
osxdist.py.

Benjamin Jemlich <pcgod@users.sourceforge.net>
8c4abd2 Use default indentation in the treeview
39039c2 Disallow RequestBlob for unauthenticated users

Thorvald Natvig <slicer@users.sourceforge.net>
1893804 Changing scrollbars in chatbar causes infinite loops. Remove
it for now.

2010-11-28
Mikkel Krautz <mikkel@krautz.dk>
b8cb9d0 Update Boost path for OSX to 1.45.0.
a0207d5 Use 'git describe' in osxdist.py.

Benjamin Jemlich <pcgod@users.sourceforge.net>
4f5089f Fix context menu handling for disconnected users

Thorvald Natvig <slicer@users.sourceforge.net>
5dfd1f0 Try to be slightly more tolerant of third-party tables in the
DB

2010-11-25
Stefan Hacker <dd0t@users.sourceforge.net>
b38e264 Make TTS link simplification case insensitive

Necromancer <necromancer3@users.sourceforge.net>
03b5df8 [translation] Hebrew update

Expand Down
4 changes: 2 additions & 2 deletions src/mumble/Log.cpp
Expand Up @@ -574,8 +574,8 @@ void Log::log(MsgType mt, const QString &console, const QString &terse, bool con

// Apply simplifications to spoken text
QRegExp identifyURL(QLatin1String("[a-z-]+://[^ <$]*"),
Qt::CaseInsensitive,
QRegExp::RegExp2);
Qt::CaseInsensitive,
QRegExp::RegExp2);

QStringList qslAllowed = allowedSchemes();

Expand Down
2 changes: 1 addition & 1 deletion src/mumble/MainWindow.cpp
Expand Up @@ -1486,7 +1486,7 @@ void MainWindow::qmChannel_aboutToShow() {
if (g.uiSession != 0) {
QModelIndex idx;
if (! qpContextPosition.isNull())
idx = qtvUsers->indexAt(qpContextPosition);
idx = qtvUsers->indexAt(qpContextPosition);

if (! idx.isValid())
idx = qtvUsers->currentIndex();
Expand Down
68 changes: 34 additions & 34 deletions src/mumble/mumble_cs.ts
Expand Up @@ -4080,7 +4080,7 @@ v žádném z možných míst.</translation>
<context>
<name>DockTitleBar</name>
<message>
<location filename="CustomElements.cpp" line="+135"/>
<location filename="CustomElements.cpp" line="+134"/>
<source>Drag here</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -4151,7 +4151,7 @@ v žádném z možných míst.</translation>
<context>
<name>GlobalShortcutConfig</name>
<message>
<location filename="GlobalShortcut.cpp" line="+654"/>
<location filename="GlobalShortcut.cpp" line="+652"/>
<source>Shortcuts</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -4576,7 +4576,7 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="unfinished"></translation>
</message>
<message>
<location line="+140"/>
<location line="+142"/>
<source>link to %1</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -4604,7 +4604,7 @@ This field describes the size of an LCD device. The size is given either in pixe
<context>
<name>LogConfig</name>
<message>
<location line="-519"/>
<location line="-521"/>
<source>Toggle console for %1 events</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -5107,7 +5107,7 @@ This field describes the size of an LCD device. The size is given either in pixe
</message>
<message>
<location filename="MainWindow.cpp" line="+171"/>
<location line="+1928"/>
<location line="+1984"/>
<source>Root</source>
<translation>Kořen</translation>
</message>
Expand Down Expand Up @@ -5699,9 +5699,9 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation>Připojí se k webové stránce Mumble pro zjištění případné dostupnosti novějších verzí a vypíše vhodný odkaz na stažení, pokud je nová verze k dispozici.</translation>
</message>
<message>
<location filename="MainWindow.cpp" line="-1835"/>
<location filename="MainWindow.cpp" line="-1891"/>
<location line="+12"/>
<location line="+2043"/>
<location line="+2099"/>
<source>Mumble -- %1</source>
<translation>Mumble =- %1 </translation>
</message>
Expand All @@ -5723,7 +5723,7 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="obsolete">&amp;Uživatel</translation>
</message>
<message>
<location filename="MainWindow.cpp" line="-2130"/>
<location filename="MainWindow.cpp" line="-2186"/>
<source>&amp;Channel</source>
<translation type="unfinished">&amp;Kanál</translation>
</message>
Expand Down Expand Up @@ -5826,7 +5826,7 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="obsolete">Alternativní klávesa pro mluvení</translation>
</message>
<message>
<location line="+612"/>
<location line="+635"/>
<source>Reconnecting.</source>
<translation>Opětovné připojování.</translation>
</message>
Expand All @@ -5835,7 +5835,7 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="obsolete">Vykopnutí uživaetele %1</translation>
</message>
<message>
<location line="+419"/>
<location line="+435"/>
<location line="+19"/>
<source>Enter reason</source>
<translation>Zadejte důvod</translation>
Expand All @@ -5855,15 +5855,15 @@ This field describes the size of an LCD device. The size is given either in pixe
</message>
<message>
<location line="+10"/>
<location line="+78"/>
<location line="+80"/>
<location line="+4"/>
<location line="+217"/>
<location line="+232"/>
<source>To %1: %2</source>
<translation>Pro %1: %2</translation>
</message>
<message>
<location line="-299"/>
<location line="+82"/>
<location line="-316"/>
<location line="+84"/>
<source>Message to %1</source>
<translation>Zpráva pro %1</translation>
</message>
Expand All @@ -5877,7 +5877,7 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="obsolete">Název kanálu</translation>
</message>
<message>
<location filename="MainWindow.cpp" line="+135"/>
<location filename="MainWindow.cpp" line="+150"/>
<source>Are you sure you want to delete %1 and all its sub-channels?</source>
<translation>Opravdu chcete odstranit kanál %1 včetně všech jeho podkanálů?</translation>
</message>
Expand Down Expand Up @@ -6325,7 +6325,7 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="unfinished"></translation>
</message>
<message>
<location filename="MainWindow.cpp" line="-1697"/>
<location filename="MainWindow.cpp" line="-1730"/>
<source>Opening URL %1</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -6407,19 +6407,19 @@ This field describes the size of an LCD device. The size is given either in pixe
</message>
<message>
<location line="+4"/>
<location line="+1196"/>
<location line="+1229"/>
<source>&amp;View Certificate</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-1306"/>
<location line="+311"/>
<location line="-1339"/>
<location line="+327"/>
<source>Register yourself as %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-311"/>
<location line="+311"/>
<location line="-327"/>
<location line="+327"/>
<source>&lt;p&gt;You are about to register yourself on this server. This action cannot be undone, and your username cannot be changed once this is done. You will forever be known as &apos;%1&apos; on this server.&lt;/p&gt;&lt;p&gt;Are you sure you want to register yourself?&lt;/p&gt;</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -6444,13 +6444,13 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="unfinished"></translation>
</message>
<message>
<location line="+51"/>
<location line="+53"/>
<source>View comment on user %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+55"/>
<location line="+221"/>
<location line="+236"/>
<source>Message to channel %1</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -6480,7 +6480,7 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="unfinished"></translation>
</message>
<message>
<location line="-2025"/>
<location line="-2081"/>
<source>&amp;User</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -6491,17 +6491,17 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="unfinished"></translation>
</message>
<message>
<location line="+759"/>
<location line="+782"/>
<source>&lt;h2&gt;Control channel&lt;/h2&gt;&lt;p&gt;Encrypted with %1 bit %2&lt;br /&gt;%3 ms average latency (%4 deviation)&lt;/p&gt;&lt;p&gt;Remote host %5 (port %6)&lt;/p&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+357"/>
<location line="+375"/>
<source>Are you sure you want to reset the comment of user %1?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+258"/>
<location line="+273"/>
<source>To %1 (Tree): %2</source>
<oldsource>(Tree) %1: %2</oldsource>
<translation type="unfinished"></translation>
Expand Down Expand Up @@ -6565,7 +6565,7 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="unfinished"></translation>
</message>
<message>
<location line="-1509"/>
<location line="-1542"/>
<source>Voice channel is sent over control channel.</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -6605,7 +6605,7 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="unfinished"></translation>
</message>
<message>
<location line="+588"/>
<location line="+621"/>
<source>Sending message to channel %1</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -6630,7 +6630,7 @@ This field describes the size of an LCD device. The size is given either in pixe
<translation type="unfinished"></translation>
</message>
<message>
<location filename="MainWindow.cpp" line="-1219"/>
<location filename="MainWindow.cpp" line="-1275"/>
<source>Mumble is currently connected to a server. Do you want to Close or Minimize it?</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -6732,13 +6732,13 @@ This field describes the size of an LCD device. The size is given either in pixe
</message>
<message>
<location line="+65"/>
<location line="+2073"/>
<location line="+2129"/>
<source>&lt;center&gt;Not connected&lt;/center&gt;</source>
<oldsource>Not connected</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-1836"/>
<location line="-1869"/>
<source>Clear</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -7548,7 +7548,7 @@ To může být způsobeno například těmito důvody:
<translation>Overlay</translation>
</message>
<message>
<location line="+71"/>
<location line="+75"/>
<source>Choose executable</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -8388,7 +8388,7 @@ To upgrade these files to their latest versions, click the button below.</source
<context>
<name>ShortcutActionWidget</name>
<message>
<location filename="GlobalShortcut.cpp" line="-483"/>
<location filename="GlobalShortcut.cpp" line="-481"/>
<source>Unassigned</source>
<translation type="unfinished"></translation>
</message>
Expand Down

0 comments on commit 958a9ac

Please sign in to comment.