Merge lp:~mzanetti/reminders-app/cleanup into lp:reminders-app

Proposed by Michael Zanetti
Status: Merged
Approved by: David Planella
Approved revision: 39
Merged at revision: 39
Proposed branch: lp:~mzanetti/reminders-app/cleanup
Merge into: lp:reminders-app
Diff against target: 1372 lines (+192/-227)
64 files modified
.bzrignore (+2/-2)
CMakeLists.txt (+2/-6)
debian/reminders-app-autopilot.install (+1/-1)
deployment.pri (+0/-25)
reminders-app.in (+0/-3)
run_on_ubuntu_touch.sh (+6/-12)
src/app/CMakeLists.txt (+9/-6)
src/app/main.cpp (+5/-5)
src/app/qml/components/NotebooksDelegate.qml (+3/-3)
src/app/qml/components/NotesDelegate.qml (+3/-3)
src/app/qml/components/ToolbarSpacer.qml (+3/-3)
src/app/qml/reminders.qml (+4/-4)
src/app/qml/ui/AccountSelectorPage.qml (+3/-3)
src/app/qml/ui/EditNotePage.qml (+3/-3)
src/app/qml/ui/NotePage.qml (+3/-3)
src/app/qml/ui/NotebooksPage.qml (+3/-3)
src/app/qml/ui/NotesPage.qml (+3/-3)
src/app/qml/ui/RemindersPage.qml (+3/-3)
src/app/qml/ui/SearchNotesPage.qml (+3/-3)
src/plugin/Evernote/evernoteconnection.cpp (+3/-3)
src/plugin/Evernote/evernoteconnection.h (+3/-3)
src/plugin/Evernote/evernoteplugin.cpp (+3/-3)
src/plugin/Evernote/jobs/createnotebookjob.cpp (+3/-3)
src/plugin/Evernote/jobs/createnotebookjob.h (+3/-3)
src/plugin/Evernote/jobs/createnotejob.cpp (+3/-3)
src/plugin/Evernote/jobs/createnotejob.h (+3/-3)
src/plugin/Evernote/jobs/deletenotejob.cpp (+3/-3)
src/plugin/Evernote/jobs/deletenotejob.h (+3/-3)
src/plugin/Evernote/jobs/evernotejob.cpp (+3/-3)
src/plugin/Evernote/jobs/evernotejob.h (+3/-3)
src/plugin/Evernote/jobs/expungenotebookjob.cpp (+3/-3)
src/plugin/Evernote/jobs/expungenotebookjob.h (+3/-3)
src/plugin/Evernote/jobs/fetchnotebooksjob.cpp (+3/-3)
src/plugin/Evernote/jobs/fetchnotebooksjob.h (+3/-3)
src/plugin/Evernote/jobs/fetchnotejob.cpp (+3/-3)
src/plugin/Evernote/jobs/fetchnotejob.h (+3/-3)
src/plugin/Evernote/jobs/fetchnotesjob.cpp (+3/-3)
src/plugin/Evernote/jobs/fetchnotesjob.h (+3/-3)
src/plugin/Evernote/jobs/fetchusernamejob.cpp (+3/-3)
src/plugin/Evernote/jobs/fetchusernamejob.h (+3/-3)
src/plugin/Evernote/jobs/notesstorejob.cpp (+3/-3)
src/plugin/Evernote/jobs/notesstorejob.h (+3/-3)
src/plugin/Evernote/jobs/savenotejob.cpp (+3/-3)
src/plugin/Evernote/jobs/savenotejob.h (+3/-3)
src/plugin/Evernote/jobs/userstorejob.cpp (+3/-3)
src/plugin/Evernote/jobs/userstorejob.h (+3/-3)
src/plugin/Evernote/note.cpp (+3/-3)
src/plugin/Evernote/note.h (+3/-3)
src/plugin/Evernote/notebook.cpp (+3/-3)
src/plugin/Evernote/notebook.h (+3/-3)
src/plugin/Evernote/notebooks.cpp (+3/-3)
src/plugin/Evernote/notebooks.h (+3/-3)
src/plugin/Evernote/notes.cpp (+3/-3)
src/plugin/Evernote/notes.h (+3/-3)
src/plugin/Evernote/notesstore.cpp (+3/-3)
src/plugin/Evernote/notesstore.h (+3/-3)
src/plugin/Evernote/resource.cpp (+3/-3)
src/plugin/Evernote/resource.h (+3/-3)
src/plugin/Evernote/userstore.cpp (+3/-3)
src/plugin/Evernote/userstore.h (+3/-3)
src/plugin/Evernote/utils/enmldocument.cpp (+3/-3)
src/plugin/Evernote/utils/enmldocument.h (+3/-3)
tests/autopilot/reminders/main/test_main.py (+3/-3)
tests/autopilot/run (+1/-1)
To merge this branch: bzr merge lp:~mzanetti/reminders-app/cleanup
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
David Planella Approve
Francis Ginther ci Pending
Sergio Schvezov Pending
Review via email: mp+203317@code.launchpad.net

Commit message

major cleanup

  * fixes run_on_ubuntu_touch after sergios cmake changes
  * removes obsolete script for running (use the built binary instead)
  * remove leftover .pri file from qmake days
  * completes renaming from reminders-app to reminders

To post a comment you must log in.
Revision history for this message
David Planella (dpm) wrote :

Looks good to me and the script to run on device works well.

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
lp:~mzanetti/reminders-app/cleanup updated
38. By Michael Zanetti

install binary file when not in click mode

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

Francis, this change requires a change in the ci: ImportError: No module named reminders_app

Note that I'm adding the autopilot module to use as an extension to the manifest to avoid all these issues in the future (at least for click)

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
lp:~mzanetti/reminders-app/cleanup updated
39. By Michael Zanetti

