GIMP: Embed page setup dialog functionality in the print dialog
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
One Hundred Papercuts |
Fix Released
|
Medium
|
Bilal Akhtar | ||
The Gimp |
Fix Released
|
Medium
|
|||
gimp (Ubuntu) |
Fix Released
|
High
|
Sebastien Bacher |
Bug Description
Binary package hint: gimp
There is a possibility of embedding the paper size combo and orientation
combo in the print dialog since Gtk+ 2.17.4. It is activated by calling the
gtk_print_
It would be nice to have this feature also in the GIMP, as photos do not have an
absolute size. You select the print size of a photo only when you actually
print it and photos are often printed on sizes which are not the standard size
of the printer (4x6 inches/10x15 cm). So the page size and orientation should
be easily accessable during the printing action, which means that they are best
placed in the printing dialog.
To implement this one only needs a small patch doing the following things:
- Remove the "Page Setup" menu entries (and toolbar buttons)
- Remove call-back functions to open the "Page Setup" dialog
- Add call of gtk_print_
initialization of print dialog
- Add calls to load page setup setting on print dialog initialization and
save them on OK/Print/Apply in print dialog (to remember next print dialog
call or even next session).
See the patches attached to
https:/
http://
See also the Ubuntu Blueprint for improving usability of photo printing:
https:/
This is also reported upstream:
Related branches
Changed in gimp (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in gimp: | |
importance: | Unknown → Medium |
status: | Unknown → New |
Changed in gimp (Ubuntu): | |
status: | Confirmed → Triaged |
Changed in hundredpapercuts: | |
assignee: | nobody → Papercuts Ninja (papercuts-ninja) |
status: | New → Triaged |
Changed in hundredpapercuts: | |
importance: | Undecided → Medium |
milestone: | none → nt8-featured |
Changed in gimp: | |
status: | New → Confirmed |
Changed in hundredpapercuts: | |
milestone: | nt8-featured → precise-9-miscellaneous |
Changed in gimp: | |
status: | Confirmed → Fix Released |
Changed in gimp (Ubuntu): | |
assignee: | Canonical Desktop Team (canonical-desktop-team) → Sebastien Bacher (seb128) |
Changed in gimp (Ubuntu): | |
status: | Triaged → Fix Committed |
Changed in hundredpapercuts: | |
status: | In Progress → Fix Committed |
Changed in hundredpapercuts: | |
status: | Fix Committed → Fix Released |
Does this really still count as a papercut since GIMP is no longer included in default Ubuntu?