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.30 by root, Mon Nov 17 04:04:49 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines