Skip to content

Commit

Permalink
Merge pull request #1 from corrados/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
ignotus666 authored May 22, 2020
2 parents bccf0bd + 6d4d7e4 commit de80257
Show file tree
Hide file tree
Showing 20 changed files with 349 additions and 223 deletions.
3 changes: 0 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
- save client settings on Linux cmdline termination signal, coded by pljones (#70)


TODO fix .tar.gz Linux release 3.5.3 on Sourceforge (gives compile errors)





Expand Down
6 changes: 6 additions & 0 deletions Jamulus.pro
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,12 @@ DISTFILES += ChangeLog \
COPYING \
INSTALL.md \
README.md \
src/res/translation/translation_de_DE.qm \
src/res/translation/translation_fr_FR.qm \
src/res/translation/translation_pt_PT.qm \
src/res/translation/translation_es_ES.qm \
src/res/translation/translation_nl_NL.qm \
src/res/translation/translation_it_IT.qm \
src/res/CLEDBlack.png \
src/res/CLEDBlackSmall.png \
src/res/CLEDDisabledSmall.png \
Expand Down
3 changes: 3 additions & 0 deletions src/audiomixerboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,13 @@ void CChannelFader::SetRemoteFaderIsMute ( const bool bIsMute )
{
// show orange utf8 SPEAKER WITH CANCELLATION STROKE (U+1F507)
pInfoLabel->setText ( "<font color=""orange"">&#128263;</font>" );
//QPixmap CancelledSpeakerPixmap ( QString::fromUtf8 ( ":/png/main/res/speakerwithcancellationstroke.png" ) );
//pInfoLabel->setPixmap ( CancelledSpeakerPixmap.scaled ( 15, 15, Qt::KeepAspectRatio ) );
}
else
{
pInfoLabel->setText ( "" );
//pInfoLabel->setPixmap ( QPixmap() );
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/connectdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ CConnectDlg::CConnectDlg ( CClient* pNCliP,
cbxCentServAddrType->clear();
cbxCentServAddrType->addItem ( csCentServAddrTypeToString ( AT_DEFAULT ) );
cbxCentServAddrType->addItem ( csCentServAddrTypeToString ( AT_ALL_GENRES ) );
cbxCentServAddrType->addItem ( csCentServAddrTypeToString ( AT_GENRE_ROCK ) );
cbxCentServAddrType->addItem ( csCentServAddrTypeToString ( AT_GENRE_JAZZ ) );
cbxCentServAddrType->addItem ( csCentServAddrTypeToString ( AT_GENRE_ROCK_JAZZ ) );
cbxCentServAddrType->addItem ( csCentServAddrTypeToString ( AT_GENRE_CLASSICAL_FOLK ) );
cbxCentServAddrType->addItem ( csCentServAddrTypeToString ( AT_CUSTOM ) );

cbxCentServAddrType->setWhatsThis ( "<b>" + tr ( "Server List Selection" ) + ":</b> " + tr (
Expand Down
4 changes: 2 additions & 2 deletions src/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ LED bar: lbr
#define DEFAULT_SERVER_ADDRESS "jamulus.fischvolk.de"
#define DEFAULT_PORT_NUMBER 22124
#define CENTSERV_ALL_GENRES "jamulus.fischvolk.de:22224"
#define CENTSERV_GENRE_ROCK "centralrock.drealm.info:22124"
#define CENTSERV_GENRE_JAZZ "centraljazz.drealm.info:22224"
#define CENTSERV_GENRE_ROCK_JAZZ "jamulusrock.fischvolk.de:22124"
#define CENTSERV_GENRE_CLASSICAL_FOLK "jamulusclassical.fischvolk.de:22224"

// getting started and software manual URL
#define CLIENT_GETTING_STARTED_URL "https://github.com/corrados/jamulus/wiki/Getting-Started"
Expand Down
Binary file modified src/res/translation/translation_de_DE.qm
Binary file not shown.
120 changes: 71 additions & 49 deletions src/res/translation/translation_de_DE.ts

Large diffs are not rendered by default.

Binary file modified src/res/translation/translation_es_ES.qm
Binary file not shown.
88 changes: 57 additions & 31 deletions src/res/translation/translation_es_ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1217,13 +1217,21 @@
</message>
<message>
<location filename="../../util.h" line="587"/>
<source>Genre Rock</source>
<translation>Género Rock</translation>
<source>Genre Rock/Jazz</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../util.h" line="590"/>
<source>Genre Classical/Folk/Choir</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Genre Rock</source>
<translation type="vanished">Género Rock</translation>
</message>
<message>
<source>Genre Jazz</source>
<translation>Género Jazz</translation>
<translation type="vanished">Género Jazz</translation>
</message>
<message>
<location filename="../../util.h" line="593"/>
Expand Down Expand Up @@ -2087,9 +2095,8 @@
<translation type="vanished">Si se ha activado Mi Servidor es Público, esto mostrará si se ha registrado en el servidor central con éxito.</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="80"/>
<source>Central Server Address</source>
<translation>Dirección Servidor Central</translation>
<translation type="vanished">Dirección Servidor Central</translation>
</message>
<message>
<source>The Central server address is the IP address or URL of the central server at which this server is registered. With the central server address type either the local region can be selected of the default central servers or a manual address can be specified.</source>
Expand All @@ -2101,95 +2108,114 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="81"/>
<source>The Central server address is the IP address or URL of the central server at which this server is registered. Pre-defined server addresses are available</source>
<source>Default central server type combo box</source>
<translation type="vanished">Selección servidor central</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="80"/>
<source>Custom Central Server Address</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="88"/>
<source>Default central server type combo box</source>
<translation>Selección servidor central</translation>
<location filename="../../serverdlg.cpp" line="81"/>
<source>The custom central server address is the IP address or URL of the central server at which the server list of the connection dialog is managed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="89"/>
<location filename="../../serverdlg.cpp" line="86"/>
<source>Central server address line edit</source>
<translation>Dirección servidor central</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="92"/>
<location filename="../../serverdlg.cpp" line="88"/>
<source>Server List Selection</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="88"/>
<source>Selects the server list (i.e. central server address) in which your server will be added.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="90"/>
<source>Server list selection combo box</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="93"/>
<source>Server Name</source>
<translation>Nombre Servidor</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="92"/>
<location filename="../../serverdlg.cpp" line="93"/>
<source>The server name identifies your server in the connect dialog server list at the clients. If no name is given, the IP address is shown instead.</source>
<translation>El nombre del servidor identifica a tu servidor en la lista de conexión de servidores de los clientes. Si no se especifica un nombre, se muestra la dirección IP en su lugar.</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="99"/>
<location filename="../../serverdlg.cpp" line="100"/>
<source>Server name line edit</source>
<translation>Nombre del servidor</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="102"/>
<location filename="../../serverdlg.cpp" line="103"/>
<source>Location City</source>
<translation>Ubicación Ciudad</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="102"/>
<location filename="../../serverdlg.cpp" line="103"/>
<source>The city in which this server is located can be set here. If a city name is entered, it will be shown in the connect dialog server list at the clients.</source>
<translation>Aquí se puede especificar la ciudad en donde se ubica el servidor. Si se introduce una ciudad, se mostrará en la lista de conexión de servidores de los clientes.</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="109"/>
<location filename="../../serverdlg.cpp" line="110"/>
<source>City where the server is located line edit</source>
<translation>Ciudad en donde se encuentra en servidor</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="112"/>
<location filename="../../serverdlg.cpp" line="113"/>
<source>Location country</source>
<translation>Ubicación país</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="112"/>
<location filename="../../serverdlg.cpp" line="113"/>
<source>The country in which this server is located can be set here. If a country is entered, it will be shown in the connect dialog server list at the clients.</source>
<translation>Aquí se puede especificar el país en donde se ubica el servidor. Si se introduce un país, se mostrará en la lista de conexión de servidores de los clientes.</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="120"/>
<location filename="../../serverdlg.cpp" line="121"/>
<source>Country where the server is located combo box</source>
<translation>País en donde se encuentra el servidor</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="133"/>
<location filename="../../serverdlg.cpp" line="278"/>
<location filename="../../serverdlg.cpp" line="134"/>
<location filename="../../serverdlg.cpp" line="279"/>
<source>E&amp;xit</source>
<translation>S&amp;alir</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="139"/>
<location filename="../../serverdlg.cpp" line="140"/>
<source>&amp;Hide </source>
<translation>&amp;Ocultar servidor </translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="139"/>
<location filename="../../serverdlg.cpp" line="143"/>
<location filename="../../serverdlg.cpp" line="149"/>
<location filename="../../serverdlg.cpp" line="140"/>
<location filename="../../serverdlg.cpp" line="144"/>
<location filename="../../serverdlg.cpp" line="150"/>
<source> server</source>
<translation></translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="143"/>
<location filename="../../serverdlg.cpp" line="144"/>
<source>&amp;Open </source>
<translation>&amp;Abrir servidor </translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="165"/>
<location filename="../../serverdlg.cpp" line="166"/>
<source> server </source>
<translation> </translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="526"/>
<location filename="../../serverdlg.cpp" line="527"/>
<source>Predefined Address</source>
<translation>Dirección Preestablecida</translation>
</message>
Expand All @@ -2206,12 +2232,12 @@
<translation type="vanished">Por defecto (Norteamérica)</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="272"/>
<location filename="../../serverdlg.cpp" line="273"/>
<source> Server</source>
<translation> : Servidor</translation>
</message>
<message>
<location filename="../../serverdlg.cpp" line="276"/>
<location filename="../../serverdlg.cpp" line="277"/>
<source>&amp;Window</source>
<translation>&amp;Ventana</translation>
</message>
Expand Down
Binary file modified src/res/translation/translation_fr_FR.qm
Binary file not shown.
Loading

0 comments on commit de80257

Please sign in to comment.