From 2620998f56548b1c5f12f660078f9ea6a2fc3912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Thu, 5 Jun 2014 07:31:29 +0300 Subject: Binary break info added to docs and README Task-number: QTRD-3150 Change-Id: I99272555dc7e02e54037289ccbef1f2c56a8ee61 Reviewed-by: Titta Heikkala --- README | 4 ++++ src/datavisualization/doc/src/qtdatavisualization.qdoc | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README b/README index 83497ffb..da0715d0 100644 --- a/README +++ b/README @@ -84,3 +84,7 @@ Known Issues - The color style Q3DTheme::ColorStyleObjectGradient doesn't work for surface graphs. - Widget based examples layout incorrectly in iOS. - Reparenting a graph to an item in another QQuickWindow is not supported. +- There is a low-impact binary break between 1.0 and 1.1. The break is due to a QML type + registration conflict with QAbstractItemModel between QtDataVisualization and + QtCommercial.Charts. Introducing the binary break makes it possible to use both + Charts and Data Visualization in the same QML application. diff --git a/src/datavisualization/doc/src/qtdatavisualization.qdoc b/src/datavisualization/doc/src/qtdatavisualization.qdoc index afe15a9a..af419814 100644 --- a/src/datavisualization/doc/src/qtdatavisualization.qdoc +++ b/src/datavisualization/doc/src/qtdatavisualization.qdoc @@ -333,6 +333,10 @@ \li The color style Q3DTheme::ColorStyleObjectGradient doesn't work for surface graphs. \li Widget based examples layout incorrectly in iOS. \li Reparenting a graph to an item in another QQuickWindow is not supported. + \li There is a low-impact binary break between 1.0 and 1.1. The break is due to a QML type + registration conflict with QAbstractItemModel between QtDataVisualization and + QtCommercial.Charts. Introducing the binary break makes it possible to use both + Charts and Data Visualization in the same QML application. \endlist */ -- cgit v1.2.3