kde-extraapps/print-manager
Ivailo Monev f840649b58 generic: support building projects separately
TODO from https://github.com/fluxer/katana/issues/7.

kget and libktorrent cannot be build separately because libktorrent depends
on boost (or miniboost which is bundled) and kget depends on libktorrent.

syndication include paths were adjusted to build from the top-level
directory since it was used not only by akregator, that is no longer the
case and it should probably be moved to akregator sub-directory but that
will be decided in the future.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-10 23:43:40 +00:00
..
add-printer generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
configure-printer generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
declarative-plugins generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
libkcups generic: adjust to Katie changes 2019-06-02 16:39:37 +00:00
plasmoid generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
print-manager-kded generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
printer-manager-kcm generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
printqueue generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
CMakeLists.txt generic: support building projects separately 2020-02-10 23:43:40 +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