summaryrefslogtreecommitdiffstats
path: root/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* Document that the QSensor constructor should not be used directlyThomas McGuire2013-05-131-0/+14
| | | | | | | | This is a backport of QtSensors commit ceec1eda82dd9b6f8823bb7f9639e6f79763331e Change-Id: I3e5d8bc99d9f14163c45593e216d21e2f972999d Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-10160-161/+161
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Blackberry: Add a page with platform-specific documentation.Thomas McGuire2012-12-122-0/+82
| | | | | | | Backported from Ic03c59523648ee25c419ec5d80122da9a717aa2d Change-Id: I7c82dbcf156ca0b90528a44a2ce89a69ea1919bc Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Add Blackberry to the platform compatibility map.Thomas McGuire2012-11-281-1/+21
| | | | | | Change-Id: Id4e7f58f92b05834e12051ab3099e07f3fd3faff Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Fix build on QNX.Thomas McGuire2012-11-231-1/+1
| | | | | | | | | | | | | | | | | | * Not all C++ compilers inject C functions into global namespace, On QNX you need to use std:: when using functions from <cstdlib> for example. * Disable a few modules that don't compile. * QNX linker doesn't like -rdynamic. * Explicitly link against network, sql and declarative modules since QNX's linker doesn't pull in indirect dependencies. * Don't build against gstreamer on QNX. Change-Id: Ic3a202fbbbb77b25334323681e7dbf8bd5872f59 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
* Update to new license formatSergio Ahumada2012-11-07160-2388/+2388
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-07160-482/+482
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Symbian: Document the enhanced Symbian Publish Subscribe backendTuija Lindfors2012-09-121-8/+79
| | | | | | | | | | The Symbian Publish Subscribe backend was enhanced with new features in Qt Mobility 1.2.2. Correct documentation was missing (was originally published correctly, but removed by QTMOBILITY-1944). Task-number: QTMOBILITY-2073 Reviewed-by: Pasi Pentikainen
* Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-contacts into ↵Qt Continuous Integration System2012-06-151-0/+6
|\ | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-contacts: Document update for contacts engines
| * Document update for contacts enginesTuija Lindfors2012-06-151-0/+6
| | | | | | | | | | | | | | | | Contactsengines.qdoc updated regarding required ReadUserData and WriteUserData capabilities in Symbian Task-number: QTMOBILITY-1697 Reviewed-by: Jaakko Helanti <ext-jaakko.helanti@nokia.com>
* | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia ↵Qt Continuous Integration System2012-04-131-0/+37
|\ \ | | | | | | | | | | | | | | | | | | into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia: Fix crash in apps that assume access to frame data
| * | Fix crash in apps that assume access to frame dataMurray Read2012-04-121-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The camera service has been creating video frames with CPU addressable content, until recently. Some apps are written to assume this content is available and they now crash, since the camera service stated creating EGL video frames instead. The fix is to have the camera service default to creating CPU addressable video frames again, unless its client has set a property to allow it to use EGL. Task-number: ou1cimx1#991661 Reviewed-by: Juha Kukkonen
* | | Updated Qt Mobility release notesTuija Lindfors2012-04-021-6/+32
|/ / | | | | | | | | | | Updated qtmobility-release-notes.qdoc with Symbian specific changes Reviewed-by: Juha Kukkonen
* | Clarify FeedbackEffect documentationJuha Kukkonen2012-03-081-0/+1
| | | | | | | | Task-number: QTMOBILITY-1263
* | Added missing security token to Messaging quick start documentation.Juha Kukkonen2012-02-091-1/+1
|/ | | | | | | | TrackerWriteAccess was missing from Messaging domain required tokens list. Task-number: QTMOBILITY-1969 Reviewed-by: Tarmo Lehto
* Merge commit 'refs/merge-requests/45' of ↵Holger Schröder2012-01-251-0/+8
|\ | | | | | | git://gitorious.org/qt-mobility/qt-mobility into merge-requests/45
| * Improved deployment of mediabrowser Qt Mobility example appTarmo Lehto2012-01-181-0/+8
| | | | | | | | | | | | Removed unnecessary Symbian capabilities from app and added icon support for a Harmattan. Also added "Known issues" section to the documentation of this example app.
* | Improved declarative-music-browser Qt Mobility example appTarmo Lehto2012-01-181-0/+8
|/ | | | | Added "known issues" part to the documentation and improved deployment steps of Harmattan target. Also tiny fix to the ui side.
* Added "known issues" section to the documentation of samplephonebook appTarmo Lehto2012-01-041-1/+8
| | | | | | | Added known issues" section for Harmattan to the documentation of samplephonebook app. This change was reviewed by Nicholas Hill. Reviewed-by: Trust me
* Merge branch 'servicebrowser-changes'Tarmo Lehto2011-12-211-0/+10
|\
| * Fixes for deployment problems of servicebrowser appTarmo Lehto2011-12-211-0/+10
| | | | | | | | | | | | | | | | | | Fixed deployment problems of service plugins in servicebrowser example app on Harmattan and added manual steps to documentation of the axample app for deploying service plugins on Simulator. Reviewed-by: Alex Task-number: QTMOBILITY-1994
* | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-serviceframeworkTarmo Lehto2011-12-2018-2/+515
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia ↵Qt Continuous Integration System2011-12-1417-0/+512
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia: Fix license header and spelling error in 7c3e5254 Do not use QGLWidget viewport in qmlvideofx demo on Symbian Added qmlvideo and qmlvideofx demos
| | * | Added qmlvideo and qmlvideofx demosGareth Stockwell2011-12-1317-0/+512
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qmlvideo allows the user to select from a menu one of a number of video or camera use cases. These include scenes in which the Video or Camera item is moved, resized, rotated etc. This application is intended to test the various manipulations which can be applied to Video and Camera items. qmlvideofx uses the ShaderEffectItem element to apply post-processing effects, expressed in GLSL, to a Video or Camera item. While the main body of each app is implemented in QML, each one also makes use of native code in order to gather and calculate performance metrics, namely the QML frame rate and (on Symbian only) the graphics memory consumption. These metrics are displayed in QML elements which are overlaid on the UI. qmlvideofx also demonstrates the use of different top-level QML files to handle different screen sizes. On small-screen devices, menus are by default hidden, and only appear when summoned by a gesture. Large-screen devices show a more traditional layout in which menus are displayed around the video content pane. Reviewed-by: Jonas Rabbe
| * | | https://bugreports.qt.nokia.com/browse/QTMOBILITY-1934vpooloth2011-12-021-2/+3
| | |/ | |/|
* / | Fix for deployment problems of declarative-sfw-dialer app in HarmattanTarmo Lehto2011-12-201-34/+122
|/ / | | | | | | | | | | | | | | | | I added correct deployment paths to service xml files and plugins. I also added missing D-Bus registration to remotedialer plugin + some improvements to the documentation of declarative-sfw-dialer application. Reviewed-by: Alex Task-number: QTMOBILITY-1967
* / Fix location doc file names clashHolger Schröder2011-11-232-3/+4
|/ | | | | | | | | | | | Original patch from Tapio Nieminen: The attached patch solves the bug by taking the non-api-breaking choice: group qml-location is renamed to group qml-location-plugin. Additionally, this patch adds a list of qml-location-maps elements to qml-mobility-elements.html because they were missing from that page. This patch changes only documentation, not binaries. Please review and integrate. Task-number: NB#278767
* Merge branch 'master-stable' of ↵Qt Continuous Integration System2011-11-221-0/+12
|\ | | | | | | | | | | | | scm.dev.nokia.troll.no:qtmobility/qtm-connectivity into master-integration * 'master-stable' of scm.dev.nokia.troll.no:qtmobility/qtm-connectivity: Added more example apps to the main page of Connectivity documentation
| * Added more example apps to the main page of Connectivity documentationTarmo Lehto2011-11-221-0/+12
| | | | | | | | | | | | | | | | Added NFC apps, done by Qt, from "Nokia Developer" site as part of Connectivity example list. Reviewed-by: Alex Task-number: QTMOBILITY-1960
* | Removed "Feature Manager" functionality from Publish & Subscribe documentationTarmo Lehto2011-11-221-73/+7
| | | | | | | | | | | | | | | | Removed "Feature Manager" functionality (a new coming 1.2.2 Qt Mobility feature) from current 1.2.1 documentation. Reviewed-by: Cristiano Di Flora Task-number: QTMOBILITY-1944
* | Fixed deployment problems of battery-publisher example appTarmo Lehto2011-11-171-3/+4
| | | | | | | | | | | | | | | | | | | | Added com.qt.powerbattery.context(for Harmattan) and power.battery.qcrml (for Symbian) files to the /battery-charge/battery-publisher project and I did appropriate changes to battery-publisher.pro file to get a new files to use. Reviewed-by: Cristiano Di Flora Task-number: QTMOBILITY-1955
* | Fixed bugs from ContextKit documentation of Publish & Subscribe and fixed ↵Tarmo Lehto2011-11-161-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | examples/publish-subscribe example app. Deployment of .context file and setting "service" name to the .context filewas incorrectly described on the documentation. Fixed couple bugs from examples/publish-subscribe example app which prevented execution of this application in Harmattan and Symbian simulator. Reviewed-by: Xizhi Zhu Reviewed-by: Cristiano Di Flora Task-number: QTMOBILITY-1945, QTMOBILITY-1946
* | QTMOBILITY-1897 Removed content of preview.qdocPeter Yard2011-11-091-28/+0
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-serviceframeworkalex2011-11-042-3/+12
|\
| * fix typo in camera documentationHolger Schröder2011-11-021-1/+1
| |
| * Merge branch 'master' of ↵Qt Continuous Integration System2011-11-011-1/+0
| |\ | | | | | | | | | | | | | | | | | | scm.dev.nokia.troll.no:qtmobility/qtm-serviceframework into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-serviceframework: Fix a variety of documentation problems.
| * \ Merge branch 'master' of ↵Qt Continuous Integration System2011-10-278-54/+54
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm.dev.nokia.troll.no:qtmobility/qtm-serviceframework into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-serviceframework: Fix two more inmodule statements (doc fix) Remove more wrong bold tags for titles (doc fix) Don't attach version string to plug-ins on Windows.
| * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-location into ↵Qt Continuous Integration System2011-10-191-2/+11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-location: Migrated to new REST services url.
| | * | | Migrated to new REST services url.Cristian Adam2011-10-191-2/+11
| | | | |
* | | | | NFC and Bluetooth are FINAL and not Beta anymorealex2011-11-041-8/+8
| |_|_|/ |/| | |
* | | | Fix a variety of documentation problems.alex2011-11-011-1/+0
| |_|/ |/| | | | | | | | Task-number: QTMOBILITY-1862
* | | Remove more wrong bold tags for titles (doc fix)Holger Schröder2011-10-278-54/+54
|/ / | | | | | | Task-number: NB#281692
* | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-location into ↵Qt Continuous Integration System2011-10-141-0/+7
|\| | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-location: Bugfix for QTMOBILITY-1885 add documentation for logo position
| * Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-locationCristian Adam2011-10-0614-188/+519
| |\
| * | add documentation for logo positionVladimir Bezkorovainyi2011-08-221-0/+7
| | |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia ↵Qt Continuous Integration System2011-10-011-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia: Add tokens for multimedia. Paint QGraphicsVideoItem black while video source is initializing
| * | | Add tokens for multimedia.Michael Goddard2011-09-301-1/+1
| | | |
* | | | Remove wrong bold tags for titles (doc fix)Holger Schröder2011-09-261-7/+7
| |_|/ |/| | | | | | | | | | | Task-number: PMO 281692 Reviewed-by: Alex
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-systeminfo ↵Qt Continuous Integration System2011-09-221-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-systeminfo: document compatibility changes between 1.1 and 1.2
| * | | document compatibility changes between 1.1 and 1.2Lorn Potter2011-09-221-0/+4
| | | |