Bug 84147 - CTRL-R shortcut for rotate does not work in kfax
Summary: CTRL-R shortcut for rotate does not work in kfax
Status: RESOLVED FIXED
Alias: None
Product: kfax
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Bernd Wuebben
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-28 12:26 UTC by Robert Schouwenburg
Modified: 2004-11-09 21:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Schouwenburg 2004-06-28 12:26:03 UTC
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.
Comment 1 Helge Deller 2004-11-09 20:30:39 UTC
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



Comment 2 Robert Schouwenburg 2004-11-09 21:26:59 UTC
Good job! Thanks.