Interface for saving to Optimized SVG too large
Bug #748639 reported by
Louis Simard
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Low
|
Patrick Storz | ||
Scour |
Fix Released
|
Low
|
Unassigned |
Bug Description
[From bug 747698, quoting JazzyNico]
With all the new parameters in Scour (compared to those in Inkscape 0.48), the extension dialog is very high and just fits on my 1280x1024 screen. I think laptop (and netbooks) users can't even see the apply button at the bottom. The only solution I see for now is splitting the option et help tabs each in two. I suggest that we keep the most basic options in the first tabs and the advanced ones in the second. What do you think?
[Inferred information from bug 747698]
Scour version >= trunk revision 209
Inkscape version > 0.48
Related branches
lp://staging/~ede123/inkscape/scour
Rejected
for merging
into
lp://staging/~inkscape.dev/inkscape/trunk
- jazzynico (community): Needs Fixing
-
Diff: 7928 lines (+4205/-3219)9 files modifiedshare/extensions/scour.inx (+89/-47)
share/extensions/scour.py (+26/-60)
share/extensions/scour/Makefile.am (+1/-1)
share/extensions/scour/__init__.py (+19/-0)
share/extensions/scour/scour.py (+3091/-3003)
share/extensions/scour/svg_regex.py (+43/-41)
share/extensions/scour/svg_transform.py (+40/-37)
share/extensions/scour/yocto_css.py (+28/-30)
share/extensions/six.py (+868/-0)
lp://staging/~ede123/inkscape/scour2
- Mc: Approve (build)
- su_v (community): Approve (build)
-
Diff: 4198 lines (+140/-3962)10 files modifiedconfigure.ac (+0/-1)
share/extensions/CMakeLists.txt (+0/-3)
share/extensions/Makefile.am (+0/-1)
share/extensions/scour.inkscape.py (+53/-65)
share/extensions/scour.inx (+87/-50)
share/extensions/scour/Makefile.am (+0/-13)
share/extensions/scour/scour.py (+0/-3235)
share/extensions/scour/svg_regex.py (+0/-285)
share/extensions/scour/svg_transform.py (+0/-235)
share/extensions/scour/yocto_css.py (+0/-74)
Changed in inkscape: | |
assignee: | nobody → JazzyNico (jazzynico) |
importance: | Undecided → Low |
status: | New → In Progress |
Changed in inkscape: | |
milestone: | none → 0.49 |
status: | In Progress → Fix Committed |
tags: | added: extensions-plugins |
Changed in inkscape: | |
milestone: | 0.91 → none |
status: | New → Triaged |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Now, I have no idea how to go about fixing this myself, but it's a separate issue important enough to merit its own bug, IMO. Usability is improved if catering for all resolutions.
I added Affects: Scour since the Inkscape extension UI file is defined there. I'll take any patch you give us for the UI file and apply it to Scour. Or maybe someone else in the Scour project has a clue about editing the UI file? :)