lib: Splitting up configfile.cc to contain Unix and Windows support in separate sourc...
[barry.git] / doc / www / desktop.php
blob47a98e2dd382a4a31cc9ecfc1b90b6b6218ab192
1 <? include ("barry.inc"); ?>
3 <? createHeader("The Barry Desktop GUI"); ?>
5 <? createSubHeader("Main Screen"); ?>
7 <p>Below is the main screen of the Barry Desktop GUI. (Click the buttons
8 in the image to get more detailed help.)
10 <p>
11 <center>
12 <? createImageEx("desktop-main.png", 'width="480" height="352" alt="Barry Desktop main screen" usemap="#desktopmainmap"'); ?>
13 <map name="desktopmainmap">
14 <area shape="rect" coords="6,39 152,121"
15 <? createHref("backups"); ?> alt="Launch Backup GUI" />
16 <area shape="rect" coords="166,39 313,121"
17 <? createHref("guisync"); ?> alt="Sync Mode" />
18 <area shape="rect" coords="326,39, 472,121"
19 <? createHref("guimodem"); ?> alt="Modem Launcher" />
20 <area shape="rect" coords="6,134 152,217"
21 <? createHref("migrate"); ?> alt="Migrate Device" />
22 <area shape="rect" coords="166,134 312,217"
23 <? createHref("browse"); ?> alt="Database Browse Mode" />
24 </map>
25 </center>
27 <p>The screen is focused on the available modes that the Desktop supports.
28 Each button will either launch an application, or open a new mode or dialog
29 box to accomplish its task.
31 <p>The red berry in the top left corner is the main menu. It supports the
32 following operations:
33 <ul>
34 <li>Enable / disable verbose logging</li>
35 <li>Give a name to the currently selected device</li>
36 <li>Perform a USB reset on the currently selected device</li>
37 <li>Re-scan the USB bus for new devices</li>
38 <li>Display the About dialog</li>
39 <li>Exit</li>
40 </ul>
42 <p>The currently selected device is chosen by the dropdown list in the lower
43 right corner of the screen. This determines which device will be opened
44 for Syncing, Modem, and Database Browsing. Backup and Migrate (Device Switch)
45 have their own methods for selecting devices.
47 <p>If your device is not password protected, a screenshot is taken and
48 displayed in the lower right hand corner of the screen, as shown.