diff --git a/README.md b/README.md index 0eeb68b7..581a3792 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ A more [detailed list](https://dm3mat.darc.de/qdmr/#dev) is also available. Packaging status - * **[Version 0.11.2](https://github.com/hmatuschek/qdmr/releases/tag/v0.11.2)** -- Added proper support for BTech DMR-6X2UV, some bugfixes. + * **[Version 0.11.3](https://github.com/hmatuschek/qdmr/releases/tag/v0.11.3)** -- Added proper support for BTech DMR-6X2UV, device specific settings for AnyTonde devices, some bugfixes. * **[Version 0.10.4](https://github.com/hmatuschek/qdmr/releases/tag/v0.10.4)** -- Added support for BTech DM1701, some bugfixes. * **[Version 0.9.3](https://github.com/hmatuschek/qdmr/releases/tag/v0.9.3)** -- Reworked core library, added support for TyT MD-2017/Retevis RT82, TyT MD-390/Retevis RT8 & TyT MD-UV380. * **[Version 0.8.1](https://github.com/hmatuschek/qdmr/releases/tag/v0.8.1)** -- Fixed Radioddity GD-77 support (callsign db still buggy). diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml index b4e5b796..0a9dabcc 100644 --- a/doc/manual/manual.xml +++ b/doc/manual/manual.xml @@ -11,7 +11,7 @@ - January 11th, 2023 + August 15th, 2023 2022-2023 diff --git a/i18n/de.ts b/i18n/de.ts index 9f435939..5dfe02e6 100644 --- a/i18n/de.ts +++ b/i18n/de.ts @@ -1975,17 +1975,17 @@ PropertyDelegate - + False Falsch - + True Wahr - + [None] [Leer] @@ -1993,48 +1993,48 @@ PropertyWrapper - + new element neues Element - + Property Eigenschaft - + Value Wert - + Description Beschreibung - + true wahr - + false falsch - - + + [None] [Leer] - + Instance of %1 Instanz von '%1' - + List of %1 instances Liste von Instanzen von '%1' diff --git a/i18n/empty.ts b/i18n/empty.ts index 20925c41..2d94f0c5 100644 --- a/i18n/empty.ts +++ b/i18n/empty.ts @@ -1975,17 +1975,17 @@ PropertyDelegate - + False - + True - + [None] @@ -1993,48 +1993,48 @@ PropertyWrapper - + new element - + Property - + Value - + Description - + true - + false - - + + [None] - + Instance of %1 - + List of %1 instances diff --git a/i18n/en_US.ts b/i18n/en_US.ts index 24d74b99..b91ef7b3 100644 --- a/i18n/en_US.ts +++ b/i18n/en_US.ts @@ -1975,17 +1975,17 @@ PropertyDelegate - + False False - + True True - + [None] [None] @@ -1993,48 +1993,48 @@ PropertyWrapper - + new element new element - + Property Property - + Value Value - + Description Description - + true true - + false false - - + + [None] [None] - + Instance of %1 Instance of '%1' - + List of %1 instances List of %1 instances diff --git a/i18n/fr.ts b/i18n/fr.ts index ee2fcca2..8714f946 100644 --- a/i18n/fr.ts +++ b/i18n/fr.ts @@ -1975,17 +1975,17 @@ PropertyDelegate - + False - + True - + [None] [Aucun] @@ -1993,48 +1993,48 @@ PropertyWrapper - + new element - + Property - + Value - + Description - + true - + false - - + + [None] [Aucun] - + Instance of %1 - + List of %1 instances diff --git a/i18n/nl.ts b/i18n/nl.ts index 0682fdf4..ff799c82 100644 --- a/i18n/nl.ts +++ b/i18n/nl.ts @@ -1975,17 +1975,17 @@ PropertyDelegate - + False - + True - + [None] @@ -1993,48 +1993,48 @@ PropertyWrapper - + new element - + Property - + Value - + Description - + true - + false - - + + [None] - + Instance of %1 - + List of %1 instances diff --git a/i18n/pl.ts b/i18n/pl.ts index 84da3696..abd1b3c7 100644 --- a/i18n/pl.ts +++ b/i18n/pl.ts @@ -1975,17 +1975,17 @@ PropertyDelegate - + False - + True - + [None] @@ -1993,48 +1993,48 @@ PropertyWrapper - + new element - + Property - + Value - + Description - + true - + false - - + + [None] - + Instance of %1 - + List of %1 instances diff --git a/i18n/pt_BR.ts b/i18n/pt_BR.ts index cd374125..9ec9675f 100644 --- a/i18n/pt_BR.ts +++ b/i18n/pt_BR.ts @@ -1975,17 +1975,17 @@ PropertyDelegate - + False - + True - + [None] @@ -1993,48 +1993,48 @@ PropertyWrapper - + new element - + Property - + Value - + Description - + true - + false - - + + [None] - + Instance of %1 - + List of %1 instances diff --git a/i18n/sv.ts b/i18n/sv.ts index 5da05c3c..7ae01e56 100644 --- a/i18n/sv.ts +++ b/i18n/sv.ts @@ -1976,17 +1976,17 @@ PropertyDelegate - + False Falsk - + True Sann - + [None] [Ingen] @@ -1994,48 +1994,48 @@ PropertyWrapper - + new element nytt element - + Property Egenskap - + Value Värde - + Description Beskrivning - + true sann - + false falsk - - + + [None] [Ingen] - + Instance of %1 Förekomst av '%1' - + List of %1 instances Lista över %1 instanser diff --git a/lib/uv390_codeplug.cc b/lib/uv390_codeplug.cc index 536c97f5..3c96782f 100644 --- a/lib/uv390_codeplug.cc +++ b/lib/uv390_codeplug.cc @@ -204,13 +204,12 @@ UV390Codeplug::ChannelElement::fromChannelObj(const Channel *chan, Context &ctx) setPower(ctx.config()->settings()->power()); else setPower(chan->power()); - setSquelch(0); + // By default, set to global default value. + setSquelch(ctx.config()->settings()->squelch()); if (chan->is()) { const FMChannel *achan = chan->as(); - if (achan->defaultSquelch()) - setSquelch(ctx.config()->settings()->squelch()); - else + if (! achan->defaultSquelch()) setSquelch(achan->squelch()); } diff --git a/snapcraft.yaml b/snapcraft.yaml index d3b80143..dc8ba46d 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -2,7 +2,7 @@ name: qdmr #version: git #grade: devel -version: 0.11.2 +version: 0.11.3 grade: stable summary: Graphical code-plug programming tool for DMR radios.