summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2010-10-18 03:14:24 +1000
committerabcd <qt-info@nokia.com>2010-10-18 03:14:24 +1000
commit68dda5a42e0ab6deb8dcecb9189d25da29766843 (patch)
tree593e582627449d091cb42a50355e8d1b2ad66126 /dist
parent4f55e8705e08c96bae06974f06c8573fe4aedc75 (diff)
update change log
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-1.1.010
1 files changed, 6 insertions, 4 deletions
diff --git a/dist/changes-1.1.0 b/dist/changes-1.1.0
index 609244214e..5abe619388 100644
--- a/dist/changes-1.1.0
+++ b/dist/changes-1.1.0
@@ -72,10 +72,6 @@ QtLandmarks
- Change QGeoAddress::thoroughfareName to street
- Add ability to report support levels for sort orders
- Landmark name filter now uses match flags
- - Expand the API to now include the concept
- of extended and custom attributes. Modify
- the QLandmarkAttributeFilter accordingly,
- and also use match flags in the attribute filter.
- Common core filed such as name, street etc
are now available through the QLandmark::attributes()
function
@@ -93,6 +89,12 @@ QtLandmarks
- 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
------