aboutsummaryrefslogtreecommitdiffstats
path: root/server.conf
Commit message (Collapse)AuthorAgeFilesLines
* Port to Qt 6.2Robert Griebl2022-07-011-1/+1
| | | | | | | | | | | - 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>
* [companion-app] add music controlsGrigorii Zimin2019-08-131-0/+3
| | | | | | | Change-Id: I5c24d6e4d8c577db0a8cf45063cd9d425fe81826 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com> Reviewed-by: Alexandra Betouni <ABetouni@luxoft.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [middleware] define default port 9998 for drivedata serviceEgor Nemtsev2019-06-061-0/+3
| | | | | Change-Id: Ide740cf64b95e03d98fbf99ed4713e3ae47721de Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [middleware] rename dataprovider back to remotesettingsBramastyo Harimukti2019-05-161-1/+1
| | | | | | | | | - as discussed, it is better to keep "remotesettings" than having an intermediate name for 5.13 release Change-Id: I37fd3f21dc5faf8dbad98b38674f6ed711617069 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [simulationbackend] refactor and split the interfacesBramastyo Harimukti2019-05-131-1/+1
| | | | | | | | | | - rename the general settings into dataprovider temporarily - split cluster interfaces to drivedata - rename the control app into companion app Task-number: AUTOSUITE-948 Change-Id: Ie363c4b1c31cc9d047e83c41ec9b11f8f4658be3 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* Add connection dialog to the android app and several fixes related to the ↵Antti Hölttä2018-02-281-0/+2
connection. Removed useless macos specific instructions from .pro files. Changed some build destinations so that running from build directory now works (again) as well.