Feature request #8733
Better formatting for scales
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | |||
Category: | GUI | ||
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Easy fix?: | No | Copied to github as #: | 17448 |
Description
The list of available scales, at the bottom, is difficult to read: better format numbers as "1'000'000" instead of "1000000"
Associated revisions
use localized representation of scales in scale combobox, improved patch
from Alvaro Huarte (fix #8733)
History
#1
Updated by Paolo Cavallini over 11 years ago
- Subject changed from Better formatting fro scales to Better formatting for scales
#2
Updated by Alvaro Huarte over 11 years ago
Hi Paolo, I can resolve this feature, can you assign this task to me?
thanks
#3
Updated by Giovanni Manghi over 11 years ago
- Target version set to Future Release - High Priority
- Assignee set to Alvaro Huarte
#4
Updated by Alvaro Huarte over 11 years ago
- Resolution set to fixed
- % Done changed from 0 to 100
- File qgsscalecombobox.cpp added
#5
Updated by Alvaro Huarte over 11 years ago
- File deleted (
qgsscalecombobox.cpp)
#6
Updated by Giovanni Manghi over 11 years ago
Hi Alvaro, can you please make a Pull Request in the qgis repo? This way other will be able to see it and review and then commit. Thanks!
#7
Updated by Alvaro Huarte over 11 years ago
Done.
I'm new using gitub and I'm learning this tool, Sorry!
Thanks!
#8
Updated by Alvaro Huarte over 11 years ago
Changes goto branch:
#9
Updated by Alexander Bruy over 11 years ago
- Status changed from Open to Closed
Fixed in changeset 82e645167116c29489cd72ee53cfebc54949ee5a.
#10
Updated by Alexander Bruy over 11 years ago
- Resolution changed from fixed to fixed/implemented
Now localized representation for scales used. Reopen if necessary.