Merge lp:~aaronhoneycutt/ureadit/ureadit-personal into lp:ureadit/4.0

Proposed by Michael Hall
Status: Needs review
Proposed branch: lp:~aaronhoneycutt/ureadit/ureadit-personal
Merge into: lp:ureadit/4.0
Diff against target: 268 lines (+69/-79)
2 files modified
Main.qml (+4/-1)
po/template.pot (+65/-78)
To merge this branch: bzr merge lp:~aaronhoneycutt/ureadit/ureadit-personal
Reviewer Review Type Date Requested Status
Michael Hall Pending
Review via email: mp+293566@code.launchpad.net

Description of the change

fix FrontPage content from going under PageHeader

To post a comment you must log in.

Unmerged revisions

51. By Aaron Honeycutt

fix FrontPage content from going under PageHeader

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Main.qml'
2--- Main.qml 2016-01-14 18:46:10 +0000
3+++ Main.qml 2016-05-02 20:39:24 +0000
4@@ -83,7 +83,10 @@
5
6 PageStack {
7 id: mainStack
8- anchors.fill: parent
9+ anchors {
10+ fill: parent
11+ topMargin: units.gu(10)
12+ }
13
14 Keys.onPressed: { if (mainStack.depth > 1 && event.key == Qt.Key_Escape) pop(); }
15 onCurrentPageChanged: {
16
17=== modified file 'po/template.pot'
18--- po/template.pot 2016-01-14 18:46:10 +0000
19+++ po/template.pot 2016-05-02 20:39:24 +0000
20@@ -8,7 +8,7 @@
21 msgstr ""
22 "Project-Id-Version: PACKAGE VERSION\n"
23 "Report-Msgid-Bugs-To: \n"
24-"POT-Creation-Date: 2016-01-13 23:13-0500\n"
25+"POT-Creation-Date: 2016-04-27 23:00-0400\n"
26 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
27 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
28 "Language-Team: LANGUAGE <LL@li.org>\n"
29@@ -17,175 +17,162 @@
30 "Content-Type: text/plain; charset=CHARSET\n"
31 "Content-Transfer-Encoding: 8bit\n"
32
33-#: .ubuntu-sdk-deploy/ui/InternalBrowserPage.qml:70
34-#: .ubuntu-sdk-deploy/ui/ArticlePage.qml:89 ui/InternalBrowserPage.qml:70
35-#: ui/ArticlePage.qml:89
36-msgid "Open link in browser"
37-msgstr ""
38-
39-#: .ubuntu-sdk-deploy/ui/InternalBrowserPage.qml:75
40-#: .ubuntu-sdk-deploy/ui/ArticlePage.qml:94 ui/InternalBrowserPage.qml:75
41-#: ui/ArticlePage.qml:94
42-msgid "Open image in browser"
43-msgstr ""
44-
45-#: .ubuntu-sdk-deploy/ui/InternalBrowserPage.qml:80
46-#: .ubuntu-sdk-deploy/ui/ArticlePage.qml:104 ui/InternalBrowserPage.qml:80
47-#: ui/ArticlePage.qml:104
48-msgid "Share image"
49-msgstr ""
50-
51-#: .ubuntu-sdk-deploy/ui/SettingsPage.qml:8
52-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:229 ui/SettingsPage.qml:8
53-#: ui/Frontpage.qml:229
54+#: ui/SettingsPage.qml:8 ui/Frontpage.qml:229
55 msgid "Settings"
56 msgstr ""
57
58-#: .ubuntu-sdk-deploy/ui/SettingsPage.qml:19 ui/SettingsPage.qml:19
59+#: ui/SettingsPage.qml:19
60 msgid "Startup"
61 msgstr ""
62
63-#: .ubuntu-sdk-deploy/ui/SettingsPage.qml:22 ui/SettingsPage.qml:22
64+#: ui/SettingsPage.qml:22
65 msgid "Login automatically at startup"
66 msgstr ""
67
68-#: .ubuntu-sdk-deploy/ui/SettingsPage.qml:33 ui/SettingsPage.qml:33
69+#: ui/SettingsPage.qml:33
70 msgid "Internal Browser"
71 msgstr ""
72
73-#: .ubuntu-sdk-deploy/ui/SettingsPage.qml:37 ui/SettingsPage.qml:37
74+#: ui/SettingsPage.qml:37
75 msgid "Open links internally"
76 msgstr ""
77
78-#: .ubuntu-sdk-deploy/ui/SettingsPage.qml:48 ui/SettingsPage.qml:48
79+#: ui/SettingsPage.qml:48
80 msgid "Image Previews"
81 msgstr ""
82
83-#: .ubuntu-sdk-deploy/ui/SettingsPage.qml:56 ui/SettingsPage.qml:56
84+#: ui/SettingsPage.qml:56
85 msgid "Don't show images"
86 msgstr ""
87
88-#: .ubuntu-sdk-deploy/ui/SettingsPage.qml:56 ui/SettingsPage.qml:56
89+#: ui/SettingsPage.qml:56
90 msgid "Show large previews"
91 msgstr ""
92
93-#: .ubuntu-sdk-deploy/ui/SettingsPage.qml:56 ui/SettingsPage.qml:56
94+#: ui/SettingsPage.qml:56
95 msgid "Show thumbnail previews"
96 msgstr ""
97
98-#: .ubuntu-sdk-deploy/ui/SettingsPage.qml:64 ui/SettingsPage.qml:64
99+#: ui/SettingsPage.qml:64
100 msgid "Theme"
101 msgstr ""
102
103-#: .ubuntu-sdk-deploy/ui/ArticlePage.qml:99 ui/ArticlePage.qml:99
104+#: ui/AboutPage.qml:8 ui/Frontpage.qml:237
105+msgid "About"
106+msgstr ""
107+
108+#: ui/AboutPage.qml:30
109+msgid "Name"
110+msgstr ""
111+
112+#: ui/AboutPage.qml:34
113+msgid "Author"
114+msgstr ""
115+
116+#: ui/AboutPage.qml:38
117+msgid "Version"
118+msgstr ""
119+
120+#: ui/AboutPage.qml:42
121+msgid "Released"
122+msgstr ""
123+
124+#: ui/ArticlePage.qml:89 ui/InternalBrowserPage.qml:70
125+msgid "Open link in browser"
126+msgstr ""
127+
128+#: ui/ArticlePage.qml:94 ui/InternalBrowserPage.qml:75
129+msgid "Open image in browser"
130+msgstr ""
131+
132+#: ui/ArticlePage.qml:99
133 msgid "Share image link"
134 msgstr ""
135
136-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:20
137-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:285
138-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:503 ui/Frontpage.qml:20
139-#: ui/Frontpage.qml:285 ui/Frontpage.qml:503
140+#: ui/ArticlePage.qml:104 ui/InternalBrowserPage.qml:80
141+msgid "Share image"
142+msgstr ""
143+
144+#: ui/Frontpage.qml:20 ui/Frontpage.qml:285 ui/Frontpage.qml:503
145 msgid "Frontpage"
146 msgstr ""
147
148-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:85 ui/Frontpage.qml:85
149+#: ui/Frontpage.qml:85
150 msgid "Hot"
151 msgstr ""
152
153-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:85 ui/Frontpage.qml:85
154+#: ui/Frontpage.qml:85
155 msgid "New"
156 msgstr ""
157
158-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:85 ui/Frontpage.qml:85
159+#: ui/Frontpage.qml:85
160 msgid "Top"
161 msgstr ""
162
163-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:85 ui/Frontpage.qml:85
164+#: ui/Frontpage.qml:85
165 msgid "Controversial"
166 msgstr ""
167
168-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:85 ui/Frontpage.qml:85
169+#: ui/Frontpage.qml:85
170 msgid "Rising"
171 msgstr ""
172
173-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:95 ui/Frontpage.qml:95
174+#: ui/Frontpage.qml:95
175 msgid "Subscriptions"
176 msgstr ""
177
178-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:95 ui/Frontpage.qml:95
179+#: ui/Frontpage.qml:95
180 msgid "Defaults"
181 msgstr ""
182
183-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:95 ui/Frontpage.qml:95
184+#: ui/Frontpage.qml:95
185 msgid "Search"
186 msgstr ""
187
188-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:95 ui/Frontpage.qml:95
189+#: ui/Frontpage.qml:95
190 msgid "Multis"
191 msgstr ""
192
193-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:175 ui/Frontpage.qml:175
194+#: ui/Frontpage.qml:175
195 msgid "Subreddit"
196 msgstr ""
197
198-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:184 ui/Frontpage.qml:184
199+#: ui/Frontpage.qml:184
200 msgid "Login"
201 msgstr ""
202
203-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:193 ui/Frontpage.qml:193
204+#: ui/Frontpage.qml:193
205 msgid "New Unread"
206 msgstr ""
207
208-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:202 ui/Frontpage.qml:202
209+#: ui/Frontpage.qml:202
210 msgid "View as Gallery"
211 msgstr ""
212
213-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:211 ui/Frontpage.qml:211
214+#: ui/Frontpage.qml:211
215 msgid "Inbox"
216 msgstr ""
217
218-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:220 ui/Frontpage.qml:220
219+#: ui/Frontpage.qml:220
220 msgid "Users"
221 msgstr ""
222
223-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:237
224-#: .ubuntu-sdk-deploy/ui/AboutPage.qml:8 ui/Frontpage.qml:237
225-#: ui/AboutPage.qml:8
226-msgid "About"
227-msgstr ""
228-
229-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:245 ui/Frontpage.qml:245
230+#: ui/Frontpage.qml:245
231 msgid "Logout"
232 msgstr ""
233
234-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:264 ui/Frontpage.qml:264
235+#: ui/Frontpage.qml:264
236 msgid "Back"
237 msgstr ""
238
239-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:274 ui/Frontpage.qml:274
240+#: ui/Frontpage.qml:274
241 msgid "Confirm"
242 msgstr ""
243
244-#: .ubuntu-sdk-deploy/ui/Frontpage.qml:505 ui/Frontpage.qml:505
245+#: ui/Frontpage.qml:505
246 msgid "All"
247 msgstr ""
248
249-#: .ubuntu-sdk-deploy/ui/AboutPage.qml:30 ui/AboutPage.qml:30
250-msgid "Name"
251-msgstr ""
252-
253-#: .ubuntu-sdk-deploy/ui/AboutPage.qml:34 ui/AboutPage.qml:34
254-msgid "Author"
255-msgstr ""
256-
257-#: .ubuntu-sdk-deploy/ui/AboutPage.qml:38 ui/AboutPage.qml:38
258-msgid "Version"
259-msgstr ""
260-
261-#: .ubuntu-sdk-deploy/ui/AboutPage.qml:42 ui/AboutPage.qml:42
262-msgid "Released"
263-msgstr ""
264-
265-#: .ubuntu-sdk-deploy/Main.qml:135 Main.qml:135
266+#: Main.qml:138
267 msgid "Link to a Reddit thread"
268 msgstr ""

Subscribers

People subscribed via source and target branches

to all changes: