summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-11-06 09:19:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-08 14:33:22 +0100
commit69b567b66ef9e90bb3c2179bded54961d3051039 (patch)
tree9a54efa13bcd1445f3b3531dd8a5cdac36f392dd
parentfe68232707a1983876fc05777dfc35e5ffdfebd2 (diff)
downloadqtquickcontrols-69b567b66ef9e90bb3c2179bded54961d3051039.tar.gz
Update changelog for Qt 5.2
Change-Id: If3e03b628906857985d0f5bd49e71fcd1aced0fa Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
-rw-r--r--dist/changes-5.2.037
1 files changed, 37 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 53f408e4..ca477c04 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -21,6 +21,43 @@ information about a particular change.
- Improve support for Right To Left layout (RTL)
- Add support for StandardKeys in Actions and MenuItem::shortcut
+ - Add text alignment property to SpinBox and SpinBoxStyle
+ - QML Base style: support transient scrollbars
+ - Enable TableView multi-row selection
+
+New Controls
+---------------
+ - Add a BusyIndicator control
+ - Add a Switch control
+
+****************************************************************************
+* Styles *
+****************************************************************************
+
+ - Add styles: BusyIndicatorStyle, SwitchStyle and TextAreaStyle
+ - Expose styles: SpinBoxStyle, StatusBarStyle, ToolBarStyle
+ - More styling improvements for Base Style:
+ - Better scalability
+ - Retina support
+ - Added focus rects
+
+****************************************************************************
+* Layouts *
+****************************************************************************
+
+ - Add baseline support for Qt Quick Layouts
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+ - Remove widgets dependency on touch platforms
+ - Enable flicking on touch based devices for ScrollView and TableView
+
+****************************************************************************
+* Plugins *
+****************************************************************************
+
- [QTBUG-31565] Make the deployment of Qt Quick Controls applications easier
The QtQuickControls plugin now embeds its qml files and the Styles and
Private submodules files using the resource system. While the qml and