summaryrefslogtreecommitdiffstats
path: root/src/doc/src/qtee-changelog.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Add ChangeLog for 5.5.0 releaseTopi Reinio2015-06-291-0/+37
| | | | | Change-Id: Ic09de3e91a222283047e62d5f344cee681488a17 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Doc: Document support lifecycle policyTopi Reinio2015-06-191-1/+10
| | | | | Change-Id: I6e9e677004f5919e8cfdf81f277fb4cedd814ee2 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2015-06-161-1/+24
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: ChangeLog for release 4.2.0Topi Reinio2015-05-291-0/+23
| | | | | | | | | | Change-Id: Ib58ee343af5f0b749dae73d8662c6b166c090ce4 Reviewed-by: Topi Reiniö <topi.reinio@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: ChangeLog for 4.1.0 releaseTopi Reinio2015-02-181-0/+29
| | | | | | | | | | Change-Id: I761b601567b87adefac8487a92591d3c5e9709ef Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* | Doc: Removed references to embedded AndroidVenugopal Shivashankar2015-05-221-2/+1
| | | | | | | | | | | | | | | | The commit also includes minor language edits. Change-Id: I641452dae29cafdbfe8846d5fc1a7d8302d257d8 Task-number: QTEE-922 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Doc: ChangeLog for 4.1.0 releaseTopi Reinio2015-02-171-0/+29
|/ | | | | Change-Id: I761b601567b87adefac8487a92591d3c5e9709ef Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* doc: update 4.0.0 changelogv4.0.0Samuli Piippo2014-12-101-5/+5
| | | | | Change-Id: I71a36b37cf0803963854758915dcf685ffe2c1f3 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Doc: ChangeLog for Boot to Qt 4.0.0Topi Reinio2014-12-091-0/+52
| | | | | | | | Task-number: QTEE-868 Change-Id: Ibdf126eb7ac83963c3a4f0a3259aaaf289f3fbc2 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com> Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Doc: preparing SABRE SD i.MX6DualLeena Miettinen2014-12-051-1/+1
| | | | | | Task-number: QTEE-842 Change-Id: I93b9178b201593c5c28c7e51ca16404a3509ed9f Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Wifi - c++/qml getting started guide and wifi doc updateGatis Paeglis2014-12-051-1/+1
| | | | | | | | | | | | c++ getting started guide qml getting started guide documenting qml elements documenting c++ classes Task-number: QTEE-810 Change-Id: I669d11c65e5359fc9ec863b03b8b56ce2ef1151b Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@theqtcompany.com> Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* [Wifi] graduate from Qt.labs.wifi 0.1 to B2Qt.Wifi 1.0Gatis Paeglis2014-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make wifi library available from c++ 1) included with "#include <B2QtWifi>", available classes are: QWifiDevice, QWifiManager, QWifiConfiguration - Re-design of API: 1) connectedSSID -> currentSSID get current network from this property instead of networks state change events 2) networkStateChanaged(QWifiNetwork *) -> networkStateChanged(NetworkState) Don't expose QWifiNetwork objects to library users, use data model roles instead, no need to pollute API with "read-only" class. The flaws of exposing QWifiNetwork become apparent when looking at C++ API. 3) New BackendState enum for backend state changes events, backendStateChanged(BackendState) Initializing backend can be lengthy operation and can block GUI thread, same is true for DHCP requests, now these operations are moved into a separate thread and backend state change events are delivered asynchronously. 4) Make WifiManager a Singleton, we don't want several instances starting and stopping system processes and it makes global state handling simpler. 5) Rename Interface -> WifiDevice 6!) Introducing QWifiConfiguration. This abstraction allows for easy way to add new features, whatever we choose to support from: http://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf The idea for it is to be a Qt-style wrapper for "network {}" configurations from wpa_supplicant.conf. Also this makes life simpler for developers if they know what network they will be using, they can omit scanning, listing, selecting parts and do something like this instead: WifiConfiguration { id: config ssid: "network name" passphrase: "12345678" } if (!WifiManager.connect(config)) print("failed to connect: " + WifiManager.lastError) - Optimizations: 1) Async. event delivery. 2) eLinux: Don't use "ifup", it is slow because it starts dhcp request even before any network has been configured. Use start-stop-daemon and ifconfig directly. - Bug fixes (many), but most importantly: 1) Get backend state properly when WifiManager is created. - Public header cleanup - Other: 1) Added categorized logging. 2) Methods to get/set wifi interface name. Not exposed to qml. - Missing parts that will be added as a separate patch: * [doc] Getting started guide for c++ and qml * [doc] Update for qml docs and new docs for c++. The current docs are out-of-date. Task-number: QTEE-649 Task-number: QTEE-810 Change-Id: I7dc8709aed2de622828a119749aef31534a4296d Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Doc: ChangeLog for Boot to Qt 3.2.0QtEE_v3.2.0Topi Reinio2014-10-091-0/+41
| | | | | | | Task-number: QTEE-747 Change-Id: Id81468aff3523e43291768698a615f03d1728b87 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Change copyright noticeRainer Keller2014-10-061-2/+2
| | | | | | | URL points to qt.io Change-Id: If1dcfcef627ee3e2bdde49522ebabcaa66cea29b Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: split up the docs into multiple filesTopi Reinio2014-08-291-0/+239
Split up the monolithic b2qt.qdoc into separate documentation files, making future edits and maintenance easier. Device-specific instructions are created in devices/ subdirectory, and shared documentation (referenced in multiple places) are moved to shared/. Change-Id: I9425297781a1dda9c08a149b0870a0389c575560 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>