<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt-apps/neptune3-ui.git/src/remotesettings/app/client.cpp, branch dev</title>
<subtitle>The Neptune 3 Automotive Reference UI
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-apps/neptune3-ui.git/'/>
<entry>
<title>Port to Qt 6.2</title>
<updated>2022-07-01T12:41:23+00:00</updated>
<author>
<name>Robert Griebl</name>
<email>robert.griebl@qt.io</email>
</author>
<published>2022-05-13T20:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-apps/neptune3-ui.git/commit/?id=4c845c092c550d118d7ca3a4ca863aa94ec78882'/>
<id>4c845c092c550d118d7ca3a4ca863aa94ec78882</id>
<content type='text'>
 - 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 &lt;dominik.holland@qt.io&gt;
Reviewed-by: Bramastyo Harimukti Santoso &lt;bram.harimukti@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - 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 &lt;dominik.holland@qt.io&gt;
Reviewed-by: Bramastyo Harimukti Santoso &lt;bram.harimukti@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[companion-app] add music controls</title>
<updated>2019-08-13T10:28:05+00:00</updated>
<author>
<name>Grigorii Zimin</name>
<email>gzimin@luxoft.com</email>
</author>
<published>2019-07-17T13:24:32+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-apps/neptune3-ui.git/commit/?id=992459fa64fd84655ec3a74887cc8f84ed61de05'/>
<id>992459fa64fd84655ec3a74887cc8f84ed61de05</id>
<content type='text'>
Change-Id: I5c24d6e4d8c577db0a8cf45063cd9d425fe81826
Reviewed-by: Egor Nemtsev &lt;enemtsev@luxoft.com&gt;
Reviewed-by: Alexandra Betouni &lt;ABetouni@luxoft.com&gt;
Reviewed-by: Bramastyo Harimukti Santoso &lt;bramastyo.harimukti.santoso@pelagicore.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5c24d6e4d8c577db0a8cf45063cd9d425fe81826
Reviewed-by: Egor Nemtsev &lt;enemtsev@luxoft.com&gt;
Reviewed-by: Alexandra Betouni &lt;ABetouni@luxoft.com&gt;
Reviewed-by: Bramastyo Harimukti Santoso &lt;bramastyo.harimukti.santoso@pelagicore.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[license] remove "ivi" and leave Neptune 3 UI as its project name</title>
<updated>2019-08-08T10:59:49+00:00</updated>
<author>
<name>Bramastyo Harimukti</name>
<email>bramastyo.harimukti.santoso@pelagicore.com</email>
</author>
<published>2019-08-08T10:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-apps/neptune3-ui.git/commit/?id=0df363da0750d7806f0528190bfcd81707a2f95b'/>
<id>0df363da0750d7806f0528190bfcd81707a2f95b</id>
<content type='text'>
Change-Id: I857ccffbeb584c05f74d35bd36e948dff9970073
Reviewed-by: Vladimir Minenko &lt;vladimir.minenko@pelagicore.com&gt;
Reviewed-by: Kavindra Palaraja &lt;kpalaraja@luxoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I857ccffbeb584c05f74d35bd36e948dff9970073
Reviewed-by: Vladimir Minenko &lt;vladimir.minenko@pelagicore.com&gt;
Reviewed-by: Kavindra Palaraja &lt;kpalaraja@luxoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[companion-app] Improve how the server url is given to the QtRO backend</title>
<updated>2019-07-15T09:34:30+00:00</updated>
<author>
<name>Dominik Holland</name>
<email>dominik.holland@pelagicore.com</email>
</author>
<published>2019-07-11T09:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-apps/neptune3-ui.git/commit/?id=431fb82c1b08effc825e6eda01a713f2ce781c35'/>
<id>431fb82c1b08effc825e6eda01a713f2ce781c35</id>
<content type='text'>
When writing the server.conf to the current directory, we might overwrite
the server.conf which is needed by the servers.
To fix this we now create a temporary directory and write the server.conf
there and point to it using the SERVER_CONF env variable.

Change-Id: I19d00ee241f5e1303fe2daf872559dd7a3558b58
Fixes: AUTOSUITE-1094
Reviewed-by: Bramastyo Harimukti Santoso &lt;bramastyo.harimukti.santoso@pelagicore.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When writing the server.conf to the current directory, we might overwrite
the server.conf which is needed by the servers.
To fix this we now create a temporary directory and write the server.conf
there and point to it using the SERVER_CONF env variable.

Change-Id: I19d00ee241f5e1303fe2daf872559dd7a3558b58
Fixes: AUTOSUITE-1094
Reviewed-by: Bramastyo Harimukti Santoso &lt;bramastyo.harimukti.santoso@pelagicore.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[settings] rename left-over Pelagicore with Luxoft Sweden AB</title>
<updated>2019-07-10T11:54:26+00:00</updated>
<author>
<name>Bramastyo Harimukti Santoso</name>
<email>bramastyo.harimukti.santoso@pelagicore.com</email>
</author>
<published>2019-07-08T14:56:05+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-apps/neptune3-ui.git/commit/?id=9ae282b6712a47df87dc5beae711ad180e8a07c5'/>
<id>9ae282b6712a47df87dc5beae711ad180e8a07c5</id>
<content type='text'>
- Pelagicore is not exist as a company anymore
- in order to use the same config folder for settings file, all
  left-over Pelagicore names are replaced with Luxoft Sweden AB

