Bug 318517

Summary: In Manage Print Jobs plasma widget: add button to launch print-queue
Product: [Frameworks and Libraries] print-manager Reporter: Richard Llom <richard.llom>
Component: generalAssignee: Daniel Nicoletti <dantti12>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 4.10.2   
Target Milestone: ---   
Platform: Chakra   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=318495
Latest Commit: Version Fixed In:

Description Richard Llom 2013-04-17 18:41:14 UTC
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.
Comment 1 Daniel Nicoletti 2013-04-17 19:07:04 UTC
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
Comment 2 Richard Llom 2013-04-18 08:07:51 UTC
(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!
Comment 3 Daniel Nicoletti 2013-05-28 20:07:41 UTC
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