summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-09-07 15:55:29 +0300
committerTero Ahola <tero.ahola@digia.com>2012-09-07 15:55:56 +0300
commitd11fc387500259cc0c8cbcf3db57c79a11d2857b (patch)
tree00187e03a958d0797a5ad217f5cffc038ee499a5
parente92ee780fc8d79b080cee9b92f1a5d5c442dff8b (diff)
A couple of new bug fixes mentioned in README
-rw-r--r--README12
-rw-r--r--doc/src/demos-qmlaxes.qdoc4
2 files changed, 13 insertions, 3 deletions
diff --git a/README b/README
index 7a827402..8974196f 100644
--- a/README
+++ b/README
@@ -77,7 +77,7 @@ Main Changes between 1.0.0 and 1.1.0
- It is now possible to take PieSlices/BarSets back from the series without deleting
- Build issues with Embedded Linux on ARM fixed
- Several new examples and demos
-- QML Axis APIs improved
+- QML Axis APIs and series handling in ChartView API improved
- Improved QML API: new borders/lines related properties for series
- ChartView margins are now configured via minimumMargins property
- QML API version number changed to 1.1
@@ -91,6 +91,13 @@ Bug Fixes
- Fixed configuration issues with debug_and_release and build_all flags
- Fixed setting color for a BarSet label
- Fixed bar series autoscaling with negative values
+- Fixed build issue on OSX caused by an extra space in a LIBS definition
+- Switched the z-order of series to be on top of axis
+- The pen of legend marker now matches the color of legend label
+- Fixed initializing the color of a PieSlice and border color of a ScatterSeris in QML
+- Antialias is now disabled in declarative plugin by default
+- Fixed QML PieModelMappers defined outside the series scope
+- Fixed an issue with QLegend attach requiring a resize
Known Issues
============
@@ -102,3 +109,6 @@ Known Issues
- Setting minimum margins breaks down the layout in some cases
- DateTimeAxis is not supported on ARM because of floating point precision
issues (qreals are floats)
+- Declarative plugin is available from Qt 4.7.4 onwards because of missing
+ Q_REVISION macro in the earlier Qt releases
+- Fixed BarSet.remove in QML API
diff --git a/doc/src/demos-qmlaxes.qdoc b/doc/src/demos-qmlaxes.qdoc
index c8685181..b2284310 100644
--- a/doc/src/demos-qmlaxes.qdoc
+++ b/doc/src/demos-qmlaxes.qdoc
@@ -19,7 +19,7 @@
\table
\row
\o \br
- Then a chart with some accurate historical data that makes us to use a DateTimeAxis.
+ The next example shows a chart with some accurate historical data that makes us to use a DateTimeAxis.
\br
\br
\snippet ../demos/qmlaxes/qml/qmlaxes/View2.qml 1
@@ -29,7 +29,7 @@
\table
\row
\o \br
- And finally a chart that uses a CategoryAxis to make the data easier to understand.
+ And the final example with a chart that uses a CategoryAxis to make the data easier to understand.
\br
\br
\snippet ../demos/qmlaxes/qml/qmlaxes/View3.qml 1