Modify ↓
Attachments (2)
Change History (7)
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|
comment:2 by , 17 years ago
by , 17 years ago
| Attachment: | Remove Dead Upload Code.patch added |
|---|
Removes upload code from GpxLayer.java and RawGPSLayer.java because it doesn't get used anywhere
by , 17 years ago
| Attachment: | Re-Write Direct Upload.patch added |
|---|
Rewrites most of DirectUpload. Improved layout a bit. Dialog now modal because it makes more sense the way it works now. Fixes #1873, too.
comment:3 by , 17 years ago
| Summary: | DirectUpload plugin should use a progressbar when uploading → [PATCH] DirectUpload plugin should use a progressbar when uploading |
|---|
Note:
See TracTickets
for help on using tickets.



The patch in #1797 adds a progress bar, but it doesn't show progress. An implementation of "ProgressInputStream.java" for outputs should do the trick, but I won't work on it any time soon.