kde-extraapps/print-manager
2015-03-01 05:26:36 +00:00
..
add-printer import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
cmake/modules import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
configure-printer generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
declarative-plugins import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
libkcups generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
plasmoid import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
print-manager-kded generic: replace now gone KGenericFactory with KPluginFactory 2015-03-01 05:26:36 +00:00
printer-manager-kcm generic: replace now gone KGenericFactory with KPluginFactory 2015-03-01 05:26:36 +00:00
printqueue generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
CMakeLists.txt generic: require KDE 4.14.3 at minimum 2015-01-20 17:31:51 +00: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