Skip to content

Conversation

abrarnasirjaffari
Copy link

This PR integrates Gaurav's CPDB (Common Print Dialog Backends) support from GSoC 2022.

Key changes:

Testing completed:

  • Printer enumeration works correctly
  • IPP options are properly exposed
  • Print jobs submit with selected attributes
  • Verified against cpdb-text-frontend for consistency

Copy link

cla-assistant bot commented Aug 16, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ abrarnasirjaffari
❌ TinyTrebuchet
You have signed the CLA already but the status is still pending? Let us recheck it.

The Common Print Dialog Backends (CPDB) concept has
GUI-toolkit-independent backends for each print technology (CUPS, Print
to File, cloud printing services, ...) and each print dialog (GTK, Qt,
Chromium, Firefox, ...) is supposed to use this backend, so that changes
in print technologies can be centrally and quickly covered by changing
the backends and everything new gets available in all print dialogs.

This commit provides Qt print dialog implementation which adds support
for the CPDB concept. It communincates with all the installed CPDB
backends and so gives support for all these print technologies to the Qt
print dialog.

To make use of CPDB, Qt should be configured with cpdb and cpdbjobwidget
enabled and other print technologies (eg. cups and cupsjobwidget)
disabled to prevent printer duplication.

Change-Id: Ic97c41979040adb6e9ffab540c09edadb6b5de3e
Scraped out CUPS & CPDB specific code from print dialog frontend,
and put it in their respective print plugin directories.

This allows the print dialog to be able to dynamically select
print backends at runtime instead of having to choose one at build time.

Change-Id: I8ae53d19d91aa9689ec327fd8077558744e4768b
Scraped out CUPS & CPDB specific code from print dialog frontend,
and put it in their respective print plugin directories.

This allows the print dialog to be able to dynamically select
print backends at runtime instead of having to choose one at build time.

Change-Id: I8ae53d19d91aa9689ec327fd8077558744e4768b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants