* Fixed link in applications.html
* Added "setup wizard" and some info on IMAP to prefs-e-mail.html. IMAP is a bit broken, as was recently found out, so I'll leave it all at that for now. * Moved every localization-dependent image into a mirror image folder under its language (ATM there's only "en"). Only neutral images like icons remain directly under /docs/userguide/images. * Changed all image links accordingly. * Removed all height and width attributes to ease exchanging images. Only fixed size images (icons) will retain them for faster loading. * Added a special pre.terminal for printouts to save ink. Thanks Rob Tijssen for that suggestion. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31622 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
<p>Haiku's graphical user interface is an integral part of the system. Unlike Unix-based operating systems, there's no separate window manager and booting just into a command line shell is not possible. Haiku's focus being on the desktop user, this is just not considered necessary.</p>
|
||||
<p>As you probably have experience with other graphical environments, let's skip over the standards like menus, right-click context menus, drag&drop etc. Let's have a look at the few unique aspects of Haiku's GUI instead.</p>
|
||||
<img src="../images/gui-images/gui.png" alt="gui.png" width="644" height="404" />
|
||||
<img src="images/gui-images/gui.png" alt="gui.png" />
|
||||
<p>There are only a few things in Haiku's GUI that aren't obvious and deserve an explanation.</p>
|
||||
<ol>
|
||||
<li><p>The Deskbar is Haiku's "Start" menu and taskbar, if you will. See topic <a href="deskbar.html">Deskbar</a>.</p></li>
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
<h1><a id="open-save-panel" name="open-save-panel">Open and save panels</a></h1>
|
||||
<p>When opening or saving a file from any application, a panel like this opens:</p>
|
||||
<img src="../images/gui-images/open-save.png" alt="open-save.png" width="645" height="362" />
|
||||
<img src="images/gui-images/open-save.png" alt="open-save.png" />
|
||||
<p>It has all the usual things: A list of files of the current folder to choose from, in case of a save panel, a text field to enter a filename and a drop-down menu for different file formats and their settings.<br />
|
||||
You can enter parent folders with the drop-down menu above the file listing.</p>
|
||||
<p>If you already have a Tracker window with the location for a file open, you can simply drag either any file or the folder-representation (i.e. the symbol to the far right in its menu bar) into the panel. This changes the panel to that new location.</p>
|
||||
@@ -71,7 +71,7 @@ You can enter parent folders with the drop-down menu above the file listing.</p>
|
||||
|
||||
<h2><a id="favorites-recent" name="favorites-recent">Favorites and recent folders</a></h2>
|
||||
<p>The menu <span class="menu">Favorites</span> provides recently visited folders and favorite locations that you can set up yourself. As indicated by the little arrow, you can also use these locations to navigate further down the hierarchy via submenus.</p>
|
||||
<img src="../images/gui-images/favorites.png" alt="favorites.png" width="455" height="209" />
|
||||
<img src="images/gui-images/favorites.png" alt="favorites.png" />
|
||||
<p>To add a Favorite, you simply navigate to your destination and choose <span class="menu">Favorites | Add Current Folder</span>. From now on it will appear in every open/save panel. To remove a Favorite, choose <span class="menu">Favorites | Configure Favorites...</span> and delete its entry.<br />
|
||||
All Favorites are kept in <span class="path">/boot/home/config/settings/Tracker/Go/</span>. So you might as well add and remove links to files and folders there directly.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user