# HG changeset patch # User zas_ # Date 1226333488 0 # Node ID 7f22b99b0eb9f5c27d5e3da902f41548c161335b # Parent 83d6b961117f7ff3e07c0aa56b3d79e930483092 Fix up some errors. diff -r 83d6b961117f -r 7f22b99b0eb9 doc/credits.html --- a/doc/credits.html Mon Nov 10 15:20:13 2008 +0000 +++ b/doc/credits.html Mon Nov 10 16:11:28 2008 +0000 @@ -41,7 +41,7 @@

Authors

-

Geeqie is maintained by The Geeqie Team (Vladimir Nadvornik, Petr Ostadal, Laurent Monin).

+

Geeqie is maintained by The Geeqie Team (Vladimir Nadvornik, Petr Ostadal, Laurent Monin).

This software is a fork of GQview project by John Ellis.

The ever growing list of contributors and language translators can be found in the README file included with the latest release of the program.
diff -r 83d6b961117f -r 7f22b99b0eb9 doc/main_window_image_pane.html --- a/doc/main_window_image_pane.html Mon Nov 10 15:20:13 2008 +0000 +++ b/doc/main_window_image_pane.html Mon Nov 10 16:11:28 2008 +0000 @@ -54,7 +54,7 @@

When the image size is larger than the image pane, the visible region can be changed with the keyboard or mouse. The keyboard can also be used to adjust the orientation of the image.

Keyboard

-

Use the arrow keys to pan the image in the desired direction, to increase the panning speed hold down the Shift key while pressing an arrow key. Press Control and an arrow key to move to the respective edge of the image. The image can only be panned with the keyboard when the image has the focus, indicated by a dotted line surrounding the image pane.

+

Use the arrow keys to pan the image in the desired direction, to increase the panning speed hold down the Shift key while pressing an arrow key.
Press Control and an arrow key to move to the respective edge of the image. The image can only be panned with the keyboard when the image has the focus, indicated by a dotted line surrounding the image pane.

To scale the image size, use the [+] or [=] key to zoom in and the [-] key to zoom out. The [X] or keypad [*] key will scale the image to fit the available display area, the [Z] or keypad [/] key will reset the zoom to original image size. There are also keys to select a preset zoom factor: [1] = 1:1, [2] = 2:1, [3] =3:1, [4] = 4:1, [7] = 1:4, [8] = 1:3, and [9] = 1:2.

diff -r 83d6b961117f -r 7f22b99b0eb9 doc/main_window_menus.html --- a/doc/main_window_menus.html Mon Nov 10 15:20:13 2008 +0000 +++ b/doc/main_window_menus.html Mon Nov 10 16:11:28 2008 +0000 @@ -186,9 +186,9 @@

Please note the removed semicolon and the change of “<control>q” to “q”, be careful not to change any of the other text on the line or Geeqie may ignore the customization. The keyboard modifiers and their respective text are listed below:

- - - +
+ + diff -r 83d6b961117f -r 7f22b99b0eb9 doc/options_editor_commands.html --- a/doc/options_editor_commands.html Mon Nov 10 15:20:13 2008 +0000 +++ b/doc/options_editor_commands.html Mon Nov 10 16:11:28 2008 +0000 @@ -52,7 +52,7 @@

This field is the command to execute. Several macros are available to position image file names within the command. If no macro is specified, the behavior will be to append the filenames onto the end of the command (the result will be the same as “command %f”).

-
+
diff -r 83d6b961117f -r 7f22b99b0eb9 doc/options_general.html --- a/doc/options_general.html Mon Nov 10 15:20:13 2008 +0000 +++ b/doc/options_general.html Mon Nov 10 16:11:28 2008 +0000 @@ -71,7 +71,7 @@

Enable this to save thumbnails to disk, subsequent requests for a thumbnail will be faster. Thumbnails are cached into ($HOME)/.geeqie/thumbnails. Refer to Thumbnails Reference for details.

Use shared thumbnail cache
-

This will use a thumbnail caching method that is compatible with applications that use the standard thumbnail specification. When this option is enabled thumbnails will be stored in ($HOME)/.thumbnails

+

This will use a thumbnail caching method that is compatible with applications that use the standard thumbnail specification. When this option is enabled thumbnails will be stored in ($HOME)/.thumbnails

Cache thumbnails into .thumbnails

When enabled, Geeqie attempts to store cached thumbnails closer to the source image. This way multiple users can benefit from a single cache, thereby reducing wasted disk space. The resulting location is the source image's folder, in a sub folder with the name .thumbnails. When the image source folder cannot be written, Geeqie falls back to saving the thumbnail in the user's home folder.

diff -r 83d6b961117f -r 7f22b99b0eb9 doc/options_image.html --- a/doc/options_image.html Mon Nov 10 15:20:13 2008 +0000 +++ b/doc/options_image.html Mon Nov 10 16:11:28 2008 +0000 @@ -53,6 +53,7 @@
Bilinear
High quality results, moderately fast.
Hyper
Slowest scaler, sometimes gives better results than bilinear.
+
Two pass zooming

Enables Geeqie to first display a scaled image using the nearest zoom quality. After image decoding is complete, the image is scaled again using the selected “Zoom (scaling)” method. This allows faster display of an image as it is decoded from the source file.