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
1=== modified file 'docs/_components/radialbottomedge.rst'
2--- docs/_components/radialbottomedge.rst 2014-11-15 14:59:11 +0000
3+++ docs/_components/radialbottomedge.rst 2015-03-20 01:34:47 +0000
4@@ -74,6 +74,7 @@
5 - :ref:`actions`: RadialAction <list>
6 - :ref:`actionButtonSize`: int
7 - :ref:`actionButtonDistance`: int
8+- :ref:`expandAngle`: int (defaults to 360 deg)
9
10 .. 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.
11
12@@ -156,3 +157,13 @@
13 ^^^^^^^^^^^^^^^^^^^^
14
15 The distance (separation) between the action buttons and the center of the radial menu.
16+
17+.. _expandAngle:
18+
19+expandAngle
20+^^^^^^^^^^^
21+
22+The expand angle defines the spread angle. By default, it is set to 360 degrees which places the buttons
23+in a full circle pattern. If it was set to 180 degrees, then the buttons would follow a semi-circle
24+pattern.
25+
26
27=== modified file 'docs/release.rst'
28--- docs/release.rst 2015-03-03 14:22:18 +0000
29+++ docs/release.rst 2015-03-20 01:34:47 +0000
30@@ -1,6 +1,10 @@
31 Release Notes
32 =============
33
34+**11th March 2015**
35+
36+* Added expandAngle property to radial bottom edge component to allow developers to specify the spread angle.
37+
38 **3rd March 2015**
39
40 * Added WelcomeWizard component

Subscribers

People subscribed via source and target branches