summaryrefslogtreecommitdiffstats
path: root/src/doc/src/b2qt-post-install-setup.qdocinc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Android-specific instructions for Qt Creator Kit setupTopi Reinio2014-06-301-0/+36
| | | | | | | | | | Adjust kit selection instructions for Android injection solution, and create re-usable documentation blocks to cover eLinux, eAndroid, and both. Task-number: QTEE-65QTEE-651 Change-Id: I42a1055a76f8a9e2d8dfb053ab1272643aef5671 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Disable code highlighting for command-line instructionsTopi Reinio2014-04-091-1/+1
| | | | | | | | | | This change replaces the \code command with \badcode wherever suitable, and uses \qml for QML snippets. Using \badcode stops qdoc from trying to do highlighting for the command-line instructions. Change-Id: Ic15e22b1a89b6c90233d5753c55b7047ad01baa9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* doc: guide for imx53 and how to setup QtCreatorSamuli Piippo2014-03-261-1/+1
| | | | | | Change-Id: I66e8e220fc408dd79a21e6cb028e235e8adcdb98 Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Update copyright yearaavit2014-02-121-1/+1
| | | | | Change-Id: Ic818e79d7bfca04bd8a8d8aa12b3ff70ea26a7a3 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Fix udev rule for newer versions of ubuntuSamuli Piippo2014-02-051-1/+1
| | | | | | | | uaccess is used instead of udev-acl in Ubuntu 13.04 and later. More info: https://wiki.archlinux.org/index.php/Talk:Udev Change-Id: I353fb8b873eff83288c6a01daadb46f17012255f Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Doc: use power off/on consistentlyLeena Miettinen2013-12-101-1/+1
| | | | | | | | Clarify the options to power off Nexus 7. Change-Id: I13fe92c6cdc00d9033a603edd2bde334aacf8a77 Reviewed-by: Rainer Keller <rainer.keller@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: edit the sections about preparing devicesLeena Miettinen2013-12-101-12/+11
| | | | | | | | | | | | Edit for grammar and style. Use standard wording in lists. Use active voice instead of passive voide. Use lists for all processes. Use the term "SD card" everywhere instead of "micro-SD card". Replace XXX with <device_name>. Change-Id: Ie300dac911b42120de5e236676aa7b43c39f27d7 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: edit the installation instructionsLeena Miettinen2013-12-091-26/+29
| | | | | | | | | | Remove excessive formatting as it reduces readability. Use numbered lists to describe processes. Use active voice instead of passive voice. Edit for grammar and style. Change-Id: I1e5f9636c57898ea09633167e022a3195a2967d6 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Add license headersTopi Reinio2013-12-031-0/+18
| | | | | | | Add an Enterprise License header to source files. Change-Id: I373886dade31ce00d4c10c64ebaf8ba226d5a62d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Use Qt Enterprise Embedded as the product nameTopi Reinio2013-10-181-1/+1
| | | | | | | | | | | | | - Update the documentation to use 'Qt Enterprise Embedded' as the product / SDK name. - Update the html files to use prefix 'qee' instead of 'b2qt'. - Remove discussion about 'SDK', only use the above name Change-Id: Icc7e326df98e6f3053869e4aa3b8aa2ab446ecbc Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Fix correct path for adbSamuli Piippo2013-10-171-1/+1
| | | | | Change-Id: I5825068acc3fd65cec67f4a0b71de732326286b9 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* Doc: Update the usage of SDK / Boot to Qt namesTopi Reinio2013-10-151-2/+2
| | | | | | | | | | | - Create a macro for Qt for Embedded Enterprise SDK - Readability: Use italics for the long platform-specific Boot to Qt names to separate them from the rest of the text - Update information about installation file naming, default install path Change-Id: Iee27da56d378846803bf193c15b9b76766533a25 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add documentation for raspberry PiSamuli Piippo2013-10-141-0/+24
| | | | | | Change-Id: If57154ba74595a1f52802d81908d333924319e7d Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Improve flow of install/setup instructionsTopi Reinio2013-09-121-0/+52
Make it easier to follow the setup steps by eliminating the need for back-tracking and switching between docs. - Detach Setting up USB Access + QtC Kits into a separate qdoc file, which is included by each of the device-specific setup guides, making them endpoints for the installation guide. - Add Building and Running an Example as the last step for each device-specific guide. - Copy tar-ball installation commands from boundary devices website, making it possible to finish the setup with a single guide. - Move i.MX 6 'Upgrading the Bootloader' topic to Troubleshooting section - Update page titles, prev/next linking + other minor fixes Change-Id: Ic8eeadefd0b416598730e857421053934092dc05 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>