kde-extraapps/print-manager
Ivailo Monev b482c93f87 generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2016-09-13 00:53:08 +00:00
..
add-printer generic: misc cleanups 2015-09-02 08:54:43 +03:00
configure-printer generic: misc cleanups 2016-09-13 00:53:08 +00:00
declarative-plugins generic: major build system cleanup 2015-09-02 02:13:50 +03:00
libkcups generic: misc cleanups 2016-04-29 21:14:31 +00:00
plasmoid generic: make changes required for building against Katie 2015-11-25 10:01:00 +00:00
print-manager-kded generic: make changes required for building against Katie 2015-11-25 10:01:00 +00:00
printer-manager-kcm generic: misc cleanups 2015-09-02 08:54:43 +03:00
printqueue generic: make changes required for building against Katie 2015-11-25 10:01:00 +00:00
CMakeLists.txt print-manager: use Cups module from CMake 2015-11-06 07:14:00 +02:00
config.h.cmake import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
COPYING import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
Messages.sh import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
README import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00

This project aims to be a full replacement for the
current printing management of KDE.

* It should be small and fast
* Simple and functional
* Very well integrated

printd - contains a kded module that checks for user print jobs and shows a systray icon
 --TODO
  - Integrate with PackageKit, talking to PK is easy
    the hard part is understand what s-c-p does.

printqueue - contains an application that show the printers queue

printer-manager-kcm - configure printers in a very simple way

add-printer - a wizard to add new printers
 --TODO
  - Search for windows printers using samba
  - Guess the print queue for some kind of printers

plasmoid - show printers and it's jobs
 --TODO
  - Move the jobs dataengine to a QML plugin
    so we can load all jobs and still be fast