# HG changeset patch # User zas_ # Date 1226222939 0 # Node ID af04e83ec5eb8901814fc3fe39406d5756f3c1b9 # Parent 83cf0c9e300fe7eee038d693cd55a9e14f190ed7 Move menu descriptions to definitions lists. diff -r 83cf0c9e300f -r af04e83ec5eb doc/main_window_file_pane.html --- a/doc/main_window_file_pane.html Sat Nov 08 22:11:51 2008 +0000 +++ b/doc/main_window_file_pane.html Sun Nov 09 09:28:59 2008 +0000 @@ -139,15 +139,19 @@

Right clicking the mouse or pressing the menu key while the file pane has focus will display a menu. The menu functions will perform the same as those that match the window's menu bar, however a few functions are unique to the context menu:

-

View in new window: Opens a new window containing a list of the currently selected images.

+



diff -r 83cf0c9e300f -r af04e83ec5eb doc/main_window_folder_pane.html --- a/doc/main_window_folder_pane.html Sat Nov 08 22:11:51 2008 +0000 +++ b/doc/main_window_folder_pane.html Sun Nov 09 09:28:59 2008 +0000 @@ -53,24 +53,26 @@

Note: These buttons are only displayed as an icon, the text below refers to the tool tip that appears by hovering the mouse over each button.

-

Show thumbnails: This button is active when the file list is in list view mode, and activating it will toggle the display of thumbnails.

- -

Change to home folder: Change the main window to display the contents of the user's home folder.

+ +

Path entry

This displays the active folder of the window and allows typing a location.

@@ -107,23 +109,26 @@

Right clicking the mouse or pressing the menu key while the folder pane has focus will display a menu. The menu functions will perform the same as those that match the window's menu bar, however a few functions are unique to the context menu:

-

Up to parent: This will change the window to display the contents of the parent folder.

- -

Slide show: Start a slide show that contains all images in the selected folder.

+

Drag and drop

diff -r 83cf0c9e300f -r af04e83ec5eb doc/main_window_image_pane.html --- a/doc/main_window_image_pane.html Sat Nov 08 22:11:51 2008 +0000 +++ b/doc/main_window_image_pane.html Sun Nov 09 09:28:59 2008 +0000 @@ -97,9 +97,11 @@

Right clicking the mouse or pressing the menu key while the image has the focus will display a menu. The menu functions will perform the same as those that match the window's menu bar, however a few functions are unique to the context menu:

-

View in new window: Opens a new window containing a second copy of the current image.

+



diff -r 83cf0c9e300f -r af04e83ec5eb doc/main_window_menus.html --- a/doc/main_window_menus.html Sat Nov 08 22:11:51 2008 +0000 +++ b/doc/main_window_menus.html Sun Nov 09 09:28:59 2008 +0000 @@ -49,108 +49,121 @@

File Menu

-

New window: Opens a new main window, with the initial path set to the current folder.

+

Edit menu

-

in <command name>...: This will execute the external command associated with <command name>, these can be changed edited on the Editors tab of the Option dialog.

+

View menu

-

Zoom in: Increases the zoom by one increment, resulting in a larger image.

+

Help menu

-

Contents: Open the Geeqie user manual in a new browser window.

+



diff -r 83cf0c9e300f -r af04e83ec5eb doc/main_window_status_bar.html --- a/doc/main_window_status_bar.html Sat Nov 08 22:11:51 2008 +0000 +++ b/doc/main_window_status_bar.html Sun Nov 09 09:28:59 2008 +0000 @@ -53,11 +53,13 @@

This is the method used to sort image names in the file list. Clicking or activating this field will display a menu to allow selection of the sort method.

-

Name: Images are sorted by file name.
- Number: Images are sorted by natural numerical order, such that, for example, 9_name.jpg will be listed before 10_name.jpg.
- Date: Images are sorted by file date on disk.
- Size: Image are sorted by file size on disk.
- Ascending: Toggles between increasing and decreasing sort order. A check will appear next to this entry to indicate ascending sort order.

+

File list

diff -r 83cf0c9e300f -r af04e83ec5eb doc/style.css --- a/doc/style.css Sat Nov 08 22:11:51 2008 +0000 +++ b/doc/style.css Sun Nov 09 09:28:59 2008 +0000 @@ -1,10 +1,12 @@ /* common */ p.previous {text-align: left} div.navtop {text-align: center} - div.navtop table { border: 5px} div.navbottom {text-align: center} - div.bottomspacer { padding-bottom: 50px;} + div.bottomspacer { padding-bottom: 5em;} div.footer { text-align: right} + dl.menu_desc { padding-left: 2em;} + .menu_desc dt {font-weight: bold; padding-top: 0.3em} + .menu_desc dd {} /* collections.html */ p.gq-collections-8 {font-weight: bold; text-align: center}