aboutsummaryrefslogtreecommitdiffstats
path: root/imports_shared
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-05-13 22:42:08 +0200
committerRobert Griebl <robert.griebl@qt.io>2022-07-01 12:41:23 +0000
commit4c845c092c550d118d7ca3a4ca863aa94ec78882 (patch)
tree1aa7f8f1ac8a0a487b7082bfea1b0c26d53f4609 /imports_shared
parentdf878f3935fe28dd3d7253b9fa59d65db331eed0 (diff)
Port to Qt 6.2
- Build is warning free on Linux - Still using qmake - Custom fragmenShaders in the cluster are not ported yet - Qt 3D models are rendered, but the Studio 3D integration is untested Change-Id: I0e410a932d6461ba29e7c945cb5e9750d6df8964 Reviewed-by: Dominik Holland <dominik.holland@qt.io> Reviewed-by: Bramastyo Harimukti Santoso <bram.harimukti@gmail.com>
Diffstat (limited to 'imports_shared')
-rw-r--r--imports_shared/application/windows/ApplicationCCWindow.qml2
-rw-r--r--imports_shared/application/windows/ApplicationICWindow.qml2
-rw-r--r--imports_shared/application/windows/NeptuneWindow.qml2
-rw-r--r--imports_shared/assets/translations/ar_MA.ts2
-rw-r--r--imports_shared/assets/translations/cs_CZ.ts4
-rw-r--r--imports_shared/assets/translations/de_DE.ts4
-rw-r--r--imports_shared/assets/translations/en_GB.ts2
-rw-r--r--imports_shared/assets/translations/en_US.ts2
-rw-r--r--imports_shared/assets/translations/he_IL.ts2
-rw-r--r--imports_shared/assets/translations/ja_JP.ts2
-rw-r--r--imports_shared/assets/translations/ko_KR.ts2
-rw-r--r--imports_shared/assets/translations/zh_CN.ts2
-rw-r--r--imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/backspace-868482.svg78
-rw-r--r--imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/check-868482.svg10
-rw-r--r--imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/enter-868482.svg16
-rw-r--r--imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/globe-868482.svg59
-rw-r--r--imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/handwriting-868482.svg57
-rw-r--r--imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/hidekeyboard-868482.svg284
-rw-r--r--imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/search-868482.svg17
-rw-r--r--imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/textmode-868482.svg90
-rw-r--r--imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/style.qml1
-rw-r--r--imports_shared/shared/utils/TouchPointsTracer.qml2
22 files changed, 39 insertions, 603 deletions
diff --git a/imports_shared/application/windows/ApplicationCCWindow.qml b/imports_shared/application/windows/ApplicationCCWindow.qml
index ef604620..25a4a0ab 100644
--- a/imports_shared/application/windows/ApplicationCCWindow.qml
+++ b/imports_shared/application/windows/ApplicationCCWindow.qml
@@ -132,7 +132,7 @@ NeptuneWindow {
root.setWindowProperty("activationCount", d.activationCount++)
}
- onWindowPropertyChanged: {
+ onWindowPropertyChanged: function(name, value) {
switch (name) {
case "exposedRectBottomMargin":
d.exposedRectBottomMargin = value;
diff --git a/imports_shared/application/windows/ApplicationICWindow.qml b/imports_shared/application/windows/ApplicationICWindow.qml
index b9729630..10a433aa 100644
--- a/imports_shared/application/windows/ApplicationICWindow.qml
+++ b/imports_shared/application/windows/ApplicationICWindow.qml
@@ -89,7 +89,7 @@ NeptuneWindow {
visible = true;
}
- onWindowPropertyChanged: {
+ onWindowPropertyChanged: function(name, value) {
switch (name) {
case "performanceMonitorEnabled":
performanceOverlay.fpsVisible = value;
diff --git a/imports_shared/application/windows/NeptuneWindow.qml b/imports_shared/application/windows/NeptuneWindow.qml
index ae3f39e0..b7483d42 100644
--- a/imports_shared/application/windows/NeptuneWindow.qml
+++ b/imports_shared/application/windows/NeptuneWindow.qml
@@ -82,7 +82,7 @@ ApplicationManagerWindow {
*/
readonly property bool isRightToLeft: Config.rtlMode
- onWindowPropertyChanged: {
+ onWindowPropertyChanged: function(name, value) {
switch (name) {
case "neptuneScale":
root.Sizes.scale = value;
diff --git a/imports_shared/assets/translations/ar_MA.ts b/imports_shared/assets/translations/ar_MA.ts
index b66893f3..2455a11a 100644
--- a/imports_shared/assets/translations/ar_MA.ts
+++ b/imports_shared/assets/translations/ar_MA.ts
@@ -824,7 +824,7 @@ Parking Olympia</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>Qt IVI: %1</source>
+ <source>Qt IF: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/imports_shared/assets/translations/cs_CZ.ts b/imports_shared/assets/translations/cs_CZ.ts
index fbff46dc..e87e498e 100644
--- a/imports_shared/assets/translations/cs_CZ.ts
+++ b/imports_shared/assets/translations/cs_CZ.ts
@@ -1409,8 +1409,8 @@ Parking Olympia</source>
<translation>Qt Application Manager: %1</translation>
</message>
<message>
- <source>Qt IVI: %1</source>
- <translation>Qt IVI: %1</translation>
+ <source>Qt IF: %1</source>
+ <translation>Qt IF: %1</translation>
</message>
<message>
<source>Neptune 3: %1 %2</source>
diff --git a/imports_shared/assets/translations/de_DE.ts b/imports_shared/assets/translations/de_DE.ts
index 55b22edf..fc058d4a 100644
--- a/imports_shared/assets/translations/de_DE.ts
+++ b/imports_shared/assets/translations/de_DE.ts
@@ -1045,8 +1045,8 @@ Parking Olympia</source>
<translation>Plattform</translation>
</message>
<message>
- <source>Qt IVI: %1</source>
- <translation>Qt IVI: %1</translation>
+ <source>Qt IF: %1</source>
+ <translation>Qt IF: %1</translation>
</message>
<message>
<source>Neptune 3: %1 %2</source>
diff --git a/imports_shared/assets/translations/en_GB.ts b/imports_shared/assets/translations/en_GB.ts
index f99618fa..834ff266 100644
--- a/imports_shared/assets/translations/en_GB.ts
+++ b/imports_shared/assets/translations/en_GB.ts
@@ -808,7 +808,7 @@ Parking Olympia</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>Qt IVI: %1</source>
+ <source>Qt IF: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/imports_shared/assets/translations/en_US.ts b/imports_shared/assets/translations/en_US.ts
index 1d4d440e..f8801a36 100644
--- a/imports_shared/assets/translations/en_US.ts
+++ b/imports_shared/assets/translations/en_US.ts
@@ -808,7 +808,7 @@ Parking Olympia</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>Qt IVI: %1</source>
+ <source>Qt IF: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/imports_shared/assets/translations/he_IL.ts b/imports_shared/assets/translations/he_IL.ts
index 3222bb62..560ad404 100644
--- a/imports_shared/assets/translations/he_IL.ts
+++ b/imports_shared/assets/translations/he_IL.ts
@@ -486,7 +486,7 @@
<translation type="unfinished"></translation>
</message>
<message>
- <source>Qt IVI: %1</source>
+ <source>Qt IF: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/imports_shared/assets/translations/ja_JP.ts b/imports_shared/assets/translations/ja_JP.ts
index 41157eb4..753ed0b8 100644
--- a/imports_shared/assets/translations/ja_JP.ts
+++ b/imports_shared/assets/translations/ja_JP.ts
@@ -1087,7 +1087,7 @@ Parking Olympia</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>Qt IVI: %1</source>
+ <source>Qt IF: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/imports_shared/assets/translations/ko_KR.ts b/imports_shared/assets/translations/ko_KR.ts
index 60ca0103..a9fc9419 100644
--- a/imports_shared/assets/translations/ko_KR.ts
+++ b/imports_shared/assets/translations/ko_KR.ts
@@ -1094,7 +1094,7 @@ Parking Olympia</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>Qt IVI: %1</source>
+ <source>Qt IF: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/imports_shared/assets/translations/zh_CN.ts b/imports_shared/assets/translations/zh_CN.ts
index 409979df..82e42c19 100644
--- a/imports_shared/assets/translations/zh_CN.ts
+++ b/imports_shared/assets/translations/zh_CN.ts
@@ -1115,7 +1115,7 @@ Parking Olympia</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>Qt IVI: %1</source>
+ <source>Qt IF: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/backspace-868482.svg b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/backspace-868482.svg
index d96d56ca..431558ce 100644
--- a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/backspace-868482.svg
+++ b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/backspace-868482.svg
@@ -1,75 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- version="1.1"
- id="Layer_1"
- x="0px"
- y="0px"
- viewBox="-420 107 159 88"
- enable-background="new -420 107 159 88"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="backspace-868482.svg"><metadata
- id="metadata3483"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
- id="defs3481" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1136"
- id="namedview3479"
- showgrid="false"
- inkscape:zoom="4.327044"
- inkscape:cx="109.27575"
- inkscape:cy="20.181193"
- inkscape:window-x="0"
- inkscape:window-y="0"
- inkscape:window-maximized="1"
- inkscape:current-layer="g3463" /><g
- id="g3459"><rect
- x="-420"
- y="107"
- fill="none"
- width="159"
- height="88"
- id="rect3461" /><g
- id="g3463"><g
- id="g3465"><path
- d="m -261.2,195 -114.8,0 -44,-44 44,-44 114.8,0 z m -112.17994,-3.67355 107.81308,-0.2311 0,-79.72849 -108.27529,0 -39.40204,39.40204 z"
- id="path3467"
- inkscape:connector-curvature="0"
- style="fill:#868482"
- sodipodi:nodetypes="cccccccccccc" /></g><g
- id="g3469"
- transform="translate(5.315407,3.0043605)"><g
- id="g3471"><rect
- x="-327.47067"
- y="128.42934"
- transform="matrix(-0.7071,-0.7071,0.7071,-0.7071,-665.0558,26.5252)"
- width="6.0706396"
- height="50.470654"
- id="rect3473"
- style="fill:#868482" /></g><g
- id="g3475"><rect
- x="-351.79507"
- y="151.44643"
- transform="matrix(-0.7071,-0.7071,0.7071,-0.7071,-665.0499,26.5255)"
- width="52.595058"
- height="5.2535815"
- id="rect3477"
- style="fill:#868482" /></g></g></g></g></svg>
+version https://git-lfs.github.com/spec/v1
+oid sha256:327fe8a0130d1ff0db433f7e250034f9e8aabef54f3a9ca0e8ca71fd622b85ac
+size 2727
diff --git a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/check-868482.svg b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/check-868482.svg
index 82db68a4..da6940d0 100644
--- a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/check-868482.svg
+++ b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/check-868482.svg
@@ -1,7 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-414 91 170 119" enable-background="new -414 91 170 119" xml:space="preserve">
-<g>
- <polygon fill="#868482" points="-351.7,210 -414,147.7 -402.7,136.3 -351.7,187.3 -255.3,91 -244,102.3 "/>
-</g>
-</svg>
+version https://git-lfs.github.com/spec/v1
+oid sha256:e31973295667b8f5ac2f42473da399f80f8ce86af687323ce5b5728d2eb72657
+size 473
diff --git a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/enter-868482.svg b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/enter-868482.svg
index fce3431a..94acc9f7 100644
--- a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/enter-868482.svg
+++ b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/enter-868482.svg
@@ -1,13 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="-394 111 211 80" enable-background="new -394 111 211 80" xml:space="preserve">
-<g>
- <rect x="-394" y="111" fill="none" width="211" height="80"/>
- <g>
- <rect x="-384.8" y="144.8" fill="#868482" width="201.8" height="12.3"/>
- <rect x="-195.3" y="121.7" fill="#868482" width="12.3" height="35.3"/>
- <polygon fill="#868482" points="-349.5,111 -349.5,190.8 -394,151.7 "/>
- </g>
-</g>
-</svg>
+version https://git-lfs.github.com/spec/v1
+oid sha256:383122ad204f677ce7bd240ebb036aa97ae2c63fc988511c9642ef43416f3bf8
+size 688
diff --git a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/globe-868482.svg b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/globe-868482.svg
index 2da3a1e7..81441ba9 100644
--- a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/globe-868482.svg
+++ b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/globe-868482.svg
@@ -1,56 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- version="1.1"
- id="Layer_1"
- x="0px"
- y="0px"
- viewBox="-427 79 144 144"
- enable-background="new -427 79 144 144"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="globe-868482.svg"><metadata
- id="metadata3793"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
- id="defs3791" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1136"
- id="namedview3789"
- showgrid="false"
- inkscape:zoom="4.6354778"
- inkscape:cx="15.443116"
- inkscape:cy="49.492945"
- inkscape:window-x="0"
- inkscape:window-y="0"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1" /><g
- id="g3781"><rect
- x="-427"
- y="79"
- fill="none"
- width="144"
- height="144"
- id="rect3783" /><g
- id="g3785"><path
- d="m -355,223 c -39.5,0 -71.8,-32.1 -72,-71.6 -0.2,-39.7 31.9,-72.2 71.6,-72.4 l 0.7,0 c 19.1,0.1 37.1,7.6 50.6,21.1 13.5,13.5 21,31.5 21.1,50.5 0.1,19.2 -7.3,37.4 -20.8,51 -13.5,13.7 -31.6,21.3 -50.8,21.4 z m 3.22136,-42.7 0,35.96737 c 9,-8.1 18.80446,-20.05728 23.40446,-30.85728 -6.7,-2 -16.40446,-4.71009 -23.40446,-5.11009 z M -380,183.9 c 3.2,7.4 9.01009,18.18309 14.31009,24.48309 2.4,2.9 5.74718,4.95282 8.54718,7.45282 L -357.57418,180.3 c -7,0.4 -15.62582,1.6 -22.42582,3.6 z m 58.2,3 c -3.9,9.1 -15.88755,21.48309 -22.58755,28.98309 10.4,-2.9 26.58755,-12.38309 34.48755,-20.28309 0.5,-0.5 1,-1.1 1.6,-1.6 -4.4,-2.9 -8.9,-5.2 -13.5,-7.1 z m -82.073,8.72582 c 7.8,8.5 28.47064,18.03591 39.87064,21.23591 -0.5,-0.6 -4.98309,-5.51455 -5.48309,-6.11455 -6,-7.1 -11.01573,-15.54718 -14.51573,-23.94718 -4.7,2 -15.57182,6.02582 -19.87182,8.82582 z m 83.03145,-13.68991 c 5.5,2.3 12.95728,7.04155 18.05728,10.34155 6.5,-9.4 12.773,-28.06619 13.573,-39.56619 l -25.48873,0 c -0.1,1.2 -0.1,4.98873 -0.2,6.28873 -0.7,6.8 -3.94155,16.63591 -5.94155,22.93591 z m -100.59436,-27.93027 c 0.8,11.8 7.60446,27.13027 14.00446,36.33027 5.1,-3.3 15.36173,-6.96291 20.76173,-9.26291 -2.4,-7.5 -8.23028,-19.71455 -8.63028,-27.71455 z m 31.16854,-0.64719 c 0.3,7 6.03028,19.84037 8.13028,26.44037 7.7,-2.4 16.56291,-3.36854 24.56291,-3.66854 l 0.21573,-23.20328 z m 38.48873,22.34037 c 8,0.4 16.97864,2.77864 24.67864,5.17864 1.7,-5.6 5.70446,-15.59882 6.20446,-21.59882 0.1,-1 0.53145,-6.53028 0.63145,-7.43028 l -31.51455,0.64718 z M -314.8,146.7 l 25.58873,0 c -0.8,-11.5 -6.973,-24.55727 -13.573,-33.95727 -5.1,3.4 -11.79437,5.76854 -17.39437,8.06854 2.5,7.5 4.97864,17.88873 5.37864,25.88873 z m -37.19436,0.86291 31.73027,-1.07864 c -0.4,-7 -3.32582,-17.46736 -5.42582,-24.06736 -7.7,2.4 -18.95164,4.34718 -26.95164,4.74718 z m -37.95728,0.43145 32.16173,0 0,-20.83027 c -7.9,-0.4 -20.97746,-0.83709 -28.57746,-3.23709 -1.8,5.8 -3.21572,13.41009 -3.81572,19.61009 -0.1,0.8 0.23145,3.65727 0.23145,4.45727 z m -31.69999,0.86292 26.45163,-0.64719 c 0.1,-1 0.1,-3.51009 0.2,-4.51009 0.6,-7 2,-13.8 4,-20.3 -5.5,-2.3 -13.92018,-6.39436 -19.02018,-9.79436 -6.4,9.1 -10.83145,23.45164 -11.63145,35.25164 z m 68.57863,-63.07183 0.21573,35.69882 c 6.9,-0.3 18.23027,-1.5 24.93027,-3.5 -1.37418,-7.31572 -7.3,-14.54718 -12.5,-20.64718 -2.4,-2.9 -9.846,-9.05164 -12.646,-11.55164 z m -30.94155,33.27746 c 6.7,2 18.89319,2.33709 25.79319,2.63709 l 0.64718,-35.698822 c -8.9,7.9 -21.84037,22.461732 -26.44037,33.061732 z m 38.29554,-34.224642 c 0.8,0.9 7.42465,6.977459 8.22465,7.977459 5.9,6.9 11.89436,14.384273 15.39436,22.484273 4.7,-2 12.96737,-4.73145 17.36737,-7.63145 -0.6,-0.6 -1.63146,-1.84719 -2.23146,-2.54719 -9.29436,-11.451637 -28.15492,-17.483092 -38.75492,-20.283092 z M -406.246,107.88427 c 4.4,2.8 12.78309,7.78873 17.48309,9.68873 4,-9.3 17.48192,-24.803277 24.48192,-32.303277 -11.8,3.2 -33.96501,13.91455 -41.96501,22.614547 z"
- id="path3787"
- inkscape:connector-curvature="0"
- style="fill:#868482"
- sodipodi:nodetypes="scccscccscccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" /></g></g></svg>
+version https://git-lfs.github.com/spec/v1
+oid sha256:86bb11e65450e4c9c0766154da8c68891526c5af915268fd953fb8bfa2b0f61d
+size 4890
diff --git a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/handwriting-868482.svg b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/handwriting-868482.svg
index f128b3d4..e385f8c4 100644
--- a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/handwriting-868482.svg
+++ b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/handwriting-868482.svg
@@ -1,54 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- version="1.1"
- id="Layer_1"
- x="0px"
- y="0px"
- viewBox="0 0 156 104"
- enable-background="new 0 0 156 104"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="handwriting-868482.svg"><metadata
- id="metadata3399"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
- id="defs3397" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1136"
- id="namedview3395"
- showgrid="false"
- inkscape:zoom="9.2948718"
- inkscape:cx="83.191118"
- inkscape:cy="52"
- inkscape:window-x="0"
- inkscape:window-y="0"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1" /><g
- id="g3387"><g
- id="g3389"><path
- d="m 37.922759,97.167586 c -10.1,0 -11.046207,-1.342069 -16.967587,-8.651034 -8.271034,-21 1.526897,-31.697931 17.826897,-48.997931 1.2,-1.2 7.241379,-9.493104 8.441379,-10.793104 5.3,-5.7 1.111724,-14.727586 -0.588276,-18.027586 -1.8,-3.4 -11.309655,-4.0393103 -16.009655,-3.3393103 -16.5,2.6 -24.7503446,30.7034483 -24.7503446,30.9034483 L 0,36.6 C 0.3,35.3 6.4,4.3 31.2,0.3 41,-1.3 49.7,2.7 53.9,10.7 c 4.7,8.9 2.6,20.1 -5.3,28.6 -1.2,1.3 -2.4,2.6 -3.6,3.8 -16.7,17.8 -25.9,28.5 -19.6,41.4 3.3,6.8 11.1,7.6 16.9,6.3 C 51.5,88.7 62.1,79.7 62,61.3 61.8,33.2 78.2,19.5 92.2,16.4 c 14.5,-3.2 26.67862,3.922759 32.97862,17.322759 1.3,2.8 2.83793,5.077241 3.63793,7.777241 13.3,0.7 25.82276,5.375862 26.32276,5.475862 l -2.32414,5.044828 c -0.1,0 -12.71241,-4.306207 -23.61241,-5.306207 2.11379,17.360689 -3.65104,36.323448 -15.68897,41.155172 C 101.61379,93.869655 87.9,92.1 83,83.1 79.9,77.5 81.1,68.4 85.9,60.6 c 7.9,-13 25.71103,-17.615172 35.91103,-19.015172 -0.4,-1.2 -3.26689,-7.456552 -3.76689,-8.456552 -3.9,-8.3 -16.07311,-13.368276 -24.973106,-11.368276 -9.7,2.2 -26.056551,18.017241 -25.856551,39.017241 0.2,25.5 -9.682759,32.613104 -23.082759,35.813104 -2.6,0.6 -3.808965,0.577241 -6.208965,0.577241 z M 123.02759,47.137241 c -14,1.5 -27.377935,6.671035 -32.222073,16.235173 -4.569547,5.48009 -6.825089,15.074863 -1.501379,19.937241 10.744832,7.956552 19.564832,1.708966 24.404142,-1.198621 10.58482,-6.253103 9.81931,-26.073793 9.31931,-34.973793 z"
- id="path3391"
- inkscape:connector-curvature="0"
- style="fill:#868482"
- sodipodi:nodetypes="sccccccccccccccccccccccccccccsccccc" /></g><rect
- fill="none"
- width="156"
- height="104"
- id="rect3393" /></g></svg>
+version https://git-lfs.github.com/spec/v1
+oid sha256:df12eac0c504ff5dedb725fc66d59631e06af6a1b63be0a21078f2b473c3116e
+size 3323
diff --git a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/hidekeyboard-868482.svg b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/hidekeyboard-868482.svg
index 694bcc12..14758170 100644
--- a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/hidekeyboard-868482.svg
+++ b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/hidekeyboard-868482.svg
@@ -1,281 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- version="1.1"
- id="Layer_1"
- x="0px"
- y="0px"
- viewBox="-427 87 144 127"
- enable-background="new -427 87 144 127"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="hidekeyboard-868482.svg"><metadata
- id="metadata3534"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
- id="defs3532" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1136"
- id="namedview3530"
- showgrid="false"
- inkscape:zoom="3.8188977"
- inkscape:cx="57.633466"
- inkscape:cy="81.826203"
- inkscape:window-x="0"
- inkscape:window-y="0"
- inkscape:window-maximized="1"
- inkscape:current-layer="g3468" /><g
- id="g3464"><rect
- x="-427"
- y="87"
- fill="none"
- width="144"
- height="127"
- id="rect3466" /><g
- id="g3468"><g
- id="g3470" /><g
- id="g3498"
- transform="matrix(0.6642876,0,0,0.60833553,-135.10074,52.111516)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500"
- style="fill:#868482" /></g><g
- id="g3522"
- transform="matrix(1,0,0,0.53000264,-0.26185567,72.641448)"><rect
- x="-388.89999"
- y="146.2"
- width="67.699997"
- height="11.7"
- id="rect3524"
- style="fill:#868482" /></g><polygon
- style="fill:#868482"
- id="polygon3528"
- points="-381.1,195.2 -355,213.9 -328.9,195.2 -345.2,195.2 -355,202.2 -364.8,195.2 " /><g
- id="g3498-5"
- transform="matrix(0.6642876,0,0,0.60833553,-116.19714,52.058942)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-7"
- style="fill:#868482" /></g><g
- id="g3498-5-4"
- transform="matrix(0.6642876,0,0,0.60833553,-78.8827,51.666158)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-7-0"
- style="fill:#868482" /></g><g
- id="g3498-5-43"
- transform="matrix(0.6642876,0,0,0.60833553,-97.474452,51.928014)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-7-4"
- style="fill:#868482" /></g><g
- id="g3498-5-2"
- transform="matrix(0.6642876,0,0,0.60833553,-60.16002,51.666158)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-7-6"
- style="fill:#868482" /></g><g
- id="g3498-5-3"
- transform="matrix(0.6642876,0,0,0.60833553,-41.568267,51.797086)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-7-64"
- style="fill:#868482" /></g><g
- id="g3498-5-0"
- transform="matrix(0.6642876,0,0,0.60833553,-41.306411,32.419767)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-7-60"
- style="fill:#868482" /></g><g
- id="g3498-5-5"
- transform="matrix(0.6642876,0,0,0.60833553,-60.290947,32.419767)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-7-1"
- style="fill:#868482" /></g><g
- id="g3498-5-34"
- transform="matrix(0.6642876,0,0,0.60833553,-78.751772,32.288839)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-7-8"
- style="fill:#868482" /></g><g
- id="g3498-5-28"
- transform="matrix(0.6642876,0,0,0.60833553,-97.60538,32.419766)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-7-08"
- style="fill:#868482" /></g><g
- id="g3498-5-8"
- transform="matrix(0.6642876,0,0,0.60833553,-116.45899,32.288839)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-7-66"
- style="fill:#868482" /></g><g
- id="g3498-5-6"
- transform="matrix(0.6642876,0,0,0.60833553,-134.91981,32.550694)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-7-85"
- style="fill:#868482" /></g><g
- id="g3498-2"
- transform="matrix(0.56357388,0,0,7.7030576,-197.43282,-888.87016)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-3"
- style="fill:#868482" /></g><g
- id="g3498-2-4"
- transform="matrix(0.56357388,0,0,7.7030576,-59.762201,-888.87016)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-3-6"
- style="fill:#868482" /></g><g
- id="g3498-50"
- transform="matrix(11.474227,0,0,0.60833553,4253.5026,93.039354)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-1"
- style="fill:#868482" /></g><g
- id="g3498-50-9"
- transform="matrix(11.474227,0,0,0.60833553,4252.9789,9.9001791)"><rect
- x="-407.5"
- y="126.7"
- width="11.7"
- height="11.7"
- id="rect3500-1-4"
- style="fill:#868482" /></g><path
- style="fill:#999999;fill-opacity:1"
- d="m -0.0757732,45.191067 0,-45.0182098 3.2404639,-0.08614494 C 7.3998563,-0.02587596 134.35087,-0.02575465 139.85335,0.08684287 l 4.22242,0.08640373 0,45.0180154 0,45.018016 -72.07577,0 -72.0757732,0 0,-45.018211 z m 137.7360832,-0.08643 0,-38.0345359 -65.594846,0 -65.5948454,0 0,38.0345359 0,38.034536 65.5948454,0 65.594846,0 0,-38.034536 z"
- id="path3720"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#ffffff"
- d="m 21.265464,45.759278 0,-3.469587 3.796907,0 3.796907,0 0,3.469587 0,3.469588 -3.796907,0 -3.796907,0 0,-3.469588 z"
- id="path3722"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 21.396392,26.185567 0,-3.535052 3.862371,0 3.862371,0 0,3.535052 0,3.535052 -3.862371,0 -3.862371,0 0,-3.535052 z"
- id="path3724"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 39.857216,25.923711 0,-3.535051 3.862372,0 3.862371,0 0,3.535051 0,3.535052 -3.862371,0 -3.862372,0 0,-3.535052 z"
- id="path3726"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#ffffff"
- d="m 40.119072,45.693814 0,-3.535051 3.862371,0 3.862371,0 0,3.535051 0,3.535052 -3.862371,0 -3.862371,0 0,-3.535052 z"
- id="path3728"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 58.841753,45.562887 0,-3.535052 3.862371,0 3.862371,0 0,3.535052 0,3.535051 -3.862371,0 -3.862371,0 0,-3.535051 z"
- id="path3730"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#ffffff"
- d="m 58.710825,26.054639 0,-3.535051 3.862371,0 3.862371,0 0,3.535051 0,3.535052 -3.862371,0 -3.862371,0 0,-3.535052 z"
- id="path3732"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 77.564433,25.923711 0,-3.535051 3.862371,0 3.862371,0 0,3.535051 0,3.535052 -3.862371,0 -3.862371,0 0,-3.535052 z"
- id="path3734"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 77.433505,45.301031 0,-3.535052 3.862371,0 3.862371,0 0,3.535052 0,3.535051 -3.862371,0 -3.862371,0 0,-3.535051 z"
- id="path3736"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 96.156186,45.301031 0,-3.535052 3.862374,0 3.86237,0 0,3.535052 0,3.535051 -3.86237,0 -3.862374,0 0,-3.535051 z"
- id="path3738"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 96.025258,26.054639 0,-3.535051 3.862371,0 3.862371,0 0,3.535051 0,3.535052 -3.862371,0 -3.862371,0 0,-3.535052 z"
- id="path3740"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 115.00979,26.054639 0,-3.535051 3.86237,0 3.86238,0 0,3.535051 0,3.535052 -3.86238,0 -3.86237,0 0,-3.535052 z"
- id="path3742"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 114.74794,45.431959 0,-3.535052 3.86237,0 3.86237,0 0,3.535052 0,3.535051 -3.86237,0 -3.86237,0 0,-3.535051 z"
- id="path3744"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 37.893299,66.249485 0,-3.011341 33.779381,0 33.77938,0 0,3.011341 0,3.01134 -33.77938,0 -33.779381,0 0,-3.01134 z"
- id="path3746"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 64.14433,121.20799 c -4.320619,-3.09875 -10.146368,-7.27582 -12.94611,-9.28238 l -5.090439,-3.64829 8.049329,0 8.04933,0 4.883685,3.48882 c 3.894822,2.78239 4.926318,3.46219 5.094241,3.35732 0.115806,-0.0723 2.325191,-1.64229 4.909744,-3.48882 l 4.699189,-3.35732 8.052119,0 8.052118,0 -0.510624,0.36756 c -0.280842,0.20216 -5.931036,4.24862 -12.555984,8.99213 -6.624949,4.7435 -12.222114,8.75517 -12.438144,8.91481 L 72,126.84208 64.14433,121.20799 Z"
- id="path3748"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 58.890373,26.058333 0,-3.404124 3.665979,0 3.66598,0 0,3.404124 0,3.404124 -3.66598,0 -3.665979,0 0,-3.404124 z"
- id="path5455"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 21.445012,45.697508 0,-3.404124 3.66598,0 3.665979,0 0,3.404124 0,3.404124 -3.665979,0 -3.66598,0 0,-3.404124 z"
- id="path5482"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /><path
- style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 40.29862,45.697508 0,-3.404124 3.66598,0 3.665979,0 0,3.404124 0,3.404124 -3.665979,0 -3.66598,0 0,-3.404124 z"
- id="path5484"
- inkscape:connector-curvature="0"
- transform="translate(-427,87)" /></g></g></svg>
+version https://git-lfs.github.com/spec/v1
+oid sha256:2e822e5c5d6604b3138015c39cb88a0cf4ac5cbef0fe81496298a436c1f4c5c4
+size 12358
diff --git a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/search-868482.svg b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/search-868482.svg
index 6ee0ba97..0ef76627 100644
--- a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/search-868482.svg
+++ b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/search-868482.svg
@@ -1,14 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="-425 77 148 148" enable-background="new -425 77 148 148" xml:space="preserve">
-<g>
- <rect x="-425" y="77" fill="none" width="148" height="148"/>
- <g>
- <path fill="#868482" d="M-278.2,209.7c1.6,1.6,1.6,4.1,0,5.7l-8.5,8.5c-1.6,1.6-4.1,1.6-5.7,0l-44.6-44.6c-1.6-1.6-1.6-4.1,0-5.7
- l8.5-8.5c1.6-1.6,4.1-1.6,5.7,0L-278.2,209.7z"/>
- <path fill="#868482" d="M-367,89c25.4,0,46,20.6,46,46s-20.6,46-46,46c-25.4,0-46-20.6-46-46S-392.4,89-367,89 M-367,77
- c-32,0-58,26-58,58s26,58,58,58c32,0,58-26,58-58S-335,77-367,77L-367,77z"/>
- </g>
-</g>
-</svg>
+version https://git-lfs.github.com/spec/v1
+oid sha256:15153af2cae501c63677fa9ba51935dee03f97e9c2e69bcd4a391e0910f914d9
+size 815
diff --git a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/textmode-868482.svg b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/textmode-868482.svg
index 709cd284..963d9c43 100644
--- a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/textmode-868482.svg
+++ b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/images/textmode-868482.svg
@@ -1,87 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- version="1.1"
- id="Layer_1"
- x="0px"
- y="0px"
- width="124px"
- height="96px"
- viewBox="0 0 124 96"
- enable-background="new 0 0 124 96"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="textmode-868482.svg"><metadata
- id="metadata3875"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
- id="defs3873" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1136"
- id="namedview3871"
- showgrid="false"
- inkscape:zoom="2.4583333"
- inkscape:cx="-2.4745771"
- inkscape:cy="47.999999"
- inkscape:window-x="0"
- inkscape:window-y="0"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1" /><g
- id="g3853"
- style="fill:#999999;fill-opacity:1"><g
- id="g3855"
- style="fill:#999999;fill-opacity:1"><g
- id="g3857"
- style="fill:#999999;fill-opacity:1"><path
- fill="#868482"
- d="M55.4,70.8L46.9,49H19.4L11,70.8H2.9L30,2h6.7l27,68.8H55.4z M44.4,41.8l-8-21.2c-1-2.7-2.1-6-3.2-9.9 c-0.7,3-1.7,6.3-3,9.9l-8.1,21.2H44.4z"
- id="path3859"
- style="fill:#999999;fill-opacity:1" /><path
- fill="#868482"
- d="M66.6,72.8H54.1L45.5,51H20.8l-8.4,21.8H0L28.7,0h9.4L66.6,72.8z M56.8,68.8h4L35.4,4h-1.9l1.7,6.2 c1.1,3.8,2.1,7.1,3.1,9.7l9,24h-28l9.1-23.9c1.2-3.5,2.2-6.7,2.9-9.6L32.8,4h-1.4L5.9,68.8h3.8L18.1,47h30.2L56.8,68.8z M25.1,39.8h16.4l-7-18.5c-0.4-1.1-0.8-2.2-1.2-3.4c-0.4,1.1-0.7,2.2-1.2,3.4L25.1,39.8z"
- id="path3861"
- style="fill:#999999;fill-opacity:1" /></g><g
- id="g3863"
- style="fill:#999999;fill-opacity:1"><path
- fill="#868482"
- d="M116.2,70.8l-1.5-7.3h-0.4c-2.6,3.2-5.1,5.4-7.7,6.5s-5.7,1.7-9.5,1.7c-5.1,0-9.1-1.3-12-3.9 s-4.3-6.4-4.3-11.2c0-10.4,8.3-15.8,24.9-16.3l8.7-0.3v-3.2c0-4-0.9-7-2.6-8.9s-4.5-2.9-8.3-2.9c-4.3,0-9.1,1.3-14.5,3.9l-2.4-6 c2.5-1.4,5.3-2.5,8.3-3.2s6-1.2,9.1-1.2c6.1,0,10.7,1.4,13.6,4.1s4.4,7.1,4.4,13.1v35.1H116.2z M98.7,65.3c4.8,0,8.6-1.3,11.4-4 s4.1-6.4,4.1-11.2v-4.6l-7.8,0.3c-6.2,0.2-10.6,1.2-13.4,2.9S89,53.1,89,56.7c0,2.8,0.9,5,2.6,6.4S95.6,65.3,98.7,65.3z"
- id="path3865"
- style="fill:#999999;fill-opacity:1" /><path
- fill="#868482"
- d="M97.1,73.8c-5.6,0-10.1-1.5-13.3-4.5c-3.3-3-5-7.3-5-12.7c0-11.6,9-17.8,26.8-18.3l6.8-0.2v-1.3 c0-3.5-0.7-6.1-2.1-7.6c-1.3-1.5-3.6-2.2-6.8-2.2c-4,0-8.6,1.3-13.7,3.7l-1.9,0.9L84,22.1l1.6-0.8c2.7-1.4,5.6-2.6,8.8-3.4 c3.2-0.8,6.4-1.2,9.6-1.2c6.6,0,11.7,1.6,15,4.6c3.4,3.1,5.1,8,5.1,14.5v37.1h-9.4l-1.1-5.3c-2,2-4,3.5-6,4.4 C104.7,73.1,101.2,73.8,97.1,73.8z M103.5,23c4.4,0,7.7,1.2,9.8,3.5c2.1,2.3,3.1,5.7,3.1,10.3V42l-10.7,0.3 c-23,0.7-23,10.9-23,14.3c0,4.3,1.2,7.5,3.7,9.7c2.5,2.3,6.1,3.4,10.6,3.4c3.5,0,6.4-0.5,8.7-1.5c2.2-1,4.6-3,6.9-6l0.6-0.8h2.6 l0.7,1.6l1.2,5.7h2.1V35.8c0-5.4-1.3-9.3-3.8-11.6c-2.6-2.4-6.7-3.5-12.3-3.5c-2.8,0-5.7,0.4-8.6,1.1c-2.2,0.6-4.3,1.3-6.3,2.3 l0.9,2.3C94.9,24.1,99.4,23,103.5,23z M98.7,67.3c-3.5,0-6.4-0.9-8.5-2.7C88,62.8,87,60.1,87,56.7c0-4.3,1.7-7.6,5-9.6 c3.1-1.9,7.8-3,14.4-3.2l9.9-0.4v6.7c0,5.3-1.6,9.6-4.8,12.6C108.3,65.8,104,67.3,98.7,67.3z M112.2,47.6l-5.7,0.2 c-5.8,0.2-10,1.1-12.4,2.6C92,51.8,91,53.8,91,56.7c0,2.2,0.6,3.8,1.9,4.9c1.3,1.1,3.3,1.7,5.8,1.7c4.3,0,7.6-1.1,10-3.4 c2.4-2.3,3.5-5.5,3.5-9.7V47.6z"
- id="path3867"
- style="fill:#999999;fill-opacity:1" /></g></g><rect
- y="88"
- fill="#868482"
- width="124"
- height="8"
- id="rect3869"
- style="fill:#999999;fill-opacity:1" /></g><path
- style="fill:#999999;fill-opacity:1"
- d="m 0.33220339,72.63421 c 0,-0.155512 11.21134461,-28.667467 28.36096261,-72.12573542 0.143964,-0.36481583 1.481288,-0.50697527 4.733406,-0.50316785 L 37.959322,0.01061345 51.99322,35.862443 c 7.718644,19.718506 14.093085,36.099169 14.165419,36.401472 0.105888,0.442511 -1.021912,0.549644 -5.786164,0.549644 l -5.917684,0 -0.546838,-1.118644 C 53.607192,71.079661 51.634697,66.138911 49.524625,60.715473 l -3.836489,-9.860803 -12.536913,0.09809 -12.536911,0.09809 -4.160608,10.779661 -4.160608,10.779661 -5.9804461,0.112569 c -3.2892456,0.06192 -5.98044651,0.02208 -5.98044651,-0.08853 z M 41.423311,39.559322 c 0.0112,-0.536844 -7.930409,-21.643254 -8.141955,-21.638878 -0.210051,0.0043 -8.141912,21.095451 -8.137865,21.638878 0.003,0.398954 16.271502,0.398954 16.27982,0 z"
- id="path3877"
- inkscape:connector-curvature="0" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 92.065151,73.149063 c -3.134892,-0.597811 -6.806633,-2.545615 -8.728039,-4.630092 -3.392162,-3.680063 -4.988275,-9.313558 -4.123086,-14.552476 0.655241,-3.967636 1.662266,-6.021269 4.194145,-8.553147 4.290577,-4.290579 10.117905,-6.121781 21.824109,-6.858095 l 7.47634,-0.470258 -0.23843,-2.843927 c -0.31037,-3.702079 -1.57377,-6.208129 -3.6811,-7.301736 -3.65637,-1.897491 -10.292169,-1.160169 -17.463875,1.940458 -1.80721,0.781333 -3.322385,1.379711 -3.367056,1.329729 -0.04467,-0.04998 -0.915507,-2.104434 -1.935193,-4.565451 l -1.853974,-4.474576 2.725673,-1.292565 c 3.14265,-1.490302 7.040665,-2.780454 10.251098,-3.392873 3.029187,-0.577844 10.434727,-0.568505 13.314347,0.01679 7.53165,1.530841 11.84608,6.107198 13.11198,13.90799 0.24028,1.480703 0.41628,10.734302 0.41806,21.980995 l 0.003,19.423728 -4.60617,0 -4.60616,0 -0.46374,-2.493636 c -0.25506,-1.371499 -0.554,-2.583889 -0.6643,-2.694191 -0.11031,-0.110307 -1.04828,0.545637 -2.08439,1.457658 -1.03611,0.91202 -2.66587,2.03679 -3.62169,2.499498 -3.64892,1.766412 -11.019819,2.493295 -15.881619,1.566175 z M 106.05095,61.766929 c 4.32066,-2.196863 6.139,-5.519149 6.14339,-11.224556 l 0.002,-2.949153 -3.76271,0.0081 c -2.06949,0.0044 -5.04407,0.190591 -6.61017,0.413687 -8.020819,1.142591 -10.808919,3.331507 -10.833665,8.505426 -0.02458,5.139533 2.569947,7.10421 8.959187,6.784237 2.870148,-0.143735 3.841638,-0.388564 6.101698,-1.5377 z"
- id="path3879"
- inkscape:connector-curvature="0" /><path
- style="fill:#999999;fill-opacity:1"
- d="m 0.33220339,92.135593 0,-3.864407 61.83050861,0 61.830508,0 0,3.864407 0,3.864407 -61.830508,0 -61.83050861,0 0,-3.864407 z"
- id="path3881"
- inkscape:connector-curvature="0" /></svg>
+version https://git-lfs.github.com/spec/v1
+oid sha256:971806b2ba57cb1a5bbc2e361b5174246ac30723d2dd558b62c17430968b0d34
+size 7137
diff --git a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/style.qml b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/style.qml
index a9c6c0cb..8fd15e04 100644
--- a/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/style.qml
+++ b/imports_shared/shared/QtQuick/VirtualKeyboard/Styles/neptune/style.qml
@@ -33,7 +33,6 @@
import QtQuick 2.0
import QtQuick.VirtualKeyboard 2.1
import QtQuick.VirtualKeyboard.Styles 2.1
-import QtGraphicalEffects 1.0
import shared.utils 1.0 as Utils
diff --git a/imports_shared/shared/utils/TouchPointsTracer.qml b/imports_shared/shared/utils/TouchPointsTracer.qml
index 23af2d04..5f83305c 100644
--- a/imports_shared/shared/utils/TouchPointsTracer.qml
+++ b/imports_shared/shared/utils/TouchPointsTracer.qml
@@ -3,7 +3,7 @@
** Copyright (C) 2019 Luxoft Sweden AB
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage