Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Itinerary
Commits
b0fed008
Commit
b0fed008
authored
Oct 06, 2021
by
Volker Krause
Browse files
Merge branch 'release/21.08'
parents
4077f9cd
d5099a87
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/SettingsPage.qml
View file @
b0fed008
...
...
@@ -67,6 +67,7 @@ Kirigami.ScrollablePage {
text
:
i18n
(
"
Query Traffic Data
"
)
checked
:
Settings
.
queryLiveData
onToggled
:
Settings
.
queryLiveData
=
checked
Layout.fillWidth
:
true
}
QQC2.Label
{
Kirigami.FormData.isSection
:
true
...
...
@@ -79,6 +80,7 @@ Kirigami.ScrollablePage {
text
:
i18n
(
"
Use insecure services
"
)
checked
:
LiveDataManager
.
publicTransportManager
.
allowInsecureBackends
onToggled
:
LiveDataManager
.
publicTransportManager
.
allowInsecureBackends
=
checked
Layout.fillWidth
:
true
}
QQC2.Label
{
Kirigami.FormData.isSection
:
true
...
...
@@ -100,6 +102,7 @@ Kirigami.ScrollablePage {
text
:
i18n
(
"
Weather Forecast
"
)
checked
:
Settings
.
weatherForecastEnabled
onToggled
:
Settings
.
weatherForecastEnabled
=
checked
Layout.fillWidth
:
true
}
QQC2.Label
{
Kirigami.FormData.isSection
:
true
...
...
@@ -125,6 +128,7 @@ Kirigami.ScrollablePage {
text
:
i18n
(
"
Preload Map Data
"
)
checked
:
Settings
.
preloadMapData
onToggled
:
Settings
.
preloadMapData
=
checked
Layout.fillWidth
:
true
}
QQC2.Label
{
Kirigami.FormData.isSection
:
true
...
...
@@ -144,12 +148,14 @@ Kirigami.ScrollablePage {
text
:
i18n
(
"
Automatically add transfers
"
)
checked
:
Settings
.
autoAddTransfers
onToggled
:
Settings
.
autoAddTransfers
=
checked
Layout.fillWidth
:
true
}
QQC2.CheckBox
{
text
:
i18n
(
"
Automatically fill transfers
"
)
checked
:
Settings
.
autoFillTransfers
onToggled
:
Settings
.
autoFillTransfers
=
checked
enabled
:
Settings
.
autoAddTransfers
&&
Settings
.
queryLiveData
Layout.fillWidth
:
true
}
QQC2.Label
{
Kirigami.FormData.isSection
:
true
...
...
@@ -178,6 +184,7 @@ Kirigami.ScrollablePage {
checked
:
Settings
.
showNotificationOnLockScreen
onToggled
:
Settings
.
showNotificationOnLockScreen
=
checked
enabled
:
NotificationConfigController
.
canShowOnLockScreen
Layout.fillWidth
:
true
}
}
}
src/app/org.kde.itinerary.appdata.xml
View file @
b0fed008
...
...
@@ -609,7 +609,18 @@
</provides>
<launchable
type=
"desktop-id"
>
org.kde.itinerary.desktop
</launchable>
<releases>
<release
version=
"21.08.2"
date=
"2021-10-07"
/>
<release
version=
"21.08.2"
date=
"2021-10-07"
>
<description>
<ul>
<li>
Add support for SMART Health Card (SHC) vaccination certificates.
</li>
<li>
Don't trigger the connection warning when there is no previous arrival time.
</li>
<li>
Show correct number of attached documents for multi-traveller trips.
</li>
<li>
Show escalators to/from intermediate floor levels correctly in the indoor map.
</li>
<li>
Fix rendering of Apple Wallet pass rich-text back fields.
</li>
<li>
Improved data extraction for SNCF, Accor, Feratel and onepagebooking.
</li>
</ul>
</description>
</release>
<release
version=
"21.08.1"
date=
"2021-09-02"
>
<description>
<ul>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment