summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
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-1047-47/+47
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.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-0747-939/+939
| | | | | | | 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-0747-141/+141
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Re-apply licenseheader text in source files for qtmobilityJyri Tahtela2011-06-3041-710/+710
| | | | | | Fix license in files having old license. Reviewed-by: Trust Me
* QML documentation.Aaron McCarthy2011-05-313-2/+188
|
* style issues removing white spacesKranthi Kuntala2011-05-261-1/+0
|
* update doc for declarative haptics effectKranthi Kuntala2011-05-261-1/+6
|
* qml bindings for declarative feedback Api to start,stop and pause ↵Kranthi Kuntala2011-05-251-1/+1
| | | | feedbackfile effects
* Merge branch 'master' of ↵Qt Continuous Integration System2011-04-011-8/+10
|\ | | | | | | | | | | | | | | | | scm.dev.nokia.troll.no:qtmobility/qtm-serviceframework into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-serviceframework: Docs: updates to location qml. Example images. Docs: updates to Multimedia QML plugin doc. Docs: QTMOBILITY-1449 symbian.org links replaced with valid ones.
| * Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-serviceframeworkPeter Yard2011-04-016-0/+678
| |\ | | | | | | | | | | | | | | | Conflicts: doc/src/examples/quickstart.qdoc plugins/declarative/multimedia/qdeclarativecamera.cpp
| * | Docs: updates to location qml. Example images.Peter Yard2011-04-011-8/+10
| | |
* | | Initialise specialised NDEF record types.Aaron McCarthy2011-03-241-2/+3
| |/ |/| | | | | | | | | | | | | Depending on the record type specifications a record with an empty payload might not be a valid record. For example the Text record has a minium size of 1 byte (the status byte), the locale and text may be of zero size as specified by the status byte and the payload length. Uri records also have a 1 byte minium size (the uri prefix).
* | Merge remote branch 'origin/master' into master-from-1.1Rohan McGovern2011-03-091-1/+2
|\| | | | | | | | | Conflicts: tests/location-testing-tools/mapviewer/mapviewer.pro
| * update .gitignore and sort some binary locations outAlex2011-03-031-1/+2
| |
* | Merge branch '1.1' of ../qtmobility into masterAlex2011-03-086-0/+678
|\ \ | |/ |/| | | | | | | | | | | | | | | Conflicts: doc/src/snippets/snippets.pro examples/sensors/reading_perf/reading_perf.pro examples/sensors/test_manual/test_manual.pro plugins/multimedia/symbian/mmf/mediaplayer/mediaplayer_s60.pri tests/location-testing-tools/geoservicedemo/geoservicedemo.pro tests/location-testing-tools/mapviewer/mapviewer.pro
| * Convert snippets of code in docs to a separate snippet C++ file.Michael Goddard2011-03-026-0/+678
| | | | | | | | | | | | | | | | | | | | | | So that: a) it compiles b) it gets c++ style checked c) it can be made more consistent Task-number: QTMOBILITY-1328 Reviewed-by: Jonas Rabbe Change-Id: Ifdd8d9c41dc375b04c601585470daadb21887758
| * Docs: updated changes to Feedback doc and hapticsquare examplePeter Yard2011-01-201-1/+1
| |
* | Merge branch 'master' of ../dboddies-qtmobility-qdoc-simplifiedAlex2011-02-281-2/+2
|\ \
| * | Doc: Fixed qdoc warnings.David Boddie2011-02-231-2/+2
| | |
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qtmobility/qtm-locationabcd2011-02-244-0/+288
|\| |
| * | Doc: Fixed qdoc warnings.David Boddie2011-02-184-0/+288
| | |
* | | Fixes Coverity defectsabcd2011-02-241-5/+5
|/ / | | | | | | Task-number:QTMOBILITY-1232
* | Fixed qml map doc refs.juhvu2011-02-091-0/+411
| |
* | Misc decl location improvements for 1.2 beta.juhvu2011-02-041-1/+1
| |
* | Updated Map QML docs.juhvu2011-01-242-0/+1569
| |
* | Docs: changes to Feedback docs and haptic square example.Peter Yard2011-01-211-1/+1
| |
* | Merge remote branch 'origin/1.1' into master-from-1.1Rohan McGovern2010-12-072-1/+81
|\| | | | | | | | | | | | | Conflicts: doc/src/examples/declarative-sfw-dialer.qdoc examples/declarative-sfw-dialer/declarative-sfw-dialer/qmldialer.cpp examples/declarative-sfw-notes/qmlnotes.cpp
| * Fix various broken and missing license headers.Jason McDonald2010-12-032-1/+81
| |
* | Merge branch 1.1 into master-from-1.1Qt Continuous Integration System2010-11-241-8/+8
|\|
| * Fixed spelling errors in Location comments.David Laing2010-11-241-8/+8
| |
* | Disable bluetooth on windowsAndrew Stanley-Jones2010-11-051-1/+1
| |
* | Merge remote branch 'mobility/master'Andrew Stanley-Jones2010-11-045-64/+205
|\| | | | | | | | | | | Conflicts: doc/src/qtmobility.qdocconf tests/auto/auto.pro
| * Fix snippet errors.Michael Goddard2010-10-251-0/+93
| | | | | | | | Task-number: MOBILITY-1827
| * Refactored documentation for organizerKevin Wu Won2010-10-201-5/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completely restructured the main page for organizer qdocs to put in code snippets Removed the API Usage page and replaced with an Advanced API Usage page Fixed: * TimeSpecified -> AllDay * Fix description of the new item getter functions * QOrganizerItemManager -> QOrganizerManager * Add Collections documentation Various fixes for class documentation Relates to MOBILITY-1798
| * Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-calendar into ↵Qt Continuous Integration System2010-10-191-17/+19
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.1-integration * '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-calendar: tst_QOrganizerManager::idComparison() test requires features that not all backends support Symbian: Fixed a bug in item id serialization Symbian: Fixed filter/sort unit test module Symbian: Fixed tst_recurringitems test Fix reminder type checking and isEmpty checking Expand unit test for importing iCalendar RRULEs Ensure that less-than comparison is stable for item and collection ids Unit test for function QOrganizerManagerEngine::testFilter Add unit test to verify item and collection id comparison semantics Fix various problems in the organizer module documentation Add test for QVersitContactHandler plugins
| | * Fix various problems in the organizer module documentationChris Adams2010-10-191-17/+19
| | | | | | | | | | | | | | | | | | Relates to task MOBILITY-1763. Reviewed By: Michael Goddard
| * | Slightly update example docsabcd2010-10-172-24/+25
| |/
| * Improve documentation & test coverageabcd2010-10-161-1/+1
| |
| * Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-vibra into ↵Qt Continuous Integration System2010-10-131-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.1-integration * '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-vibra: Cache the plugin paths so we don't walk the filesystem every time. Restore some of the old plugin directory checking code. Try and load the effect once something is selected. Update .def files for feedback. Fix a build error - forgot to update all users of an enum. Create a wrapper for QFeedbackEffect so we can rename the enums. Change the filename property to a URL. Remove extraneous stuff from doc line. Use more elaborate enum value. Add a wrapper for feedback theme effects. Add the QML files to the .pro file as OTHER_FILES Update header. This file is not needed here - quite out of date.
| | * Change the filename property to a URL.Michael Goddard2010-10-111-1/+1
| | | | | | | | | | | | API review suggested this.
| * | Merge branch '1.1' into new-renames2Kevin Wu Won2010-10-121-5/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/organizer/maemo5/qorganizerasynchprocess.cpp plugins/organizer/maemo5/qorganizermaemo5.cpp plugins/organizer/maemo5/qorganizermaemo5_p.h plugins/organizer/skeleton/qorganizerskeleton.cpp plugins/organizer/skeleton/qorganizerskeleton_p.h plugins/organizer/symbian/organizeritemrequestserviceprovider.cpp plugins/organizer/symbian/qorganizersymbian_p.h plugins/organizer/symbian/transform/organizereventtimerangetransform.cpp plugins/organizer/symbian/transform/organizertodotimerangetransform.cpp plugins/organizer/symbian/tsrc/tst_itemoccurrence/tst_itemoccurrence.cpp src/organizer/details/qorganizeritemdetails.cpp src/organizer/engines/qorganizeritemmemorybackend.cpp src/organizer/engines/qorganizeritemmemorybackend_p.h src/organizer/items/qorganizerevent.cpp src/organizer/items/qorganizerevent.h src/organizer/items/qorganizertodo.h src/organizer/qorganizermanager.cpp src/organizer/qorganizermanagerengine.cpp src/organizer/qorganizermanagerengine.h src/organizer/qorganizermanagerenginefactory.cpp src/organizer/qorganizerrecurrencerule.cpp src/organizer/requests/qorganizeritemoccurrencefetchrequest.cpp src/organizer/requests/qorganizeritemoccurrencefetchrequest.h src/organizer/requests/qorganizeritemrequests_p.h
| | * | Rename itemInstances() to itemOccurrences()Chris Adams2010-10-111-5/+5
| | |/ | | | | | | | | | | | | Also, fix remaining usages of InstanceOrigin to be Parent. Rename QOrganizerItemInstanceFetchRequest to OccurrenceFetchRequest.
| * / Renames some class namesCharles Yin2010-10-121-4/+4
| |/ | | | | | | | | | | | | | | | | | | | | QOrganizerEventTimeRange -> QOrganizerEventTime QOrganizerTodoTimeRange -> QOrganizerTodoTime QOrganizerJounalTimeInstant -> QOrganizerJounalTime QOrganizerItemManager -> QOrganizerManager QOrganizerItemManagerEngine -> QOrganizerManagerEngine QOrganizerItemAbstractRequest -> QOrganizerAbstractRequest QOrganizerItemRecurreneRule -> QOrganizerRecurrenceRule QOrganizerJournalTimeRange -> QOrganizerJournalTimeInstant
| * Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtmobility into ↵Michael Goddard2010-10-091-4/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | organizer1.1 Conflicts: src/s60installs/bwins/QtContactsu.def src/s60installs/bwins/QtOrganizeru.def src/s60installs/bwins/QtVersitOrganizeru.def src/s60installs/bwins/QtVersitu.def src/s60installs/eabi/QtContactsu.def src/s60installs/eabi/QtOrganizeru.def src/s60installs/eabi/QtVersitOrganizeru.def src/s60installs/eabi/QtVersitu.def
| | * Clarify docs a little.Michael Goddard2010-10-081-1/+1
| | |
| | * Add QML support to feedbackJoona Petrell2010-10-041-4/+4
| | |
| * | Merge branch '1.1' into new-rrulesKevin Wu Won2010-10-081-12/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/organizer/engines/qorganizeritemmemorybackend.cpp src/organizer/engines/qorganizeritemmemorybackend_p.h src/s60installs/eabi/QtOrganizeru.def
| | * \ Merge branch '1.1' into new-renamesKevin Wu Won2010-10-081-5/+7
| | |\ \