Merge lp:~whosdaz/ubuntu-html5-theme/fixtypog into lp:ubuntu-html5-theme

Proposed by Matthew Allen
Status: Superseded
Proposed branch: lp:~whosdaz/ubuntu-html5-theme/fixtypog
Merge into: lp:ubuntu-html5-theme
Diff against target: 171 lines (+51/-73)
4 files modified
examples/html5-theme/ui-gallery/index.html (+1/-22)
examples/html5-theme/ui-gallery/widgets.html (+3/-3)
examples/html5-theme/widgets/Label.html (+47/-0)
examples/html5-theme/widgets/Typography.html (+0/-48)
To merge this branch: bzr merge lp:~whosdaz/ubuntu-html5-theme/fixtypog
Reviewer Review Type Date Requested Status
Alexandre Abreu Needs Fixing
Review via email: mp+280859@code.launchpad.net

This proposal supersedes a proposal from 2015-12-17.

This proposal has been superseded by a proposal from 2015-12-18.

To post a comment you must log in.
Revision history for this message
Alexandre Abreu (abreu-alexandre) wrote : Posted in a previous version of this proposal

Thank you for working on that,

it doesnt work though, there is no Label.html

see an additional comment inline

review: Needs Fixing
Revision history for this message
Matthew Allen (whosdaz) wrote : Posted in a previous version of this proposal

> Thank you for working on that,
>
> it doesnt work though, there is no Label.html
>
> see an additional comment inline

I must of made a mistake when committing it as the new file did not get added to the commit - my bad.
Fixing now!

Revision history for this message
Alexandre Abreu (abreu-alexandre) wrote :

Could you remove the "<iframe src="../widgets/Toggles.htm" in examples/html5-theme/ui-gallery/index.html ?

I added a few inline comments below,

review: Needs Fixing
Revision history for this message
Matthew Allen (whosdaz) wrote :

> Could you remove the "<iframe src="../widgets/Toggles.htm" in
> examples/html5-theme/ui-gallery/index.html ?
>
> I added a few inline comments below,

What should the iFrame be changed to?
As I assume the frame itself needs to stay in the page??? As that's what's used to see each page???

Revision history for this message
Alexandre Abreu (abreu-alexandre) wrote :

Hi,

just remove it :)
the only necessary iframe is the widgets.hml one

On Thu, Dec 17, 2015 at 9:36 PM, MatthewAllen <email address hidden> wrote:

> > Could you remove the "<iframe src="../widgets/Toggles.htm" in
> > examples/html5-theme/ui-gallery/index.html ?
> >
> > I added a few inline comments below,
>
> What should the iFrame be changed to?
> As I assume the frame itself needs to stay in the page??? As that's what's
> used to see each page???
> --
>
> https://code.launchpad.net/~whosdaz/ubuntu-html5-theme/fixtypog/+merge/280859
> You are reviewing the proposed merge of
> lp:~whosdaz/ubuntu-html5-theme/fixtypog into lp:ubuntu-html5-theme.
>

Revision history for this message
Matthew Allen (whosdaz) wrote :

Hey,
Will do when I'm home - is that all?
Is the task approved after that?

On 18 Dec 2015 8:06 pm, "Alexandre Abreu" <email address hidden>
wrote:
>
> Hi,
>
> just remove it :)
> the only necessary iframe is the widgets.hml one
>
> On Thu, Dec 17, 2015 at 9:36 PM, MatthewAllen <email address hidden> wrote:
>
> > > Could you remove the "<iframe src="../widgets/Toggles.htm" in
> > > examples/html5-theme/ui-gallery/index.html ?
> > >
> > > I added a few inline comments below,
> >
> > What should the iFrame be changed to?
> > As I assume the frame itself needs to stay in the page??? As that's
what's
> > used to see each page???
> > --
> >
> >
https://code.launchpad.net/~whosdaz/ubuntu-html5-theme/fixtypog/+merge/280859
> > You are reviewing the proposed merge of
> > lp:~whosdaz/ubuntu-html5-theme/fixtypog into lp:ubuntu-html5-theme.
> >
>
> --
>
https://code.launchpad.net/~whosdaz/ubuntu-html5-theme/fixtypog/+merge/280859
> You are the owner of lp:~whosdaz/ubuntu-html5-theme/fixtypog.

