Version: (using KDE KDE 3.2.2) Installed from: Compiled From Sources Compiler: gcc version 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6) OS: Linux A fax cannot be rotated with the shortcut CTRL-R as listed in the main menu. Directly selecting the menu-option "Rotate page" works fine.
CVS commit by deller: - fix "CTRL-R shortcut for rotate does not work in kfax" (#84147) - fix "Can't print only part (selected pages) of a document" (#50286) - drop g3hack.cpp file - not needed - kfax now reads the resolution (DPI) from the file and uses this for printing - kfax will try to print the page with the same resolution, if it does not fit on the page, scale it. - some other smaller code cleanups BUG:84147 FEATURE:50286 M +1 -1 TODO 1.5 M +1 -0 faxexpand.h 1.9 M +59 -20 kfax.cpp 1.104 M +2 -1 kfax.h 1.46 M +7 -19 viewfax.cpp 1.24 R g3hack.cpp 1.4
Good job! Thanks.