TODO List KDevelop 2.1.2

Simon Hausmann hausmann at kde.org
Thu Jun 20 22:12:03 UTC 2002


On Thu, Jun 20, 2002 at 09:59:08PM +0200, F at lk Brettschneider wrote:
> Hi!
> 
> W. Tasin wrote:
> 
> >F at lk Brettschneider wrote:
> >
> >>W. Tasin wrote:
> >>
> >>>  or better only "KDevelop" (which means that we need a definition 
> >>>for naming "gideon", e.g "KDevelop (gideon)").
> >>
> >>
> >>
> >>I second this.
> >>Ciao
> >>F at lk
> >>
> >>BTW: Your print patch applied to SuSE-8.0's KDE and Qt seems to work 
> >>OK except the initial print font size shows "4" although the print 
> >>result itself looks like size 12. Any idea? Furthermore, can we print 
> >>coloured, I mean the syntax highlighting colours, too?
> >>Ciao
> >>F at lk
> >>
> >Hi F at lk, hi guys,
> >
> >finally here's the patch which should handle the 4pt/12pt fontsize 
> >problem.
> >
> >I also added the possibility to compile KDevelop with color printing 
> >support (in the easiest and non problematic way).
> >
> What do you think about making it the default setting?
> B/W printers should print b/w anyway.
> And can the user actually unset a "colour" checkbox in the KDE print 
> dialog? So we would always supply coloured printing, and the user could 
> finally set back to black/white. Is this possible with KDE's print system?
 
Sure thing. QPrinter has a colorMode() property, both, Qt's and
KDE's print dialog allow you to switching between grayscale and
color mode,  and Qt either way takes care of dithering down to
black/white if the user selected GrayScale as color mode while the
application issues paint commands involving colors.

> P.S.: atm I cannot test the printing, my printer doesn't work any more 
> because of the reinstallation with SuSE-8. I need to find the reason 
> first... But your patch looks good to me.

You can print into postscript files, btw ;)

Simon




More information about the KDevelop-devel mailing list