ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/bin/cv
(Generate patch)

Comparing CV/bin/cv (file contents):
Revision 1.26 by root, Wed Nov 12 20:22:34 2003 UTC vs.
Revision 1.29 by root, Fri Nov 14 00:38:43 2003 UTC

109} 109}
110 110
111if (@ARGV) { 111if (@ARGV) {
112 $schnauzer->set_paths (\@ARGV); 112 $schnauzer->set_paths (\@ARGV);
113 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []); 113 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []);
114
115 $viewer->load_image ($ARGV[0]);
114} else { 116} else {
115 $schnauzer->set_dir (File::Spec->curdir); 117 $schnauzer->set_dir (File::Spec->curdir);
116 $mainwin->show_all; 118 $mainwin->show_all;
117} 119}
118 120
152 s set scaling mode to 'bilinear' (default) 154 s set scaling mode to 'bilinear' (default)
153 S set scaling mode to 'hyper' (slowest) 155 S set scaling mode to 'hyper' (slowest)
154 t rotate clockwise 90° 156 t rotate clockwise 90°
155 T rotate counterclockwise° 157 T rotate counterclockwise°
156 ctrl-v open a new visual schnauzer window for the current dir 158 ctrl-v open a new visual schnauzer window for the current dir
159 ctrl-s rescan visual schnauzer files for updates/deletes etc.
157 160
158The following keys are redirected to the default visual schnauzer window: 161The following keys are redirected to the default visual schnauzer window:
159 162
160 space next image 163 space next image
161 backspace last image 164 backspace last image
175 end move to last file 178 end move to last file
176 179
177 ctrl-d delete selected files WITHOUT ASKING AGAIN 180 ctrl-d delete selected files WITHOUT ASKING AGAIN
178 ctrl-g generate icons for the selected files 181 ctrl-g generate icons for the selected files
179 ctrl-u update selected (or all) icons if neccessary 182 ctrl-u update selected (or all) icons if neccessary
183
184=head1 ENVIRONMENT
185
186=over 4
187
188=item CV_PRINT_DESTINATION
189
190The default (perl-style) destination to use in the print dialog.
191
192=back
180 193
181=head1 SECURITY CONSIDERATIONS 194=head1 SECURITY CONSIDERATIONS
182 195
183CV uses Pixbuf to load images. Pixbuf is not considered safe for this 196CV uses Pixbuf to load images. Pixbuf is not considered safe for this
184purpose, though (from the gtk-2.2 release notes): 197purpose, though (from the gtk-2.2 release notes):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines