Gwenview – image viewer
Je kunt niet meer dan 25 onderwerpen selecteren Onderwerpen moeten beginnen met een letter of nummer, kunnen streepjes bevatten ('-') en kunnen maximaal 35 tekens lang zijn.
 
 
 
 
 
 
Go to file
Ray-V 7183742f16
Fix pthread required. This relates to PR #35.
2 weken geleden
admin@59a8bf7c09 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 2 maanden geleden
doc Restructure doc/man folders 2 maanden geleden
icons Conversion to cmake building system 1 maand geleden
src Fix pthread required. This relates to PR #35. 2 weken geleden
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 jaren geleden
AUTHORS Added old abandoned KDE3 version of gwenview 14 jaren geleden
CMakeL10n.txt Use centralized cmake version 1 maand geleden
CMakeLists.txt Use centralized cmake version 1 maand geleden
COPYING Rest of interrupted svn commit 14 jaren geleden
COPYING-DOCS Added old abandoned KDE3 version of gwenview 14 jaren geleden
ChangeLog Add ChangeLog file to comply with automake rules. 3 jaren geleden
ConfigureChecks.cmake Fix pthread required. This relates to PR #35. 2 weken geleden
INSTALL Added old abandoned KDE3 version of gwenview 14 jaren geleden
Mainpage.dox Added old abandoned KDE3 version of gwenview 14 jaren geleden
Makefile.am Removed unused files 2 maanden geleden
NEWS Additional k => tde renaming and fixes 11 jaren geleden
README Replace Qt with TQt 2 maanden geleden
config.h.cmake Conversion to cmake building system 1 maand geleden
config.h.in Fix Gwenview rotated jpeg image save 11 jaren geleden
configure.files Added old abandoned KDE3 version of gwenview 14 jaren geleden
configure.in.bot Added old abandoned KDE3 version of gwenview 14 jaren geleden
configure.in.in Fix FTBFS with exiv2 >= 0.27. 5 jaren geleden
stamp-h.in Added old abandoned KDE3 version of gwenview 14 jaren geleden
subdirs Move gvdirpart icons under main icons folder 2 maanden geleden

README

Gwenview - http://gwenview.sourceforge.net



-> What is it ?

Gwenview is a simple image viewer for TDE. It features a folder tree window
and a file list window to provide easy navigation in your file hierarchy.
Image loading is done by TQt library, so it supports all image formats your
TQt installation supports.


-> Requirements

KDE 3.1 or more.


-> Installation

 ./configure
 make
 make install

If configure fails to find your TQt or KDE libs, you will have to type
  'export TDEDIR=/path/to/kde'
and 
  'export TQTDIR=/path/to/TQt/lib'


-> Uninstallation

 make uninstall


-> Tips concerning docked windows

Docked windows are great, but they take a little time to get
accustomed to. Here comes a few tips that you might find handy.

- While dragging a window, press Esc to cancel the drag.

- After undocking a window, if you want to dock it back, don't drag it
with the title bar, it won't dock. Drag the little horizontal grip
below the title bar instead. You may also click on the small arrow in
the top right corner, this will get it back to its previous docked place.

- If you closed a window you can get it back using the "Window" menu.

- To dock window A on an edge of window B, drag the grip of A to the wanted
edge. To make A and B use tabs, drag the grip of A on the center of B.


-> Mouse operations

You can browse through your image using the Opera-like previous-next mouse
navigation: Keep the left mouse button down and click on the right button to
go to the next image. Keep the right mouse button down and click on the left
button to go to the previous one.
Thanks to Michael Spanier for sending me a patch which started this new feature.

You can also scroll your image by holding the left mouse button down and
moving the mouse around.

Middle mouse will toggle the auto zoom on and off.

By default, the mouse wheel will either scroll the image vertically or go to
previous/next image. This can be configured in the configure dialog.

Use Shift + mouse wheel to zoom in and out.

Use Ctrl + mouse wheel to scroll the image horizontally.


-> Contact

mailto:aurelien.gateau@free.fr http://gwenview.sourceforge.net

You can also join the mailing list:
http://lists.sourceforge.net/lists/listinfo/gwenview-general


-> Copyright

Gwenview is GPL. See the COPYING file for more information.