summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '64164764fdfe9ed736b7367d573c0daa026b777f' into releaseQtEE_v3.1.0Kalle Viironen2014-07-048-191/+379
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '64164764fdfe9ed736b7367d573c0daa026b777f': Doc: ChangeLog for 3.1.0 release Doc: Android-specific instructions for Qt Creator Kit setup Doc: Add note about crash message when closing an application Fix #ifdef for Android detection Doc: Bump version to 3.1.0 Doc: Update the Supported Platforms page Doc: Fix path for sabre install doc: add documentation for Toradex Apalis iMX6 Doc: injection to eAndroid reference devices Fix Wifi issues on Android 4.4.2 Don't hardcode interface name in getIPAddress() Doc: Update the list of supported platforms Add plugins.qmltypes for Wi-Fi library Change-Id: I73af0af038f8bf9e5f10387b558c428f7a23461c
| * Doc: ChangeLog for 3.1.0 releaseTopi Reinio2014-07-011-0/+41
| | | | | | | | | | | | Task-number: QTEE-685 Change-Id: I6d2974fb569207f504ec17bae1acc988ce8ee04c Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Doc: Android-specific instructions for Qt Creator Kit setupTopi Reinio2014-06-302-4/+40
| | | | | | | | | | | | | | | | | | | | 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: Add note about crash message when closing an applicationTopi Reinio2014-06-301-0/+5
| | | | | | | | | | | | Task-number: QTEE-400 Change-Id: I0c8b8cb190919d97bc7c2efff989655ead2b1de1 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Fix #ifdef for Android detectionGatis Paeglis2014-06-301-1/+3
| | | | | | | | | | | | | | | | It was wrongly adding "IFNAME=" to wpa_supplicant calls on eLinux, "IFNAME=" is required only for eAndroid. Change-Id: Ic16d321765071df66fbffc1c3d6ce78180eb3b1c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Doc: Bump version to 3.1.0Topi Reinio2014-06-271-2/+2
| | | | | | | | | | | | Change-Id: Ic4e5b270a0289d3e7eab34af58b61b8d034fa72d Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Doc: Update the Supported Platforms pageTopi Reinio2014-06-271-3/+8
| | | | | | | | | | | | | | | | | | Describe the support in more clear terms, including the support for stack customization. Task-number: QTEE-680 Change-Id: I43c72ee8f4aa363ff9e05a4a10ac3df456abc6bc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Doc: Fix path for sabre installaavit2014-06-251-1/+1
| | | | | | | | | | Change-Id: Id577ea9d5e6cf5d0b0b129f90688f88acf44f9fb Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * doc: add documentation for Toradex Apalis iMX6Samuli Piippo2014-06-241-0/+70
| | | | | | | | | | | | Change-Id: I83c7b2ed8b7b941ab6cca21860da7e863b5e5251 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: injection to eAndroid reference devicesaavit2014-06-241-138/+43
| | | | | | | | | | | | | | Including improved nexus script. Change-Id: I4fffcf09a7b562c2779df0e742ad868771e86bc2 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Fix Wifi issues on Android 4.4.2Gatis Paeglis2014-06-132-25/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Reload Wi-Fi firmware on a device startup (initializes wlan0 interface). - Android version 4.4 (and above) requires IFNAME=wlan0 prefix to the wpa_supplicant calls, without this all calls to the wpa_supplicant fail. - Fix "broken pipe" issue - a message in the logcat when trying to access a broken network. This seems to be a generic message whenever something is wrong with a network configuration (broken routing table, firewall issues, DNS issues etc.). Android uses Connectivity and NetworkManagement JAVA services to handle network configuration - we can use qconnectivity daemon for this. Task-number: QTEE-562 Change-Id: Ib5a93c677439a0e9bf92ede532667542d2bc4bed Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Don't hardcode interface name in getIPAddress()Gatis Paeglis2014-06-131-7/+13
| | | | | | | | | | Change-Id: I29ac16d598ce56a7fa0a7b3b5bb89ca12d5f074a Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Doc: Update the list of supported platformsTopi Reinio2014-05-301-12/+31
| | | | | | | | | | | | | | | | | | Add the missing links to device-specific setup instructions and update the supported platforms page. Change-Id: Ic5bd32f207676cf694521a9acad3609da8b77901 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * Add plugins.qmltypes for Wi-Fi libraryGatis Paeglis2014-05-262-0/+61
| | | | | | | | | | | | | | | | | | This fixes autocompletion issue in QtCreator. Task-number: QTEE-568 Change-Id: I186a5777e54d8629fd896bd1ee677ac359373a17 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* | Merge branch 'stable' into releaseQtEE_v3.0.0Kalle Viironen2014-05-2620-134/+1033
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable: (25 commits) Add notes about Quick Compiler failures doc: Updated versions and supported platforms doc: Updated links to Qt EE known issues and product page Doc: Warn the user that his Nexus will be wiped. doc: move adb connection change info to customization Build wifi also on eLinux Don't show Wi-Fi group box on iMX6-eAndroid Fix class names for WebEngine Doc: add note about webengine's widget apis Doc: add change log for version 3.0.0 doc: include sabre sd documentation Doc: Add setup instructions for Nexus 7 (2013) Set initial "backend ready" state. Port QtWifi to eLinux Add a note about webengine and emulator Doc: Update version Doc: Add table with all possible MACHINE values Doc: QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS replaces QT_QPA_GENERIC_PLUGINS Doc: Use precise naming for Boundary Devices i.MX6 Add PowerManager service. ... Change-Id: I2762dfe023d461b677d7ed748c33444145d35175
| * Add notes about Quick Compiler failuresLaszlo Agocs2014-05-211-0/+11
| | | | | | | | | | Change-Id: I04ff434e652ed22615b7f9829585fd69ea638f5a Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * doc: Updated versions and supported platformsJerome Pasion2014-05-211-8/+11
| | | | | | | | | | | | | | | | | | | | | | -updated support info for Beagleboard-XM (only supported in 2.x) -updated Yocto version to 1.6 "Daisy" -updated toolchain version to toolchain-1.6.sh Task-number: QTEE-571 Change-Id: I771effbeb258262eff7141c7c1bdd11b40d0d2dd Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * doc: Updated links to Qt EE known issues and product pageJerome Pasion2014-05-211-2/+2
| | | | | | | | | | | | | | | | | | -fixes broken links -pages moved Task-number: QTEE-571 Change-Id: Icb3ba61d374edf1bcc44e46fd8e296bdf1736f20 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Doc: Warn the user that his Nexus will be wiped.aavit2014-05-211-0/+8
| | | | | | | | | | Change-Id: I51b1435cfd42ddc598a9f82de6fe76e4e1f8d6c1 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * doc: move adb connection change info to customizationSamuli Piippo2014-05-211-17/+17
| | | | | | | | | | | | | | | | | | This should be under customization and not under build your own embedded linux. Change-Id: Idcc5723b43cdff4d74f75f562f4265bf7abd4555 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Build wifi also on eLinuxGatis Paeglis2014-05-201-2/+1
| | | | | | | | | | | | | | | | It turns out that wifi was never build on eLinux. Change-Id: I27b3f01761b9aaa6f70d0ff4220344551a39ad56 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
| * Don't show Wi-Fi group box on iMX6-eAndroidGatis Paeglis2014-05-191-8/+9
| | | | | | | | | | | | | | This device currently does not support wifi. Change-Id: I8048d7109908c4c2de553dda119cb14be73ef6a7 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Fix class names for WebEngineLaszlo Agocs2014-05-191-2/+2
| | | | | | | | | | Change-Id: I96f27eb348f6aa02e26c567d81349905aed2cec0 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
| * Doc: add note about webengine's widget apisLaszlo Agocs2014-05-191-0/+6
| | | | | | | | | | | | Change-Id: Idfd4692f125f64da4d49d1cb5528607979db03df Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
| * Doc: add change log for version 3.0.0Leena Miettinen2014-05-191-1/+38
| | | | | | | | | | Change-Id: Id4d9a924200102c50083743bb7c63f76f60a32e4 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * doc: include sabre sd documentationSamuli Piippo2014-05-161-0/+52
| | | | | | | | | | | | | | Change-Id: Iabd01f452d5c93c47387d439eba4a8fc63f79e1d Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Doc: Add setup instructions for Nexus 7 (2013)aavit2014-05-161-6/+60
| | | | | | | | | | Change-Id: I3d6dbb2376d86f66d195b9bd9a313ac2aaa62cf8 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
| * Set initial "backend ready" state.Gatis Paeglis2014-05-161-3/+5
| | | | | | | | | | Change-Id: Id1d7141cbbee181235093627cf18180354a78a6b Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Port QtWifi to eLinuxGatis Paeglis2014-05-157-30/+433
| | | | | | | | | | | | | | | | | | | | | | | | | | Current limitations: - Wifi adapter must be connected before staring the device (and ethernet cable should not be connected at the same time). "allow-hotplug wlan0" in /etc/network/interfaces doesn't seem to help for detecting wifi adapter on-the-fly. Change-Id: I8be407e9e042fc86136efd3e220680fb2ce64bd6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Add a note about webengine and emulatorLaszlo Agocs2014-05-151-0/+4
| | | | | | | | | | | | Change-Id: Id436455971a6278a57f2cf0c59bae0d74763d5ad Reviewed-by: Andras Becsi <andras.becsi@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Doc: Update versionRainer Keller2014-05-121-18/+18
| | | | | | | | | | | | Change-Id: I5160cccc267d81b41810080f0b912f8d2dd13d7c Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Doc: Add table with all possible MACHINE valuesRainer Keller2014-05-121-0/+23
| | | | | | | | | | | | Change-Id: I8e5609065e41b0690ab29cedbcbba7903c7b3df3 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Doc: QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS replaces QT_QPA_GENERIC_PLUGINSTopi Reinio2014-05-091-3/+4
| | | | | | | | | | | | Change-Id: I38bccdf395f5ccc280fba37f8b6abbaea64391d7 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * Doc: Use precise naming for Boundary Devices i.MX6Topi Reinio2014-05-091-9/+9
| | | | | | | | | | | | Change-Id: Ic1a9dfaa2dc302b7e2b8b54a00515dfc050edca0 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Add PowerManager service.Christian Strømme2014-05-094-3/+157
| | | | | | | | | | | | | | | | On Android 4.4 we need to respond to wake-lock requests to prevent StageFrigh from committing suicide. Change-Id: Ie2c261c0c1b962a63ba8516fefaac71a0ec3a54e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * doc: update version to 3.0.0Samuli Piippo2014-05-071-2/+2
| | | | | | | | | | Change-Id: I9e9cb1c74c5be2d213a8a8b7b77a66272cf6e0ec Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
| * Merge branch 'dev' into stableKalle Viironen2014-05-055-20/+131
| |\ | | | | | | | | | | | | | | | | | | | | | * dev: Fix compile error in qconnectivity Compilation fixes for Android 4.4 Change-Id: I00324b156573a5a6dc335fb5d0c3dc98b2d65d99
| | * Merge "Merge branch 'stable' into dev" into devKalle Viironen2014-04-2814-209/+868
| | |\
| | | * Merge branch 'stable' into devKalle Viironen2014-04-1614-209/+868
| | | |\ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable: (22 commits) Add note about headphones on eAndroid Doc: Relocate unmount instructions Doc: Add ChangeLog for Qt Enterprise Embedded 2.1.0 Doc: Disable code highlighting for command-line instructions doc: update version number to 2.1.0 [Wifi] Add new enums and make some API changes Doc: Add documentation on custom build & deploy steps Doc: Create QML Type reference page Doc: Add information about licenses in embedded Linux images Doc: Improve instructions for deploying existing projects Doc: Separate Building Your Own Linux Image into its own page doc: use same directory for yocto and qt doc: config.<MACHINE> needed only once doc: guide for imx53 and how to setup QtCreator Doc: Be more precise on screen content for Nexus7 Add documentation to QtWifi library Doc: Add note for users to not use root for installation doc: describe how to use network connection for adb Rename misleading class name Remove unnecessary roles from QWifiNetworkList ... Conflicts: src/imports/wifi/qwifimanager.cpp Change-Id: Ie7efa2ec91ac154f1e984600f569d9c7f8383627
| * | | Add note about headphones on eAndroidLaszlo Agocs2014-04-151-0/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I3b68c5ee39b8ca18b7d27f191de278530d138466 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * | | Doc: Relocate unmount instructionsTopi Reinio2014-04-142-13/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change relocates the step to unmount the partitions from 'Preparing an SD Card' to be the first step in deploying the Boot to Qt image. Change-Id: If256848aaf4b24108b62902f3c7d3d1c6bee3d72 Reviewed-by: Rainer Keller <rainer.keller@digia.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
| | * | Fix compile error in qconnectivityAndy Nichols2014-04-241-1/+1
| | |/ | | | | | | | | | | | | Change-Id: Ib690e253ddc1c036dfa1d0ea8268200850f14b18 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| | * Compilation fixes for Android 4.4aavit2014-04-015-21/+132
| | | | | | | | | | | | | | | Change-Id: I2017665372e190f9d12841820714457967ff3a3a Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
| | * Merge branch 'stable' into devKalle Viironen2014-02-2559-803/+539
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable: (28 commits) Doc: Document support services for Yocto recipes doc: minor changes to customization inline code blocks Doc: Clarify which Qt Creator templates work out of the box Doc: Fix missing sudo for i.MX6 embedded Linux deployment Doc: Fixed 32bit package install command for newer ubuntu versions doc: add quide how to use b2qt_build_scripts Doc: Add instructions how to install newer VirtualBox [Wifi] Fix initialization code Doc: Explain about disabling surfaceflinger Enable internet on eAndroid emulator Doc: Add instructions for building Boot2Qt demos Doc: Troubleshooting entry for BeagleBone Black HDMI issues Don't use wifi on Emulator Doc: Document building your own embedded linux stack Update copyright year Doc: Fix the 2.0 release date Doc: ChangeLog: Remove 'black screen after exit' from bugfixes Doc: Use a global Qt documentation template Doc: Add changelog Disable QConnectivity daemon on emulator ... Change-Id: Id524cd8897915b6762210ddece159731c1ef2e67
* | | | Merge branch 'stable' into releaseQtEE_v2.1.0Kalle Viironen2014-04-1513-197/+826
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable: Doc: Add ChangeLog for Qt Enterprise Embedded 2.1.0 Doc: Disable code highlighting for command-line instructions doc: update version number to 2.1.0 [Wifi] Add new enums and make some API changes Doc: Add documentation on custom build & deploy steps Doc: Create QML Type reference page Doc: Add information about licenses in embedded Linux images Doc: Improve instructions for deploying existing projects Doc: Separate Building Your Own Linux Image into its own page doc: use same directory for yocto and qt doc: config.<MACHINE> needed only once doc: guide for imx53 and how to setup QtCreator Doc: Be more precise on screen content for Nexus7 Add documentation to QtWifi library Doc: Add note for users to not use root for installation doc: describe how to use network connection for adb Rename misleading class name Remove unnecessary roles from QWifiNetworkList Document C++11 usage doc: how to use rebuilt yocto images and BYOS Change-Id: If51af9f476d05e7d147d93670d36ca1b99e03d8c
| * | | 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>
| * | | [Wifi] Add new enums and make some API changesGatis Paeglis2014-04-076-85/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Now QtWifi can provide feedback when incorrect password is entered. - networkStateChanged signal provides a reference to the currently active network connection. - bug fixes in QWifiManager::connect Task-number: QTEE-408 Change-Id: Ic7458b864f09aef3cfca40fb081dec45e0bba7db Reviewed-by: Eirik Aavitsland <eirik.aavitsland@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>