fix python import

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
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzrignore'
2--- .bzrignore 2013-11-21 23:30:15 +0000
3+++ .bzrignore 2014-01-27 15:27:59 +0000
4@@ -1,2 +1,2 @@
5-reminders-app.qmlproject.user
6-reminders-app.pro.user
7+CMakeLists.txt.user
8+builddir
9
10=== modified file 'CMakeLists.txt'
11--- CMakeLists.txt 2014-01-19 13:59:12 +0000
12+++ CMakeLists.txt 2014-01-27 15:27:59 +0000
13@@ -20,8 +20,8 @@
14 set(APP_NAME reminders)
15 set(DESKTOP_FILE "${PROJECT_NAME}_${APP_NAME}.desktop")
16 set(ICON ${APP_NAME}.png)
17-set(AUTOPILOT_DIR reminders_app)
18-set(APP_HARDCODE reminders-app)
19+set(AUTOPILOT_DIR reminders)
20+set(APP_HARDCODE reminders)
21 set(MAIN_QML ${APP_HARDCODE}.qml)
22
23 if(CLICK_MODE)
24@@ -37,10 +37,6 @@
25 set(DESKTOP_DIR ${DATA_DIR})
26 else(CLICK_MODE)
27 set(DATA_DIR ${CMAKE_INSTALL_DATADIR}/${APP_HARDCODE})
28- configure_file(${APP_HARDCODE}.in
29- ${CMAKE_CURRENT_BINARY_DIR}/${APP_HARDCODE})
30- install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${APP_HARDCODE}
31- DESTINATION ${CMAKE_INSTALL_BINDIR})
32 set(EXEC "qmlscene $@ ${CMAKE_INSTALL_PREFIX}/${DATA_DIR}/qml/${MAIN_QML}")
33 set(ICON "${CMAKE_INSTALL_PREFIX}/${DATA_DIR}/${ICON}")
34 set(DESKTOP_DIR ${CMAKE_INSTALL_DATADIR}/applications)
35
36=== modified file 'debian/reminders-app-autopilot.install'
37--- debian/reminders-app-autopilot.install 2014-01-19 13:59:12 +0000
38+++ debian/reminders-app-autopilot.install 2014-01-27 15:27:59 +0000
39@@ -1,1 +1,1 @@
40-usr/lib/*/dist-packages/reminders_app/
41+usr/lib/*/dist-packages/reminders/
42
43=== removed file 'deployment.pri'
44--- deployment.pri 2013-11-21 23:30:15 +0000
45+++ deployment.pri 1970-01-01 00:00:00 +0000
46@@ -1,25 +0,0 @@
47-copyCommand =
48-for(deploymentfolder, DEPLOYMENTFOLDERS) {
49- source = $$PWD/$$eval($${deploymentfolder}.source)
50-message(source: $$eval($${deploymentfolder}.source))
51- source = $$replace(source, \\\\, /)
52- target = $$OUT_PWD/$$eval($${deploymentfolder}.target)
53- target = $$replace(target, \\\\, /)
54- sourcePathSegments = $$split(source, /)
55- targetFullPath = $$target/$$last(sourcePathSegments)
56- targetFullPath ~= s,/\\.?/,/,
57- !isEqual(source,$$targetFullPath) {
58- !isEmpty(copyCommand):copyCommand += &&
59- copyCommand += $(MKDIR) \"$$target\"
60- copyCommand += && $(COPY_DIR) \"$$source\" \"$$target\"
61- }
62-}
63-!isEmpty(copyCommand) {
64- copyCommand = @echo Copying application data... && $$copyCommand
65- copydeploymentfolders.commands = $$copyCommand
66- first.depends = $(first) copydeploymentfolders
67- export(first.depends)
68- export(copydeploymentfolders.commands)
69- QMAKE_EXTRA_TARGETS += first copydeploymentfolders
70-}
71-
72
73=== removed file 'reminders-app.in'
74--- reminders-app.in 2014-01-19 13:59:12 +0000
75+++ reminders-app.in 1970-01-01 00:00:00 +0000
76@@ -1,3 +0,0 @@
77-#!/bin/sh
78-export QT_SELECT=qt5
79-qmlscene @CMAKE_INSTALL_PREFIX@/@DATA_DIR@/@MAIN_QML@
80
81=== modified file 'run_on_ubuntu_touch.sh'
82--- run_on_ubuntu_touch.sh 2014-01-24 18:18:26 +0000
83+++ run_on_ubuntu_touch.sh 2014-01-27 15:27:59 +0000
84@@ -1,11 +1,11 @@
85 #!/bin/sh
86-CODE_DIR=reminders-app
87+CODE_DIR=reminders
88 BUILD_DIR=builddir
89 USER=phablet
90 USER_ID=32011
91 PASSWORD=phablet
92-PACKAGE=reminders-app
93-BINARY=reminders-app
94+PACKAGE=reminders
95+BINARY=reminders
96 TARGET_IP=${TARGET_IP-127.0.0.1}
97 TARGET_SSH_PORT=${TARGET_SSH_PORT-2222}
98 TARGET_DEBUG_PORT=3768
99@@ -61,20 +61,14 @@
100
101 build() {
102 exec_with_ssh mkdir -p $CODE_DIR/$BUILD_DIR
103- exec_with_ssh PATH=/usr/lib/ccache:$PATH "cd $CODE_DIR/$BUILD_DIR && PATH=/usr/lib/ccache:$PATH QT_SELECT=qt5 cmake .."
104+ exec_with_ssh PATH=/usr/lib/ccache:$PATH "cd $CODE_DIR/$BUILD_DIR && PATH=/usr/lib/ccache:$PATH QT_SELECT=qt5 cmake .. -DCLICK_MODE=1"
105 exec_with_ssh PATH=/usr/lib/ccache:$PATH "cd $CODE_DIR/$BUILD_DIR && PATH=/usr/lib/ccache:$PATH make -j2"
106 }
107
108 build_click_package() {
109- exec_with_ssh mkdir -p $CODE_DIR/$BUILD_DIR/install
110- exec_with_ssh rm -rf $CODE_DIR/$BUILD_DIR/install/*
111- exec_with_ssh cp -r $CODE_DIR/src/app/qml $CODE_DIR/$BUILD_DIR/install
112- exec_with_ssh cp $CODE_DIR/*.json $CODE_DIR/$BUILD_DIR/install
113- exec_with_ssh cp $CODE_DIR/apparmor/*.json $CODE_DIR/$BUILD_DIR/install
114- exec_with_ssh cp $CODE_DIR/$PACKAGE.desktop $CODE_DIR/$BUILD_DIR/install
115- exec_with_ssh cp $CODE_DIR/$PACKAGE.png $CODE_DIR/$BUILD_DIR/install
116- exec_with_ssh cp -r $CODE_DIR/$BUILD_DIR/src/plugin/Evernote $CODE_DIR/$BUILD_DIR/install/
117+ exec_with_ssh "cd $CODE_DIR/$BUILD_DIR/ && make install DESTDIR=install"
118 exec_with_ssh click build $CODE_DIR/$BUILD_DIR/install
119+
120 scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -P $TARGET_SSH_PORT $USER@$TARGET_IP:/home/phablet/com.ubuntu*$PACKAGE*.click .
121 }
122
123
124=== modified file 'src/app/CMakeLists.txt'
125--- src/app/CMakeLists.txt 2014-01-19 13:59:12 +0000
126+++ src/app/CMakeLists.txt 2014-01-27 15:27:59 +0000
127@@ -1,17 +1,20 @@
128 file(GLOB_RECURSE QML_SRCS *.qml *.js)
129
130-set(reminders-app_SRCS
131+set(reminders_SRCS
132 main.cpp
133 ${QML_SRCS}
134 )
135
136-add_executable(reminders-app ${reminders-app_SRCS})
137-
138-qt5_use_modules(reminders-app Gui Qml Quick)
139-
140-add_custom_target(reminders-app-qmlfiles ALL
141+add_executable(reminders ${reminders_SRCS})
142+
143+qt5_use_modules(reminders Gui Qml Quick)
144+
145+add_custom_target(reminders-qmlfiles ALL
146 COMMAND cp -r ${CMAKE_CURRENT_SOURCE_DIR}/qml ${CMAKE_CURRENT_BINARY_DIR}
147 DEPENDS ${QMLFILES}
148 )
149
150 install(DIRECTORY qml DESTINATION ${DATA_DIR})
151+if(NOT CLICK_MODE)
152+ install(TARGETS reminders RUNTIME DESTINATION bin)
153+endif()
154
155=== modified file 'src/app/main.cpp'
156--- src/app/main.cpp 2013-11-26 17:18:33 +0000
157+++ src/app/main.cpp 2014-01-27 15:27:59 +0000
158@@ -1,14 +1,14 @@
159 /*
160 * Copyright: 2013 Canonical, Ltd
161 *
162- * This file is part of reminders-app
163+ * This file is part of reminders
164 *
165- * reminders-app is free software: you can redistribute it and/or modify
166+ * reminders is free software: you can redistribute it and/or modify
167 * it under the terms of the GNU General Public License as published by
168 * the Free Software Foundation, either version 3 of the License, or
169 * (at your option) any later version.
170 *
171- * reminders-app is distributed in the hope that it will be useful,
172+ * reminders is distributed in the hope that it will be useful,
173 * but WITHOUT ANY WARRANTY; without even the implied warranty of
174 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
175 * GNU General Public License for more details.
176@@ -30,7 +30,7 @@
177 * import path for the plugin preconfigured. This is just used for easier
178 * development and while we can ship this, we could also run the app ourselves
179 * with:
180- * qmlscene -I /path/to/plugin/ reminders-app.qml
181+ * qmlscene -I /path/to/plugin/ reminders.qml
182 */
183
184 int main(int argc, char *argv[])
185@@ -47,7 +47,7 @@
186 view.engine()->setImportPathList(importPathList);
187
188 // and directly load the qml file
189- view.setSource(QUrl::fromLocalFile("qml/reminders-app.qml"));
190+ view.setSource(QUrl::fromLocalFile("qml/reminders.qml"));
191
192 view.show();
193
194
195=== modified file 'src/app/qml/components/NotebooksDelegate.qml'
196--- src/app/qml/components/NotebooksDelegate.qml 2013-12-14 23:59:04 +0000
197+++ src/app/qml/components/NotebooksDelegate.qml 2014-01-27 15:27:59 +0000
198@@ -1,13 +1,13 @@
199 /*
200 * Copyright: 2013 Canonical, Ltd
201 *
202- * This file is part of reminders-app
203+ * This file is part of reminders
204 *
205- * reminders-app is free software: you can redistribute it and/or modify
206+ * reminders is free software: you can redistribute it and/or modify
207 * it under the terms of the GNU General Public License as published by
208 * the Free Software Foundation; version 3.
209 *
210- * reminders-app is distributed in the hope that it will be useful,
211+ * reminders is distributed in the hope that it will be useful,
212 * but WITHOUT ANY WARRANTY; without even the implied warranty of
213 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
214 * GNU General Public License for more details.
215
216=== modified file 'src/app/qml/components/NotesDelegate.qml'
217--- src/app/qml/components/NotesDelegate.qml 2013-12-14 23:59:04 +0000
218+++ src/app/qml/components/NotesDelegate.qml 2014-01-27 15:27:59 +0000
219@@ -1,13 +1,13 @@
220 /*
221 * Copyright: 2013 Canonical, Ltd
222 *
223- * This file is part of reminders-app
224+ * This file is part of reminders
225 *
226- * reminders-app is free software: you can redistribute it and/or modify
227+ * reminders is free software: you can redistribute it and/or modify
228 * it under the terms of the GNU General Public License as published by
229 * the Free Software Foundation; version 3.
230 *
231- * reminders-app is distributed in the hope that it will be useful,
232+ * reminders is distributed in the hope that it will be useful,
233 * but WITHOUT ANY WARRANTY; without even the implied warranty of
234 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
235 * GNU General Public License for more details.
236
237=== modified file 'src/app/qml/components/ToolbarSpacer.qml'
238--- src/app/qml/components/ToolbarSpacer.qml 2013-12-14 00:04:11 +0000
239+++ src/app/qml/components/ToolbarSpacer.qml 2014-01-27 15:27:59 +0000
240@@ -1,13 +1,13 @@
241 /*
242 * Copyright: 2013 Canonical, Ltd
243 *
244- * This file is part of reminders-app
245+ * This file is part of reminders
246 *
247- * reminders-app is free software: you can redistribute it and/or modify
248+ * reminders is free software: you can redistribute it and/or modify
249 * it under the terms of the GNU General Public License as published by
250 * the Free Software Foundation; version 3.
251 *
252- * reminders-app is distributed in the hope that it will be useful,
253+ * reminders is distributed in the hope that it will be useful,
254 * but WITHOUT ANY WARRANTY; without even the implied warranty of
255 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
256 * GNU General Public License for more details.
257
258=== renamed file 'src/app/qml/reminders-app.qml' => 'src/app/qml/reminders.qml'
259--- src/app/qml/reminders-app.qml 2014-01-23 09:39:43 +0000
260+++ src/app/qml/reminders.qml 2014-01-27 15:27:59 +0000
261@@ -1,13 +1,13 @@
262 /*
263 * Copyright: 2013 Canonical, Ltd
264 *
265- * This file is part of reminders-app
266+ * This file is part of reminders
267 *
268- * reminders-app is free software: you can redistribute it and/or modify
269+ * reminders is free software: you can redistribute it and/or modify
270 * it under the terms of the GNU General Public License as published by
271 * the Free Software Foundation; version 3.
272 *
273- * reminders-app is distributed in the hope that it will be useful,
274+ * reminders is distributed in the hope that it will be useful,
275 * but WITHOUT ANY WARRANTY; without even the implied warranty of
276 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
277 * GNU General Public License for more details.
278@@ -31,7 +31,7 @@
279 objectName: "mainView"
280
281 // Note! applicationName needs to match the "name" field of the click manifest
282- applicationName: "com.ubuntu.reminders-app"
283+ applicationName: "com.ubuntu.reminders"
284
285 /*
286 This property enables the application to change orientation
287
288=== modified file 'src/app/qml/ui/AccountSelectorPage.qml'
289--- src/app/qml/ui/AccountSelectorPage.qml 2013-11-28 00:39:33 +0000
290+++ src/app/qml/ui/AccountSelectorPage.qml 2014-01-27 15:27:59 +0000
291@@ -1,13 +1,13 @@
292 /*
293 * Copyright: 2013 Canonical, Ltd
294 *
295- * This file is part of reminders-app
296+ * This file is part of reminders
297 *
298- * reminders-app is free software: you can redistribute it and/or modify
299+ * reminders is free software: you can redistribute it and/or modify
300 * it under the terms of the GNU General Public License as published by
301 * the Free Software Foundation; version 3.
302 *
303- * reminders-app is distributed in the hope that it will be useful,
304+ * reminders is distributed in the hope that it will be useful,
305 * but WITHOUT ANY WARRANTY; without even the implied warranty of
306 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
307 * GNU General Public License for more details.
308
309=== modified file 'src/app/qml/ui/EditNotePage.qml'
310--- src/app/qml/ui/EditNotePage.qml 2014-01-27 11:59:15 +0000
311+++ src/app/qml/ui/EditNotePage.qml 2014-01-27 15:27:59 +0000
312@@ -1,13 +1,13 @@
313 /*
314 * Copyright: 2013 Canonical, Ltd
315 *
316- * This file is part of reminders-app
317+ * This file is part of reminders
318 *
319- * reminders-app is free software: you can redistribute it and/or modify
320+ * reminders is free software: you can redistribute it and/or modify
321 * it under the terms of the GNU General Public License as published by
322 * the Free Software Foundation; version 3.
323 *
324- * reminders-app is distributed in the hope that it will be useful,
325+ * reminders is distributed in the hope that it will be useful,
326 * but WITHOUT ANY WARRANTY; without even the implied warranty of
327 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
328 * GNU General Public License for more details.
329
330=== modified file 'src/app/qml/ui/NotePage.qml'
331--- src/app/qml/ui/NotePage.qml 2013-12-18 20:56:34 +0000
332+++ src/app/qml/ui/NotePage.qml 2014-01-27 15:27:59 +0000
333@@ -1,13 +1,13 @@
334 /*
335 * Copyright: 2013 Canonical, Ltd
336 *
337- * This file is part of reminders-app
338+ * This file is part of reminders
339 *
340- * reminders-app is free software: you can redistribute it and/or modify
341+ * reminders is free software: you can redistribute it and/or modify
342 * it under the terms of the GNU General Public License as published by
343 * the Free Software Foundation; version 3.
344 *
345- * reminders-app is distributed in the hope that it will be useful,
346+ * reminders is distributed in the hope that it will be useful,
347 * but WITHOUT ANY WARRANTY; without even the implied warranty of
348 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
349 * GNU General Public License for more details.
350
351=== modified file 'src/app/qml/ui/NotebooksPage.qml'
352--- src/app/qml/ui/NotebooksPage.qml 2013-12-15 02:48:04 +0000
353+++ src/app/qml/ui/NotebooksPage.qml 2014-01-27 15:27:59 +0000
354@@ -1,13 +1,13 @@
355 /*
356 * Copyright: 2013 Canonical, Ltd
357 *
358- * This file is part of reminders-app
359+ * This file is part of reminders
360 *
361- * reminders-app is free software: you can redistribute it and/or modify
362+ * reminders is free software: you can redistribute it and/or modify
363 * it under the terms of the GNU General Public License as published by
364 * the Free Software Foundation; version 3.
365 *
366- * reminders-app is distributed in the hope that it will be useful,
367+ * reminders is distributed in the hope that it will be useful,
368 * but WITHOUT ANY WARRANTY; without even the implied warranty of
369 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
370 * GNU General Public License for more details.
371
372=== modified file 'src/app/qml/ui/NotesPage.qml'
373--- src/app/qml/ui/NotesPage.qml 2014-01-23 09:39:43 +0000
374+++ src/app/qml/ui/NotesPage.qml 2014-01-27 15:27:59 +0000
375@@ -1,13 +1,13 @@
376 /*
377 * Copyright: 2013 Canonical, Ltd
378 *
379- * This file is part of reminders-app
380+ * This file is part of reminders
381 *
382- * reminders-app is free software: you can redistribute it and/or modify
383+ * reminders is free software: you can redistribute it and/or modify
384 * it under the terms of the GNU General Public License as published by
385 * the Free Software Foundation; version 3.
386 *
387- * reminders-app is distributed in the hope that it will be useful,
388+ * reminders is distributed in the hope that it will be useful,
389 * but WITHOUT ANY WARRANTY; without even the implied warranty of
390 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
391 * GNU General Public License for more details.
392
393=== modified file 'src/app/qml/ui/RemindersPage.qml'
394--- src/app/qml/ui/RemindersPage.qml 2013-12-15 02:48:04 +0000
395+++ src/app/qml/ui/RemindersPage.qml 2014-01-27 15:27:59 +0000
396@@ -1,13 +1,13 @@
397 /*
398 * Copyright: 2013 Canonical, Ltd
399 *
400- * This file is part of reminders-app
401+ * This file is part of reminders
402 *
403- * reminders-app is free software: you can redistribute it and/or modify
404+ * reminders is free software: you can redistribute it and/or modify
405 * it under the terms of the GNU General Public License as published by
406 * the Free Software Foundation; version 3.
407 *
408- * reminders-app is distributed in the hope that it will be useful,
409+ * reminders is distributed in the hope that it will be useful,
410 * but WITHOUT ANY WARRANTY; without even the implied warranty of
411 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
412 * GNU General Public License for more details.
413
414=== modified file 'src/app/qml/ui/SearchNotesPage.qml'
415--- src/app/qml/ui/SearchNotesPage.qml 2013-12-14 22:38:57 +0000
416+++ src/app/qml/ui/SearchNotesPage.qml 2014-01-27 15:27:59 +0000
417@@ -1,13 +1,13 @@
418 /*
419 * Copyright: 2013 Canonical, Ltd
420 *
421- * This file is part of reminders-app
422+ * This file is part of reminders
423 *
424- * reminders-app is free software: you can redistribute it and/or modify
425+ * reminders is free software: you can redistribute it and/or modify
426 * it under the terms of the GNU General Public License as published by
427 * the Free Software Foundation; version 3.
428 *
429- * reminders-app is distributed in the hope that it will be useful,
430+ * reminders is distributed in the hope that it will be useful,
431 * but WITHOUT ANY WARRANTY; without even the implied warranty of
432 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
433 * GNU General Public License for more details.
434
435=== modified file 'src/plugin/Evernote/evernoteconnection.cpp'
436--- src/plugin/Evernote/evernoteconnection.cpp 2013-11-28 00:39:33 +0000
437+++ src/plugin/Evernote/evernoteconnection.cpp 2014-01-27 15:27:59 +0000
438@@ -1,13 +1,13 @@
439 /*
440 * Copyright: 2013 Canonical, Ltd
441 *
442- * This file is part of reminders-app
443+ * This file is part of reminders
444 *
445- * reminders-app is free software: you can redistribute it and/or modify
446+ * reminders is free software: you can redistribute it and/or modify
447 * it under the terms of the GNU General Public License as published by
448 * the Free Software Foundation; version 3.
449 *
450- * reminders-app is distributed in the hope that it will be useful,
451+ * reminders is distributed in the hope that it will be useful,
452 * but WITHOUT ANY WARRANTY; without even the implied warranty of
453 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
454 * GNU General Public License for more details.
455
456=== modified file 'src/plugin/Evernote/evernoteconnection.h'
457--- src/plugin/Evernote/evernoteconnection.h 2013-11-28 00:39:33 +0000
458+++ src/plugin/Evernote/evernoteconnection.h 2014-01-27 15:27:59 +0000
459@@ -1,13 +1,13 @@
460 /*
461 * Copyright: 2013 Canonical, Ltd
462 *
463- * This file is part of reminders-app
464+ * This file is part of reminders
465 *
466- * reminders-app is free software: you can redistribute it and/or modify
467+ * reminders is free software: you can redistribute it and/or modify
468 * it under the terms of the GNU General Public License as published by
469 * the Free Software Foundation; version 3.
470 *
471- * reminders-app is distributed in the hope that it will be useful,
472+ * reminders is distributed in the hope that it will be useful,
473 * but WITHOUT ANY WARRANTY; without even the implied warranty of
474 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
475 * GNU General Public License for more details.
476
477=== modified file 'src/plugin/Evernote/evernoteplugin.cpp'
478--- src/plugin/Evernote/evernoteplugin.cpp 2014-01-23 09:39:43 +0000
479+++ src/plugin/Evernote/evernoteplugin.cpp 2014-01-27 15:27:59 +0000
480@@ -1,13 +1,13 @@
481 /*
482 * Copyright: 2013 Canonical, Ltd
483 *
484- * This file is part of reminders-app
485+ * This file is part of reminders
486 *
487- * reminders-app is free software: you can redistribute it and/or modify
488+ * reminders is free software: you can redistribute it and/or modify
489 * it under the terms of the GNU General Public License as published by
490 * the Free Software Foundation; version 3.
491 *
492- * reminders-app is distributed in the hope that it will be useful,
493+ * reminders is distributed in the hope that it will be useful,
494 * but WITHOUT ANY WARRANTY; without even the implied warranty of
495 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
496 * GNU General Public License for more details.
497
498=== modified file 'src/plugin/Evernote/jobs/createnotebookjob.cpp'
499--- src/plugin/Evernote/jobs/createnotebookjob.cpp 2013-12-12 22:45:59 +0000
500+++ src/plugin/Evernote/jobs/createnotebookjob.cpp 2014-01-27 15:27:59 +0000
501@@ -1,13 +1,13 @@
502 /*
503 * Copyright: 2013 Canonical, Ltd
504 *
505- * This file is part of reminders-app
506+ * This file is part of reminders
507 *
508- * reminders-app is free software: you can redistribute it and/or modify
509+ * reminders is free software: you can redistribute it and/or modify
510 * it under the terms of the GNU General Public License as published by
511 * the Free Software Foundation; version 3.
512 *
513- * reminders-app is distributed in the hope that it will be useful,
514+ * reminders is distributed in the hope that it will be useful,
515 * but WITHOUT ANY WARRANTY; without even the implied warranty of
516 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
517 * GNU General Public License for more details.
518
519=== modified file 'src/plugin/Evernote/jobs/createnotebookjob.h'
520--- src/plugin/Evernote/jobs/createnotebookjob.h 2013-12-12 22:45:59 +0000
521+++ src/plugin/Evernote/jobs/createnotebookjob.h 2014-01-27 15:27:59 +0000
522@@ -1,13 +1,13 @@
523 /*
524 * Copyright: 2013 Canonical, Ltd
525 *
526- * This file is part of reminders-app
527+ * This file is part of reminders
528 *
529- * reminders-app is free software: you can redistribute it and/or modify
530+ * reminders is free software: you can redistribute it and/or modify
531 * it under the terms of the GNU General Public License as published by
532 * the Free Software Foundation; version 3.
533 *
534- * reminders-app is distributed in the hope that it will be useful,
535+ * reminders is distributed in the hope that it will be useful,
536 * but WITHOUT ANY WARRANTY; without even the implied warranty of
537 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
538 * GNU General Public License for more details.
539
540=== modified file 'src/plugin/Evernote/jobs/createnotejob.cpp'
541--- src/plugin/Evernote/jobs/createnotejob.cpp 2014-01-23 09:46:02 +0000
542+++ src/plugin/Evernote/jobs/createnotejob.cpp 2014-01-27 15:27:59 +0000
543@@ -1,13 +1,13 @@
544 /*
545 * Copyright: 2013 Canonical, Ltd
546 *
547- * This file is part of reminders-app
548+ * This file is part of reminders
549 *
550- * reminders-app is free software: you can redistribute it and/or modify
551+ * reminders is free software: you can redistribute it and/or modify
552 * it under the terms of the GNU General Public License as published by
553 * the Free Software Foundation; version 3.
554 *
555- * reminders-app is distributed in the hope that it will be useful,
556+ * reminders is distributed in the hope that it will be useful,
557 * but WITHOUT ANY WARRANTY; without even the implied warranty of
558 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
559 * GNU General Public License for more details.
560
561=== modified file 'src/plugin/Evernote/jobs/createnotejob.h'
562--- src/plugin/Evernote/jobs/createnotejob.h 2014-01-23 09:39:43 +0000
563+++ src/plugin/Evernote/jobs/createnotejob.h 2014-01-27 15:27:59 +0000
564@@ -1,13 +1,13 @@
565 /*
566 * Copyright: 2013 Canonical, Ltd
567 *
568- * This file is part of reminders-app
569+ * This file is part of reminders
570 *
571- * reminders-app is free software: you can redistribute it and/or modify
572+ * reminders is free software: you can redistribute it and/or modify
573 * it under the terms of the GNU General Public License as published by
574 * the Free Software Foundation; version 3.
575 *
576- * reminders-app is distributed in the hope that it will be useful,
577+ * reminders is distributed in the hope that it will be useful,
578 * but WITHOUT ANY WARRANTY; without even the implied warranty of
579 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
580 * GNU General Public License for more details.
581
582=== modified file 'src/plugin/Evernote/jobs/deletenotejob.cpp'
583--- src/plugin/Evernote/jobs/deletenotejob.cpp 2013-11-28 00:39:33 +0000
584+++ src/plugin/Evernote/jobs/deletenotejob.cpp 2014-01-27 15:27:59 +0000
585@@ -1,13 +1,13 @@
586 /*
587 * Copyright: 2013 Canonical, Ltd
588 *
589- * This file is part of reminders-app
590+ * This file is part of reminders
591 *
592- * reminders-app is free software: you can redistribute it and/or modify
593+ * reminders is free software: you can redistribute it and/or modify
594 * it under the terms of the GNU General Public License as published by
595 * the Free Software Foundation; version 3.
596 *
597- * reminders-app is distributed in the hope that it will be useful,
598+ * reminders is distributed in the hope that it will be useful,
599 * but WITHOUT ANY WARRANTY; without even the implied warranty of
600 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
601 * GNU General Public License for more details.
602
603=== modified file 'src/plugin/Evernote/jobs/deletenotejob.h'
604--- src/plugin/Evernote/jobs/deletenotejob.h 2013-11-29 20:58:04 +0000
605+++ src/plugin/Evernote/jobs/deletenotejob.h 2014-01-27 15:27:59 +0000
606@@ -1,13 +1,13 @@
607 /*
608 * Copyright: 2013 Canonical, Ltd
609 *
610- * This file is part of reminders-app
611+ * This file is part of reminders
612 *
613- * reminders-app is free software: you can redistribute it and/or modify
614+ * reminders is free software: you can redistribute it and/or modify
615 * it under the terms of the GNU General Public License as published by
616 * the Free Software Foundation; version 3.
617 *
618- * reminders-app is distributed in the hope that it will be useful,
619+ * reminders is distributed in the hope that it will be useful,
620 * but WITHOUT ANY WARRANTY; without even the implied warranty of
621 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
622 * GNU General Public License for more details.
623
624=== modified file 'src/plugin/Evernote/jobs/evernotejob.cpp'
625--- src/plugin/Evernote/jobs/evernotejob.cpp 2013-12-15 02:48:04 +0000
626+++ src/plugin/Evernote/jobs/evernotejob.cpp 2014-01-27 15:27:59 +0000
627@@ -1,13 +1,13 @@
628 /*
629 * Copyright: 2013 Canonical, Ltd
630 *
631- * This file is part of reminders-app
632+ * This file is part of reminders
633 *
634- * reminders-app is free software: you can redistribute it and/or modify
635+ * reminders is free software: you can redistribute it and/or modify
636 * it under the terms of the GNU General Public License as published by
637 * the Free Software Foundation; version 3.
638 *
639- * reminders-app is distributed in the hope that it will be useful,
640+ * reminders is distributed in the hope that it will be useful,
641 * but WITHOUT ANY WARRANTY; without even the implied warranty of
642 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
643 * GNU General Public License for more details.
644
645=== modified file 'src/plugin/Evernote/jobs/evernotejob.h'
646--- src/plugin/Evernote/jobs/evernotejob.h 2013-11-29 20:58:04 +0000
647+++ src/plugin/Evernote/jobs/evernotejob.h 2014-01-27 15:27:59 +0000
648@@ -1,13 +1,13 @@
649 /*
650 * Copyright: 2013 Canonical, Ltd
651 *
652- * This file is part of reminders-app
653+ * This file is part of reminders
654 *
655- * reminders-app is free software: you can redistribute it and/or modify
656+ * reminders is free software: you can redistribute it and/or modify
657 * it under the terms of the GNU General Public License as published by
658 * the Free Software Foundation; version 3.
659 *
660- * reminders-app is distributed in the hope that it will be useful,
661+ * reminders is distributed in the hope that it will be useful,
662 * but WITHOUT ANY WARRANTY; without even the implied warranty of
663 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
664 * GNU General Public License for more details.
665
666=== modified file 'src/plugin/Evernote/jobs/expungenotebookjob.cpp'
667--- src/plugin/Evernote/jobs/expungenotebookjob.cpp 2013-12-12 22:45:59 +0000
668+++ src/plugin/Evernote/jobs/expungenotebookjob.cpp 2014-01-27 15:27:59 +0000
669@@ -1,13 +1,13 @@
670 /*
671 * Copyright: 2013 Canonical, Ltd
672 *
673- * This file is part of reminders-app
674+ * This file is part of reminders
675 *
676- * reminders-app is free software: you can redistribute it and/or modify
677+ * reminders is free software: you can redistribute it and/or modify
678 * it under the terms of the GNU General Public License as published by
679 * the Free Software Foundation; version 3.
680 *
681- * reminders-app is distributed in the hope that it will be useful,
682+ * reminders is distributed in the hope that it will be useful,
683 * but WITHOUT ANY WARRANTY; without even the implied warranty of
684 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
685 * GNU General Public License for more details.
686
687=== modified file 'src/plugin/Evernote/jobs/expungenotebookjob.h'
688--- src/plugin/Evernote/jobs/expungenotebookjob.h 2013-12-12 22:45:59 +0000
689+++ src/plugin/Evernote/jobs/expungenotebookjob.h 2014-01-27 15:27:59 +0000
690@@ -1,13 +1,13 @@
691 /*
692 * Copyright: 2013 Canonical, Ltd
693 *
694- * This file is part of reminders-app
695+ * This file is part of reminders
696 *
697- * reminders-app is free software: you can redistribute it and/or modify
698+ * reminders is free software: you can redistribute it and/or modify
699 * it under the terms of the GNU General Public License as published by
700 * the Free Software Foundation; version 3.
701 *
702- * reminders-app is distributed in the hope that it will be useful,
703+ * reminders is distributed in the hope that it will be useful,
704 * but WITHOUT ANY WARRANTY; without even the implied warranty of
705 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
706 * GNU General Public License for more details.
707
708=== modified file 'src/plugin/Evernote/jobs/fetchnotebooksjob.cpp'
709--- src/plugin/Evernote/jobs/fetchnotebooksjob.cpp 2013-11-28 00:39:33 +0000
710+++ src/plugin/Evernote/jobs/fetchnotebooksjob.cpp 2014-01-27 15:27:59 +0000
711@@ -1,13 +1,13 @@
712 /*
713 * Copyright: 2013 Canonical, Ltd
714 *
715- * This file is part of reminders-app
716+ * This file is part of reminders
717 *
718- * reminders-app is free software: you can redistribute it and/or modify
719+ * reminders is free software: you can redistribute it and/or modify
720 * it under the terms of the GNU General Public License as published by
721 * the Free Software Foundation; version 3.
722 *
723- * reminders-app is distributed in the hope that it will be useful,
724+ * reminders is distributed in the hope that it will be useful,
725 * but WITHOUT ANY WARRANTY; without even the implied warranty of
726 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
727 * GNU General Public License for more details.
728
729=== modified file 'src/plugin/Evernote/jobs/fetchnotebooksjob.h'
730--- src/plugin/Evernote/jobs/fetchnotebooksjob.h 2013-11-29 20:58:04 +0000
731+++ src/plugin/Evernote/jobs/fetchnotebooksjob.h 2014-01-27 15:27:59 +0000
732@@ -1,13 +1,13 @@
733 /*
734 * Copyright: 2013 Canonical, Ltd
735 *
736- * This file is part of reminders-app
737+ * This file is part of reminders
738 *
739- * reminders-app is free software: you can redistribute it and/or modify
740+ * reminders is free software: you can redistribute it and/or modify
741 * it under the terms of the GNU General Public License as published by
742 * the Free Software Foundation; version 3.
743 *
744- * reminders-app is distributed in the hope that it will be useful,
745+ * reminders is distributed in the hope that it will be useful,
746 * but WITHOUT ANY WARRANTY; without even the implied warranty of
747 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
748 * GNU General Public License for more details.
749
750=== modified file 'src/plugin/Evernote/jobs/fetchnotejob.cpp'
751--- src/plugin/Evernote/jobs/fetchnotejob.cpp 2013-12-14 22:38:57 +0000
752+++ src/plugin/Evernote/jobs/fetchnotejob.cpp 2014-01-27 15:27:59 +0000
753@@ -1,13 +1,13 @@
754 /*
755 * Copyright: 2013 Canonical, Ltd
756 *
757- * This file is part of reminders-app
758+ * This file is part of reminders
759 *
760- * reminders-app is free software: you can redistribute it and/or modify
761+ * reminders is free software: you can redistribute it and/or modify
762 * it under the terms of the GNU General Public License as published by
763 * the Free Software Foundation; version 3.
764 *
765- * reminders-app is distributed in the hope that it will be useful,
766+ * reminders is distributed in the hope that it will be useful,
767 * but WITHOUT ANY WARRANTY; without even the implied warranty of
768 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
769 * GNU General Public License for more details.
770
771=== modified file 'src/plugin/Evernote/jobs/fetchnotejob.h'
772--- src/plugin/Evernote/jobs/fetchnotejob.h 2013-11-29 20:58:04 +0000
773+++ src/plugin/Evernote/jobs/fetchnotejob.h 2014-01-27 15:27:59 +0000
774@@ -1,13 +1,13 @@
775 /*
776 * Copyright: 2013 Canonical, Ltd
777 *
778- * This file is part of reminders-app
779+ * This file is part of reminders
780 *
781- * reminders-app is free software: you can redistribute it and/or modify
782+ * reminders is free software: you can redistribute it and/or modify
783 * it under the terms of the GNU General Public License as published by
784 * the Free Software Foundation; version 3.
785 *
786- * reminders-app is distributed in the hope that it will be useful,
787+ * reminders is distributed in the hope that it will be useful,
788 * but WITHOUT ANY WARRANTY; without even the implied warranty of
789 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
790 * GNU General Public License for more details.
791
792=== modified file 'src/plugin/Evernote/jobs/fetchnotesjob.cpp'
793--- src/plugin/Evernote/jobs/fetchnotesjob.cpp 2013-12-13 00:17:48 +0000
794+++ src/plugin/Evernote/jobs/fetchnotesjob.cpp 2014-01-27 15:27:59 +0000
795@@ -1,13 +1,13 @@
796 /*
797 * Copyright: 2013 Canonical, Ltd
798 *
799- * This file is part of reminders-app
800+ * This file is part of reminders
801 *
802- * reminders-app is free software: you can redistribute it and/or modify
803+ * reminders is free software: you can redistribute it and/or modify
804 * it under the terms of the GNU General Public License as published by
805 * the Free Software Foundation; version 3.
806 *
807- * reminders-app is distributed in the hope that it will be useful,
808+ * reminders is distributed in the hope that it will be useful,
809 * but WITHOUT ANY WARRANTY; without even the implied warranty of
810 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
811 * GNU General Public License for more details.
812
813=== modified file 'src/plugin/Evernote/jobs/fetchnotesjob.h'
814--- src/plugin/Evernote/jobs/fetchnotesjob.h 2013-12-18 20:57:07 +0000
815+++ src/plugin/Evernote/jobs/fetchnotesjob.h 2014-01-27 15:27:59 +0000
816@@ -1,13 +1,13 @@
817 /*
818 * Copyright: 2013 Canonical, Ltd
819 *
820- * This file is part of reminders-app
821+ * This file is part of reminders
822 *
823- * reminders-app is free software: you can redistribute it and/or modify
824+ * reminders is free software: you can redistribute it and/or modify
825 * it under the terms of the GNU General Public License as published by
826 * the Free Software Foundation; version 3.
827 *
828- * reminders-app is distributed in the hope that it will be useful,
829+ * reminders is distributed in the hope that it will be useful,
830 * but WITHOUT ANY WARRANTY; without even the implied warranty of
831 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
832 * GNU General Public License for more details.
833
834=== modified file 'src/plugin/Evernote/jobs/fetchusernamejob.cpp'
835--- src/plugin/Evernote/jobs/fetchusernamejob.cpp 2013-11-28 00:39:33 +0000
836+++ src/plugin/Evernote/jobs/fetchusernamejob.cpp 2014-01-27 15:27:59 +0000
837@@ -1,13 +1,13 @@
838 /*
839 * Copyright: 2013 Canonical, Ltd
840 *
841- * This file is part of reminders-app
842+ * This file is part of reminders
843 *
844- * reminders-app is free software: you can redistribute it and/or modify
845+ * reminders is free software: you can redistribute it and/or modify
846 * it under the terms of the GNU General Public License as published by
847 * the Free Software Foundation; version 3.
848 *
849- * reminders-app is distributed in the hope that it will be useful,
850+ * reminders is distributed in the hope that it will be useful,
851 * but WITHOUT ANY WARRANTY; without even the implied warranty of
852 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
853 * GNU General Public License for more details.
854
855=== modified file 'src/plugin/Evernote/jobs/fetchusernamejob.h'
856--- src/plugin/Evernote/jobs/fetchusernamejob.h 2013-11-28 00:39:33 +0000
857+++ src/plugin/Evernote/jobs/fetchusernamejob.h 2014-01-27 15:27:59 +0000
858@@ -1,13 +1,13 @@
859 /*
860 * Copyright: 2013 Canonical, Ltd
861 *
862- * This file is part of reminders-app
863+ * This file is part of reminders
864 *
865- * reminders-app is free software: you can redistribute it and/or modify
866+ * reminders is free software: you can redistribute it and/or modify
867 * it under the terms of the GNU General Public License as published by
868 * the Free Software Foundation; version 3.
869 *
870- * reminders-app is distributed in the hope that it will be useful,
871+ * reminders is distributed in the hope that it will be useful,
872 * but WITHOUT ANY WARRANTY; without even the implied warranty of
873 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
874 * GNU General Public License for more details.
875
876=== modified file 'src/plugin/Evernote/jobs/notesstorejob.cpp'
877--- src/plugin/Evernote/jobs/notesstorejob.cpp 2013-11-28 00:39:33 +0000
878+++ src/plugin/Evernote/jobs/notesstorejob.cpp 2014-01-27 15:27:59 +0000
879@@ -1,13 +1,13 @@
880 /*
881 * Copyright: 2013 Canonical, Ltd
882 *
883- * This file is part of reminders-app
884+ * This file is part of reminders
885 *
886- * reminders-app is free software: you can redistribute it and/or modify
887+ * reminders is free software: you can redistribute it and/or modify
888 * it under the terms of the GNU General Public License as published by
889 * the Free Software Foundation; version 3.
890 *
891- * reminders-app is distributed in the hope that it will be useful,
892+ * reminders is distributed in the hope that it will be useful,
893 * but WITHOUT ANY WARRANTY; without even the implied warranty of
894 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
895 * GNU General Public License for more details.
896
897=== modified file 'src/plugin/Evernote/jobs/notesstorejob.h'
898--- src/plugin/Evernote/jobs/notesstorejob.h 2013-11-28 00:39:33 +0000
899+++ src/plugin/Evernote/jobs/notesstorejob.h 2014-01-27 15:27:59 +0000
900@@ -1,13 +1,13 @@
901 /*
902 * Copyright: 2013 Canonical, Ltd
903 *
904- * This file is part of reminders-app
905+ * This file is part of reminders
906 *
907- * reminders-app is free software: you can redistribute it and/or modify
908+ * reminders is free software: you can redistribute it and/or modify
909 * it under the terms of the GNU General Public License as published by
910 * the Free Software Foundation; version 3.
911 *
912- * reminders-app is distributed in the hope that it will be useful,
913+ * reminders is distributed in the hope that it will be useful,
914 * but WITHOUT ANY WARRANTY; without even the implied warranty of
915 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
916 * GNU General Public License for more details.
917
918=== modified file 'src/plugin/Evernote/jobs/savenotejob.cpp'
919--- src/plugin/Evernote/jobs/savenotejob.cpp 2014-01-23 09:46:02 +0000
920+++ src/plugin/Evernote/jobs/savenotejob.cpp 2014-01-27 15:27:59 +0000
921@@ -1,13 +1,13 @@
922 /*
923 * Copyright: 2013 Canonical, Ltd
924 *
925- * This file is part of reminders-app
926+ * This file is part of reminders
927 *
928- * reminders-app is free software: you can redistribute it and/or modify
929+ * reminders is free software: you can redistribute it and/or modify
930 * it under the terms of the GNU General Public License as published by
931 * the Free Software Foundation; version 3.
932 *
933- * reminders-app is distributed in the hope that it will be useful,
934+ * reminders is distributed in the hope that it will be useful,
935 * but WITHOUT ANY WARRANTY; without even the implied warranty of
936 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
937 * GNU General Public License for more details.
938
939=== modified file 'src/plugin/Evernote/jobs/savenotejob.h'
940--- src/plugin/Evernote/jobs/savenotejob.h 2013-11-29 20:58:04 +0000
941+++ src/plugin/Evernote/jobs/savenotejob.h 2014-01-27 15:27:59 +0000
942@@ -1,13 +1,13 @@
943 /*
944 * Copyright: 2013 Canonical, Ltd
945 *
946- * This file is part of reminders-app
947+ * This file is part of reminders
948 *
949- * reminders-app is free software: you can redistribute it and/or modify
950+ * reminders is free software: you can redistribute it and/or modify
951 * it under the terms of the GNU General Public License as published by
952 * the Free Software Foundation; version 3.
953 *
954- * reminders-app is distributed in the hope that it will be useful,
955+ * reminders is distributed in the hope that it will be useful,
956 * but WITHOUT ANY WARRANTY; without even the implied warranty of
957 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
958 * GNU General Public License for more details.
959
960=== modified file 'src/plugin/Evernote/jobs/userstorejob.cpp'
961--- src/plugin/Evernote/jobs/userstorejob.cpp 2013-11-28 00:39:33 +0000
962+++ src/plugin/Evernote/jobs/userstorejob.cpp 2014-01-27 15:27:59 +0000
963@@ -1,13 +1,13 @@
964 /*
965 * Copyright: 2013 Canonical, Ltd
966 *
967- * This file is part of reminders-app
968+ * This file is part of reminders
969 *
970- * reminders-app is free software: you can redistribute it and/or modify
971+ * reminders is free software: you can redistribute it and/or modify
972 * it under the terms of the GNU General Public License as published by
973 * the Free Software Foundation; version 3.
974 *
975- * reminders-app is distributed in the hope that it will be useful,
976+ * reminders is distributed in the hope that it will be useful,
977 * but WITHOUT ANY WARRANTY; without even the implied warranty of
978 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
979 * GNU General Public License for more details.
980
981=== modified file 'src/plugin/Evernote/jobs/userstorejob.h'
982--- src/plugin/Evernote/jobs/userstorejob.h 2013-11-28 00:39:33 +0000
983+++ src/plugin/Evernote/jobs/userstorejob.h 2014-01-27 15:27:59 +0000
984@@ -1,13 +1,13 @@
985 /*
986 * Copyright: 2013 Canonical, Ltd
987 *
988- * This file is part of reminders-app
989+ * This file is part of reminders
990 *
991- * reminders-app is free software: you can redistribute it and/or modify
992+ * reminders is free software: you can redistribute it and/or modify
993 * it under the terms of the GNU General Public License as published by
994 * the Free Software Foundation; version 3.
995 *
996- * reminders-app is distributed in the hope that it will be useful,
997+ * reminders is distributed in the hope that it will be useful,
998 * but WITHOUT ANY WARRANTY; without even the implied warranty of
999 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1000 * GNU General Public License for more details.
1001
1002=== modified file 'src/plugin/Evernote/note.cpp'
1003--- src/plugin/Evernote/note.cpp 2014-01-23 09:46:02 +0000
1004+++ src/plugin/Evernote/note.cpp 2014-01-27 15:27:59 +0000
1005@@ -1,13 +1,13 @@
1006 /*
1007 * Copyright: 2013 Canonical, Ltd
1008 *
1009- * This file is part of reminders-app
1010+ * This file is part of reminders
1011 *
1012- * reminders-app is free software: you can redistribute it and/or modify
1013+ * reminders is free software: you can redistribute it and/or modify
1014 * it under the terms of the GNU General Public License as published by
1015 * the Free Software Foundation; version 3.
1016 *
1017- * reminders-app is distributed in the hope that it will be useful,
1018+ * reminders is distributed in the hope that it will be useful,
1019 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1020 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1021 * GNU General Public License for more details.
1022
1023=== modified file 'src/plugin/Evernote/note.h'
1024--- src/plugin/Evernote/note.h 2014-01-24 18:13:04 +0000
1025+++ src/plugin/Evernote/note.h 2014-01-27 15:27:59 +0000
1026@@ -1,13 +1,13 @@
1027 /*
1028 * Copyright: 2013 Canonical, Ltd
1029 *
1030- * This file is part of reminders-app
1031+ * This file is part of reminders
1032 *
1033- * reminders-app is free software: you can redistribute it and/or modify
1034+ * reminders is free software: you can redistribute it and/or modify
1035 * it under the terms of the GNU General Public License as published by
1036 * the Free Software Foundation; version 3.
1037 *
1038- * reminders-app is distributed in the hope that it will be useful,
1039+ * reminders is distributed in the hope that it will be useful,
1040 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1041 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1042 * GNU General Public License for more details.
1043
1044=== modified file 'src/plugin/Evernote/notebook.cpp'
1045--- src/plugin/Evernote/notebook.cpp 2013-12-15 00:03:29 +0000
1046+++ src/plugin/Evernote/notebook.cpp 2014-01-27 15:27:59 +0000
1047@@ -1,13 +1,13 @@
1048 /*
1049 * Copyright: 2013 Canonical, Ltd
1050 *
1051- * This file is part of reminders-app
1052+ * This file is part of reminders
1053 *
1054- * reminders-app is free software: you can redistribute it and/or modify
1055+ * reminders is free software: you can redistribute it and/or modify
1056 * it under the terms of the GNU General Public License as published by
1057 * the Free Software Foundation; version 3.
1058 *
1059- * reminders-app is distributed in the hope that it will be useful,
1060+ * reminders is distributed in the hope that it will be useful,
1061 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1062 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1063 * GNU General Public License for more details.
1064
1065=== modified file 'src/plugin/Evernote/notebook.h'
1066--- src/plugin/Evernote/notebook.h 2014-01-10 12:00:26 +0000
1067+++ src/plugin/Evernote/notebook.h 2014-01-27 15:27:59 +0000
1068@@ -1,13 +1,13 @@
1069 /*
1070 * Copyright: 2013 Canonical, Ltd
1071 *
1072- * This file is part of reminders-app
1073+ * This file is part of reminders
1074 *
1075- * reminders-app is free software: you can redistribute it and/or modify
1076+ * reminders is free software: you can redistribute it and/or modify
1077 * it under the terms of the GNU General Public License as published by
1078 * the Free Software Foundation; version 3.
1079 *
1080- * reminders-app is distributed in the hope that it will be useful,
1081+ * reminders is distributed in the hope that it will be useful,
1082 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1083 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1084 * GNU General Public License for more details.
1085
1086=== modified file 'src/plugin/Evernote/notebooks.cpp'
1087--- src/plugin/Evernote/notebooks.cpp 2013-12-15 01:57:25 +0000
1088+++ src/plugin/Evernote/notebooks.cpp 2014-01-27 15:27:59 +0000
1089@@ -1,13 +1,13 @@
1090 /*
1091 * Copyright: 2013 Canonical, Ltd
1092 *
1093- * This file is part of reminders-app
1094+ * This file is part of reminders
1095 *
1096- * reminders-app is free software: you can redistribute it and/or modify
1097+ * reminders is free software: you can redistribute it and/or modify
1098 * it under the terms of the GNU General Public License as published by
1099 * the Free Software Foundation; version 3.
1100 *
1101- * reminders-app is distributed in the hope that it will be useful,
1102+ * reminders is distributed in the hope that it will be useful,
1103 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1104 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1105 * GNU General Public License for more details.
1106
1107=== modified file 'src/plugin/Evernote/notebooks.h'
1108--- src/plugin/Evernote/notebooks.h 2014-01-10 12:00:26 +0000
1109+++ src/plugin/Evernote/notebooks.h 2014-01-27 15:27:59 +0000
1110@@ -1,13 +1,13 @@
1111 /*
1112 * Copyright: 2013 Canonical, Ltd
1113 *
1114- * This file is part of reminders-app
1115+ * This file is part of reminders
1116 *
1117- * reminders-app is free software: you can redistribute it and/or modify
1118+ * reminders is free software: you can redistribute it and/or modify
1119 * it under the terms of the GNU General Public License as published by
1120 * the Free Software Foundation; version 3.
1121 *
1122- * reminders-app is distributed in the hope that it will be useful,
1123+ * reminders is distributed in the hope that it will be useful,
1124 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1125 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1126 * GNU General Public License for more details.
1127
1128=== modified file 'src/plugin/Evernote/notes.cpp'
1129--- src/plugin/Evernote/notes.cpp 2013-12-13 00:17:48 +0000
1130+++ src/plugin/Evernote/notes.cpp 2014-01-27 15:27:59 +0000
1131@@ -1,13 +1,13 @@
1132 /*
1133 * Copyright: 2013 Canonical, Ltd
1134 *
1135- * This file is part of reminders-app
1136+ * This file is part of reminders
1137 *
1138- * reminders-app is free software: you can redistribute it and/or modify
1139+ * reminders is free software: you can redistribute it and/or modify
1140 * it under the terms of the GNU General Public License as published by
1141 * the Free Software Foundation; version 3.
1142 *
1143- * reminders-app is distributed in the hope that it will be useful,
1144+ * reminders is distributed in the hope that it will be useful,
1145 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1146 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1147 * GNU General Public License for more details.
1148
1149=== modified file 'src/plugin/Evernote/notes.h'
1150--- src/plugin/Evernote/notes.h 2013-12-18 20:57:07 +0000
1151+++ src/plugin/Evernote/notes.h 2014-01-27 15:27:59 +0000
1152@@ -1,13 +1,13 @@
1153 /*
1154 * Copyright: 2013 Canonical, Ltd
1155 *
1156- * This file is part of reminders-app
1157+ * This file is part of reminders
1158 *
1159- * reminders-app is free software: you can redistribute it and/or modify
1160+ * reminders is free software: you can redistribute it and/or modify
1161 * it under the terms of the GNU General Public License as published by
1162 * the Free Software Foundation; version 3.
1163 *
1164- * reminders-app is distributed in the hope that it will be useful,
1165+ * reminders is distributed in the hope that it will be useful,
1166 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1167 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1168 * GNU General Public License for more details.
1169
1170=== modified file 'src/plugin/Evernote/notesstore.cpp'
1171--- src/plugin/Evernote/notesstore.cpp 2014-01-23 09:39:43 +0000
1172+++ src/plugin/Evernote/notesstore.cpp 2014-01-27 15:27:59 +0000
1173@@ -1,13 +1,13 @@
1174 /*
1175 * Copyright: 2013 Canonical, Ltd
1176 *
1177- * This file is part of reminders-app
1178+ * This file is part of reminders
1179 *
1180- * reminders-app is free software: you can redistribute it and/or modify
1181+ * reminders is free software: you can redistribute it and/or modify
1182 * it under the terms of the GNU General Public License as published by
1183 * the Free Software Foundation; version 3.
1184 *
1185- * reminders-app is distributed in the hope that it will be useful,
1186+ * reminders is distributed in the hope that it will be useful,
1187 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1188 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1189 * GNU General Public License for more details.
1190
1191=== modified file 'src/plugin/Evernote/notesstore.h'
1192--- src/plugin/Evernote/notesstore.h 2014-01-24 18:13:04 +0000
1193+++ src/plugin/Evernote/notesstore.h 2014-01-27 15:27:59 +0000
1194@@ -1,13 +1,13 @@
1195 /*
1196 * Copyright: 2013 Canonical, Ltd
1197 *
1198- * This file is part of reminders-app
1199+ * This file is part of reminders
1200 *
1201- * reminders-app is free software: you can redistribute it and/or modify
1202+ * reminders is free software: you can redistribute it and/or modify
1203 * it under the terms of the GNU General Public License as published by
1204 * the Free Software Foundation; version 3.
1205 *
1206- * reminders-app is distributed in the hope that it will be useful,
1207+ * reminders is distributed in the hope that it will be useful,
1208 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1209 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1210 * GNU General Public License for more details.
1211
1212=== modified file 'src/plugin/Evernote/resource.cpp'
1213--- src/plugin/Evernote/resource.cpp 2014-01-23 09:46:02 +0000
1214+++ src/plugin/Evernote/resource.cpp 2014-01-27 15:27:59 +0000
1215@@ -1,13 +1,13 @@
1216 /*
1217 * Copyright: 2013 Canonical, Ltd
1218 *
1219- * This file is part of reminders-app
1220+ * This file is part of reminders
1221 *
1222- * reminders-app is free software: you can redistribute it and/or modify
1223+ * reminders is free software: you can redistribute it and/or modify
1224 * it under the terms of the GNU General Public License as published by
1225 * the Free Software Foundation; version 3.
1226 *
1227- * reminders-app is distributed in the hope that it will be useful,
1228+ * reminders is distributed in the hope that it will be useful,
1229 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1230 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1231 * GNU General Public License for more details.
1232
1233=== modified file 'src/plugin/Evernote/resource.h'
1234--- src/plugin/Evernote/resource.h 2014-01-23 09:39:43 +0000
1235+++ src/plugin/Evernote/resource.h 2014-01-27 15:27:59 +0000
1236@@ -1,13 +1,13 @@
1237 /*
1238 * Copyright: 2013 Canonical, Ltd
1239 *
1240- * This file is part of reminders-app
1241+ * This file is part of reminders
1242 *
1243- * reminders-app is free software: you can redistribute it and/or modify
1244+ * reminders is free software: you can redistribute it and/or modify
1245 * it under the terms of the GNU General Public License as published by
1246 * the Free Software Foundation; version 3.
1247 *
1248- * reminders-app is distributed in the hope that it will be useful,
1249+ * reminders is distributed in the hope that it will be useful,
1250 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1251 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1252 * GNU General Public License for more details.
1253
1254=== modified file 'src/plugin/Evernote/userstore.cpp'
1255--- src/plugin/Evernote/userstore.cpp 2013-11-28 00:39:33 +0000
1256+++ src/plugin/Evernote/userstore.cpp 2014-01-27 15:27:59 +0000
1257@@ -1,13 +1,13 @@
1258 /*
1259 * Copyright: 2013 Canonical, Ltd
1260 *
1261- * This file is part of reminders-app
1262+ * This file is part of reminders
1263 *
1264- * reminders-app is free software: you can redistribute it and/or modify
1265+ * reminders is free software: you can redistribute it and/or modify
1266 * it under the terms of the GNU General Public License as published by
1267 * the Free Software Foundation; version 3.
1268 *
1269- * reminders-app is distributed in the hope that it will be useful,
1270+ * reminders is distributed in the hope that it will be useful,
1271 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1272 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1273 * GNU General Public License for more details.
1274
1275=== modified file 'src/plugin/Evernote/userstore.h'
1276--- src/plugin/Evernote/userstore.h 2013-11-29 20:58:04 +0000
1277+++ src/plugin/Evernote/userstore.h 2014-01-27 15:27:59 +0000
1278@@ -1,13 +1,13 @@
1279 /*
1280 * Copyright: 2013 Canonical, Ltd
1281 *
1282- * This file is part of reminders-app
1283+ * This file is part of reminders
1284 *
1285- * reminders-app is free software: you can redistribute it and/or modify
1286+ * reminders is free software: you can redistribute it and/or modify
1287 * it under the terms of the GNU General Public License as published by
1288 * the Free Software Foundation; version 3.
1289 *
1290- * reminders-app is distributed in the hope that it will be useful,
1291+ * reminders is distributed in the hope that it will be useful,
1292 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1293 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1294 * GNU General Public License for more details.
1295
1296=== modified file 'src/plugin/Evernote/utils/enmldocument.cpp'
1297--- src/plugin/Evernote/utils/enmldocument.cpp 2014-01-24 18:13:04 +0000
1298+++ src/plugin/Evernote/utils/enmldocument.cpp 2014-01-27 15:27:59 +0000
1299@@ -1,13 +1,13 @@
1300 /*
1301 * Copyright: 2013 Canonical, Ltd
1302 *
1303- * This file is part of reminders-app
1304+ * This file is part of reminders
1305 *
1306- * reminders-app is free software: you can redistribute it and/or modify
1307+ * reminders is free software: you can redistribute it and/or modify
1308 * it under the terms of the GNU General Public License as published by
1309 * the Free Software Foundation; version 3.
1310 *
1311- * reminders-app is distributed in the hope that it will be useful,
1312+ * reminders is distributed in the hope that it will be useful,
1313 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1314 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1315 * GNU General Public License for more details.
1316
1317=== modified file 'src/plugin/Evernote/utils/enmldocument.h'
1318--- src/plugin/Evernote/utils/enmldocument.h 2014-01-24 18:13:04 +0000
1319+++ src/plugin/Evernote/utils/enmldocument.h 2014-01-27 15:27:59 +0000
1320@@ -1,13 +1,13 @@
1321 /*
1322 * Copyright: 2013 Canonical, Ltd
1323 *
1324- * This file is part of reminders-app
1325+ * This file is part of reminders
1326 *
1327- * reminders-app is free software: you can redistribute it and/or modify
1328+ * reminders is free software: you can redistribute it and/or modify
1329 * it under the terms of the GNU General Public License as published by
1330 * the Free Software Foundation; version 3.
1331 *
1332- * reminders-app is distributed in the hope that it will be useful,
1333+ * reminders is distributed in the hope that it will be useful,
1334 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1335 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1336 * GNU General Public License for more details.
1337
1338=== renamed directory 'tests/autopilot/reminders_app' => 'tests/autopilot/reminders'
1339=== modified file 'tests/autopilot/reminders/main/test_main.py'
1340--- tests/autopilot/reminders_app/main/test_main.py 2013-11-22 19:10:05 +0000
1341+++ tests/autopilot/reminders/main/test_main.py 2014-01-27 15:27:59 +0000
1342@@ -7,16 +7,16 @@
1343 from testtools.matchers import Is, Not, Equals
1344 from testtools import skip
1345 import os
1346-from reminders_app import UbuntuTouchAppTestCase
1347+from reminders import UbuntuTouchAppTestCase
1348
1349
1350 class GenericTests(UbuntuTouchAppTestCase):
1351 """Generic tests for the Hello World"""
1352
1353 if os.path.realpath(__file__).startswith("/usr/"):
1354- test_qml_file = "/usr/share/reminders-app/qml/reminders-app.qml"
1355+ test_qml_file = "/usr/share/reminders/qml/reminders.qml"
1356 else:
1357- test_qml_file = "%s/%s.qml" % (os.path.dirname(os.path.realpath(__file__)),"../../../../src/app/qml/reminders-app")
1358+ test_qml_file = "%s/%s.qml" % (os.path.dirname(os.path.realpath(__file__)),"../../../../src/app/qml/reminders")
1359
1360 def test_0_can_select_mainView(self):
1361 """Must be able to select the mainview."""
1362
1363=== modified file 'tests/autopilot/run'
1364--- tests/autopilot/run 2013-10-23 11:02:37 +0000
1365+++ tests/autopilot/run 2014-01-27 15:27:59 +0000
1366@@ -7,5 +7,5 @@
1367
1368 SCRIPTPATH=`dirname $0`
1369 pushd ${SCRIPTPATH}
1370-autopilot run reminders-app
1371+autopilot run reminders
1372 popd

Subscribers

People subscribed via source and target branches