all through Audio Alerts done

merge-requests/150/merge
nr0q 2021-10-19 17:58:13 -05:00
rodzic bbe38ea60d
commit 9a63953b7d
1 zmienionych plików z 23 dodań i 64 usunięć

Wyświetl plik

@ -3274,16 +3274,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<label data-i18n="settings.alerts.AudioAlert.Exceptions.MinDB" for="wantMinDB">Min DB</label>
</td>
<td>
<input
type="range"
min="-25"
max="0"
step="1"
class="slider"
id="minDb"
oninput="exceptionValuesChanged();"
style="width: 75px"
/>
<input type="range" min="-25" max="0" step="1" class="slider" id="minDb" oninput="exceptionValuesChanged();" style="width: 75px"/>
</td>
<td align="center" id="minDbView" class="roundBorderValue">-24</td>
</tr>
@ -3293,48 +3284,26 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<label data-i18n="settings.alerts.AudioAlert.Exceptions.MaxDT" for="wantMaxDT">Max DT</label>
</td>
<td>
<input
type="range"
min="0.1"
max="2"
step="0.1"
class="slider"
id="maxDT"
oninput="exceptionValuesChanged();"
style="width: 75px"
/>
<input type="range" min="0.1" max="2" step="0.1" class="slider" id="maxDT" oninput="exceptionValuesChanged();" style="width: 75px"/>
</td>
<td align="center" id="maxDTView" class="roundBorderValue">.5</td>
</tr>
<tr>
<td><input type="checkbox" id="wantMinFreq" onchange="exceptionValuesChanged();" />Min freq</td>
<td>
<input
type="range"
min="0"
max="2500"
step="10"
class="slider"
id="minFreq"
oninput="exceptionValuesChanged();"
style="width: 75px"
/>
<input type="checkbox" id="wantMinFreq" onchange="exceptionValuesChanged();" />
<label data-i18n="settings.alerts.AudioAlert.Exceptions.MinFreq" for="wantMinFreq">Min Freq</label>
</td>
<td>
<input type="range" min="0" max="2500" step="10" class="slider" id="minFreq" oninput="exceptionValuesChanged();" style="width: 75px"/>
</td>
<td align="center" id="minFreqView" class="roundBorderValue">400</td>
</tr>
<tr>
<td><input type="checkbox" id="wantMaxFreq" onchange="exceptionValuesChanged();" />Max freq</td>
<td><input type="checkbox" id="wantMaxFreq" onchange="exceptionValuesChanged();" />
<label data-i18n="settings.alerts.AudioAlert.Exceptions.MaxFreq" for="wantMaxFreq">Max Freq</label>
</td>
<td>
<input
type="range"
min="500"
max="3000"
step="10"
class="slider"
id="maxFreq"
oninput="exceptionValuesChanged();"
style="width: 75px"
/>
<input type="range" min="500" max="3000" step="10" class="slider" id="maxFreq" oninput="exceptionValuesChanged();" style="width: 75px"/>
</td>
<td align="center" id="maxFreqView" class="roundBorderValue">3000</td>
</tr>
@ -3344,51 +3313,41 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<table>
<tr>
<td colspan="2">
<input
type="checkbox"
id="noMyDxcc"
onchange="onlyMyDxcc.checked=false; exceptionValuesChanged();"
/>Not My DXCC
<input type="checkbox" id="noMyDxcc" onchange="onlyMyDxcc.checked=false; exceptionValuesChanged();"/>
<label data-i18n="settings.alerts.AudioAlert.Exceptions.NotMyDXCC" for="noMyDxcc">Not My DXCC</label>
</td>
</tr>
<tr>
<td colspan="2">
<input
type="checkbox"
id="onlyMyDxcc"
onchange="noMyDxcc.checked=false; exceptionValuesChanged();"
/>Only My DXCC
<input type="checkbox"id="onlyMyDxcc" onchange="noMyDxcc.checked=false; exceptionValuesChanged();"/>
<label data-i18n="settings.alerts.AudioAlert.Exceptions.OnlyMyDXCC" for="onlyMyDxcc">Only My DXCC</label>
</td>
</tr>
<tr>
<td colspan="2">
<input
type="checkbox"
id="noRoundUp"
onchange="onlyRoundUp.checked=false; exceptionValuesChanged();"
/>No Round-Up
<input type="checkbox" id="noRoundUp" onchange="onlyRoundUp.checked=false; exceptionValuesChanged();"/>
<label data-i18n="settings.alerts.AudioAlert.Exceptions.NoRoundUp" for="noRoundUp">No Round-Up</label>
</td>
</tr>
<tr>
<td colspan="2">
<input
type="checkbox"
id="onlyRoundUp"
onchange="noRoundUp.checked=false; exceptionValuesChanged();"
/>Only Round-Up
<input type="checkbox" id="onlyRoundUp" onchange="noRoundUp.checked=false; exceptionValuesChanged();"/>
<label data-i18n="settings.alerts.AudioAlert.Exceptions.OnlyRoundUp" for="onlyRoundUp">Only Round-Up</label>
</td>
</tr>
<tr>
<td colspan="2">
<div id="usesLoTWDiv" style="display: none">
<input type="checkbox" id="usesLoTW" onchange="exceptionValuesChanged();" />Uses LoTW
<input type="checkbox" id="usesLoTW" onchange="exceptionValuesChanged();" />
<label data-i18n="settings.alerts.AudioAlert.Exceptions.UsesLoTW" for="usesLoTW">Uses LoTW</label>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div id="useseQSLDiv" style="display: none">
<input type="checkbox" id="useseQSL" onchange="exceptionValuesChanged();" />Uses eQSL
<input type="checkbox" id="useseQSL" onchange="exceptionValuesChanged();" />
<label data-i18n="settings.alerts.AudioAlert.Exceptions.UsesEQSL" for="useseQSL">Uses eQSL</label>
</div>
</td>
</tr>