Merge lp:~nik90/component-store/update-radial-docs into lp:~3v1n0/component-store/radial-expand-angle

Proposed by Nekhelesh Ramananthan
Status: Merged
Merged at revision: 47
Proposed branch: lp:~nik90/component-store/update-radial-docs
Merge into: lp:~3v1n0/component-store/radial-expand-angle
Diff against target: 40 lines (+15/-0)
2 files modified
docs/_components/radialbottomedge.rst (+11/-0)
docs/release.rst (+4/-0)
To merge this branch: bzr merge lp:~nik90/component-store/update-radial-docs
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Pending
Review via email: mp+253622@code.launchpad.net

Commit message

Update docs about the new expandAngle property.

Description of the change

Update docs about the new expandAngle property.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'docs/_components/radialbottomedge.rst'
--- docs/_components/radialbottomedge.rst 2014-11-15 14:59:11 +0000
+++ docs/_components/radialbottomedge.rst 2015-03-20 01:34:47 +0000
@@ -74,6 +74,7 @@
74- :ref:`actions`: RadialAction <list> 74- :ref:`actions`: RadialAction <list>
75- :ref:`actionButtonSize`: int75- :ref:`actionButtonSize`: int
76- :ref:`actionButtonDistance`: int76- :ref:`actionButtonDistance`: int
77- :ref:`expandAngle`: int (defaults to 360 deg)
7778
78.. note:: All properties except for *hintIconSource* have well defined defaults. As a developer, you could choose to go with the defaults or change them to your liking.79.. note:: All properties except for *hintIconSource* have well defined defaults. As a developer, you could choose to go with the defaults or change them to your liking.
7980
@@ -156,3 +157,13 @@
156^^^^^^^^^^^^^^^^^^^^157^^^^^^^^^^^^^^^^^^^^
157158
158The distance (separation) between the action buttons and the center of the radial menu.159The distance (separation) between the action buttons and the center of the radial menu.
160
161.. _expandAngle:
162
163expandAngle
164^^^^^^^^^^^
165
166The expand angle defines the spread angle. By default, it is set to 360 degrees which places the buttons
167in a full circle pattern. If it was set to 180 degrees, then the buttons would follow a semi-circle
168pattern.
169
159170
=== modified file 'docs/release.rst'
--- docs/release.rst 2015-03-03 14:22:18 +0000
+++ docs/release.rst 2015-03-20 01:34:47 +0000
@@ -1,6 +1,10 @@
1Release Notes1Release Notes
2=============2=============
33
4**11th March 2015**
5
6* Added expandAngle property to radial bottom edge component to allow developers to specify the spread angle.
7
4**3rd March 2015**8**3rd March 2015**
59
6* Added WelcomeWizard component10* Added WelcomeWizard component

Subscribers

People subscribed via source and target branches