summaryrefslogtreecommitdiffstats
path: root/startupscreen/MainView.qml
Commit message (Collapse)AuthorAgeFilesLines
* Update startupscreen to match current brand guideKimmo Ollila2024-01-231-79/+32
| | | | | | Task-number: QTBUG-120618 Change-Id: I511558ec7213af8e5be12093982a0d4e40145271 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Show Qt versionSamuli Piippo2023-11-301-1/+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-1/+9
| | | | | | Task-number: QTBUG-97101 Change-Id: I23e26ce745c114a1749a2edc39a37a09a2f3a323 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* startupscreen: hide network text if no networks availableSamuli Piippo2020-11-241-0/+1
| | | | | Change-Id: I9b9c225cc633ee82898de0466e2461217ffd86a8 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* startupscreen: use translation macro for UI textsSamuli Piippo2020-11-231-4/+4
| | | | | | | | | Mark all UI texts for translations, but leave the actual translation for later date. Task-number: QTBUG-88021 Change-Id: I0ffbe3a96de22acf87e2b3c3e3941d03bc5b861c Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* startupscreen: Add deployment guideSamuli Piippo2020-11-181-0/+6
| | | | | | | | | | | | | | | | | Use the html text from Boot to Qt documentation for the guide. Some modification needed for the html file to remove header and footer, use correct path to images and remove links: sed -i -e '0,/$$$b2qt/d' -e '/@@@b2qt/,$d' -e 's|images/|assets/|' \ -e 's/<a [^>]*>//g' -e 's|</a>||g' assets/b2qt-tutorial-deploying.html Since TextArea doesn't work correcly in Flickable with touch event, use Text element with styling from dummy TextArea. Task-number: QTBUG-87029 Change-Id: I5835fc684ad01d69e1bce7f6920dd5f561fbe56c Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* startupscreen: show IP addressesSamuli Piippo2020-10-291-2/+9
| | | | | | | | | | Fetch all IPv4 networks and show them to the user. Qt6 has removed APIs for getting signals of network changes, need to poll the network periodically. Task-number: QTBUG-87028 Change-Id: I3953e5c6ecff7a463cb14354fd5302b04b554157 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* startupscreen: enable usb mode switchSamuli Piippo2020-10-291-2/+9
| | | | | | | | | | 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>
* startupscreen: make UI dynamicSamuli Piippo2020-10-291-432/+92
| | | | | | | | | | | | | Dynamically adjust the UI element based on the screen size to better handle the various screen sizes available in embedded devices. Make states handle only the landscape - portrait changes. Remove progress bar from splash screen and make it hide automoatically. Remove SD card button and hide wifi button. Change-Id: I308ad696cf4c2ee3b97adfc231cd76899152f357 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* startupscreen: remove QtGraphicalEffectsSamuli Piippo2020-10-201-19/+0
| | | | | | | | QtGraphicalEffects is not supported in Qt 6.0.0, so remove use of DropShadow effect. Change-Id: I6db47603c57d3aab3e1913a0da3b7936d516cc96 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* Add initial mock up for Boot to Qt Startup ScreenSamuli Piippo2020-10-151-0/+606
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>