Version: 1.3.0 (using KDE 3.3.0, (3.1)) Compiler: gcc version 3.3.4 (Debian 1:3.3.4-9) OS: Linux (i686) release 2.6.8.1-vash When a page arrives upside down, and is rotated in the viewer, and the print option is invoked, the printout is still upside down. This is relevant when printing multiple pages on a single sheet because physically turning the resulting sheet messes up page ordering. Greetings Marc
CVS commit by deller: - rotated pages in the view are now printed rotated as well (#90604) - image/fax-g3 mimetype files are now assigned to kfax as well as image/tiff (#89972) - FileOpen/FileSaveAs dialogs now use image/fax-g3 and image/tiff mime filters (#69704) - zooming problems should be gone (#20028) - Problems with format of fax-files should be fixed as well with the mime additions (#19765) - drop own copy_file() funtion and use the one from KIO::netaccess instead. - lots of other small coding cleanups (e.g. use METASOURCE=AUTO) BUG:90604 BUG:89972 BUG:69704 BUG:20028 BUG:19765 M +66 -137 kfax.cpp 1.102 M +1 -1 kfax.desktop 1.258 M +5 -4 kfax.h 1.45 M +1 -3 options.cpp 1.25 M +1 -6 viewfax.cpp 1.23