Merge lp:~tomasgroth/openlp/doc22update3 into lp:~openlp-documentation/openlp/trunk

Proposed by Tomas Groth
Status: Merged
Approved by: Raoul Snyman
Approved revision: 132
Merged at revision: 122
Proposed branch: lp:~tomasgroth/openlp/doc22update3
Merge into: lp:~openlp-documentation/openlp/trunk
Diff against target: 642 lines (+166/-81)
8 files modified
api/source/conf.py (+2/-1)
manual/source/bibles.rst (+19/-19)
manual/source/dualmonitors.rst (+31/-15)
manual/source/install_windows_mac.rst (+22/-25)
manual/source/mediamanager.rst (+14/-3)
manual/source/stage_view.rst (+31/-5)
manual/source/web_remote.rst (+27/-6)
manual/source/wizard.rst (+20/-7)
To merge this branch: bzr merge lp:~tomasgroth/openlp/doc22update3
Reviewer Review Type Date Requested Status
Raoul Snyman Approve
Tim Bentley Approve
John Cegalis Approve
Review via email: mp+270933@code.launchpad.net

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

Description of the change

Updated stage view and added live view.
Updated docs for webremote.
Updated the FTW docs.
Added more info on bible search format. Fixes bug 802166.
Added info about importing zefania bibles.
Added PyQt4.QtCore to import mocks to get api doc generating working.
Updated various pictures.

To post a comment you must log in.
Revision history for this message
Raoul Snyman (raoul-snyman) wrote : Posted in a previous version of this proposal

Looks OK to me.

review: Approve
Revision history for this message
John Cegalis (jseagull1) wrote : Posted in a previous version of this proposal

Line 459 works instead of woks. I'm going to read one more time through.

review: Needs Fixing
Revision history for this message
John Cegalis (jseagull1) wrote : Posted in a previous version of this proposal

Line 107 and instead of an
Line 543 should webremote be two words?

That's all I see.

review: Needs Fixing
Revision history for this message
Tim Bentley (trb143) : Posted in a previous version of this proposal
review: Approve
Revision history for this message
John Cegalis (jseagull1) wrote : Posted in a previous version of this proposal

Missed this one.
Line 459 works instead of woks.

review: Needs Fixing
Revision history for this message
Tomas Groth (tomasgroth) wrote : Posted in a previous version of this proposal

John, you're looking at the wrong merge request. The one you're looking at has been superseded.

Revision history for this message
Raoul Snyman (raoul-snyman) : Posted in a previous version of this proposal
review: Needs Fixing
Revision history for this message
John Cegalis (jseagull1) wrote :

You did it!!

