[print-manager] [Bug 440117] Option for scaling the printed image

2021-08-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440117

--- Comment #3 from Nate Graham  ---
It's a matter of expectations and software architecture. macOS has a
centralized print dialog that implements all of these kinds of options in it so
that apps don't have to. In the KDE world, we use the Qt print dialog which
does not implement all of these options. As a result, over the years apps have
made their own homegrown implementations of these features which would conflict
with a central implementation, were it to be created.

If you want the Qt print dialog to be more like the feature-filled macOS print
dialog, that would need to be done by the Qt folks, not us. As a part of this,
they would need to come up with a process of handling conflicts between the
dialog's implementation of features such as scaling vs the app's own
implementation. It's a tricky thing. In my opinion, macOS got it right by
investing in a feature-filled print dialog from the start, which limited the
amount of work that 3rd-party developers had to do to add features that users
expect. like scaling.

-- 
You are receiving this mail because:
You are watching all bug changes.

[print-manager] [Bug 440117] Option for scaling the printed image

2021-08-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440117

--- Comment #2 from pi...@gmx.de ---
But why does it work in MacOS then in a central way and independent from any
app? Mac also uses CUPS and their printer dialog scales the complete page
bigger or smaller. I don't understand why this should be done in the app and
not by the printer dialog…

-- 
You are receiving this mail because:
You are watching all bug changes.

[print-manager] [Bug 440117] Option for scaling the printed image

2021-08-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440117

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Nate Graham  ---
This is something that needs to be implemented in the app itself; it cannot be
done centrally. Luckily for yo, Okular actually does have options for this in
its print dialog. Unhelpfully for yo, they only work if you check the "Force
Rasterization" checkbox, which is a terrible UX. Nonetheless, it should work,
and we will fix the UX issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[print-manager] [Bug 440117] Option for scaling the printed image

2021-07-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440117

pi...@gmx.de changed:

   What|Removed |Added

   Platform|Other   |Kubuntu Packages

-- 
You are receiving this mail because:
You are watching all bug changes.