Opened 15 years ago
Last modified 4 years ago
#4178 assigned bug
Font size sensitive printing UI
Reported by: | laplace | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1.1 |
Component: | Printing | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Using the layout managers from Haiku the printing related UI should be made font size sensitive.
Last BeOS R5 compatible repository revision number 32222.
The list of tasks:
Print server
[X] Printer selection dialog
Printers preferences
[X] Main window
[X] Add printer dialog
Printer drivers
[ ] libprint
[X] Job setup dialog
[X] Page setup dialog
[ ] Preview window
[X] PCL6
[X] Add printer dialog
[ ] Add printer dialog
[X] Advanced settings dialog
[ ] Document information dialog
[X] Fonts dialog
[X] Job setup dialog
[X] Page setup dialog
[X] Status window
[X] Preview
[X] Job setup dialog
[X] Page setup dialog
[ ] Transport Add-Ons
[ ] HP Jet Direct
[ ] IPP
[ ] LPR
Please use [O] to mark an item being worked on and [X] when it is completed. Also post in the comments what task you are working on.
Attachments (2)
Change History (20)
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Description: | modified (diff) |
---|
comment:4 by , 15 years ago
Description: | modified (diff) |
---|
by , 15 years ago
Attachment: | PrintSetup1.png added |
---|
by , 15 years ago
Attachment: | PrintSetup2.png added |
---|
comment:5 by , 15 years ago
Print server/Printer implemented in hrev32226
However there is an issue with horizontal alignment of the text:
After changing the page setup:
The "Paper Setup" text is indented too far to the right, because the layout manager has increased the width of the (picture) button.
I have used "Glue" in the BGroupLayoutBuilder(B_HORIZONTAL) to left align the text. Is "Glue" supposed to consume completely the remaining available space?
comment:6 by , 15 years ago
Depends where you added it. You may also want to play with the "weight" of the glue, or set an explicit max size to the button.
For the window above, I would probably use a 2x2 grid layout for the buttons and the labels.
comment:7 by , 15 years ago
Description: | modified (diff) |
---|
Fixed in hrev32229 setting the explicit max button size. Thank you Axel.
comment:8 by , 15 years ago
Description: | modified (diff) |
---|
comment:9 by , 15 years ago
comment:10 by , 15 years ago
Status: | new → assigned |
---|
comment:11 by , 14 years ago
Version: | R1/pre-alpha1 → R1/Development |
---|
comment:12 by , 14 years ago
Description: | modified (diff) |
---|
comment:14 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | in-progress → assigned |
comment:15 by , 9 years ago
Description: | modified (diff) |
---|
hrev49157 fixes Fonts and Advanced window. Status window already uses layout
comment:18 by , 4 years ago
Milestone: | R1 → R1.1 |
---|
I am going to update Print server/Printer selection dialog