summaryrefslogtreecommitdiffstats
path: root/plugins/landmarks/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-108-8/+8
* plugins/landmarks/sqlite: pass a QList by const-&Marc Mutz2012-11-231-1/+1
* Fix some warningsMarc Mutz2012-11-232-9/+13
* Update to new license formatSergio Ahumada2012-11-078-176/+176
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-078-24/+24
* Re-apply licenseheader text in source files for qtmobilityJyri Tahtela2011-06-308-136/+136
* Remove duplication of gpx and lmx handler codeabcd2011-01-065-2027/+6
* asynch requests should immediately transition to active stateabcd2010-12-232-10/+1
* Implement waitForFinished for sqlite pluginabcd2010-11-251-0/+24
* Fixes: MOBILITY-688 qt-mobility fails to compile (OS X)abcd2010-11-082-4/+4
* Fixes: MOBILITY-1775abcd2010-10-191-5/+5
* rename DefaultSort enum to NoSort + doc improvementsabcd2010-10-161-1/+1
* Modify sqlite backend to return no error if cat in filter doesn't existabcd2010-10-151-7/+6
* Rename LandmarkFeature to ManagerFeature for consistency with organizerabcd2010-10-122-2/+2
* missing const in exportabcd2010-10-124-22/+26
* Fixes: MOBILITY-1609 + other fixesabcd2010-10-111-9/+20
* Various fixes to get autotests working again on sqliteabcd2010-10-112-10/+12
* notification changesabcd2010-10-112-33/+21
* Rename QGeoAddress::postCode to postcodeabcd2010-10-082-10/+10
* Fix compile error and testabcd2010-10-081-5/+11
* Introduce LandmarkDoesNotExistError and CategoryDoesNotExistErrorabcd2010-10-072-24/+30
* More Tests for fetching by id filterabcd2010-10-051-6/+15
* Remove attribute functions from landmark and categoryabcd2010-10-032-46/+150
* Add convenience functions + test clearing of errorsabcd2010-10-032-16/+20
* More more tests into qlandmarkmanager + fixes for sqlite backendabcd2010-10-011-7/+47
* Fix test regressionabcd2010-09-301-1/+1
* put in checks for invalid coordinatesabcd2010-09-291-7/+22
* Add landmark removal testing to tst_qlandmarkmanagerabcd2010-09-282-1/+1
* expand testing for category removal + fixesabcd2010-09-283-24/+81
* fix error codes in sqlite engineabcd2010-09-271-4/+4
* Proper check for landmark database with an old schemaabcd2010-09-275-14/+60
* Fix test regressionabcd2010-09-231-1/+1
* Enabled qlandmarkmanager test in auto.pro + sqlite backend fixesabcd2010-09-231-23/+65
* Add searchableLandmarkAttributeKeys functionabcd2010-09-222-0/+14
* Remove extended attributesabcd2010-09-144-55/+9
* Remove custom attributesabcd2010-09-145-244/+45
* Remove streetNumber from QGeoAddressabcd2010-09-132-4/+11
* Use qreal for proximity filter's radius rather than doubleabcd2010-09-132-9/+10
* Revert "Revert "Some renamings""abcd2010-09-132-43/+32
* Revert "Some renamings"abcd2010-09-112-32/+43
* Some renamingsabcd2010-09-102-43/+32
* Use the proximity filter to handle sorting by distanceabcd2010-09-091-55/+86
* Optimize proximity filter searchingabcd2010-09-081-20/+51
* Avoid ambiguity using qFuzzyCompareabcd2010-09-061-1/+1
* Rever to naieve implementation of proximity filterabcd2010-09-061-67/+95
* Fix the ddl for when no foreign keys are supportedabcd2010-09-041-51/+66
* Add ability to export to landmarkbrowserabcd2010-09-032-15/+13
* ensure we have all data for manager uri before using itabcd2010-09-031-1/+1
* Fix and refactor notificationsabcd2010-09-023-31/+27
* Fix importingabcd2010-09-021-6/+4