qzind / tray

Browser plugin for sending documents and raw commands to a printer or attached device.
https://qz.io
Other
824 stars 266 forks source link

Clear Queue (cancel-jobs) #1191

Closed Vzor- closed 8 months ago

Vzor- commented 8 months ago

This is a feature addition requested in #1185. It adds the ability to clear a specific printer's queue. The delete jobs should be pending only, leaving behind 'printed' and 'retained' jobs.

Todo:

closes #1185

Vzor- commented 8 months ago

I am developing across 2 machines so there will be plenty of WIP commits.

Vzor- commented 8 months ago

I think thats the last of it, ready for review.

Vzor- commented 8 months ago

setJob will be supported in the next version of JNA. https://github.com/java-native-access/jna/pull/1556

tresf commented 8 months ago

Merged. We'll do a clean-up commit once JNA 5.14.0+ is released and bundled.