Opened 17 years ago
Closed 16 years ago
#761 closed enhancement (fixed)
[PATCH] Time remaining in upload dialog hard to read
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Can the upload dialog text be put on two lines
first line = 99.9% time left: mm.ss
second line = uploading node: 9999.. ( lat: xxx lon: yyyy)
Time left data is mostly truncated during upload so I can't see how long its going to take.
Attachments (1)
Change History (9)
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Status: | assigned → new |
---|
comment:3 by , 17 years ago
Status: | new → assigned |
---|
comment:4 by , 16 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:5 by , 16 years ago
comment:6 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #1870.
Multiline or saving dialog size is the same issue :-)
comment:7 by , 16 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
Summary: | Upload dialog data truncated → [PATCH] Time remaining in upload dialog hard to read |
I disagree.
The time remaining isn't really readable, even with a large dialog because it jumps depending on the length of the name of the feature just being uploaded.
The attached patch attempts to reorder the variables by importance. I am probably an advanced user and I never cared for the ID (it is still shown if an element doesn't have a name, e.g. a node) and it's hardly possible to read the name of the road just being uploaded, so these are not as "valuable" as time remaining.
The new message will look like:
13% (1/8), 0:01 left. Uploading node: 12345678 (49,123 49,123) [ID: 123]
by , 16 years ago
Attachment: | ReorderUploadText.patch added |
---|
reorder variables in upload text by importance
comment:8 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Agreed. Nevertheless reintroduced ID. It is required sometimes and doesn't hurt at the end.
this probably just needs a CRLF between some of the fields that your outputting
ie have two or three lines