summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Use a custom supplicant configuration fileGatis Paeglis2015-06-295-1/+50
| | | | | | | | | | | | | | | A default configuration file contains: network={ key_mgmt=NONE } which means that supplicant will try to connect to *any* network where key_mgmt is set to NONE. We don't want that. Change-Id: Ibde643dfa2371cffdec2bfc53f96957fda7ac452 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Use 'killall' to stop wpa_supplicantGatis Paeglis2015-06-291-0/+6
| | | | | | | | This is a workaround for QTEE-957 Change-Id: Idb0900e8315d2ccf895ea6e950b0f6587bfebc92 Task-number: QTEE-957 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Doc: Added additional info. about the Nitrogen6_Lite setupVenugopal Shivashankar2015-06-291-0/+27
| | | | | | | Change-Id: I7cb032e36f64933760c4cca7ff094f4d49c684d8 Task-number: QTEE-956 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Document the physical screen size override in settingsLaszlo Agocs2015-06-241-0/+14
| | | | | | | Task-number: QTEE-949 Change-Id: I09ec569e83a7602e25271360345c071a2efc8f18 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com> Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Doc: Add documentation for Toradex Colibri iMX6Topi Reinio2015-06-244-1/+114
| | | | | Change-Id: Ia2c79d9ad4c738e6e2494a59329ddcb01cde306c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* b2qt-flashing-wizard: Fix compile errorRainer Keller2015-06-221-1/+1
| | | | | Change-Id: Id707b0af2068c8a8d39822bdb9611fde278a77ea Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into devEirik Aavitsland2015-06-191-0/+1
|\
| * Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2015-06-171-0/+1
| |\ | | | | | | | | | | | | | | | | | | * origin/stable: b2qt-flashing-wizard: Clear platforms before parsing files Change-Id: I957bfa157544292dd4d39f5abebb0f50774e3f45
| | * b2qt-flashing-wizard: Clear platforms before parsing files5.4Rainer Keller2015-06-161-0/+1
| | | | | | | | | | | | | | | Change-Id: I48b24ee5c6d0bef5d717ee5433f7cd94ca2b1d55 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* | | Doc: Document support lifecycle policyTopi Reinio2015-06-192-1/+24
| | | | | | | | | | | | | | | Change-Id: I6e9e677004f5919e8cfdf81f277fb4cedd814ee2 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* | | B2QtDevice: use rounding instead of truncatingLaszlo Agocs2015-06-181-3/+3
| | | | | | | | | | | | | | | Change-Id: Id5723f62b2df32fed1bb65f8e9211ba2d1032664 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | | Expose a physcal screen size property for the settings appLaszlo Agocs2015-06-182-0/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Load/rewrite /var/lib/b2qt/appcontroller.conf.d/physical_screen_size.conf accordingly. Additionally, /etc/appcontroller.conf is parsed first, but it is never modified. Task-number: QTEE-936 Change-Id: Ieea5f230c02135a0edbd696d031ae1d987ad5cbc Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* | | Doc: Add documentation for Raspberry Pi 2Topi Reinio2015-06-184-23/+23
| | | | | | | | | | | | | | | Change-Id: Ieed65fb341b72dcf4f2b7ead2a07ba17d4f3b3c4 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | | b2qt-flashing-wizard: Filter out floppy and CD-Rom drives from device listRainer Keller2015-06-181-1/+2
| | | | | | | | | | | | | | | Change-Id: Ibb54e0f1e45342d6012760c07793cf46df706fd4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | | doc: update to 5.5Samuli Piippo2015-06-172-8/+8
| | | | | | | | | | | | | | | Change-Id: I7f16f18e732a047eb772d0dd03fe3c1144c3a0c8 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | | Doc: Update strings referring to the install pathTopi Reinio2015-06-178-12/+12
|/ / | | | | | | | | | | | | Boot2Qt-4.x -> 5.5/Boot2Qt Change-Id: I62560fe9b3a07e2ab2c823f325366acf7f70cfd9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into devSamuli Piippo2015-06-1710-38/+121
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2015-06-1610-38/+121
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/stable: Doc: Bump version to 4.2.0 Doc: ChangeLog for release 4.2.0 doc: simpler uboot command for colibri vf doc: Update colibri vf instructions b2qt-flashing-wizard: Remove unused variables b2qt-flashing-wizard: Files are now located at a different location b2qt-flashing-wizard: Script standard error in red color b2qt-flashing-wizard: Hints for users to find error messages more easily Doc: ChangeLog: Update 4.1.0 release date Doc: Update minimal hardware requirements Doc: Fix issues in Wifi module documentation Doc: Bump version to 4.1.0 Doc: Update the list of required packages for BYOS Doc: Rename instances of 'Digia' to 'The Qt Company' Doc: Move Toradex Colibri VF61 to Supported Device Group 1 Doc: Updated copyright license holder in documentation footer Doc: Add table of contents in the sidebar Doc: Move 'Value-Add Components' list to the overview page Doc: ChangeLog for 4.1.0 release b2qt-flashing-wizard: Disable next page when no platforms found Conflicts: src/doc/config/b2qt.qdocconf src/doc/src/devices/qtee-supported-devices.qdoc src/doc/src/qtee-changelog.qdoc src/doc/src/qtee-index.qdoc src/wifi/qwifimanager.cpp Change-Id: I00ecc61a1e9eea6dd26ecc9a568f07cd64a6296a
| | * Doc: Bump version to 4.2.0Topi Reinio2015-05-291-2/+2
| | | | | | | | | | | | | | | Change-Id: If10427f8c5a597dd2fe1e144ad902d8a0cdf7934 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| | * Doc: ChangeLog for release 4.2.0Topi Reinio2015-05-291-0/+23
| | | | | | | | | | | | | | | Change-Id: Ib58ee343af5f0b749dae73d8662c6b166c090ce4 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
| | * doc: simpler uboot command for colibri vfSamuli Piippo2015-05-281-3/+2
| | | | | | | | | | | | | | | | | | Change-Id: I2124a91d6fd5f86dce7c5d3f341e505a8016dee0 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| | * doc: Update colibri vf instructionsSamuli Piippo2015-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | New set of uboot commands to boot with latest kernel. Colibris have raw SLC NAND memory instead of eMMC. Change-Id: Id621fdb9692baffff14d78a18d9effe34928877e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| | * b2qt-flashing-wizard: Remove unused variablesRainer Keller2015-04-221-3/+0
| | | | | | | | | | | | | | | Change-Id: I259d8b393361b08468d29b00f6d26e95cac4269e Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| | * b2qt-flashing-wizard: Files are now located at a different locationRainer Keller2015-04-221-3/+9
| | | | | | | | | | | | | | | Change-Id: I13ad2ed897a8d03159830aa94ea36680e12bd0f9 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| | * b2qt-flashing-wizard: Script standard error in red colorRainer Keller2015-04-205-6/+34
| | | | | | | | | | | | | | | Change-Id: I40893222a5ea999eca3f73b05e39e7e1ab53a9a1 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
| | * b2qt-flashing-wizard: Hints for users to find error messages more easilyRainer Keller2015-04-202-12/+35
| | | | | | | | | | | | | | | | | | | | | | | | If the image creation fails the details widget is opened and scrolled to bottom automatically. Also the progressbar is disabled to indicate a stop. Change-Id: I74573a2b19d915ac90a12645e3e806a979f74baf Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
| | * Doc: ChangeLog: Update 4.1.0 release dateTopi Reinio2015-02-201-1/+1
| | | | | | | | | | | | | | | Change-Id: If4993288c0d1f32171dc9307af4ad9cefa3ce813 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| | * Doc: Update minimal hardware requirementsTopi Reinio2015-02-181-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Mention Qt Quick 2D Renderer as OpenGL ES 2.0 is no longer a hard requirement. Task-number: QTEE-917 Change-Id: Ia6b2ecfc5b27f44001a76078c6e2a1aa6f91739e Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
| | * Doc: Fix issues in Wifi module documentationTopi Reinio2015-02-184-50/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make QWifiDevice reference appear - Fix warnings: - Document constructor/destructor for QWifiConfiguration - Remove signal documentation unused by qdoc - Fix undocumented parameters, \reimp tag Task-number: QTEE-882 Change-Id: Id53feac755bc9d898fee9cbcbfb52e46b6ae17bb Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
| | * Doc: Bump version to 4.1.0Topi Reinio2015-02-181-2/+2
| | | | | | | | | | | | | | | Change-Id: I3bc823aabf6af1726952f2be68626e056f0b2ce6 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| | * Doc: Update the list of required packages for BYOSTopi Reinio2015-02-181-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | And split the command to several lines using '\' to avoid scrollbars in online documentation Task-number: QTEE-884 Change-Id: Icfaaacd4f65b140d763ac9a1d47af250064601e9 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| | * Doc: Rename instances of 'Digia' to 'The Qt Company'Topi Reinio2015-02-181-2/+2
| | | | | | | | | | | | | | | | | | Task-number: QTEE-880 Change-Id: Ib58fe60950ad2b2f4f1e81f6ead473101b55dffd Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
| | * Doc: Move Toradex Colibri VF61 to Supported Device Group 1Topi Reinio2015-02-181-18/+17
| | | | | | | | | | | | | | | | | | Task-number: QTEE-893 Change-Id: I4ffdfdb3b9c72f3e36bd0670faa28b0dac13e18a Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
| | * Doc: Updated copyright license holder in documentation footerTopi Reinio2015-02-181-5/+4
| | | | | | | | | | | | | | | | | | | | | Also updated 'Privacy Policy' URL. Change-Id: I65d8a49ef35397445b7bf27b245799a20f7fcf54 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
| | * Doc: Add table of contents in the sidebarTopi Reinio2015-02-183-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This sidebar is used in the doc.qt.io online style. Having a TOC visible on all pages improves usability considerably. Also, add one page previously missing from the TOC (About Boot to Qt). Change-Id: Ic21a8ae9309971a590a3a23d278cfe67b45f05d1 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
| | * Doc: Move 'Value-Add Components' list to the overview pageTopi Reinio2015-02-181-23/+23
| | | | | | | | | | | | | | | | | | | | | This is a better location for it, improving visibility. Change-Id: Ie6c47fd0679fa53406eec87ce84d12bd54b67782 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
| | * Doc: ChangeLog for 4.1.0 releaseTopi Reinio2015-02-181-0/+29
| | | | | | | | | | | | | | | Change-Id: I761b601567b87adefac8487a92591d3c5e9709ef Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
| | * b2qt-flashing-wizard: Disable next page when no platforms foundRainer Keller2015-02-091-0/+2
| | | | | | | | | | | | | | | | | | Change-Id: I30d0eb65dc45e388484af65b09305d12d3d02ab6 Task-number: QTEE-906 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | | b2qt-flashing-wizard: Add space between wordsRainer Keller2015-06-161-1/+1
|/ / | | | | | | | | Change-Id: I4ba36b5fedd99c2f147ef55531b57ca9a818485a Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* | Fix qtlauncher settings app setting display brightness to 0Eirik Aavitsland2015-06-162-6/+7
| | | | | | | | | | | | | | | | | | | | | | Qt Quick, like C++, really doesn't grok the quint8 type - since it's just a char underneath, it now is sometimes interpreted as a string. Fix by just sticking with straight int instead, which arguably is anyway a better (more flexible) api choice. Change-Id: I04e3324d2ecab54860eb6c2ee2e4337ccfd4ecb4 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Doc: Removed references to embedded AndroidVenugopal Shivashankar2015-05-2211-476/+52
| | | | | | | | | | | | | | | | The commit also includes minor language edits. Change-Id: I641452dae29cafdbfe8846d5fc1a7d8302d257d8 Task-number: QTEE-922 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Fix regression introduced by b47a30fGatis Paeglis2015-04-241-5/+6
| | | | | | | | | | Change-Id: I4fd63ca0c47adfbb772ba0b8915c6bacef8c513c Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* | Fix signal calculation for WEXT-based driversGatis Paeglis2015-04-163-15/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces a behavior change. Previously the 'SignalStrength' role was interpreted as dBm. This was working fine for nl80211 based drivers, for WEXT-based drivers it contained garbage values. Now the 'SignalStrength' role will always be interpreted as percentage. The wpa_supplicant passes back only the 'level' of the scanned BSS, which with nl80211-based driver is almost always dBm (val < 0). WEXT-based driver has its own interpretation of 'level' - it can contain dBm, percentage [0-100] (and some other values for historical reasons, but these are converted by the wpa_supplicant to dBm). This is what I have concluded from looking at NetworkManager and wpa_supplicant sources and git history. Even the official GUI tool wpa_gui for the wpa_supplicant is out-of-date and can not be used as a referance. Change-Id: I70d15e26e0a1700ad0f7d19d23cbade2d3d46054 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | Doc: Add configuration for building online docsTopi Reinio2015-04-094-53/+58
| | | | | | | | | | | | | | | | | | | | | | Add a new configuration file, b2qt-online.qdocconf that is selected for use whenever 'build_online_docs' CONFIG flag is set. Separate the common parts of doc config into b2qt-project.qdocconf, and clean it up by removing unnecessary variables. Change-Id: I001eee79b5322b515e568b90ee0d36aaf60c53c3 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>