Merge lp:~ahayzen/music-app/type-walkthrough into lp:music-app/remix

Proposed by Andrew Hayzen
Status: Merged
Approved by: Victor Thompson
Approved revision: 799
Merged at revision: 797
Proposed branch: lp:~ahayzen/music-app/type-walkthrough
Merge into: lp:music-app/remix
Diff against target: 286 lines (+60/-55)
4 files modified
common/CMakeLists.txt (+1/-0)
common/Walkthrough/CMakeLists.txt (+4/-0)
common/Walkthrough/Slide2.qml (+1/-1)
po/com.ubuntu.music.pot (+54/-54)
To merge this branch: bzr merge lp:~ahayzen/music-app/type-walkthrough
Reviewer Review Type Date Requested Status
Victor Thompson Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+247057@code.launchpad.net

Commit message

* Fix for typo change 'and' to '&' to prevent double 'and' in one sentence
* Add cmake so that Walkthrough appears in qtc

Description of the change

* Fix for typo change 'and' to '&' to prevent double 'and' in one sentence
* Add cmake so that Walkthrough appears in qtc

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Victor Thompson (vthompson) wrote :

1 inline comment:

Maybe we should get design to rephrase this. Something like "Connect your device to any computer and simply drag files to the Music folder". Should probably use the word device instead of phone as well. Also should tell them where to drag files.

review: Needs Information
799. By Andrew Hayzen

* Further tweaks :)

Revision history for this message
Victor Thompson (vthompson) wrote :

