comparison README @ 3:c0e337a01cb7

0.8.0
author gqview
date Thu, 13 Apr 2000 12:55:19 +0000
parents b3e0e515fabf
children e149abcda4eb
comparison
equal deleted inserted replaced
2:0591360d4e38 3:c0e337a01cb7
1 ################################################################### 1 ###################################################################
2 ## GQview 0.7.0 (07/03/99) ## 2 ## GQview 0.8.0 (04/06/2000) ##
3 ## This software is Copyright (C) 1999 by John Ellis. ## 3 ## This software is Copyright (C) 2000 by John Ellis. ##
4 ## Use this software at your own risk. I am not responsible for ## 4 ## Use this software at your own risk. I am not responsible for ##
5 ## anything this software may do to your computer. ## 5 ## anything this software may do to your computer. ##
6 ## This software falls under the GNU Public License. Please read ## 6 ## This software falls under the GNU Public License. Please read ##
7 ## the COPYING file for more information ## 7 ## the COPYING file for more information ##
8 ################################################################### 8 ###################################################################
9 9
10 Author: John Ellis 10 Author: John Ellis
11 e-mail: gqview@email.com 11 e-mail: gqview@email.com
12 homepage: gqview.netpedia.net 12 homepage: gqview.sourceforge.net
13 www.geocities.com/SiliconValley/Haven/5235/ (mirror always up to date) 13 gqview.netpedia.net (site just has a link back to above)
14 14
15 ======== Requirements 15 ======== Requirements
16 16
17 GTK+-1.2.0: ftp://ftp.gtk.org/pub/gtk 17 GTK+-1.2.x: ftp://ftp.gtk.org/pub/gtk
18 Imlib 1.9: ftp://ftp.labs.redhat.com/pub/imlib 18 Imlib 1.9: ftp://ftp.labs.redhat.com/pub/imlib
19 19
20 ======== Notes and changes for this release 20 ======== Notes and changes for this release
21 21
22 Changes: 22 Changes:
23 > Now use autoconf/make, resulting in a configure script. 23 > Now use autoconf/make, resulting in a configure script.
24 > Now supports i18n, added translations: de ja pt_BR ru 24 > Now supports i18n, added translations: de ja pt_BR ru
25 > Remove 'save settings on exit', they are now always saved. 25 > Remove 'save settings on exit', they are now always saved.
26 > Copy/move dialogs now include drop down history. 26 > Copy/move dialogs now include drop down history.
27 > Overwrite dialogs now display source and dest images.
28 > Full screen toggle is now 'V'.
29 > New command line options: -f or --fullscreen; -s or --slideshow; renamed
30 long option to use -- instead of -.
31 > New option 'set wallpaper' sets the root window to current image.
32 (Scales in 'fit to window mode', tiles in all others) (edit menus).
33 - Thumbnail mode is now remembered between runs.
34 - During slideshows, next/prev image changes (space/backspace) now follow
35 the slideshow progression.
27 - Icons now update when size is configured. 36 - Icons now update when size is configured.
28 - When dragging files, and the action was a move, refresh the filelist. 37 - When dragging files, and the action was a move, refresh the filelist.
38 - Directory changes, and the filelist scrolls to follow tab completion in
39 the main window.
29 * Icons sizes are now properly remembered when the config dialog is opened 40 * Icons sizes are now properly remembered when the config dialog is opened
30 then closed without re-selecting the size. 41 then closed without re-selecting the size.
42 * Less memory leaks :)
31 43
32 Notes: 44 Notes:
33 known bug: When starting up with tools floating, then unfloat the tools and 45 bt_br.po is corrupt (my fault).
34 attempt to do drag and drop, BOOM! endless loop of errors on
35 GTK+-1.2.3 (hint: could use a little help figuring this out)
36 46
37 ======== Installation 47 ======== Installation
38 48
39 Compilation: ./configure ; make 49 Compilation: ./configure ; make
40 General install: make install 50 General install: make install
92 X zoom to fit 102 X zoom to fit
93 T toggle thumbnail display 103 T toggle thumbnail display
94 R refresh list 104 R refresh list
95 F (Un)float file selection area 105 F (Un)float file selection area
96 H (Un)hide file selection area 106 H (Un)hide file selection area
97 [Ctrl] = F Toggle full screen 107 V Toggle full screen
98 S Toggle slide show 108 S Toggle slide show
99 109
100 ======== Thanks go to the following for fixes, additions, and patches: 110 ======== Thanks go to the following for fixes, additions, and patches:
111
112 Fâtih Demir <kabalak@gmx.net>
113 for Turkish translation
101 114
102 Oleg Andrjushenko <oandr@itec.cn.ua> 115 Oleg Andrjushenko <oandr@itec.cn.ua>
103 for Russian translation 116 for Russian translation
104 117
105 Vitor Fernandes <vitor_fernandes@SoftHome.net> 118 Vitor Fernandes <vitor_fernandes@SoftHome.net>
112 for German translation. 125 for German translation.
113 126
114 Diederen Damien <D.Diederen@student.ulg.ac.be> 127 Diederen Damien <D.Diederen@student.ulg.ac.be>
115 for .xvpics thumbnail reading support. 128 for .xvpics thumbnail reading support.
116 129
130
117 ======== 131 ========
118 132