summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-02-21 11:04:10 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-02-21 11:04:10 +0200
commitdc3d4ff0038e274edde3b3387795fcef30beaabc (patch)
tree45a6ac8e7aa77d2ada37f2476f9ea5822d35af6b /README
parentadb1180446583e753cbff41f998cd5d61490467d (diff)
Updated version number and README for 1.2.1
Diffstat (limited to 'README')
-rw-r--r--README41
1 files changed, 10 insertions, 31 deletions
diff --git a/README b/README
index 45f51660..6da8b04c 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
--------------------------------
-Commercial Charts Add-on 1.2.0
+Commercial Charts Add-on 1.2.1
--------------------------------
What's in Qt Commercial Charts
@@ -64,40 +64,19 @@ Documentation can be found from doc/html directory. The documentation
can also be generated with:
make docs
-Main Changes between 1.1.0 and 1.2.0
+Main Changes between 1.2.0 and 1.2.1
===================================
-- Multiple axis support and possibility to define the location of the Axis on chart
-- New axis type: QLogValueAxis for creating Logarithmic Axes
-- Axis titles added
-- Axis management improvements
- - QChart::addAxis
- - QAbstractSeries::attachAxis
-- Legend marker API added
--
-- Hovered signal added to XYSeries (Line, Spline, Area and Scatter)
-- Mapping between chart coordinates and pixel coordinates added
- - QChart::mapToValue
- - QChart::mapToPosition
-- Several new examples and demos:
- - Legend Markers
- - Log Value Axis
- - Multiaxis
- - Audio - Visualizes mic input
- - Callout - Example how to add additional information on top of chart
- - QML Custom Legend - Example how to build your custom legend in QML
-- ChartView margins can be configured via Margins property
-- QML API version number changed to 1.2
-- Layout management has been improved
-- Qt 5 Compatibility tested with Qt 5.0.0RC2
+
+- Commercial Charts documentation also as *.qch file
Bug Fixes
==========
-- Fixed: Axis label format errors with several formatters
-- Fixed: QLegend update issues
-- Fixed: XYModelMapper incompatibility with QDate and QDateTime data
-- Fixed: The declaration order of QML CategoryRange objects should not affect CategoryAxis
-- Fixed: Changing axis tick count does not trigger repaint
-- Fixed: Charts layout is not calculated correctly after the change in the text of legend marker
+- Fixed: Crash with NaN, inf, -inf values (values are ignored)
+- Fixed: Axis label truncated with multiple axis
+- Fixed: Using setLineVisible(false) on a QBarCategoryAxis gives blurry text
+- Fixed: Set the range to min and max for default axes from previously added series
+- Fixed: Axes use incorrect bounding rectangle to calculate sizeHint when labels are in non-default angle
+- Fixes: Axis titles can slightly overlap with axis labels and axis lines
Known Issues
============