Bug 47080 - KFax has its own printer dialog
Summary: KFax has its own printer dialog
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: 2002-08-27 20:48 UTC by Stephan Binner
Modified: 2004-11-08 08:54 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 Stephan Binner 2002-08-27 20:43:11 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kfax
Version:           KDE 3.0.7 CVS/CVSup/Snapshot
Severity:          normal
Installed from:    Compiled sources
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Not Specified

KFax doesn't use the standard KDE print dialog.

(Submitted via bugs.kde.org)
Comment 1 Stephan Binner 2002-09-15 18:02:25 UTC
It doesn't use QPrinter/KPrinter at all. 
Comment 2 gerard 2003-12-06 08:07:55 UTC
The kfax printing dialog is very bad :
default printer is lpr
default page size is us letter
no way to save the settings
not resizable and too short labels place

Just throw this dialog away and call kprinter when printing faxes !
Comment 3 Helge Deller 2004-11-08 08:54:36 UTC
CVS commit by deller: 

- This is now KFax version 3.3.0
- use KPrinter instead of self-made printer dialog
- drop dependency on the external programs fax2tiff and tiff2ps - we do the printing ourself (this fixes the problem, that most people couln't print, because those tools were not installed on the user's computer and KFax didn't even printed an error message if they weren't installed)
- lots of other small cleanups

BUG:91659
BUG:89934
BUG:87788
BUG:75034
BUG:51058
BUG:47080


  M +4 -4      Makefile.am   1.41
  M +92 -265   kfax.cpp   1.101
  M +4 -6      kfax.h   1.44
  M +1 -1      version.h   1.14
  R            print.cpp   1.25
  R            print.h   1.15