Warning, /utilities/print-manager/README is written in an unsupported language. File is not indexed.

0001 This project aims to be a full replacement for the
0002 current printing management of KDE.
0003 
0004 * It should be small and fast
0005 * Simple and functional
0006 * Very well integrated
0007 
0008 printd - contains a kded module that checks for user print jobs and shows a systray icon
0009  --TODO
0010   - Integrate with PackageKit, talking to PK is easy
0011     the hard part is understand what s-c-p does.
0012 
0013 printqueue - contains an application that show the printers queue
0014 
0015 printer-manager-kcm - configure printers in a very simple way
0016 
0017 add-printer - a wizard to add new printers
0018  --TODO
0019   - Search for windows printers using samba
0020   - Guess the print queue for some kind of printers
0021 
0022 plasmoid - show printers and it's jobs
0023  --TODO
0024   - Move the jobs dataengine to a QML plugin
0025     so we can load all jobs and still be fast