Task-number: AUTOSUITE-1061
Change-Id: I6ff22a99768b1a27139f766ffc4bfe87922136e1
Reviewed-by: Egor Nemtsev &lt;enemtsev@luxoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Pelagicore is not exist as a company anymore
- in order to use the same config folder for settings file, all
  left-over Pelagicore names are replaced with Luxoft Sweden AB

Task-number: AUTOSUITE-1061
Change-Id: I6ff22a99768b1a27139f766ffc4bfe87922136e1
Reviewed-by: Egor Nemtsev &lt;enemtsev@luxoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[companion-app] Update UX for dev page</title>
<updated>2019-06-24T14:47:34+00:00</updated>
<author>
<name>Grigorii Zimin</name>
<email>gzimin@luxoft.com</email>
</author>
<published>2019-06-20T13:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-apps/neptune3-ui.git/commit/?id=894c8e66c643bd4803c606545a35239ce1350fd2'/>
<id>894c8e66c643bd4803c606545a35239ce1350fd2</id>
<content type='text'>
Change-Id: I3f578669a11293bd4a472ebd207789908ec57ba2
Fixes: AUTOSUITE-1035
Reviewed-by: Egor Nemtsev &lt;enemtsev@luxoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3f578669a11293bd4a472ebd207789908ec57ba2
Fixes: AUTOSUITE-1035
Reviewed-by: Egor Nemtsev &lt;enemtsev@luxoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[companionapp] fix connection to remote drivedata service</title>
<updated>2019-06-06T09:06:50+00:00</updated>
<author>
<name>Egor Nemtsev</name>
<email>enemtsev@luxoft.com</email>
</author>
<published>2019-05-30T15:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-apps/neptune3-ui.git/commit/?id=87160ff556fdf5f4bbed83faaab323949fe2381d'/>
<id>87160ff556fdf5f4bbed83faaab323949fe2381d</id>
<content type='text'>
Change connection string to address without port.
Use default 9999 for remotesettings and 9998 for drivedata.
Load ports from QSettings if defined.

Task-number: AUTOSUITE-975
Change-Id: Ieb089b78ecf3360f6aafac54a89dcca0ce13547f
Reviewed-by: Grigorii Zimin &lt;gzimin@luxoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change connection string to address without port.
Use default 9999 for remotesettings and 9998 for drivedata.
Load ports from QSettings if defined.

Task-number: AUTOSUITE-975
Change-Id: Ieb089b78ecf3360f6aafac54a89dcca0ce13547f
Reviewed-by: Grigorii Zimin &lt;gzimin@luxoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[companionapp] fix app rename</title>
<updated>2019-05-17T18:33:43+00:00</updated>
<author>
<name>Egor Nemtsev</name>
<email>enemtsev@luxoft.com</email>
</author>
<published>2019-05-17T18:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-apps/neptune3-ui.git/commit/?id=d423c223eec34d6d80dc983eec681ab0629fb780'/>
<id>d423c223eec34d6d80dc983eec681ab0629fb780</id>
<content type='text'>
Change-Id: I3090d7fbe639e9048d937e9d45a41f05aec27328
Reviewed-by: Nikolay Zamotaev &lt;nzamotaev@luxoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3090d7fbe639e9048d937e9d45a41f05aec27328
Reviewed-by: Nikolay Zamotaev &lt;nzamotaev@luxoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[companionapp] rename Neptune Control to Neptune Companion app</title>
<updated>2019-05-17T15:08:31+00:00</updated>
<author>
<name>Egor Nemtsev</name>
<email>enemtsev@luxoft.com</email>
</author>
<published>2019-05-17T15:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-apps/neptune3-ui.git/commit/?id=4bab67e8ce8ffb552be46c2291ec17e35a1ebe71'/>
<id>4bab67e8ce8ffb552be46c2291ec17e35a1ebe71</id>
<content type='text'>
Change-Id: I59a65d96ad009b9d3130416a66fb067a2a9232c6
Reviewed-by: Bramastyo Harimukti Santoso &lt;bramastyo.harimukti.santoso@pelagicore.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I59a65d96ad009b9d3130416a66fb067a2a9232c6
Reviewed-by: Bramastyo Harimukti Santoso &lt;bramastyo.harimukti.santoso@pelagicore.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[companionapp] fix connecting/connected message update</title>
<updated>2019-05-17T11:27:24+00:00</updated>
<author>
<name>Egor Nemtsev</name>
<email>enemtsev@luxoft.com</email>
</author>
<published>2019-05-17T10:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-apps/neptune3-ui.git/commit/?id=4a09078bc0264f4a573612968fb9298217a3de99'/>
<id>4a09078bc0264f4a573612968fb9298217a3de99</id>
<content type='text'>
Task-number: AUTOSUITE-975
Change-Id: If3777b34fcaec330eefb4f950f6ef6372460f4aa
Reviewed-by: Bramastyo Harimukti Santoso &lt;bramastyo.harimukti.santoso@pelagicore.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: AUTOSUITE-975
Change-Id: If3777b34fcaec330eefb4f950f6ef6372460f4aa
Reviewed-by: Bramastyo Harimukti Santoso &lt;bramastyo.harimukti.santoso@pelagicore.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
