summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* auto-generate module prisOswald Buddenhagen2012-06-252-4/+2
| | | | | Change-Id: I757f4a1164da396315b3ce1815fe3d6b9862e271 Reviewed-by: Alex <alex.blasche@nokia.com>
* Replace deprecated use of QString::operator=(const char *).alex2012-06-251-1/+1
| | | | | Change-Id: Ie31d9b5d09a8ad20c5f1bc4e4d6c5380962bd61a Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* clarify Bluetooth power situation in docsMichael Zanetti2012-06-131-0/+6
| | | | | | | add a note to docs that powering Bluetooth on and off might behave differently on different platforms Change-Id: I461aa651c21e07bcd56a7c7e7eca9c73084d81d7 Reviewed-by: Alex <alex.blasche@nokia.com>
* only allow apps to temporarily power on BluetoothMichael Zanetti2012-06-131-8/+4
| | | | | | | also disallow powering Bluetooth off while something else is still using it Change-Id: Icb8f5863e618d628dd40e2c2e169328c239eb81f Reviewed-by: Alex <alex.blasche@nokia.com>
* Port to the new plugin systemLars Knoll2012-06-052-3/+2
| | | | | | Change-Id: I6ea1ce1342f04befa98757a7ba6997194b56487f Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-303-4/+4
| | | | | | | | | | This operation should be a no-op anyway, since at this point in time, the fromAscii and toAscii functions simply call their fromLatin1 and toLatin1 counterparts. Task-number: QTBUG-21872 Change-Id: Ia2fed44c5db997b6fc13a243f5e312d35f8625ad Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
* Make use of Nokia bt services for pairing requests.Christian Fetzer2012-05-292-0/+59
| | | | | | Change-Id: I4a4e68c1524b3a83129c20ce7c985fca6c7cc8a5 Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Make use of Nokia bt services for powering on/off bluetooth.Christian Fetzer2012-05-292-72/+308
| | | | | | Change-Id: Ie648226fd821403208b21749f624f34fc7abc498 Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* improve documentation for BluetoothSocket::stringDataMichael Zanetti2012-05-291-1/+20
| | | | | | Change-Id: I26fb3a61c8f0d2bad6171e2e25702424eb987044 Reviewed-by: Christian Fetzer <christian.fetzer@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* prevent crash in case SFW connection breaks down and someone calls ↵Michael Zanetti2012-05-291-1/+1
| | | | | | | | disconnect afterwards Change-Id: I7c779454baf5dc3edff9398263e5a0af28899975 Reviewed-by: Christian Fetzer <christian.fetzer@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* improve BluetoothSocket docsMichael Zanetti2012-05-291-7/+10
| | | | | | | | Point out what's the main purpose of the BluetoothSocket and one should use C++ to have binary protocols Change-Id: Ic50608c12f2ffc1fbb415d485b3fb4cc418f6f43 Reviewed-by: Christian Fetzer <christian.fetzer@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Removed unneeded linkage to QtGui.Christian Fetzer2012-04-261-0/+1
| | | | | | Change-Id: Ia51523fac0a7d89c93e705ccf7bb3ae74470e66a Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Extend SPP profile to be used with NOKIA_BT_SERVICESMichael Zanetti2012-04-267-10/+161
| | | | | Change-Id: Ide681b442f50d7b126d93b891b58aba75832b881 Reviewed-by: Alex <alex.blasche@nokia.com>
* Replaced the deprecated \o qdoc command with \li, and added the missing ↵veshivas2012-04-242-6/+7
| | | | | | | \endlist command. Change-Id: I15aae722ffdeae7da38b421d59a509aa868f69aa Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Fix QQml name change build failures.Toby Tomkins2012-04-243-4/+4
| | | | | Change-Id: If0063be8c61fe5c38a55455db27cd6046aa326db Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* don't use always the same id for failed transfers.Michael Zanetti2012-04-131-2/+3
| | | | | Change-Id: I563cbbfdeb936f9e2b30d94db52f9f6d5b4baeda Reviewed-by: Alex <alex.blasche@nokia.com>
* added plugins.qmltypesMichael Zanetti2012-04-132-5/+239
| | | | | Change-Id: I88438087870d4424ebe72ea3d019f4fe55c517e5 Reviewed-by: Alex <alex.blasche@nokia.com>
* Changed all occurrances of QML "element" to QML "type" as agreed by the docs ↵Michael Zanetti2012-03-2210-24/+24
| | | | | | | team Change-Id: I812fda9282eaa6f25d0b198d6729ff99899bfe62 Reviewed-by: Alex <alex.blasche@nokia.com>
* QDeclarative is deprecated, change it to QQmlMichael Zanetti2012-03-227-21/+21
| | | | | Change-Id: Ie42934f3daf53f867c312995717421162294354e Reviewed-by: Alex <alex.blasche@nokia.com>
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0614-41/+41
| | | | | | | | | | QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I40e6d40c8ca9b5e7b98a16aab3fac57ec84be63d Reviewed-by: Alex <alex.blasche@nokia.com>
* Remove/disable QtNFC from Qt 5.0.alex2012-03-012-2/+11
| | | | | | | | | | | | Currently there is no way of verifying the QtNFC API. This decision will be revisited by future Qt releases. Furthermore there will be no commitment that the re-enabled QtNFC API will be source or binary compatible to the version disabled by this commit. Change-Id: I9aea986189d48b5c2368ce6b2c7ff20e2c94f2f8 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Oliver Woltermann <oliver.woltermann@nokia.com>
* Language edits to the QDoc markupVenugopal Shivashankar2012-02-2917-215/+208
| | | | | Change-Id: I13206b25dbd87ce0d066cb21842dfbd516bd2bbc Reviewed-by: Alex <alex.blasche@nokia.com>
* Modified the \brief text for the Bluetooth C++ classes and the QML elements.veshivas2012-02-2817-26/+19
| | | | | | Change-Id: I3c455739afe9d63eb822a0462c7e786bd83259ee Reviewed-by: Gary Aish <gary.aish@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Move qprivatelinearbuffer_p.h into bluetooth projectalex2012-02-283-2/+3
| | | | | | | | In general we don't have any code in MODULE_SRC/src Change-Id: I412e5de3708a036df8e5a76fcd7870faea90fb5d Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* No more NFC on Symbian.alex2012-02-2855-11163/+2
| | | | | | Change-Id: Id1355d5c7a56de3b031945f226d9c52897020c8b Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* also signal a failed transfer to the Bluetooth ServicesMichael Zanetti2012-02-272-4/+7
| | | | | Change-Id: I82e59ca93cd3861354ddacd0fc97388109633751 Reviewed-by: Alex <alex.blasche@nokia.com>
* nokia_test_framework is no more. Remove unneeded qmake check.Michael Zanetti2012-02-141-6/+0
| | | | | Change-Id: Ib2a829e7e9622f4e85cd5d091b076c38e6dccb78 Reviewed-by: Alex <alex.blasche@nokia.com>
* No more Bluetooth on Symbianalex2012-02-0833-4388/+4
| | | | | | | | This change cleans the code base significantly. Change-Id: I668d05d72cf5aa896818139e2daba51909c0b9dd Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* QtConnectivity: Add dependency to QtConcurrentFriedemann Kleint2012-02-081-0/+2
| | | | | | | | | QtConcurrent is now a separate module. Add library to tests and examples. Change-Id: Ie66d73b80580ec23ad7c23e6c49771f7f08d8ea3 Reviewed-by: Alex <alex.blasche@nokia.com>
* Avoid non-standard indentation of license headers.Jason McDonald2012-01-316-234/+236
| | | | | | | | | The strange indentation has made maintenance of license headers difficult on several occasions. Change-Id: Ief9156127da156b49dfe7e60e1f3146e6c73e573 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30227-227/+227
| | | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I84f8c423bd7748bbae495fedae696990414cee83 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Remove old and obsolete documentationalex2012-01-261-1/+8
| | | | | | | | | and provide means for hooking it into the Qt5 docs. Change-Id: I7c56097bde6a2b0ea0ed0f204d59d67618c1dfce Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* added documentation and examplesMichael Zanetti2012-01-2347-213/+83
| | | | | | Change-Id: Ia99e5f8f9579c189379bce1a22de3d58b12ce5fc Reviewed-by: Alex <alex.blasche@nokia.com> Sanity-Review: Alex <alex.blasche@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-20227-227/+227
| | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I1c6ba5c87f0eca30b6f01f4245a032262d30f8ce Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-11116-116/+116
| | | | | | | | Update copyright headers from before 2011. Change-Id: Ic34da6aa9bf8ba63d4e41c2135b4fdaf7c437360 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year in license headers.Jason McDonald2012-01-05133-137/+137
| | | | | | Change-Id: I76920b22a5b386a0f85ec28076da20505c022b6f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* QtConnectivity: Fix test crashes/asserts/hangs.Friedemann Kleint2012-01-033-12/+17
| | | | | | | | | | | | | | | | | | - Fix crash caused by uninitialized d-ptr in local device default implementation (Windows). - Fix crash caused by uninitialized d-ptr in local device bluez implementation (Linux) if connection fails. - Verify local device validity before d-ptr is accessed in test - Fix crash in QNdefNfcUriRecord::uri() in case abbreviations[0] (==0) is accessed. - Terminate wait loops - Check signal spy before accessing first element. - Fix compiler warnings. Change-Id: I92d54b4dfcc05e8befb49f2bd72b60251641aa48 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Add namespace macros to QtBluetooth and QtNfcToby Tomkins2011-12-062-8/+23
| | | | | | Change-Id: If5f6d39c54fab406fac24c299bb1e647b0b6944e Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Fixed QtConnectivity bluetooth namespace compilation.Toby Tomkins2011-12-055-0/+14
| | | | | | Change-Id: I507f35962151e705682c65b1fe9bf33f309d3263 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Fixed QtConnectivity nfc namespace compilation.Toby Tomkins2011-12-051-0/+2
| | | | | | Change-Id: I1ca9c9f2a4ee0dd58e89f14ff028fc9668111bfe Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* use a single semi-persistent ServiceFramework connectionMichael Zanetti2011-11-302-58/+129
| | | | | | | | This prevents establishing a new ServiceFramework connection for every single transfer. Change-Id: I330c355c8e9ebe8f285f21249dc9bf6826404c20 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* QtConnectivity: Fix compilation on Windows.Friedemann Kleint2011-11-303-4/+4
| | | | | | | | | | - Fix imports - Fix includes - Remove trailing comma from enumerations (error in clang) Change-Id: I9627fe613e59accffc788def9e44a068ed02109f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* ported bluetooth and nfc declarative plugins from QtMobility to QtConnectivityMichael Zanetti2011-11-1632-1/+3721
| | | | | | Change-Id: I1792d516ca80418af9fc6249e4aa55964fc94b38 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* added Connectivity namespaces (QtBluetooth and QtNfc)Michael Zanetti2011-11-11195-212/+782
| | | | | | Change-Id: I5f3062c857e657a6d05ab29edfa2f1b48cb173f8 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Use QAtomicInt::load() instead of implicit int castingBradley T. Hughes2011-11-031-1/+1
| | | | | | | | The operator int() cast operator is deprecated and will be removed. Change-Id: I0cce705303542dad0d96a8db5c26859a806f5965 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* re-added autotestsMichael Zanetti2011-10-077-48/+26
| | | | | | | Change-Id: Ic2be21fd11e2fdb96185fe9269cebbe08b6de87a Reviewed-on: http://codereview.qt-project.org/4783 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* added missing service uuid for Hands-Free Unit ServiceMichael Zanetti2011-10-071-1/+2
| | | | | | | Change-Id: Id91da4990ede3941bd389ed0195e09abfce041bd Reviewed-on: http://codereview.qt-project.org/5974 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* QtConnectivity: Fix compile on Windows.Friedemann Kleint2011-10-076-12/+16
| | | | | | | | Change-Id: I7b8bd2c120c9905a581eee66146378b9373d1cb2 Reviewed-on: http://codereview.qt-project.org/6157 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Zanetti <mzanetti@kde.org> Reviewed-by: Alex <alex.blasche@nokia.com>
* fix initialisation of service variableMichael Zanetti2011-10-071-2/+6
| | | | | | | Change-Id: I6f231ccd25f8441f699132fb22396fb03323e1fa Reviewed-on: http://codereview.qt-project.org/5973 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Split qconnectivityglobal.hMichael Zanetti2011-09-1541-77/+160
| | | | | | | | | Split qconnectivityflobal into qbluetoothglobal.h and qnfcglobal.h like the other qt5 modules have it Change-Id: I16cfdd84411ac6da200872b3023c1c98778bb022 Reviewed-on: http://codereview.qt-project.org/4686 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>