Modify ↓
#1876 closed enhancement (fixed)
[PATCH] DirectUpload plugin should use a progressbar when uploading
| Reported by: | avar | Owned by: | Subhodip Biswas |
|---|---|---|---|
| Priority: | minor | Component: | Plugin |
| Version: | latest | Keywords: | |
| Cc: |
Description
Attachments (2)
Change History (7)
comment:1 Changed 4 years ago by anonymous
- Owner changed from framm to Subhodip Biswas
comment:2 Changed 4 years ago by xeen
Changed 4 years ago by xeen
Removes upload code from GpxLayer.java and RawGPSLayer.java because it doesn't get used anywhere
Changed 4 years ago by xeen
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 Changed 4 years ago by xeen
- Summary changed from DirectUpload plugin should use a progressbar when uploading to [PATCH] DirectUpload plugin should use a progressbar when uploading
comment:4 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Applied in [o13820].
comment:5 Changed 4 years ago by Subhodip Biswas
thanks for the effort
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.