summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-025-4/+31
| | | | | | | | | | 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-195-3/+325
| | | | | 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>
* Rename misleading class nameGatis Paeglis2014-03-185-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | The API is: ListView { model: wifiManager.networks } currently if user calls print(wifiManager.networks) it will print: QWifiNetworkList The docs of ListView states that model property expects a subclass of QAbstractListModel. QWifiNetworkList sounds like a subclass of QList which is misleading. This patch renames the class to QWifiNetworkListModel. This does not change the public API (doesn't brake compatibility in any way), just improves the documentation of library. Task-number: QTEE-445 Change-Id: I71f07cb22617f3a7f41a0403d1c63c4357310325 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Remove unnecessary roles from QWifiNetworkListGatis Paeglis2014-03-181-18/+2
| | | | | | | | | | | | | | | | | | Currently there are 2 ways to access the same property from list view's delegate: network.ssid ssid This is not needed, from the API point of view it is more readible when properties are accesed with network.* prefix. As is done in launchersettings demo. "network" role returns QWifiNetwork object which exposes the required properties with Q_PROPERTY. Change-Id: Idd55891d44c4f356a6774575508a38729c60c335 Reviewed-by: Andy Nichols <andy.nichols@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>
* [Wifi] Fix initialization codeGatis Paeglis2014-02-191-11/+11
| | | | | | | | Bug was that on freshly deployed Boot2Qt image (Nexus) the current code caused a device to restart when trying to launch "launcher settings". Change-Id: I3cc55488a1993c2c74567fccf39edd189b356bac Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Explain about disabling surfaceflingeraavit2014-02-181-0/+17
| | | | | Change-Id: Ib4dbfc3d5f62ba3792f44b191143039c63d880df Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Enable internet on eAndroid emulatorGatis Paeglis2014-02-141-22/+25
| | | | | Change-Id: If357f7c1ea090165cb0a3738156a66f5961d66a6 Reviewed-by: Rainer Keller <rainer.keller@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>
* Don't use wifi on EmulatorGatis Paeglis2014-02-131-11/+17
| | | | | Change-Id: I9ae1b5b68f3e3ec2c513ec5a6811ea5396425766 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-1245-45/+45
| | | | | 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>
* Disable QConnectivity daemon on emulatorGatis Paeglis2014-02-071-13/+33
| | | | | | | | Once we will know how, we can use this daemon to enable internet on emulator as well. Change-Id: I01eaa9a56cecfc92dfc5bc0cfb3ce6c3b482e610 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>
* Fixes: get/set hostname & ipadress on eandroidaavit2014-02-051-20/+10
| | | | | | | | | And generally simplify by sharing implementation between linux and android when possible. Change-Id: I572f1076cd5f9df7f7a3ab94b9b30d575a962915 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Update version numbers of B2Qt utilsaavit2014-02-051-1/+1
| | | | | Change-Id: Ia5fde905e9232424a9504a24f1ac8b2a05a8cb59 Reviewed-by: Samuli Piippo <samuli.piippo@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>
* Improve QDroidUtils IP address retrievalTopi Reinio2014-02-031-5/+5
| | | | | | | | | | | | | | | Instead of returning the first IP address from eth0, return a comma-separated list. This ensures that the IPv4 address is shown in Launcher Settings demo, important as it's required for setting up the connection to Raspberry Pi in Qt Creator (sometimes, IPv6 address is shown as first entry). Also, cleans up the garbage (trailing %eth0) returned for IPv6 addresses. Change-Id: Ibced367ba443ac76c2ad2a4f2589c9edcbc74b7f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@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>
* Re-enable the wifi plguin now that toolchains have been updatedaavit2014-01-301-1/+1
| | | | | Change-Id: I87efe6b020b3c8b13491a1611b7992e8f697cb46 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Make sure that wifi event thread doesn't block on exitGatis Paeglis2014-01-302-8/+18
| | | | | | | | | After setting m_exitEventThread to True we need to generate wifi event, otherwise there might be cases that we block in wifi_wait_for_event and wifi event thread never exits. Change-Id: I699ca0c25e23abc7045c1850bf773443bac897e8 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Re-connect if netd is not readyGatis Paeglis2014-01-291-21/+30
| | | | | | | | There is a delay from the time when netd service is started and when it is actually ready to listen for commands. Change-Id: I92a21639921682457f8d5ccf1124a0d310a7a41c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>