In the "Manage Print Jobs" widget it would be nice to have a button to launch the print-queue app, since it is more detailed. This can be done similar to the Network Management widget, where there is a button "Manage Connections..." which launches the app.
git master has the whole KCM on the plasmoid settings, I don't want to flood the ui with buttons, what I'll add to the plasmoid is double click on a printer will open the print-queue
(In reply to comment #1) > git master has the whole KCM on the plasmoid settings, I don't want to flood > the ui with buttons what I'll add to the plasmoid is double click on a printer will open the print-queue > sounds good to me!
Git commit 2f1bd4470098f04531fee6d2f72fd5519d39fff9 by Daniel Nicoletti. Committed on 28/05/2013 at 22:06. Pushed by dantti into branch 'master'. Allow to open QWidget print-queue from double clicking the printer item at the plasmoid. M +1 -0 plasmoid/package/contents/ui/PrinterItem.qml M +1 -0 plasmoid/package/metadata.desktop M +5 -10 printer-manager-kcm/PrinterDescription.cpp M +3 -13 printqueue/CMakeLists.txt M +81 -7 printqueue/PrintQueue.cpp M +5 -5 printqueue/PrintQueue.h D +0 -123 printqueue/PrintQueueInterface.cpp D +0 -45 printqueue/PrintQueueInterface.h D +0 -44 printqueue/PrintQueueSortFilterProxyModel.cpp D +0 -36 printqueue/PrintQueueSortFilterProxyModel.h M +1 -1 printqueue/PrintQueueUi.ui M +1 -1 printqueue/main.cpp D +0 -3 printqueue/org.kde.PrintQueue.service.in D +0 -8 printqueue/org.kde.PrintQueue.xml http://commits.kde.org/print-manager/2f1bd4470098f04531fee6d2f72fd5519d39fff9