###################################################################
##                          GQview 0.6.0      (03/05/98)         ##
##      This software is Copyright (C) 1999 by John Ellis.       ##
##  Use this software at your own risk. I am not responsible for ##
##        anything this software may do to your computer.        ##
## This software falls under the GNU Public License. Please read ##
##              the COPYING file for more information            ##
###################################################################

Author: John Ellis
e-mail: gqview@geocities.com
homepage: www.geocities.com/SiliconValley/Haven/5235/

======== Requirements

  GTK+-1.2.0: ftp://ftp.gtk.org/pub/gtk
  Imlib 1.8: ftp://ftp.labs.redhat.com/pub/imlib

======== Notes and changes for this release

  Notes:
    GQview now requires GTK+-1.2.0
    Keyboard panning of the image has changed, the image must now have focus.
    To use drag and drop, drag the middle mouse button (2) in the image,
      directory, or file lists.

  Changes:
    > Major rewrite (60-70%), now requires gtk+-1.2.0
    > Multiple file selection.
    > Drag and drop.
    > Better keyboard support.
    > xvpics thumbnail support (read only), optional.
    - Add command line options to force show and hide of tools.
    * Fix tab completion bug.
    * Fix gtk 1.2.0 related bugs.

======== Installation

  Compilation: make
  General install: make install
  GNOME install: make gnome-install
    Note: The gnome-install method only adds installation of an icon and
          menu item to the GNOME application menu.
  Removal: make uninstall, or make gnome-uninstall

======== Description / Features

  GQview is a graphics file viewer. Basic features:
    - Single click image viewing / navigation.
    - Zoom functions.
    - Thumbnails, with optional caching and .xvpics support.
    - Multiple file selection for move, copy, delete, rename, drag and drop.
    - Drag and drop.
    - Ability to open images in external editors (configurable).

======== Documentation (brief)

  Keyboard commands:
    [PageDown]                         next image
    [PageUp]                           previous image
    [Home]                             first image in list
    [End]                              last image in list
    [Tab]                              tab completion in path entry window
    [Escape],                          cancel completion in path entry window
    [Escape]                           stop generating thumbnails

  Keyboard commands valid when image has focus (image has black rectangle)
    arrow keys                         pan image
    [Shift] - arrow keys               pan image faster
    [Space]                            next image
    [Backspace]                        previous image

  File menu related:
    [Ctrl] - N                         New directory
    [Ctrl] - C                         Copy file
    [Ctrl] - M                         Move file
    [Ctrl] - R                         Rename file
    [Ctrl] - D, [Delete]               Delete file
    [Ctrl] - Q, Q                      Exit

  Edit menu related:
    [Ctrl] - 1 .. 8                    run external editor
    [Ctrl] - O                         configure Options
    [Ctrl] - S                         Save options
    [Ctrl] - T                         Maintain thumbnails

  View menu related:
    +, =                               zoom in
    -                                  zoom out
    Z                                  zoom to original size
    X                                  zoom to fit
    T                                  toggle thumbnail display
    R                                  refresh list
    F                                  (Un)float file selection area
    H                                  (Un)hide file selection area

======== Thanks go to the following for fixes, additions, and patches:

  Diederen Damien <D.Diederen@student.ulg.ac.be>
      for .xvpics thumbnail reading support.

========

