Merge lp:~nik90/component-store/fix-bottomedgetabs-docs into lp:~mrqtros/component-store/bottom-edge-tabs

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: Roman Shchekin
Approved revision: 53
Merged at revision: 52
Proposed branch: lp:~nik90/component-store/fix-bottomedgetabs-docs
Merge into: lp:~mrqtros/component-store/bottom-edge-tabs
Diff against target: 104 lines (+26/-15)
4 files modified
curated-store/ComponentStore/BottomEdgeTabs/ubuntu_component_store.json (+6/-0)
docs/_components/bottomedgetabs.rst (+15/-15)
docs/index.rst (+1/-0)
docs/release.rst (+4/-0)
To merge this branch: bzr merge lp:~nik90/component-store/fix-bottomedgetabs-docs
Reviewer Review Type Date Requested Status
Roman Shchekin Pending
Review via email: mp+256047@code.launchpad.net

Description of the change

Fixes the documentation and adds missing ubuntu_component_store.json.

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=== added file 'curated-store/ComponentStore/BottomEdgeTabs/ubuntu_component_store.json'
2--- curated-store/ComponentStore/BottomEdgeTabs/ubuntu_component_store.json 1970-01-01 00:00:00 +0000
3+++ curated-store/ComponentStore/BottomEdgeTabs/ubuntu_component_store.json 2015-04-13 22:18:13 +0000
4@@ -0,0 +1,6 @@
5+{
6+ "name": "BottomEdgeTabs",
7+ "description": "This component adds a bottom edge page to Tabs.",
8+ "version": "1.0",
9+ "documentation_url": "http://ubuntu-component-store.readthedocs.org/en/latest/_components/bottomedgetabs.html"
10+}
11
12=== modified file 'docs/_components/bottomedgetabs.rst'
13--- docs/_components/bottomedgetabs.rst 2015-04-13 21:30:01 +0000
14+++ docs/_components/bottomedgetabs.rst 2015-04-13 22:18:13 +0000
15@@ -1,18 +1,18 @@
16 Bottom Edge Tabs
17-=====================
18+================
19
20-+----------+---------------------------------+
21-| Author | Roman Shchekin |
22-+----------+-------------+-------------------+
23-| License | GNU General Public License v3.0 |
24-+----------+---------------------------------+
25-| Contact | mrqtros@gmail.com |
26-+----------+---------------------------------+
27-| Framework| ubuntu-sdk-14.10 |
28-+----------+---------------------------------+
29++----------+----------------------------------------+
30+| Author | Roman Shchekin |
31++----------+-------------+--------------------------+
32+| License | GNU General Public License v3.0 |
33++----------+----------------------------------------+
34+| Contact | mrqtros@gmail.com |
35++----------+----------------------------------------+
36+| Framework| ubuntu-sdk-14.10 |
37++----------+----------------------------------------+
38
39 BottomEdgeTabs is very similar to PageWithBottomEdge but uses Tabs as root component instead of Page. Check it's documentation.
40-
41+
42 Example:
43
44 .. code-block:: qml
45@@ -70,15 +70,15 @@
46 }
47 }
48
49-.. image:: ../_images/pagewithbottomedge.png
50+.. image:: ../_images/bottomedgetabs.png
51 :align: center
52
53 Properties
54 ----------
55
56 - :ref:`bottomEdgeTitle`: string
57+- :ref:`bottomEdgePage`: Page
58 - :ref:`bottomEdgeEnabled`: boolean
59-- :ref:`bottomEdgePage`: Page
60
61 Signals
62 -------
63@@ -96,10 +96,10 @@
64
65 The text to be displayed in the bottom edge action.
66
67-.. _bottomEdgePageComponent:
68+.. _bottomEdgePage:
69
70 bottomEdgePage
71-^^^^^^^^^^^^^^^^^^^^^^^
72+^^^^^^^^^^^^^^
73
74 The page to be shown when swiping the bottom edge up.
75
76
77=== added file 'docs/_images/bottomedgetabs.png'
78Binary files docs/_images/bottomedgetabs.png 1970-01-01 00:00:00 +0000 and docs/_images/bottomedgetabs.png 2015-04-13 22:18:13 +0000 differ
79=== modified file 'docs/index.rst'
80--- docs/index.rst 2015-04-13 17:45:49 +0000
81+++ docs/index.rst 2015-04-13 22:18:13 +0000
82@@ -50,6 +50,7 @@
83 .. toctree::
84 :maxdepth: 1
85
86+ _components/bottomedgetabs
87 _components/circleimage
88 _components/emptystate
89 _components/fastscroll
90
91=== modified file 'docs/release.rst'
92--- docs/release.rst 2015-03-23 14:32:46 +0000
93+++ docs/release.rst 2015-04-13 22:18:13 +0000
94@@ -1,6 +1,10 @@
95 Release Notes
96 =============
97
98+**13th April 2015**
99+
100+* Added Bottom Edge Tabs component
101+
102 **23rd March 2015**
103
104 * Added haptic feedback to radial action buttons

Subscribers

People subscribed via source and target branches