summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2010-10-19 02:50:38 +1000
committerabcd <qt-info@nokia.com>2010-10-19 02:50:38 +1000
commitfd650943ef894403b4705d14c47dfb9f51839440 (patch)
treead0b69b6a4cfba39909df5adfc4385ad1b8513fb /dist
parent1c2d55dbb9fcb2762bcbaa6cc28db58adc038f0e (diff)
update changelog
Only put in changes since 1.0.2 for landmarks
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-1.1.036
1 files changed, 3 insertions, 33 deletions
diff --git a/dist/changes-1.1.0 b/dist/changes-1.1.0
index 34fca7d6cd..22953281af 100644
--- a/dist/changes-1.1.0
+++ b/dist/changes-1.1.0
@@ -31,6 +31,9 @@ New features
* Part of the Location module
* Class for routing, geocoding and reverse geocoding, and for
displaying and interacting with maps.
+ - Qt Landmarks module
+ * Part of the Location module
+ * Classes for saving, retrieving and deleting landmarks
Optimizations
------
@@ -67,39 +70,6 @@ QtContacts
* Fetching a list of contacts by a list of ids
- Improved support for Symbian^3/^4
-QtLandmarks
-------
- - Import and export landmarks atomically for sqlite backend
- - Add format constants for importing and exporting
- - Add options to control how categories are treated
- for importing and exporting operations
- - Change QGeoAddress::thoroughfareName to street
- - Add ability to report support levels for sort orders
- - Landmark name filter now uses match flags
- - Common core filed such as name, street etc
- are now available through the QLandmark::attributes()
- function
- - Replace the QLandmarkFetchHint with limit and offset
- - Remove QLandmarkDistanceSort
- - QLandmark::phone renamed to QLandmark::phoneNumber
- - QGeoAddress::postOfficeBox removed
- - Add QLandmarkFetchById and QLandmarkCategoryFetchById
- classes
- - Refactoring of sqlite backend, in particular the
- database schema to be more extensible
- - Add symbian backend plugin
- - Add in mutexes to improve thread safety
- for the asynchronous request classes
- - Implement signal notificiations in sqlite backend
- - Implement auto detection of file formats in sqlite backend.
- - Started adding in basic QML support for landmarks
- - Remove the concept of custom/core attributes since 1.1 beta
- - Change QLandmarkSortOrder::DefaultSort QLandmarkSortOrder::NoSort
- - Add LandarkDoesNotExistError and CategoryDoesNotExistError error codes
- - Add convenience functions so that we can pass in landmark object
- and category objects rather than ids. e.g CategoryFilter::setCategory
- QLandmarkManager::removeCategory
-
QtLocation
------