review: Approve
Revision history for this message
Tim Bentley (trb143) :
review: Approve
Revision history for this message
Raoul Snyman (raoul-snyman) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'api/source/conf.py'
2--- api/source/conf.py 2015-09-08 18:00:02 +0000
3+++ api/source/conf.py 2015-09-14 08:43:37 +0000
4@@ -349,4 +349,5 @@
5
6 autodoc_default_flags = ['members', 'undoc-members', 'show-inheritance']
7
8-autodoc_mock_imports = ['pyodbc', 'uno', 'PyQt4.phonon', 'com.sun.star.connection', 'com.sun.star.beans']
9+autodoc_mock_imports = ['pyodbc', 'uno', 'PyQt4.phonon', 'com.sun.star.connection', 'com.sun.star.beans',
10+ 'PyQt4.QtCore']
11
12=== modified file 'manual/source/bibles.rst'
13--- manual/source/bibles.rst 2015-09-08 09:31:30 +0000
14+++ manual/source/bibles.rst 2015-09-14 08:43:37 +0000
15@@ -52,24 +52,6 @@
16 When the import has finished click :guilabel:`Finish` and you should be
17 ready to use your Bible in OpenLP.
18
19-Importing from openlp.org 1.x
20-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21-
22-Importing Bibles from openlp.org 1.x is a simple process. First you will need to
23-locate your version 1.x Bibles. Version 1.x Bibles have the `.bible` file
24-extension.
25-
26-Windows XP::
27-
28- C:\Documents and Settings\All Users\Application Data\openlp.org\Data\Bibles\
29-
30-Windows Vista / Windows 7::
31-
32- C:\ProgramData\openlp.org\Data\Bibles\
33-
34-After selecting all of the openlp.org 1.x Bibles you want to convert, click
35-:guilabel:`Next` to continue the import process.
36-
37 Importing OSIS Bibles
38 ^^^^^^^^^^^^^^^^^^^^^
39
40@@ -113,9 +95,12 @@
41 When you have located this folder you will need to select the Bible from the
42 folder.
43
44-You may also import downloaded Bibles from OpenSong. The process is the same,
45+You may also import downloaded Bibles from `OpenSongs webpage (scroll down to
46+find bibles) <http://opensong.org/pages/downloads.html>`_. The process is the same,
47 except you will need to extract the Bible from a zip file. This is usually done
48 by right clicking on the downloaded file and select `Extract` or `Extract Here`.
49+Note that some of the bibles on OpenSongs webpage are actually in the Zefania
50+format, which OpenLP can also import, see :ref:`zefaniaimport`.
51
52 After selecting the OpenSong Bibles you want to import, follow the rest of the
53 import process. When the import has finished you should be ready to use your
54@@ -167,3 +152,18 @@
55
56 After you have selected the file locations you can continue with the import
57 process. Once it is complete you should be ready to use your imported CSV Bible.
58+
59+.. _zefaniaimport:
60+
61+Importing Zefania Bibles
62+^^^^^^^^^^^^^^^^^^^^^^^^
63+
64+The Zefania project has many Bibles available from `their website
65+<http://sourceforge.net/projects/zefania-sharp/files/Bibles/>`_.
66+Find the Bible you would like to import and download the file. The downloaded
67+file is a zip-file from which the Bible must be extracted. This is usually done
68+by right clicking on the downloaded file and select `Extract` or `Extract Here`.
69+
70+You can now simply select the extracted file for import and click
71+:guilabel:`Next` to continue the import process. When your import is completed
72+you should now be ready to use the imported Zefania Bible.
73
74=== modified file 'manual/source/dualmonitors.rst'
75--- manual/source/dualmonitors.rst 2011-08-10 12:15:22 +0000
76+++ manual/source/dualmonitors.rst 2015-09-14 08:43:37 +0000
77@@ -51,8 +51,37 @@
78 -----------------
79
80 Dual monitor setup is similar among all the currently supported Windows
81-releases (:ref:`win7monitor`, :ref:`winvistamonitor`, :ref:`winxpmonitor`), but
82-does vary slightly from one release to the next.
83+releases (:ref:`win10monitor`, :ref:`win7monitor`,
84+:ref:`winvistamonitor`), but does vary slightly from one release to the next.
85+
86+.. _win10monitor:
87+
88+Windows 8 & 10
89+^^^^^^^^^^^^^^
90+
91+When using Windows 8 and 10 enabling your projector is easy. Simply connect your
92+projector and press :kbd:`Windows+P`.
93+
94+The more traditional way is also fairly straight forward. Go to
95+:guilabel:`Control Panel` and click on :guilabel:`Adjust screen resolution`
96+under :guilabel:`Appearance and Personalization`.
97+
98+.. image:: pics/controlpanel-win10.png
99+
100+This will open up a window for configuring your screens. Enable your projector
101+and make sure that the selected value for :guilabel:`Multiple displays` is
102+:guilabel:`Extend these displays`.
103+
104+.. image:: pics/screen-res-win10.png
105+
106+On Windows 10 there is also a different way of configuring your screens. By
107+right-clicking on the desktop and choosing :guilabel:`Display settings` a
108+different configuration window will appear.
109+
110+.. image:: pics/new-display-settings-win10.png
111+
112+To change the resolution of the screens you will have to click
113+:guilabel:`Advanced display settings`.
114
115 .. _win7monitor:
116
117@@ -91,19 +120,6 @@
118
119 .. image:: pics/vistadisplaysettings.png
120
121-.. _winxpmonitor:
122-
123-Windows XP
124-^^^^^^^^^^
125-
126-From :guilabel:`Control Panel` select :guilabel:`Display`, or right click on a
127-blank area of the desktop and select :guilabel:`Properties`. From the
128-:guilabel:`Display Properties` window click on the :guilabel:`Settings` tab.
129-Click on the monitor that represents your projector and make sure you have
130-checked :guilabel:`Extend my Windows desktop onto this monitor`.
131-
132-.. image:: pics/xpdisplaysettings.png
133-
134 Linux
135 -----
136
137
138=== modified file 'manual/source/install_windows_mac.rst'
139--- manual/source/install_windows_mac.rst 2012-10-12 18:54:00 +0000
140+++ manual/source/install_windows_mac.rst 2015-09-14 08:43:37 +0000
141@@ -5,63 +5,55 @@
142 downloading the file from the `download page <http://www.openlp.org/en/download.html>`_
143 open the file by double clicking when the download is complete. After opening
144 the downloaded file agree to open the unverified file if you are prompted.
145+On Windows 8 you might have to click :guilabel:`More info` before you can
146+verify by clicking :guilabel:`Run anyway`.
147
148 Next select your language and click :guilabel:`OK`
149
150-.. image:: pics/selectlanguage.png
151+.. image:: pics/win10-selectlanguage.png
152
153 After reading the welcome message click :guilabel:`Next` to continue the
154 installation.
155
156-.. image:: pics/welcome.png
157+.. image:: pics/win10-welcome.png
158
159 Agree to the license agreement. Click :guilabel:`Next` to continue.
160
161-.. image:: pics/license.png
162+.. image:: pics/win10-license.png
163
164 Select the install location for OpenLP. Choosing the default location is
165 generally the best choice. Click :guilabel:`Next` to continue.
166
167-.. image:: pics/installlocation.png
168+.. image:: pics/win10-installlocation.png
169
170 Select a start menu folder for OpenLP to be visible in. The default location
171 here is generally the best choice. Click :guilabel:`Next` to continue.
172
173-.. image:: pics/startmenufolder.png
174+.. image:: pics/win10-startmenufolder.png
175
176 Select if you want to create a desktop or Quick Launch icon. Click :guilabel:`Next`
177 to continue.
178
179-.. image:: pics/additionaltask.png
180+.. image:: pics/win10-additionaltask.png
181
182 Review your previous choices. If you need to make any changes click the
183 :guilabel:`Back button` to get to the previous choices, or click :guilabel:`Install`
184
185-.. image:: pics/readytoinstall.png
186+.. image:: pics/win10-readytoinstall.png
187
188 The progress bar will update you on how far along the installation has gone.
189
190-.. image:: pics/progress.png
191-
192-When the install is complete you will have the option to launch OpenLP. After
193-making your selection click :guilabel:`Finish`
194+.. image:: pics/win10-progress.png
195+
196+When the install is complete you will have the option to launch OpenLP.
197+
198+.. image:: pics/win10-launch.png
199+
200+After making your selection click :guilabel:`Finish`
201
202 Installing OpenLP on Mac OS X
203 =============================
204
205-.. _macinstall:
206-
207-Version 10.6 (Snow Leopard) to 10.7 (Lion)
208-------------------------------------------
209-
210-Installing OpenLP on OS X is very simple. After downloading the correct file
211-from the OpenLP `download page <http://www.openlp.org/en/download.html>`_
212-double click on the .dmg file. Drag the OpenLP icon over to the Applications
213-folder and you will be ready to use OpenLP. OpenLP will be available in your
214-Applications folder.
215-
216-.. image:: pics/osxinstall.png
217-
218 Version 10.8 (Mountain Lion) and Newer
219 --------------------------------------
220
221@@ -83,5 +75,10 @@
222
223 .. image:: pics/gatekeeper3.png
224
225-Now you can install OpenLP with the instructions for Mac :ref:`macinstall`.
226+I you have not already downloaded the correct file from the OpenLP
227+`download page <http://www.openlp.org/en/download.html>`_, download it now.
228+Then double click on the .dmg file. Drag the OpenLP icon over to the Applications
229+folder and you will be ready to use OpenLP. OpenLP will be available in your
230+Applications folder.
231
232+.. image:: pics/osxinstall.png
233
234=== modified file 'manual/source/mediamanager.rst'
235--- manual/source/mediamanager.rst 2011-12-20 20:43:50 +0000
236+++ manual/source/mediamanager.rst 2015-09-14 08:43:37 +0000
237@@ -123,8 +123,8 @@
238 |search_options|
239
240 |search_reference| **Scripture Reference:**
241- Search for a specific verse using a scripture reference format. The
242- following formats are supported:
243+ Search for a specific verse using a scripture reference format. Below
244+ is some examples on supported formats:
245
246 * Book Chapter
247 * Book Chapter-Chapter
248@@ -134,6 +134,17 @@
249 * Book Chapter:Verse-Verse, Chapter:Verse-Verse
250 * Book Chapter:Verse-Chapter:Verse
251
252+ Note that the separators might change depending on the language chosen
253+ for OpenLP. See and customise separators under
254+ :menuselection:`Setttings --> Configure OpenLP` on the *Bibles* tab.
255+
256+ A detailed description of the format and how it is parsed by OpenLP can
257+ be read `In the OpenLP API documentation
258+ <http://docs.openlp.org/plugins/bibles.html#openlp.plugins.bibles.lib.parse_reference>`_.
259+
260+ If an invalid format is used for a search a popup window will show the
261+ examples also shown above.
262+
263 |search_text| **Text Search:**
264 Search by a keyword or words. Use more words to narrow down the list
265 of results. If you search for "Jesus God" it searches sentences
266@@ -410,4 +421,4 @@
267
268 .. |SEARCH_TEXT| image:: pics/search_text.png
269
270-.. |SEARCH_OPTIONS| image:: pics/mediamanager_bibles_find.png
271\ No newline at end of file
272+.. |SEARCH_OPTIONS| image:: pics/mediamanager_bibles_find.png
273
274=== modified file 'manual/source/pics/001-first-time-language.png'
275Binary files manual/source/pics/001-first-time-language.png 2011-05-08 21:22:30 +0000 and manual/source/pics/001-first-time-language.png 2015-09-14 08:43:37 +0000 differ
276=== modified file 'manual/source/pics/002-first-time-wizard-welcome.png'
277Binary files manual/source/pics/002-first-time-wizard-welcome.png 2011-05-08 21:22:30 +0000 and manual/source/pics/002-first-time-wizard-welcome.png 2015-09-14 08:43:37 +0000 differ
278=== added file 'manual/source/pics/003-first-time-wizard-download-res.png'
279Binary files manual/source/pics/003-first-time-wizard-download-res.png 1970-01-01 00:00:00 +0000 and manual/source/pics/003-first-time-wizard-download-res.png 2015-09-14 08:43:37 +0000 differ
280=== removed file 'manual/source/pics/003-first-time-wizard-plugins.png'
281Binary files manual/source/pics/003-first-time-wizard-plugins.png 2011-05-08 21:22:30 +0000 and manual/source/pics/003-first-time-wizard-plugins.png 1970-01-01 00:00:00 +0000 differ
282=== added file 'manual/source/pics/004-first-time-wizard-plugins.png'
283Binary files manual/source/pics/004-first-time-wizard-plugins.png 1970-01-01 00:00:00 +0000 and manual/source/pics/004-first-time-wizard-plugins.png 2015-09-14 08:43:37 +0000 differ
284=== removed file 'manual/source/pics/004-first-time-wizard-songs.png'
285Binary files manual/source/pics/004-first-time-wizard-songs.png 2011-05-08 21:22:30 +0000 and manual/source/pics/004-first-time-wizard-songs.png 1970-01-01 00:00:00 +0000 differ
286=== removed file 'manual/source/pics/005-first-time-wizard-bibles.png'
287Binary files manual/source/pics/005-first-time-wizard-bibles.png 2011-05-08 21:22:30 +0000 and manual/source/pics/005-first-time-wizard-bibles.png 1970-01-01 00:00:00 +0000 differ
288=== added file 'manual/source/pics/005-first-time-wizard-songs.png'
289Binary files manual/source/pics/005-first-time-wizard-songs.png 1970-01-01 00:00:00 +0000 and manual/source/pics/005-first-time-wizard-songs.png 2015-09-14 08:43:37 +0000 differ
290=== added file 'manual/source/pics/006-first-time-wizard-bibles.png'
291Binary files manual/source/pics/006-first-time-wizard-bibles.png 1970-01-01 00:00:00 +0000 and manual/source/pics/006-first-time-wizard-bibles.png 2015-09-14 08:43:37 +0000 differ
292=== removed file 'manual/source/pics/006-first-time-wizard-themes.png'
293Binary files manual/source/pics/006-first-time-wizard-themes.png 2011-05-08 21:22:30 +0000 and manual/source/pics/006-first-time-wizard-themes.png 1970-01-01 00:00:00 +0000 differ
294=== removed file 'manual/source/pics/007-first-time-wizard-settings.png'
295Binary files manual/source/pics/007-first-time-wizard-settings.png 2011-05-08 21:22:30 +0000 and manual/source/pics/007-first-time-wizard-settings.png 1970-01-01 00:00:00 +0000 differ
296=== added file 'manual/source/pics/007-first-time-wizard-themes.png'
297Binary files manual/source/pics/007-first-time-wizard-themes.png 1970-01-01 00:00:00 +0000 and manual/source/pics/007-first-time-wizard-themes.png 2015-09-14 08:43:37 +0000 differ
298=== added file 'manual/source/pics/008-first-time-wizard-settings.png'
299Binary files manual/source/pics/008-first-time-wizard-settings.png 1970-01-01 00:00:00 +0000 and manual/source/pics/008-first-time-wizard-settings.png 2015-09-14 08:43:37 +0000 differ
300=== modified file 'manual/source/pics/009-first-time-wizard-progress.png'
301Binary files manual/source/pics/009-first-time-wizard-progress.png 2011-05-08 21:22:30 +0000 and manual/source/pics/009-first-time-wizard-progress.png 2015-09-14 08:43:37 +0000 differ
302=== modified file 'manual/source/pics/010-first-time-wizard-finished.png'
303Binary files manual/source/pics/010-first-time-wizard-finished.png 2011-05-08 21:22:30 +0000 and manual/source/pics/010-first-time-wizard-finished.png 2015-09-14 08:43:37 +0000 differ
304=== modified file 'manual/source/pics/011-first-time-wizard-song-import.png'
305Binary files manual/source/pics/011-first-time-wizard-song-import.png 2011-05-08 21:22:30 +0000 and manual/source/pics/011-first-time-wizard-song-import.png 2015-09-14 08:43:37 +0000 differ
306=== removed file 'manual/source/pics/additionaltask.png'
307Binary files manual/source/pics/additionaltask.png 2011-06-26 04:05:58 +0000 and manual/source/pics/additionaltask.png 1970-01-01 00:00:00 +0000 differ
308=== modified file 'manual/source/pics/alert.png'
309Binary files manual/source/pics/alert.png 2011-05-08 21:22:30 +0000 and manual/source/pics/alert.png 2015-09-14 08:43:37 +0000 differ
310=== modified file 'manual/source/pics/configure_formatting_tags.png'
311Binary files manual/source/pics/configure_formatting_tags.png 2011-08-03 02:41:55 +0000 and manual/source/pics/configure_formatting_tags.png 2015-09-14 08:43:37 +0000 differ
312=== added file 'manual/source/pics/controlpanel-win10.png'
313Binary files manual/source/pics/controlpanel-win10.png 1970-01-01 00:00:00 +0000 and manual/source/pics/controlpanel-win10.png 2015-09-14 08:43:37 +0000 differ
314=== removed file 'manual/source/pics/installlocation.png'
315Binary files manual/source/pics/installlocation.png 2011-06-26 04:05:58 +0000 and manual/source/pics/installlocation.png 1970-01-01 00:00:00 +0000 differ
316=== removed file 'manual/source/pics/license.png'
317Binary files manual/source/pics/license.png 2011-06-26 04:05:58 +0000 and manual/source/pics/license.png 1970-01-01 00:00:00 +0000 differ
318=== added file 'manual/source/pics/live_view_song.png'
319Binary files manual/source/pics/live_view_song.png 1970-01-01 00:00:00 +0000 and manual/source/pics/live_view_song.png 2015-09-14 08:43:37 +0000 differ
320=== modified file 'manual/source/pics/mainwindow.png'
321Binary files manual/source/pics/mainwindow.png 2011-07-29 13:38:29 +0000 and manual/source/pics/mainwindow.png 2015-09-14 08:43:37 +0000 differ
322=== added file 'manual/source/pics/new-display-settings-win10.png'
323Binary files manual/source/pics/new-display-settings-win10.png 1970-01-01 00:00:00 +0000 and manual/source/pics/new-display-settings-win10.png 2015-09-14 08:43:37 +0000 differ
324=== modified file 'manual/source/pics/plugin_list_main.png'
325Binary files manual/source/pics/plugin_list_main.png 2011-07-27 17:50:27 +0000 and manual/source/pics/plugin_list_main.png 2015-09-14 08:43:37 +0000 differ
326=== removed file 'manual/source/pics/progress.png'
327Binary files manual/source/pics/progress.png 2011-06-26 04:05:58 +0000 and manual/source/pics/progress.png 1970-01-01 00:00:00 +0000 differ
328=== removed file 'manual/source/pics/readytoinstall.png'
329Binary files manual/source/pics/readytoinstall.png 2011-06-26 04:05:58 +0000 and manual/source/pics/readytoinstall.png 1970-01-01 00:00:00 +0000 differ
330=== added file 'manual/source/pics/screen-res-win10.png'
331Binary files manual/source/pics/screen-res-win10.png 1970-01-01 00:00:00 +0000 and manual/source/pics/screen-res-win10.png 2015-09-14 08:43:37 +0000 differ
332=== removed file 'manual/source/pics/selectlanguage.png'
333Binary files manual/source/pics/selectlanguage.png 2011-06-26 04:05:58 +0000 and manual/source/pics/selectlanguage.png 1970-01-01 00:00:00 +0000 differ
334=== modified file 'manual/source/pics/songusagedelete.png'
335Binary files manual/source/pics/songusagedelete.png 2011-08-02 20:27:43 +0000 and manual/source/pics/songusagedelete.png 2015-09-14 08:43:37 +0000 differ
336=== modified file 'manual/source/pics/songusagereport.png'
337Binary files manual/source/pics/songusagereport.png 2011-08-02 20:27:43 +0000 and manual/source/pics/songusagereport.png 2015-09-14 08:43:37 +0000 differ
338=== added file 'manual/source/pics/splash-screen.png'
339Binary files manual/source/pics/splash-screen.png 1970-01-01 00:00:00 +0000 and manual/source/pics/splash-screen.png 2015-09-14 08:43:37 +0000 differ
340=== added file 'manual/source/pics/stage_view_image_w_note.png'
341Binary files manual/source/pics/stage_view_image_w_note.png 1970-01-01 00:00:00 +0000 and manual/source/pics/stage_view_image_w_note.png 2015-09-14 08:43:37 +0000 differ
342=== added file 'manual/source/pics/stage_view_song_w_note.png'
343Binary files manual/source/pics/stage_view_song_w_note.png 1970-01-01 00:00:00 +0000 and manual/source/pics/stage_view_song_w_note.png 2015-09-14 08:43:37 +0000 differ
344=== removed file 'manual/source/pics/startmenufolder.png'
345Binary files manual/source/pics/startmenufolder.png 2011-06-26 04:05:58 +0000 and manual/source/pics/startmenufolder.png 1970-01-01 00:00:00 +0000 differ
346=== modified file 'manual/source/pics/theme_manager_footerfont.png'
347Binary files manual/source/pics/theme_manager_footerfont.png 2011-08-29 14:37:48 +0000 and manual/source/pics/theme_manager_footerfont.png 2015-09-14 08:43:37 +0000 differ
348=== modified file 'manual/source/pics/theme_manager_mainfont.png'
349Binary files manual/source/pics/theme_manager_mainfont.png 2011-08-29 14:37:48 +0000 and manual/source/pics/theme_manager_mainfont.png 2015-09-14 08:43:37 +0000 differ
350=== modified file 'manual/source/pics/theme_manager_outputlocation.png'
351Binary files manual/source/pics/theme_manager_outputlocation.png 2012-01-13 14:20:17 +0000 and manual/source/pics/theme_manager_outputlocation.png 2015-09-14 08:43:37 +0000 differ
352=== modified file 'manual/source/pics/theme_manager_save.png'
353Binary files manual/source/pics/theme_manager_save.png 2011-08-29 17:44:26 +0000 and manual/source/pics/theme_manager_save.png 2015-09-14 08:43:37 +0000 differ
354=== modified file 'manual/source/pics/theme_manager_textalign.png'
355Binary files manual/source/pics/theme_manager_textalign.png 2011-08-29 14:37:48 +0000 and manual/source/pics/theme_manager_textalign.png 2015-09-14 08:43:37 +0000 differ
356=== modified file 'manual/source/pics/theme_manager_wizard.png'
357Binary files manual/source/pics/theme_manager_wizard.png 2011-08-29 14:37:48 +0000 and manual/source/pics/theme_manager_wizard.png 2015-09-14 08:43:37 +0000 differ
358=== modified file 'manual/source/pics/web_remote_alert.png'
359Binary files manual/source/pics/web_remote_alert.png 2011-12-23 20:30:19 +0000 and manual/source/pics/web_remote_alert.png 2015-09-14 08:43:37 +0000 differ
360=== modified file 'manual/source/pics/web_remote_blank.png'
361Binary files manual/source/pics/web_remote_blank.png 2011-12-26 21:08:51 +0000 and manual/source/pics/web_remote_blank.png 2015-09-14 08:43:37 +0000 differ
362=== added file 'manual/source/pics/web_remote_desktop.png'
363Binary files manual/source/pics/web_remote_desktop.png 1970-01-01 00:00:00 +0000 and manual/source/pics/web_remote_desktop.png 2015-09-14 08:43:37 +0000 differ
364=== modified file 'manual/source/pics/web_remote_home.png'
365Binary files manual/source/pics/web_remote_home.png 2011-12-26 21:08:51 +0000 and manual/source/pics/web_remote_home.png 2015-09-14 08:43:37 +0000 differ
366=== modified file 'manual/source/pics/web_remote_next.png'
367Binary files manual/source/pics/web_remote_next.png 2011-12-26 21:08:51 +0000 and manual/source/pics/web_remote_next.png 2015-09-14 08:43:37 +0000 differ
368=== modified file 'manual/source/pics/web_remote_previous.png'
369Binary files manual/source/pics/web_remote_previous.png 2011-12-26 21:08:51 +0000 and manual/source/pics/web_remote_previous.png 2015-09-14 08:43:37 +0000 differ
370=== modified file 'manual/source/pics/web_remote_refresh.png'
371Binary files manual/source/pics/web_remote_refresh.png 2011-12-26 21:08:51 +0000 and manual/source/pics/web_remote_refresh.png 2015-09-14 08:43:37 +0000 differ
372=== modified file 'manual/source/pics/web_remote_search.png'
373Binary files manual/source/pics/web_remote_search.png 2011-12-23 20:30:19 +0000 and manual/source/pics/web_remote_search.png 2015-09-14 08:43:37 +0000 differ
374=== modified file 'manual/source/pics/web_remote_search_choice.png'
375Binary files manual/source/pics/web_remote_search_choice.png 2011-12-23 20:30:19 +0000 and manual/source/pics/web_remote_search_choice.png 2015-09-14 08:43:37 +0000 differ
376=== modified file 'manual/source/pics/web_remote_search_complete.png'
377Binary files manual/source/pics/web_remote_search_complete.png 2011-12-23 20:30:19 +0000 and manual/source/pics/web_remote_search_complete.png 2015-09-14 08:43:37 +0000 differ
378=== modified file 'manual/source/pics/web_remote_search_options.png'
379Binary files manual/source/pics/web_remote_search_options.png 2011-12-23 20:30:19 +0000 and manual/source/pics/web_remote_search_options.png 2015-09-14 08:43:37 +0000 differ
380=== modified file 'manual/source/pics/web_remote_service.png'
381Binary files manual/source/pics/web_remote_service.png 2011-12-23 20:30:19 +0000 and manual/source/pics/web_remote_service.png 2015-09-14 08:43:37 +0000 differ
382=== modified file 'manual/source/pics/web_remote_show.png'
383Binary files manual/source/pics/web_remote_show.png 2011-12-26 21:08:51 +0000 and manual/source/pics/web_remote_show.png 2015-09-14 08:43:37 +0000 differ
384=== removed file 'manual/source/pics/web_remote_slide.png'
385Binary files manual/source/pics/web_remote_slide.png 2011-12-23 20:30:19 +0000 and manual/source/pics/web_remote_slide.png 1970-01-01 00:00:00 +0000 differ
386=== added file 'manual/source/pics/web_remote_slide1.png'
387Binary files manual/source/pics/web_remote_slide1.png 1970-01-01 00:00:00 +0000 and manual/source/pics/web_remote_slide1.png 2015-09-14 08:43:37 +0000 differ
388=== added file 'manual/source/pics/web_remote_slide2.png'
389Binary files manual/source/pics/web_remote_slide2.png 1970-01-01 00:00:00 +0000 and manual/source/pics/web_remote_slide2.png 2015-09-14 08:43:37 +0000 differ
390=== removed file 'manual/source/pics/web_remote_stage.png'
391Binary files manual/source/pics/web_remote_stage.png 2011-12-30 12:41:54 +0000 and manual/source/pics/web_remote_stage.png 1970-01-01 00:00:00 +0000 differ
392=== removed file 'manual/source/pics/web_remote_stage_other.png'
393Binary files manual/source/pics/web_remote_stage_other.png 2011-12-30 12:41:54 +0000 and manual/source/pics/web_remote_stage_other.png 1970-01-01 00:00:00 +0000 differ
394=== modified file 'manual/source/pics/web_remote_start.png'
395Binary files manual/source/pics/web_remote_start.png 2011-12-23 20:30:19 +0000 and manual/source/pics/web_remote_start.png 2015-09-14 08:43:37 +0000 differ
396=== added file 'manual/source/pics/web_remote_theme.png'
397Binary files manual/source/pics/web_remote_theme.png 1970-01-01 00:00:00 +0000 and manual/source/pics/web_remote_theme.png 2015-09-14 08:43:37 +0000 differ
398=== removed file 'manual/source/pics/welcome.png'
399Binary files manual/source/pics/welcome.png 2011-06-26 04:05:58 +0000 and manual/source/pics/welcome.png 1970-01-01 00:00:00 +0000 differ
400=== added file 'manual/source/pics/win10-additionaltask.png'
401Binary files manual/source/pics/win10-additionaltask.png 1970-01-01 00:00:00 +0000 and manual/source/pics/win10-additionaltask.png 2015-09-14 08:43:37 +0000 differ
402=== added file 'manual/source/pics/win10-installlocation.png'
403Binary files manual/source/pics/win10-installlocation.png 1970-01-01 00:00:00 +0000 and manual/source/pics/win10-installlocation.png 2015-09-14 08:43:37 +0000 differ
404=== added file 'manual/source/pics/win10-launch.png'
405Binary files manual/source/pics/win10-launch.png 1970-01-01 00:00:00 +0000 and manual/source/pics/win10-launch.png 2015-09-14 08:43:37 +0000 differ
406=== added file 'manual/source/pics/win10-license.png'
407Binary files manual/source/pics/win10-license.png 1970-01-01 00:00:00 +0000 and manual/source/pics/win10-license.png 2015-09-14 08:43:37 +0000 differ
408=== added file 'manual/source/pics/win10-progress.png'
409Binary files manual/source/pics/win10-progress.png 1970-01-01 00:00:00 +0000 and manual/source/pics/win10-progress.png 2015-09-14 08:43:37 +0000 differ
410=== added file 'manual/source/pics/win10-readytoinstall.png'
411Binary files manual/source/pics/win10-readytoinstall.png 1970-01-01 00:00:00 +0000 and manual/source/pics/win10-readytoinstall.png 2015-09-14 08:43:37 +0000 differ
412=== added file 'manual/source/pics/win10-selectlanguage.png'
413Binary files manual/source/pics/win10-selectlanguage.png 1970-01-01 00:00:00 +0000 and manual/source/pics/win10-selectlanguage.png 2015-09-14 08:43:37 +0000 differ
414=== added file 'manual/source/pics/win10-startmenufolder.png'
415Binary files manual/source/pics/win10-startmenufolder.png 1970-01-01 00:00:00 +0000 and manual/source/pics/win10-startmenufolder.png 2015-09-14 08:43:37 +0000 differ
416=== added file 'manual/source/pics/win10-welcome.png'
417Binary files manual/source/pics/win10-welcome.png 1970-01-01 00:00:00 +0000 and manual/source/pics/win10-welcome.png 2015-09-14 08:43:37 +0000 differ
418=== modified file 'manual/source/stage_view.rst'
419--- manual/source/stage_view.rst 2012-01-06 13:19:34 +0000
420+++ manual/source/stage_view.rst 2015-09-14 08:43:37 +0000
421@@ -5,7 +5,8 @@
422
423 Stage view gives you the ability to set up a remote computer, netbook or
424 smartphone to view the live service being displayed on the projection screen in
425-an easy to read font on a black background. This is a text only viewer.
426+an easy to read font on a black background. This is a text only viewer, tough it
427+will show thumbnails of images and presentations.
428
429 The first step is to make sure the Remote plugin is activated. You can accomplish
430 this by following the instructions in the :ref:`plugin_list`. The second step is to
431@@ -14,10 +15,11 @@
432
433 Open a web browser, type in the Stage View URL you found in :ref:`remote_tab`
434 and press the :kbd:`Enter` key. For this example we will use
435-\http://192.168.0.101:4316/stage. You will then be presented with the home page
436-of the OpenLP Stage View.
437+\http://192.168.1.73:4316/stage. You will then be presented with the home page
438+of the OpenLP Stage View. On most browsers you can press F11 to go into
439+fullscreen mode.
440
441-.. image:: pics/web_remote_stage.png
442+.. image:: pics/stage_view_song_w_note.png
443
444 At the top right hand side you will see the time of day. This can be changed
445 from 12 hour to 24 hour format in :ref:`remote_tab`. If you added a note to the
446@@ -31,4 +33,28 @@
447 title of the displayed item. Below the title will show the next item to be
448 displayed in the :ref:`creating_service`.
449
450-.. image:: pics/web_remote_stage_other.png
451+.. image:: pics/stage_view_image_w_note.png
452+
453+.. _main_view:
454+
455+The Live View
456+=============
457+
458+Live view gives you the ability to set up remote computers that will mirror
459+what your projector is showing. The Live view basically works by taking
460+screenshots of what the projector is showing and then presenting it in a
461+browser. This means that audio and video playback will not be presented in the
462+Live View.
463+
464+The first step is to make sure the Remote plugin is activated. You can accomplish
465+this by following the instructions in the :ref:`plugin_list`. The second step is to
466+configure the settings you will use with the web browser. You can find these
467+instructions and settings in :ref:`remote_tab`.
468+
469+.. image:: pics/live_view_song.png
470+
471+Open a web browser, type in the Main View URL you found in :ref:`remote_tab`
472+and press the :kbd:`Enter` key. For this example we will use
473+\http://192.168.1.73:4316/main. You will then be presented with the home page
474+of the OpenLP Live View. On most web browsers you can press F11 to go into
475+fullscreen mode.
476
477=== modified file 'manual/source/web_remote.rst'
478--- manual/source/web_remote.rst 2012-01-06 17:53:58 +0000
479+++ manual/source/web_remote.rst 2015-09-14 08:43:37 +0000
480@@ -17,8 +17,8 @@
481 instructions and settings in :ref:`remote_tab`.
482
483 Open a web browser, type in the Remote URL you found in :ref:`remote_tab` and
484-press the :kbd:`Enter` key. For this example we will use
485-\http://192.168.0.101:4316. You will then be presented with the home page of the
486+press the :kbd:`Enter` key. For this example we will use
487+\http://192.168.1.73:4316. You will then be presented with the home page of the
488 OpenLP Remote.
489
490 .. image:: pics/web_remote_start.png
491@@ -47,6 +47,16 @@
492 projector screen. Clicking on an item in the Service Manager will
493 automatically show the item on the screen.
494
495+ |web_remote_theme| Clicking this button will blank the display on the
496+ projector screen to the current theme. Note that this is not available for
497+ item which does not use themes, such as images, presentations and media.
498+ Clicking on an item in the Service Manager will automatically show the
499+ item on the screen.
500+
501+ |web_remote_desktop| Clicking this button will hide the display on the
502+ projector screen and therefore show the desktop. Clicking on an item in the
503+ Service Manager will automatically show the item on the screen.
504+
505 |web_remote_show| If the screen is blanked, clicking on this button will
506 unblank the display.
507
508@@ -65,13 +75,18 @@
509 After you click on an item in the Service Manager you will be taken to the Slide
510 Controller interface.
511
512-.. image:: pics/web_remote_slide.png
513+.. image:: pics/web_remote_slide1.png
514
515 You will find the verses displayed as they appear in the live view on the main
516 computer and the first verse will be displayed on the projection screen. You can
517 use the :guilabel:`Prev`, :guilabel:`Next` or click on each verse using the
518 mouse to display them.
519
520+.. image:: pics/web_remote_slide2.png
521+
522+When the slides shown are either images or presentations a small thumbnail will
523+be shown.
524+
525 **Note:** The remote interface replicates the OpenLP software. When displaying
526 images, clicking on a single image in the service manager will display it
527 immediately. The first image in a group of images and the first slide in a
528@@ -108,7 +123,7 @@
529 chapter, verse or verses. Searching :guilabel:`Songs` will search titles and
530 lyrics with the text used.
531
532-For this example we are searching "Songs" and the word "Jesus". The results will
533+For this example we are searching "Songs" and the word "God". The results will
534 be displayed below the search button.
535
536 .. image:: pics/web_remote_search_complete.png
537@@ -120,7 +135,9 @@
538
539 Click on :guilabel:`Go Live` to immediately display your media on the projection
540 screen. Click on :guilabel:`Add to Service` to add your media to the bottom of
541-the :ref:`creating_service`.
542+the :ref:`creating_service`. Click on :guilabel:`Add & Go to Service` to add
543+your media to the bottom of the :ref:`creating_service`, and go to the web
544+remote service manager.
545
546 .. These are all the image templates that are used in this page.
547
548@@ -130,8 +147,12 @@
549
550 .. |WEB_REMOTE_BLANK| image:: pics/web_remote_blank.png
551
552+.. |WEB_REMOTE_THEME| image:: pics/web_remote_theme.png
553+
554+.. |WEB_REMOTE_DESKTOP| image:: pics/web_remote_desktop.png
555+
556 .. |WEB_REMOTE_SHOW| image:: pics/web_remote_show.png
557
558 .. |WEB_REMOTE_PREVIOUS| image:: pics/web_remote_previous.png
559
560-.. |WEB_REMOTE_NEXT| image:: pics/web_remote_next.png
561\ No newline at end of file
562+.. |WEB_REMOTE_NEXT| image:: pics/web_remote_next.png
563
564=== modified file 'manual/source/wizard.rst'
565--- manual/source/wizard.rst 2011-08-05 18:35:34 +0000
566+++ manual/source/wizard.rst 2015-09-14 08:43:37 +0000
567@@ -22,10 +22,17 @@
568
569 .. image:: pics/002-first-time-wizard-welcome.png
570
571+The wizard will now download information from a server about which bibles, songs
572+and themes that can be downloaded be the wizard. This can take a few moments,
573+depending on the speed of your internet connection and the load on the server,
574+so please be patient.
575+
576+.. image:: pics/003-first-time-wizard-download-res.png
577+
578 Activate Required Plugins
579 -------------------------
580
581-.. image:: pics/003-first-time-wizard-plugins.png
582+.. image:: pics/004-first-time-wizard-plugins.png
583
584 OpenLP has several plugins to choose from. By default, all plugins are enabled,
585 except the *Remote Access* plugin. For more information on these plugins, please
586@@ -37,7 +44,7 @@
587 Sample Songs
588 ------------
589
590-.. image:: pics/004-first-time-wizard-songs.png
591+.. image:: pics/005-first-time-wizard-songs.png
592
593 OpenLP provides some sample songs in a few languages for downloading and
594 importing into your new song database. This is convenient for new users who do
595@@ -48,7 +55,7 @@
596 Sample Bibles
597 -------------
598
599-.. image:: pics/005-first-time-wizard-bibles.png
600+.. image:: pics/006-first-time-wizard-bibles.png
601
602 There are also a number of free Bibles that you can download and install. Using
603 the check box next to each Bible, select each Bible that you would like
604@@ -59,7 +66,7 @@
605 Sample Themes
606 -------------
607
608-.. image:: pics/006-first-time-wizard-themes.png
609+.. image:: pics/007-first-time-wizard-themes.png
610
611 Some sample themes are also available for download and installation into OpenLP.
612 As with the Bibles, simply check the check box next to each theme to select it.
613@@ -69,7 +76,7 @@
614 Default Settings
615 ----------------
616
617-.. image:: pics/007-first-time-wizard-settings.png
618+.. image:: pics/008-first-time-wizard-settings.png
619
620 Default Display Monitor
621 ^^^^^^^^^^^^^^^^^^^^^^^
622@@ -97,12 +104,18 @@
623 and themes, and set up OpenLP for you. Click :guilabel:`Finish` and OpenLP will
624 start.
625
626+.. image:: pics/splash-screen.png
627+
628+First the OpenLP logo will be shown for a few seconds while the program loads.
629+
630 .. image:: pics/011-first-time-wizard-song-import.png
631
632+Then OpenLP will import the songs that were added by the first time wizard.
633+
634+.. image:: pics/mainwindow.png
635+
636 The main window.
637
638-.. image:: pics/mainwindow.png
639-
640 .. _wizard-run-again:
641
642 Re-run First Time Wizard

Subscribers

People subscribed via source and target branches