summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtlandmarksdocsample/qtlandmarksdocsample.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-071-22/+22
| | | | | | | 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-071-3/+3
| | | | | | | 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-301-17/+17
| | | | | | Fix license in files having old license. Reviewed-by: Trust Me
* Fixes Coverity defectsabcd2011-02-241-5/+5
| | | | Task-number:QTMOBILITY-1232
* Fixed spelling errors in Location comments.David Laing2010-11-241-8/+8
|
* Slightly update example docsabcd2010-10-171-24/+24
|
* Improve documentation & test coverageabcd2010-10-161-1/+1
|
* Remove streetNumber from QGeoAddressabcd2010-09-131-3/+2
|
* Improve landmark docsabcd2010-09-051-9/+7
|
* Improve landmark documentationabcd2010-09-051-38/+47
|
* Improve landmark documentationabcd2010-09-051-1/+102
| | | | In particular start expanding on importing and exporting
* Fix up docs and example on importingabcd2010-08-271-1/+1
|
* Change order of paging and sort order parametersabcd2010-08-101-4/+4
| | | | | For landmarks sort orders are unlikely to be used since the most important use case would be to show landmarks on a map
* Remove QLandmarkDistanceSortabcd2010-08-101-5/+3
| | | | | | | | The distance sort was deemed to have too much of a performance impact. While a convenient and useful class, its utility is limited if it will not be performant. Even if we do says such sort order has emulated functionality, people may try to use it and be severely disappointed, which is what we don't want.
* Remove QLandmarkFetchHint, replace with limit and offset varsabcd2010-08-091-4/+1
| | | | | | | | | | | The QLandmarkFetchHint wasn't really a good place to put the limit and offset since it implies they can be ignored. The original intention of the fetch hint was to have a place to put hints for partial landmark retrieval. This wasn't and explicit use case placed upon us so we technically don't need it. If we need to have partial landmark retrieval we could always add it to the QLandmarkFetchRequest later.
* Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-locationabcd2010-08-061-2/+0
|\ | | | | | | | | | | Conflicts: plugins/landmarks/sqlite/qlandmarkmanagerengine_sqlite.cpp tests/auto/qlandmarkmanagerengine_sqlite/tst_qlandmarkmanagerengine_sqlite.cpp
| * Drop category description for now.abcd2010-08-041-2/+0
| |
* | Tweak import/export functions to control categoriesabcd2010-08-061-1/+1
|/ | | | | Also refactor category saving so that category names must be unique. Expand unit tests to allow for this too.
* Change thoroughfareName to street & thoroughfareNumber to streetNumberabcd2010-08-021-3/+3
| | | | With regard to naming street is much more clearer than thoroughfare.
* Revert "Revert "Merge branch 'master' of ../../mainline/qtmobility""David Laing2010-07-051-0/+510
| | | | | | | | | | | | This reverts commit e38ebf00c0b539a7756b21946693e201269b976a. Conflicts: examples/telephony/dialer/dialer.pro src/s60installs/bwins/QtMultimediaKitu.def src/s60installs/bwins/QtServiceFrameworku.def src/s60installs/bwins/QtSystemInfou.def src/s60installs/eabi/QtSystemInfou.def
* Revert "Merge branch 'master' of ../../mainline/qtmobility"David Laing2010-07-041-510/+0
| | | | | This reverts commit 448d4a4301b7abeb9065aca13b62c70422239b94, reversing changes made to 815d646dc485b6d15fbddc2814201a5b50be4a85.
* Improve QLandmarkManager documentationabcd2010-07-021-0/+63
|
* rename id functions to landmarkId and categoryIdabcd2010-05-131-5/+5
| | | | The longer names are more readable.
* Rename QLandmark categories related functions to have Id(s) in themabcd2010-05-121-1/+1
| | | | | This is to be a more accurate description of what those functions do.
* Pass in sort orders by reference.abcd2010-05-051-4/+4
| | | | | Also fix the constructor of qlandmarkcategory to explicitly initialize members so that the sqlite manager unit tests pass
* Refactor filters and sort orders to have value semanticsabcd2010-05-051-5/+5
| | | | | | | Filters are now passed by reference and not by pointer. Modifying filters to have value type behaviour while also being polymorphic is quite suspect, but seems to be the least worst option.
* Fix compile caused by broken exampleabcd2010-04-221-20/+15
|
* Added support for an Sqlite backend for landmarks.David Laing2010-04-211-4/+6
| | | | This also involved fleshing out the filter and sort classes.
* Try fix windows compile of example by changing the includesabcd2010-04-151-14/+14
| | | | | | Can't use system style includes because the include files are not available at make time. The include files are only available after make install.
* Add in landmark removal examplesabcd2010-04-151-7/+78
|
* Replace append and remove functions from the save requestsabcd2010-04-151-5/+13
| | | | Use a set function instead to a set a single landmark or category
* Update examples to not use resultsAvailable() on request objectsabcd2010-04-151-45/+40
| | | | | | Because the request results are sorted, using a previousLastIndex and resultsAvailable() signal to be incrementally notified of new results does not work, and so should be removed from the examples
* Don't use the convenience headers in the qtlandmarkdocsample for nowabcd2010-04-141-14/+14
| | | | | | Compile fails because the conveience headers are only installed after a make install step. Therefore there are missing headers during the make step.
* Start adding in an example for documentation snippetsabcd2010-04-131-0/+376
Also modify qlandmarkfetchrequest, qlandmarksaverequest, and qlandmarkcategorysaverequest so they are a bit easier to use.