| Summary: | CTRL-R shortcut for rotate does not work in kfax | ||
|---|---|---|---|
| Product: | [Unmaintained] kfax | Reporter: | Robert Schouwenburg <robert> |
| Component: | general | Assignee: | Bernd Wuebben <wuebben> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Robert Schouwenburg
2004-06-28 12:26:03 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 Good job! Thanks. |