summaryrefslogtreecommitdiff
path: root/src/imports/location/declarativeplaces/qdeclarativesearchmodelbase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving location qml implementation to location/declarative*Paolo Angelelli2017-01-261-358/+0
* Remove LGPLv2.1 and add GPLv2+ from/to QtLocationAlex Blasche2015-02-191-14/+17
* Update contact URL in all license headers to qt.ioAlex Blasche2015-02-181-1/+1
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Remove offset attribute from place search requests.Aaron McCarthy2014-01-201-14/+55
* Remove QtQml dependency from QtPositioning.Aaron McCarthy2013-12-111-0/+1
* Split QtLocation into QtPositioning and QtLocationAlex Blasche2013-09-021-1/+1
* Update copyright year to 2013Sergio Ahumada2013-06-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Convert GeoShape, GeoRectangle and GeoCircle into QML value types.v5.0.0-beta1Aaron McCarthy2012-08-281-19/+22
* Fix behaviour of update() of search modelsabcd2012-08-201-5/+13
* Fix behavior of the cancel operationabcd2012-07-271-3/+4
* Fix compiler warning.Aaron McCarthy2012-07-261-0/+1
* Fix incorrect warning messages + refactor error handlingabcd2012-07-201-7/+8
* Fix recommendations search in exampleabcd2012-07-121-0/+2
* Fix emission of signalsabcd2012-07-121-1/+1
* Rename QGeoBoundingArea and related classes to QGeoShape.Aaron McCarthy2012-06-211-3/+3
* Move hard-codded messages into separate file and declare constants for them.Vladimir Bezkorovainyi2012-05-311-1/+2
* Fix case where second and subsequent searches fail.Chris Axiarlis2012-05-161-2/+2
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-151-1/+1
* Rename Place*Model::execute() to update().Aaron McCarthy2012-05-101-2/+2
* Fix inconsistent API for clear() and reset() in models.Aaron McCarthy2012-05-091-1/+2
* QAbstractItemModel::reset is deprecatedThiago Macieira2012-05-041-1/+2
* Fix crash when search suggestion is canceled.abcd2012-05-011-5/+6
* General documentation issuesWolfgang Beck2012-03-291-0/+60
* QtDeclarative renaming.Aaron McCarthy2012-03-091-1/+1
* Make it possible to clear place search models.Aaron McCarthy2012-02-231-0/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Fix inconsistency, use childCategoryIds over childrenCategoryIdsabcd2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Implement cross-referencing of Placesabcd2012-01-131-30/+2
* Basic set/get tests for all Places QML elements.Aaron McCarthy2012-01-101-2/+4
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
* Ensure that categories are initialized from QML.Aaron McCarthy2012-01-051-0/+13
* Reinitialize the plugin whenever the plugin name changesabcd2011-12-131-13/+14
* Improve naming consistency in Places API.Aaron McCarthy2011-10-101-12/+30
* Add place add/updated/removed signals + refactor Removeabcd2011-09-061-0/+9
* fix uninitialized variableabcd2011-09-011-2/+4
* Factor out a common base class for search queries.Aaron McCarthy2011-08-261-0/+217