https://bugs.kde.org/show_bug.cgi?id=499546
Mike <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version| |6.7 Fixed/Implemented| | In| | Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/print-manager/-/commit/a | |74d40f233229ab01cf9e5ea6b49 | |2bd8b17f7cc2 --- Comment #2 from Mike <[email protected]> --- Git commit a74d40f233229ab01cf9e5ea6b492bd8b17f7cc2 by Mike Noe. Committed on 19/02/2026 at 11:12. Pushed by noee into branch 'master'. Add new print queue manager app Related: bug 512442 FIXED-IN: 6.7 M +1 -0 .kde-ci.yml M +6 -0 CMakeLists.txt M +14 -13 README.md M +1 -0 src/CMakeLists.txt M +1 -1 src/libkcups/ProcessRunner.cpp A +42 -0 src/print-queue/CMakeLists.txt A +8 -0 src/print-queue/Messages.sh A +132 -0 src/print-queue/PrintQueue.cpp [License: GPL(v2.0+)] A +36 -0 src/print-queue/PrintQueue.h [License: GPL(v2.0+)] A +80 -0 src/print-queue/main.cpp [License: LGPL(v2.0+)] A +11 -0 src/print-queue/org.kde.plasma.printqueue.desktop A +358 -0 src/print-queue/qml/JobView.qml [License: LGPL(v2.0+)] A +356 -0 src/print-queue/qml/Main.qml [License: LGPL(v2.0+)] A +81 -0 src/print-queue/qml/NotAvailablePage.qml [License: LGPL(v2.0+)] https://invent.kde.org/plasma/print-manager/-/commit/a74d40f233229ab01cf9e5ea6b492bd8b17f7cc2 -- You are receiving this mail because: You are watching all bug changes.
