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: | general | Assignee: | 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: | http://commits.kde.org/print-manager/2f1bd4470098f04531fee6d2f72fd5519d39fff9 | Version Fixed In: | |
Sentry Crash Report: |
Description
Richard Llom
2013-04-17 18:41:14 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 (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 |