LGTM!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'common/CMakeLists.txt'
2--- common/CMakeLists.txt 2014-07-31 23:24:17 +0000
3+++ common/CMakeLists.txt 2015-01-20 23:06:24 +0000
4@@ -1,4 +1,5 @@
5 add_subdirectory(ListItemActions)
6+add_subdirectory(Walkthrough)
7
8 # make the qml files visible on qtcreator
9 file(GLOB COMMON_QML_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.qml)
10
11=== added file 'common/Walkthrough/CMakeLists.txt'
12--- common/Walkthrough/CMakeLists.txt 1970-01-01 00:00:00 +0000
13+++ common/Walkthrough/CMakeLists.txt 2015-01-20 23:06:24 +0000
14@@ -0,0 +1,4 @@
15+# make the qml files visible on qtcreator
16+file(GLOB WALKTHROUGH_QML_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.qml)
17+
18+add_custom_target(com_ubuntu_music_WALKTHROUGH_QMLFiles ALL SOURCES ${WALKTHROUGH_QML_FILES})
19
20=== modified file 'common/Walkthrough/Slide2.qml'
21--- common/Walkthrough/Slide2.qml 2015-01-20 05:05:57 +0000
22+++ common/Walkthrough/Slide2.qml 2015-01-20 23:06:24 +0000
23@@ -59,7 +59,7 @@
24 }
25 fontSize: "large"
26 horizontalAlignment: Text.AlignHLeft
27- text: i18n.tr("Plug your phone into your Ubuntu computer and drag and drop files staight across.")
28+ text: i18n.tr("Connect your device to any computer and simply drag files to the Music folder.")
29 width: parent.width
30 wrapMode: Text.WordWrap
31 }
32
33=== modified file 'po/com.ubuntu.music.pot'
34--- po/com.ubuntu.music.pot 2015-01-18 23:33:26 +0000
35+++ po/com.ubuntu.music.pot 2015-01-20 23:06:24 +0000
36@@ -8,7 +8,7 @@
37 msgstr ""
38 "Project-Id-Version: music-app\n"
39 "Report-Msgid-Bugs-To: \n"
40-"POT-Creation-Date: 2015-01-18 17:32-0600\n"
41+"POT-Creation-Date: 2015-01-20 23:05+0000\n"
42 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
43 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
44 "Language-Team: LANGUAGE <LL@li.org>\n"
45@@ -57,13 +57,13 @@
46 msgstr ""
47
48 #: ../MusicNowPlaying.qml:35 ../music-app.qml:667 ../music-app.qml:699
49-#: ../music-app.qml:1062 ../music-app.qml:1220 ../music-app.qml:1232
50-#: ../music-app.qml:1260 ../music-app.qml:1261
51+#: ../music-app.qml:1062 ../music-app.qml:1221 ../music-app.qml:1233
52+#: ../music-app.qml:1261 ../music-app.qml:1262
53 msgid "Queue"
54 msgstr ""
55
56 #: ../MusicNowPlaying.qml:35 ../music-app.qml:667 ../music-app.qml:1061
57-#: ../music-app.qml:1219 ../music-app.qml:1260 ../music-app.qml:1261
58+#: ../music-app.qml:1220 ../music-app.qml:1261 ../music-app.qml:1262
59 msgid "Now playing"
60 msgstr ""
61
62@@ -131,7 +131,7 @@
63 msgid "Add to queue"
64 msgstr ""
65
66-#: ../MusicaddtoPlaylist.qml:42 ../music-app.qml:1316
67+#: ../MusicaddtoPlaylist.qml:42 ../music-app.qml:1317
68 msgid "Select playlist"
69 msgstr ""
70
71@@ -196,7 +196,7 @@
72 msgstr ""
73
74 #: ../common/SongsPage.qml:567 ../common/SongsPage.qml:605
75-#: ../music-app.qml:486 ../music-app.qml:1052
76+#: ../music-app.qml:485 ../music-app.qml:1052
77 msgid "Cancel"
78 msgstr ""
79
80@@ -209,131 +209,131 @@
81 msgid "This cannot be undone"
82 msgstr ""
83
84-#: ../common/Walkthrough/Slide1.qml:61
85+#: ../common/Walkthrough/Slide1.qml:56
86 msgid "Welcome to Music"
87 msgstr ""
88
89-#: ../common/Walkthrough/Slide1.qml:73
90+#: ../common/Walkthrough/Slide1.qml:68
91 msgid ""
92 "Enjoy your favorite music with Ubuntu's Music App. Take a short tour on how "
93 "to get started or press skip to start listening now."
94 msgstr ""
95
96-#: ../common/Walkthrough/Slide2.qml:56
97+#: ../common/Walkthrough/Slide2.qml:51
98 msgid "Import your music"
99 msgstr ""
100
101-#: ../common/Walkthrough/Slide2.qml:67
102+#: ../common/Walkthrough/Slide2.qml:62
103 msgid ""
104-"Plug your phone into your Ubuntu computer and drag and drop files staight "
105-"across."
106+"Connect your device to any computer and simply drag files to the Music "
107+"folder."
108 msgstr ""
109
110-#: ../common/Walkthrough/Slide3.qml:57
111+#: ../common/Walkthrough/Slide3.qml:51
112 msgid "Download new music"
113 msgstr ""
114
115-#: ../common/Walkthrough/Slide3.qml:68
116+#: ../common/Walkthrough/Slide3.qml:62
117 msgid "Directly import music bought while browsing online."
118 msgstr ""
119
120-#: ../common/Walkthrough/Slide3.qml:82
121+#: ../common/Walkthrough/Slide3.qml:76
122 msgid "Start"
123 msgstr ""
124
125-#: ../common/Walkthrough/Walkthrough.qml:81
126+#: ../common/Walkthrough/Walkthrough.qml:82
127 msgid "Skip"
128 msgstr ""
129
130+#: ../music-app.qml:146
131+msgid "Next"
132+msgstr ""
133+
134 #: ../music-app.qml:147
135-msgid "Next"
136-msgstr ""
137-
138-#: ../music-app.qml:148
139 msgid "Next Track"
140 msgstr ""
141
142-#: ../music-app.qml:154
143+#: ../music-app.qml:153
144 msgid "Pause"
145 msgstr ""
146
147-#: ../music-app.qml:154
148+#: ../music-app.qml:153
149 msgid "Play"
150 msgstr ""
151
152-#: ../music-app.qml:156
153+#: ../music-app.qml:155
154 msgid "Pause Playback"
155 msgstr ""
156
157-#: ../music-app.qml:156
158+#: ../music-app.qml:155
159 msgid "Continue or start playback"
160 msgstr ""
161
162+#: ../music-app.qml:160
163+msgid "Back"
164+msgstr ""
165+
166 #: ../music-app.qml:161
167-msgid "Back"
168-msgstr ""
169-
170-#: ../music-app.qml:162
171 msgid "Go back to last page"
172 msgstr ""
173
174+#: ../music-app.qml:169
175+msgid "Previous"
176+msgstr ""
177+
178 #: ../music-app.qml:170
179-msgid "Previous"
180-msgstr ""
181-
182-#: ../music-app.qml:171
183 msgid "Previous Track"
184 msgstr ""
185
186+#: ../music-app.qml:175
187+msgid "Stop"
188+msgstr ""
189+
190 #: ../music-app.qml:176
191-msgid "Stop"
192-msgstr ""
193-
194-#: ../music-app.qml:177
195 msgid "Stop Playback"
196 msgstr ""
197
198 #. TRANSLATORS: This string represents that the target destination filepath does not start with ~/Music/Imported/
199-#: ../music-app.qml:329
200+#: ../music-app.qml:328
201 msgid "Filepath must start with"
202 msgstr ""
203
204 #. TRANSLATORS: This string represents that a blank filepath destination has been used
205-#: ../music-app.qml:355
206+#: ../music-app.qml:354
207 msgid "Filepath must be a file"
208 msgstr ""
209
210 #. TRANSLATORS: This string represents that there was failure moving the file to the target destination
211-#: ../music-app.qml:361
212+#: ../music-app.qml:360
213 msgid "Failed to move file"
214 msgstr ""
215
216-#: ../music-app.qml:440
217+#: ../music-app.qml:439
218 msgid "Waiting for file(s)..."
219 msgstr ""
220
221-#: ../music-app.qml:459
222+#: ../music-app.qml:458
223 msgid "OK"
224 msgstr ""
225
226-#: ../music-app.qml:472
227+#: ../music-app.qml:471
228 msgid "Imported file not found"
229 msgstr ""
230
231-#: ../music-app.qml:476
232+#: ../music-app.qml:475
233 msgid "Wait"
234 msgstr ""
235
236 #. TRANSLATORS: this refers to a number of songs greater than one. The actual number will be prepended to the string automatically (plural forms are not yet fully supported in usermetrics, the library that displays that string)
237+#: ../music-app.qml:496
238+msgid "songs played today"
239+msgstr ""
240+
241 #: ../music-app.qml:497
242-msgid "songs played today"
243-msgstr ""
244-
245-#: ../music-app.qml:498
246 msgid "No songs played today"
247 msgstr ""
248
249-#: ../music-app.qml:589 ../music-app.qml:1256
250+#: ../music-app.qml:589 ../music-app.qml:1257
251 #: com.ubuntu.music_music.desktop.in.in.h:1
252 msgid "Music"
253 msgstr ""
254@@ -350,27 +350,27 @@
255 msgid "Create"
256 msgstr ""
257
258-#: ../music-app.qml:1290
259+#: ../music-app.qml:1291
260 msgid "No music found"
261 msgstr ""
262
263-#: ../music-app.qml:1301
264+#: ../music-app.qml:1302
265 msgid "Please import music"
266 msgstr ""
267
268-#: ../music-app.qml:1330
269+#: ../music-app.qml:1331
270 msgid "No playlists found"
271 msgstr ""
272
273-#: ../music-app.qml:1341
274+#: ../music-app.qml:1342
275 msgid "Click the + to create a playlist"
276 msgstr ""
277
278-#: ../music-app.qml:1370
279+#: ../music-app.qml:1371
280 msgid "No recent albums or playlists found"
281 msgstr ""
282
283-#: ../music-app.qml:1381
284+#: ../music-app.qml:1382
285 msgid "Play some music to see your favorites"
286 msgstr ""
287

Subscribers

People subscribed via source and target branches