summaryrefslogtreecommitdiffstats
path: root/startupscreen/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add QSR version to startupscreenHEADdevAapo Rotonen2024-03-221-1/+8
| | | | | | | | | | Add own version of QSR screen to startupscreen. It has functionality that will start the qsrdemo in the target device. Task-number: QSR-2290 Change-Id: I9d931553cfe99598c97d6b17c2d6a09d17ad457d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Jussi Witick <jussi.witick@qt.io>
* startupscreen: remove fonts from resourcesPasi Petäjäjärvi2023-12-011-4/+0
| | | | | | | ttf-TitilliumWeb fonts have been added to meta-boot2qt layer Change-Id: I66473a1a05710dd9c5877297ad3c7f8377a05465 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Show Qt versionSamuli Piippo2023-11-301-0/+1
| | | | | | | Add Qt version information to the main view. Change-Id: Ifaca2e7f774a5400786370c2fcbee54940bc0478 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
* Integrate Wifi management to startupscreenKimmo Ollila2022-08-191-0/+6
| | | | | | Task-number: QTBUG-97101 Change-Id: I23e26ce745c114a1749a2edc39a37a09a2f3a323 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* startupscreen: enable usb mode switchSamuli Piippo2020-10-291-1/+6
| | | | | | | | | | The USB button can be used switch the USB Ethernet driver mode between cdcecm and rndis to work with Linux, Windows and macOS host machines. Task-number: QTBUG-87857 Change-Id: Iab54d7582bdd9c39fca95dfa0bb8637d5ea14e81 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* Add initial mock up for Boot to Qt Startup ScreenSamuli Piippo2020-10-151-0/+74
Initial implementation by Antti Aaltonen (QTBUG-86126). Changes done: - converted into cmake/qmake project - need to keep pro file for Design Studio - updated to work with Qt6 - removed Qt Design Studio (GPL) components - added BSD license headers Task-number: QTBUG-87026 Change-Id: I6dea6a2815e5fbd17a5e8ce259f3dc98a58116fe Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>