summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Bump version to 5.6.35.6Mikko Gronoff2017-08-251-2/+2
| | | | | Change-Id: I150192514d2961452c87b8575ce0a5f7218a4f1b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Doc: Remove generic Device Creation documentationTopi Reinio2016-09-0139-3684/+129
| | | | | | | | | | | | | | | | ... and replace the documentation configuration with a one specific to Boot to Qt Utils. The removed documentation is available in a dedicated repository, tqtc-boot2qt/doc. The name of this module in 5.6 branch will be 'Qt for Device Creation: Add-On Modules'. The doc namespace and config files already reflect the name 'Qt Device Utilities', but that is not visible to the user in 5.6 (but will be in 5.7). Change-Id: Ib5a98d57b6ff5e7c29901f42697266f396abad82 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Doc: ChangeLog for 5.6.0Topi Reinio2016-03-111-1/+35
| | | | | Change-Id: Iafd914307c1fe5150327e82f5194f590593b177a Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Doc: Fix small inconsistency for tree element separator.David Schulz2016-03-111-1/+1
| | | | | Change-Id: I1f1961d03286707654af614d64ead48a8c0b542f Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Doc: Update which Yocto release is used.Topi Reinio2016-03-101-1/+1
| | | | | Change-Id: Ice8b1dcce328316d373273a538b991f04233bced Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Doc: Clarify GPU options in i.MX6 boardsTopi Reinio2016-03-101-1/+1
| | | | | | | | i.MX6Solo has a different GPU compared to other variants. Task-number: QTEE-934 Change-Id: Ib204b7dd0a312449a64eda8451674e2879cd2a05 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Doc: Also support Windows as a development host system.David Schulz2016-03-108-26/+84
| | | | | | Change-Id: Ia8639f5548d6795020f4f3a7dfefabab03760071 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Doc: Remove duplicated file.David Schulz2016-03-041-45/+0
| | | | | | | The original is located under src/doc/src/shared/. Change-Id: If6211bd668108bf82b97afeae47b9f279b26513c Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Revert "Device settings UI."Teemu Holappa2016-02-29171-8558/+0
| | | | | | | | This reverts commit ccbfa0884072c26979a6475de71635c19a474cca. Settings UI is not targeted to 5.6 branch. Change-Id: Ic40c6b1eec05a8509bf75f0f69fa3d551a0806ee Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Doc: Add note about resetting U-Boot env.Gatis Paeglis2016-02-261-0/+9
| | | | | | | | | This is to be consistent with documentation for other devices. Change-Id: I58f1dc8ca936941f0da8a5c4a4a0275a740d8379 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* doc: update toradex u-boot commandsSamuli Piippo2016-02-252-3/+12
| | | | | | Task-number: QTEE-978 Change-Id: I44be872855f8449d5cef7b0f48b579ae753ac30f Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* doc: update kontron board instructionsSamuli Piippo2016-02-241-1/+1
| | | | | | | New version of the BSP has memory card in different device. Change-Id: I16316d49a547354f8ddcba91d6bd6c75d488d13f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* doc: update yocto documentationSamuli Piippo2016-02-151-43/+21
| | | | | Change-Id: Ibc03a5b61c6b08ca898dd09bc98ce75ea2844bd7 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Doc: List the 3rdparty components used by the Qt add-onsVenugopal Shivashankar2016-02-102-2/+43
| | | | | | | | The Qt Virtual Keyboard and Qt Quick 2D Renderer use several 3rdparty components. Change-Id: I2f60ac5bed2469b48046ccda10d3e44c357923c4 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Add notice for wpa_supplicat socket codeGatis Paeglis2016-01-251-0/+6
| | | | | Change-Id: I02e8a0a0b9e2700c3c881eeb42b1c312084053db Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Try to unblock "soft blocked" wifiGatis Paeglis2016-01-251-0/+5
| | | | | | Change-Id: Idebad16aa7824a74e094bf67beb1128c16a64c43 Task-number: QTEE-1037 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use lastError to report relevant errorsGatis Paeglis2016-01-254-52/+87
| | | | | | | | | This improves the error handling situation in the module. Change-Id: I9a67038efd3d82d7a2b87c2184cce52ad5b855e7 Task-number: QTEE-1037 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Fix SSID decodingGatis Paeglis2016-01-254-39/+41
| | | | | | | | Allocate sufficient buffer size. Change-Id: Id2c885d132814553a93b9baa026fa044d667527b Task-number: QTEE-1038 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Device settings UI.Teemu Holappa2016-01-22171-0/+8558
| | | | | | | | | Implemented settings application for changing device settings. There are implemented settings UI for network, time and date, locale, bluetooth, audio and display. Change-Id: I26077ce1f2356eb8520fad61cf07407c6a0f98c1 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
* Remove flashing wizard codesSamuli Piippo2016-01-2235-2129/+0
| | | | | | | b2qt flashing wizard was moved to own repository Change-Id: Id51d460338f8134beb55936e4169f180e64cf007 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* wifi: add missing includeSamuli Piippo2016-01-211-0/+1
| | | | | Change-Id: Iec6b71a5e905dc98776637a912cfbfe681397c18 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* doc: imx6 u-boot update instructionsSamuli Piippo2016-01-181-23/+15
| | | | | | | | How to update u-boot for all boundary devices. Remove display settings, no longer needed in the new image. Change-Id: Icf34e084174f03024bd240eca4d717442be9bd7a Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Doc: Update Kontron SMARC-sAMX6i image deployment instructionsTopi Reinio2016-01-141-1/+1
| | | | | | | Deploy scripts no longer used on 5.6, use raw 'dd' command instead. Change-Id: I9ea18a4c19873049ccad9516fd5424ecb6981bdb Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Merge remote-tracking branch 'origin/5.5' into devSamuli Piippo2016-01-139-14/+164
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.5: docs: add note about need for kontron's Yocto BSP Doc: Bump version to 5.5.1 Doc: Add ChangeLog for 5.5.1 doc: add documentation for Kontron SMARC-sAMX6i Doc: Add a custom note on the online landing page doc: instructions how to use BD's 1280x800 panels Doc: Clarify the network type for Emulator Conflicts: src/doc/config/b2qt-project.qdocconf src/doc/src/devices/qtee-supported-devices.qdoc src/doc/src/qtee-index.qdoc Change-Id: I912a1175965a44c5ff5d68ca5ea9be2d6928b595
| * docs: add note about need for kontron's Yocto BSP5.5Samuli Piippo2015-09-181-0/+3
| | | | | | | | | | Change-Id: Ia8a1fc14bb71ed30331963972cfe4a98689fd31e Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: Bump version to 5.5.1Topi Reinio2015-09-151-2/+2
| | | | | | | | | | Change-Id: Ib739f861f14fc88ba9a7ef3908ee3f40d0d6f8b8 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * Doc: Add ChangeLog for 5.5.1Topi Reinio2015-09-151-13/+19
| | | | | | | | | | | | | | | | | | | | Also, - Update the support end-of-life dates for prev. release - Remove unneeded 'Changes' subsections. They mess up the TOC. Change-Id: I0d4a84158d12b481cca33d237fa460729c760470 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * doc: add documentation for Kontron SMARC-sAMX6iSamuli Piippo2015-09-154-0/+109
| | | | | | | | | | Change-Id: I7a43b8c67a9b87c6e0f49c62fc60c6d7a2ae56b2 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: Add a custom note on the online landing pageTopi Reinio2015-09-073-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The installer now opens a browser with the latest online docs. As the version the user is installing may not be the very latest one, add a note on the landing page reminding that version-specific documentation is available in Qt Creator Help. This note is shown only when launching from the installer - i.e, the URL has the 'welcome' query string: http://doc.qt.io/QtForDeviceCreation/index.html?welcome Task-number: QTEE-964 Change-Id: Iaf373d97c960d36d206f93ec7d5b61086adda86c Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * doc: instructions how to use BD's 1280x800 panelsSamuli Piippo2015-08-121-0/+23
| | | | | | | | | | Change-Id: Ic225702da0a86b338f0326f7ce9b71560323220a Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: Clarify the network type for EmulatorRainer Keller2015-07-081-1/+1
| | | | | | | | | | Change-Id: I1805762bfb5a9275944ea47d4203eb83197d2aa9 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* | Doc: Clean up visible link names and fix linking issuesTopi Reinio2016-01-1310-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | The use of '(embedded Linux)' in the link texts was a remnant from the time when embedded Android was also supported. This commit removes those strings, and converts \target commands to \keywords - this results in better linking (a keyword links to the top of the page, a target links to an anchor that's not clearly tied to any element). Change-Id: I4cdb2d954d8e0d584389c20356e7f72f2e4c3ab1 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Doc: Move Freescale SABRE SD i.MX6Dual to group 3Topi Reinio2016-01-134-22/+10
| | | | | | | | | | | | | | | | | | | | | | As of 5.6, there is no prebuilt image available for i.MX6Dual. This commit removes setup instructions for it, and add it to the group 3 of supported devices. Task-number: QTEE-1029 Change-Id: I098f22e52b8805bd4b6a471b5dc90017ac16b064 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* | Doc: Bump version to 5.6.0Topi Reinio2016-01-1311-22/+22
| | | | | | | | | | | | | | | | | | | | | | Including all the paths in the code snippets, as well as the landing page title. deploy.sh scripts no longer exist for 5.6, so they are replaced with raw 'dd' commands. Change-Id: I1d0cb40c8a0a09858f344023582a8da43e1b4c45 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Doc: Fix documentation warningsTopi Reinio2015-12-101-2/+2
| | | | | | | | | | | | | | | | Literal backslashes need to be escaped, otherwise they are interpreted as broken QDoc commands. Change-Id: I9fe23f672c2e596f316e72b771d674ac65fc44d7 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* | Doc: Mention that Ethernet connectivity only supports IPv4Topi Reinio2015-12-102-4/+4
| | | | | | | | | | | | Task-number: QTEE-979 Change-Id: I8b668c459670f83053127f3e037cbf32a0495291 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Doc: Supported Platforms: Remove superfluous 'eLinux' columnTopi Reinio2015-12-101-18/+4
| | | | | | | | | | | | | | | | | | No need to have a column for embedded Linux as that's the only one we support. Task-number: QTEE-986 Change-Id: Ic7ea7a4382b9de225993937f64063c5036e0ec1c Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Doc: Replace Raspberry Pi with SABRE SD i.MX6Quad in BYOS documentationTopi Reinio2015-12-101-8/+7
| | | | | | | | | | | | | | | | Better to use a device from Group 1 for this purpose. Task-number: QTEE-876 Change-Id: Ic0647aa9358f69bd70c2799068038d68452c293a Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Doc: Add documentation on static buildsTopi Reinio2015-11-304-1/+235
| | | | | | | | | | | | | | | | | | | | | | Add documentation on how to configure Qt for a static build using cross-compilation with B2Qt toolchain, and how to manage linking of static Qt plugins and QML imports. Task-number: QTEE-983 Change-Id: Ied0172fc92dbaa1290389ba321d4588c3df9e54c Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* | Add sync.profileRainer Keller2015-11-251-0/+3
| | | | | | | | | | Change-Id: I825ee1f9eef891a2b236bfa7126a31fe2b522528 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* | Remove unused update toolsRainer Keller2015-11-1613-1169/+1
| | | | | | | | | | Change-Id: I3bf3863e76d58ba6dc42947c337451e1d7fc4ee5 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* | Wifi: more refactoringGatis Paeglis2015-07-1013-618/+503
| | | | | | | | | | | | | | | | | | Move supplicant related code into a proper class. Before it was implementad as C-style API to match with Android code. Change-Id: Idf9610ab9c42bbca34f69b8d5041efb75bb61f57 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | Utils: remove eAndroid specific code pathsEirik Aavitsland2015-07-102-240/+3
| | | | | | | | | | Change-Id: I0de37f5e8a43f786cf09449bcbe782e317dde41d Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* | Remove eAndroid specific modulesEirik Aavitsland2015-07-1054-7964/+0
| | | | | | | | | | Change-Id: Ied9d920dfa6d12093b40d32d5f3a61c1c23b137d Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* | Wifi: Remove android specific code pathsGatis Paeglis2015-07-065-306/+26
|/ | | | | | | eAndroid support has been deprecated. Change-Id: Id62ce140917dc1e45e94e800dc8cdc54736dfc36 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Add missing includesSamuli Piippo2015-07-021-0/+2
| | | | | | | Yocto is not using PCH, so there build fails. Change-Id: I610ef66c9add0c7229d544cf5fa34b11f81ec8a5 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* Doc: Updated the B2Qt image path for BD-SL-i.MX6Venugopal Shivashankar2015-06-301-1/+1
| | | | | | Change-Id: I012154b48212c26cacfca25d1d794cf0ac520b93 Task-number: QTEE-952 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>
* Doc: Add ChangeLog for 5.5.0 releaseTopi Reinio2015-06-291-0/+37
| | | | | Change-Id: Ic09de3e91a222283047e62d5f344cee681488a17 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Wifi: Update qml getting started guideGatis Paeglis2015-06-292-17/+12
| | | | | Change-Id: I633fa8d5ef82b89745bba4cdaa0b4951abe150a3 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Fix finding start of ctrl_interface parameter valuePasi Petäjäjärvi2015-06-291-1/+1
| | | | | | | | Current magic value misses slash parameter from beginning of path. Change-Id: I2b402601f657accd6c586ea79d2ef9a89b8cc2b3 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>