summaryrefslogtreecommitdiffstats
path: root/src/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Add ChangeLog for Qt Enterprise Embedded 2.1.0Topi Reinio2014-04-113-0/+65
| | | | | | Task-number: QTEE-463 Change-Id: Id03c73e7285aa5b738b992608d37c3c1a4d6b1b6 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Doc: Disable code highlighting for command-line instructionsTopi Reinio2014-04-092-47/+47
| | | | | | | | | | 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: update version number to 2.1.0Samuli Piippo2014-04-091-2/+2
| | | | | Change-Id: I9eecbf40133936c799cbdd3848a46a1350ce49c8 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Add documentation on custom build & deploy stepsTopi Reinio2014-04-031-5/+46
| | | | | | | | | Add a new subpage for the Build and Run topic, and rename the top-level page to be more generic. Change-Id: I09820ecf9f1219491ed08ad4f850b98ec399a0e7 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Riitta-Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: Create QML Type reference pageTopi Reinio2014-04-022-0/+23
| | | | | | | | | | Create a landing page for QtEE-specific QML modules and types. Ensure it links correctly to WiFi Module documentation, and add it to TOC. Change-Id: Ib3edf9ff8e50f11e138a57aabc1f84749ac48e16 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add information about licenses in embedded Linux imagesTopi Reinio2014-04-011-0/+9
| | | | | | Task-number: QTEE-456 Change-Id: I0cec54abe3898be2ee6654c4d328affe57d8221d Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Doc: Improve instructions for deploying existing projectsTopi Reinio2014-04-012-15/+30
| | | | | | | | | | | | | - Mention Widget applications - Simplify the .pro file code snippets and make them copy-pastable - Discuss deploying application resources - Link to Qt Resource System docs in Qt Core Task-number: QTEE-399 Change-Id: I0bcc38a188b848800e79c9c4a5fde7bd9f536fbd Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Doc: Separate Building Your Own Linux Image into its own pageTopi Reinio2014-03-311-15/+21
| | | | | | | | | | | | | Building Your Own Linux Image is a topic important enough to have its own top-level TOC entry. Also, move the note about support services closer to the top of the page for better visibility. Task-number: QTEE-453 Change-Id: Ia3bc4cca2002c291bce1ca6b6bb4051d9395995f Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* doc: use same directory for yocto and qtSamuli Piippo2014-03-261-11/+5
| | | | | | | | The init script in b2qt-build-script can now use the toolchain and image from yocto build, if the same build directory is used. Change-Id: Ifffd5206cb2aaa7e50546c27ceb330900c1bf951 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* doc: config.<MACHINE> needed only onceSamuli Piippo2014-03-261-4/+4
| | | | | | | | | simplified usage for build scripts, so that config.<MACHINE> is needed only for the initialization script. Change-Id: I2038d9bdf8bde25fd68c9f0ea9f0dbfb81b9fe71 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* doc: guide for imx53 and how to setup QtCreatorSamuli Piippo2014-03-262-1/+61
| | | | | | Change-Id: I66e8e220fc408dd79a21e6cb028e235e8adcdb98 Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Be more precise on screen content for Nexus7Rainer Keller2014-03-191-2/+2
| | | | | | | Task-number: QTEE-113 Change-Id: I488b751f34ca0bf2f9493c6a49d3b2761ffc439b Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Add documentation to QtWifi libraryGatis Paeglis2014-03-192-3/+7
| | | | | Change-Id: Ifd71c65a155ad296f3491085e91556eb69226b2b Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Add note for users to not use root for installationRainer Keller2014-03-191-0/+2
| | | | | Change-Id: I8c35b825537f3b85494006b80320816498228871 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* doc: describe how to use network connection for adbSamuli Piippo2014-03-191-0/+17
| | | | | | | Task-number: QTEE-172 Change-Id: Id284b46449f21a5d66384ee0ade8dbee49b32ef9 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Document C++11 usageLaszlo Agocs2014-03-171-0/+10
| | | | | | | | | | | | The Android toolchain contains gcc 4.6 which does not pass Qt's own C++11 test. Therefore, even though the standard library is there with the headers, one has to manually add -std=c++11 to the compiler flags (CONFIG+=c++11 has no effect). Document this. Task-number: QTEE-67 Change-Id: I6ce33135450e73f097e812d03bb881069de896aa Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* doc: how to use rebuilt yocto images and BYOSSamuli Piippo2014-03-141-2/+12
| | | | | Change-Id: Ic983c7e6d05aad190bb1469cc318993720d190c3 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Document support services for Yocto recipesTopi Reinio2014-02-211-1/+9
| | | | | | | Task-number: QTEE-427 Change-Id: I1f10fed48cbca8144b866cd50d3d7eaeb8caf2ac Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* doc: minor changes to customization inline code blocksSamuli Piippo2014-02-211-12/+7
| | | | | | | formatting changes and one path correction. Change-Id: I7a358f7dd210d84d67ea10257bfa2a91cd97bb1f Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Clarify which Qt Creator templates work out of the boxTopi Reinio2014-02-201-2/+2
| | | | | | | | | A quick fix for QTEE-399 - we'll need better instructions what changes are needed for example Qt Widgets projects. Task-number: QTEE-399 Change-Id: I5d4999d2d5d5a3af5a4966e7253094966f387410 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Doc: Fix missing sudo for i.MX6 embedded Linux deploymentTopi Reinio2014-02-201-2/+2
| | | | | | Task-number: QTEE-406 Change-Id: I146c189ba2996fe8c7b79ea4aef5c8c2716bb7bf Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Fixed 32bit package install command for newer ubuntu versionsaavit2014-02-201-3/+9
| | | | | | | | QTEE-414 Change-Id: I79e0e2f2191d02bf5859338ba1583567eb430284 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* doc: add quide how to use b2qt_build_scriptsSamuli Piippo2014-02-191-3/+29
| | | | | | Change-Id: I08cc79fe34cc45a96c3387370a78060541cd3d1d Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Add instructions how to install newer VirtualBoxRainer Keller2014-02-191-2/+13
| | | | | | Change-Id: I54899c905d334215c40a9dcb4a4035d173cc625b Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Explain about disabling surfaceflingeraavit2014-02-181-0/+17
| | | | | Change-Id: Ib4dbfc3d5f62ba3792f44b191143039c63d880df Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Add instructions for building Boot2Qt demosTopi Reinio2014-02-131-1/+14
| | | | | | | | | Document where to find the demos in Qt Creator and fix the template name used in the example building instructions. Task-number: QTEE-350 Change-Id: I8b132920d3e63d9813c65338d50db4eb66c465de Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Troubleshooting entry for BeagleBone Black HDMI issuesTopi Reinio2014-02-131-0/+10
| | | | | | Task-number: QTEE-329 Change-Id: If2d305c0e2b4165fca7c00910bb498124ade3abb Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Document building your own embedded linux stackTopi Reinio2014-02-132-0/+71
| | | | | | | Task-number: QTEE-176 Change-Id: I9641ea529f651fe5a19cfa0f0abff48096b26381 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Update copyright yearaavit2014-02-124-4/+4
| | | | | Change-Id: Ic818e79d7bfca04bd8a8d8aa12b3ff70ea26a7a3 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: Fix the 2.0 release dateTopi Reinio2014-02-121-1/+1
| | | | | Change-Id: I329ce97d32a1d1745fc5da1a939603c500940b00 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Doc: ChangeLog: Remove 'black screen after exit' from bugfixesTopi Reinio2014-02-111-1/+0
| | | | | | | This bug still exists for 2.0 Change-Id: I6703e247a9d890276163dfed7ecc99c59bee4592 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Use a global Qt documentation templateTopi Reinio2014-02-1011-662/+5
| | | | | | | | | | Remove the local copy of the template and use a global Qt one instead. Also, bump the year used in the template footer and fix the link to privacy policy. Task-number: QTEE-272 Change-Id: Ied82bb046a8a6bb6159c0446cfac903adf72b622 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add changelogTopi Reinio2014-02-071-3/+81
| | | | | Change-Id: Iba235b61d96981765fb2e94be572e46a31a93b82 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add Android GCC run-time licensing informationTopi Reinio2014-02-061-1/+17
| | | | | | | | | | Add license information specific to the libstdc++ library used in the embedded Android images to the documentation. Task-number: QTEE-306 Change-Id: I31cf6c1667a1af1638ff1d1b984321712d50ab26 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Bump Yocto release version in documentationTopi Reinio2014-02-061-2/+2
| | | | | Change-Id: I50cde4aa039fcbf800e4a24f984a62dc377fa01c Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Doc: Fix external linksTopi Reinio2014-02-062-7/+49
| | | | | | | | Fix links to external pages and separate them as their own qdoc file. Change-Id: Ia41b53f7480b9a9d76d8785d478d3e07c384670e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@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>
* Remove unnecessary sudoRainer Keller2014-02-041-1/+1
| | | | | Change-Id: I8f02a214a328f2bc7010b1e2b7ddec7a4417abf2 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Add BeagleBone BlackTopi Reinio2014-02-041-2/+84
| | | | | | Task-number: QTEE-302 Change-Id: I1c608ea0934a69244077a87de0f843993a3fc8d0 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Doc: Remove comment about Yocto complianceTopi Reinio2014-01-311-5/+4
| | | | | | Task-number: QTEE-311 Change-Id: Ibf4052919e6235c569345d96c4244743a843b758 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Doc: Remove embedded Android support for BeagleboardTopi Reinio2014-01-311-21/+9
| | | | | | | | B2Qt 2.0 will support only embedded Linux on Beagleboard. Task-number: QTEE-303 Change-Id: Id9b0058a929ab7f441bcb17795ff5c562facb89f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Bump B2Qt version in the docs to 2.0.0Topi Reinio2014-01-282-13/+16
| | | | | | | | Set the b2qt version in the docs to 2.0.0. Also add dependencies to other doc modules, which may be useful in the future. Change-Id: I2034c893a3cce7d19c4a7198a34ebfc532aecddb Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Merge remote-tracking branch 'origin/stable' into devaavit2014-01-174-298/+416
|\ | | | | | | | | | | | | Conflicts: src/doc/src/b2qt.qdoc Change-Id: I9d345dcc689e751b997df797ce12b6cd8a14ffb9
| * Doc: use power off/on consistentlyLeena Miettinen2013-12-102-10/+13
| | | | | | | | | | | | | | | | 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: unify punctuation of list itemsLeena Miettinen2013-12-101-1/+1
| | | | | | | | | | | | | | | | Remove the period from the end of the first list item for consistency. Change-Id: I8926473a804be175c50ddf2dd0923bcc8e98c37c Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: edit the sections about preparing devicesLeena Miettinen2013-12-103-110/+114
| | | | | | | | | | | | | | | | | | | | | | | | 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 building and running topiLeena Miettinen2013-12-101-17/+15
| | | | | | | | | | | | | | Edit for grammar and style. Change-Id: I61bdbd5dbd4adc8badfe7e5aebe0c43f2a7a875e Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: edited the customization topicLeena Miettinen2013-12-101-16/+18
| | | | | | | | | | | | | | Edited for style and grammar. Change-Id: I57a9f72db0300c475b752a20bb613caa9a41b570 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: edit troubleshooting topicLeena Miettinen2013-12-091-19/+22
| | | | | | | | | | | | | | Edit for grammar and style. Use QDoc commands consistently. Change-Id: I2faf83811632b1640b504f538a714d0d7a9243b6 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: edit the supported devices topicLeena Miettinen2013-12-091-3/+3
| | | | | | | | | | | | | | | | | | | | Fix the capitalization of units of measurement and use spaces between the units and the numbers. Edit the leading sentence to the list of supported devices. Change-Id: I440a55f855d687ce46d3188373a4624b775529a0 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>