Revision history for this message
Alexandre Abreu (abreu-alexandre) wrote :

> Is the task approved after that?

yes I looks ok

Revision history for this message
Matthew Allen (whosdaz) wrote :

Will fix it in about an hour with I get home, if you can approve my task
now so I can accept another it'd be much appreciated.

214. By Matthew Allen (<email address hidden>)

Fixed copyright messages

215. By Matthew Allen (<email address hidden>)

Removed index.html iFrame

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'examples/html5-theme/ui-gallery/index.html'
2--- examples/html5-theme/ui-gallery/index.html 2015-04-30 20:06:20 +0000
3+++ examples/html5-theme/ui-gallery/index.html 2015-12-18 11:09:01 +0000
4@@ -1,29 +1,9 @@
5-<!--
6- Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
7-
8- This file is part of ubuntu-html5-ui-toolkit.
9-
10- This package is free software; you can redistribute it and/or modify
11- it under the terms of the Lesser GNU General Public License as
12- published by the Free Software Foundation; either version 3 of the
13- License, or
14- (at your option) any later version.
15-
16- This package is distributed in the hope that it will be useful,
17- but WITHOUT ANY WARRANTY; without even the implied warranty of
18- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19- GNU General Public License for more details.
20-
21- You should have received a copy of the GNU Lesser General Public
22- License along with this program. If not, see
23- <http://www.gnu.org/licenses/>.
24--->
25+<!-- Copyright (C) Canonical Ltd -->
26
27 <!DOCTYPE html>
28 <html>
29 <head>
30 <meta charset="utf-8">
31- <meta name="copyright" content="Adnane Belmadiaf <daker@ubuntu.com>">
32 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
33
34 <title>Ubuntu HTML5 SDK: UI Gallery</title>
35@@ -69,7 +49,6 @@
36 <div data-role="content">
37 <div data-role="tab" id="main">
38 <iframe src="widgets.html" frameborder="0" style="min-height: 600px; width: 300px; display: inline-block;" ></iframe>
39- <iframe src="../widgets/Typography.html" name="component" frameborder="0" style="min-height: 600px; width: calc(100% - 305px); display: inline-block;"></iframe>
40 </div>
41 </div>
42 </div>
43
44=== modified file 'examples/html5-theme/ui-gallery/widgets.html'
45--- examples/html5-theme/ui-gallery/widgets.html 2015-04-30 20:06:20 +0000
46+++ examples/html5-theme/ui-gallery/widgets.html 2015-12-18 11:09:01 +0000
47@@ -37,9 +37,6 @@
48 <section data-role="list">
49 <ul data-role="listview">
50 <li>
51- <a href="../widgets/Typography.html" target="component">Typography</a>
52- </li>
53- <li>
54 <a href="../widgets/Toggles.html" target="component">Toggles</a>
55 </li>
56 <li>
57@@ -58,6 +55,9 @@
58 <a href="../widgets/UbuntuShape.html" target="component">Ubuntu Shape</a>
59 </li>
60 <li>
61+ <a href="../widgets/Label.html" target="component">Label</a>
62+ </li>
63+ <li>
64 <a href="../widgets/ListItems.html" target="component">List Items</a>
65 </li>
66 <li>
67
68=== added file 'examples/html5-theme/widgets/Label.html'
69--- examples/html5-theme/widgets/Label.html 1970-01-01 00:00:00 +0000
70+++ examples/html5-theme/widgets/Label.html 2015-12-18 11:09:01 +0000
71@@ -0,0 +1,47 @@
72+<!--
73+ Copyright (C) Canonical Ltd
74+
75+ This file is part of ubuntu-html5-ui-toolkit.
76+
77+ This package is free software; you can redistribute it and/or modify
78+ it under the terms of the GNU Lesser General Public License as
79+ published by the Free Software Foundation; either version 3 of the
80+ License, or
81+ (at your option) any later version.
82+
83+ This package is distributed in the hope that it will be useful,
84+ but WITHOUT ANY WARRANTY; without even the implied warranty of
85+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
86+ GNU General Public License for more details.
87+
88+ You should have received a copy of the GNU Lesser General Public
89+ License along with this program. If not, see
90+ <http://www.gnu.org/licenses/>.
91+-->
92+
93+<!DOCTYPE html>
94+<html>
95+<head>
96+ <meta charset="utf-8" />
97+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
98+ <title>Ubuntu HTML5 UI SDK: Typography</title>
99+ <link href="../../../0.1/ambiance/css/appTemplate.css" rel="stylesheet" type="text/css" />
100+</head>
101+
102+<body>
103+ <div data-role="mainview">
104+ <div class="content">
105+ <div class="inset">
106+ <div class="large-font">Label</div><br>
107+
108+ <p class="xxsmall-font">xx-small</p><br>
109+ <p class="xsmall-font">x-small</p><br>
110+ <p class="small-font">small</p><br>
111+ <p class="medium-font">medium</p><br>
112+ <p class="large-font">large</p><br>
113+ <p class="xlarge-font">x-large</p><br>
114+ </div>
115+ </div>
116+ </div>
117+</body>
118+</html>
119
120=== removed file 'examples/html5-theme/widgets/Typography.html'
121--- examples/html5-theme/widgets/Typography.html 2014-02-26 10:30:41 +0000
122+++ examples/html5-theme/widgets/Typography.html 1970-01-01 00:00:00 +0000
123@@ -1,48 +0,0 @@
124-<!--
125- Copyright (C) Canonical Ltd
126-
127- This file is part of ubuntu-html5-ui-toolkit.
128-
129- This package is free software; you can redistribute it and/or modify
130- it under the terms of the GNU Lesser General Public License as
131- published by the Free Software Foundation; either version 3 of the
132- License, or
133- (at your option) any later version.
134-
135- This package is distributed in the hope that it will be useful,
136- but WITHOUT ANY WARRANTY; without even the implied warranty of
137- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
138- GNU General Public License for more details.
139-
140- You should have received a copy of the GNU Lesser General Public
141- License along with this program. If not, see
142- <http://www.gnu.org/licenses/>.
143--->
144-
145-<!DOCTYPE html>
146-<html>
147-<head>
148- <meta charset="utf-8" />
149- <meta name="copyright" content="Adnane Belmadiaf <daker@ubuntu.com>">
150- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
151- <title>Ubuntu HTML5 UI SDK: Typography</title>
152- <link href="../../../0.1/ambiance/css/appTemplate.css" rel="stylesheet" type="text/css" />
153-</head>
154-
155-<body>
156- <div data-role="mainview">
157- <div class="content">
158- <div class="inset">
159- <p class="xlarge-font">Headings</p>
160- <p class="xlarge-font">Extra large Heading</p>
161- <p class="large-font">large Heading</p>
162- <p class="xlarge-font">Body text</p>
163- <p class="small-font">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae bibendum urna. Nulla facilisi. Nunc erat urna, ultricies id orci at, malesuada ornare orci. Cras urna risus, volutpat nec odio id, luctus ullamcorper dui. Nullam tincidunt a nisl in aliquet. Praesent dui velit, imperdiet et condimentum sit amet, tincidunt vel metus. Nunc blandit rutrum volutpat. Praesent leo ipsum, rhoncus sit amet felis non, faucibus cursus sem. Nulla sit amet auctor nisi, eu rhoncus diam. Nulla massa lacus, sagittis ut risus ut, lacinia pulvinar eros. Nullam ac ipsum lectus. Donec ut lacus justo. Donec adipiscing lectus vitae dui euismod congue. Fusce consequat turpis nec velit hendrerit bibendum at vel lacus. Mauris sodales velit neque, quis ultricies neque cursus ac. Nunc risus orci, pulvinar quis sodales id, luctus in est.</p>
164- <p class="xlarge-font">Sub text</p>
165- <p class="xsmall-font">Lorem ipsum dolor sit amet.</p>
166- <p class="xxsmall-font">Lorem ipsum dolor sit amet.</p>
167- </div>
168- </div>
169- </div>
170-</body>
171-</html>

Subscribers

People subscribed via source and target branches