#11981 closed enhancement (wontfix)
[Patch draft] Make GettingStarted panel more helpful for daily mapping
Reported by: | simon04 | Owned by: | simon04 |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
Currently the GettingStarted panel shows some program news and very basic tips for the OSM project. To make this panel more helpful for daily mapping, I propose:
- to add frequently used actions (especially download tasks)
- to display recently used files
- (to display files in a preconfigured OSM data folder?)
- …
Attachments (2)
Change History (12)
by , 9 years ago
Attachment: | 11981-alpha.patch added |
---|
by , 9 years ago
Attachment: | 11981-screenshot.png added |
---|
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Klumbumbus, thank you for the feedback. I think you are right: there's no (big) gain (at all) with the buttons added. Let's keep it open till end of 15.11 development and close it unless someone comes up and likes the changes. :)
comment:4 by , 9 years ago
follow-up: 7 comment:6 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
No need to keep this open :)
The logo can be added to StartupPage …
comment:7 by , 9 years ago
Replying to simon04:
The logo can be added to StartupPage …
I just tried it. While in wiki it worked fine, it didn't in JOSM. The right
parameter didn't work in JOSM, so I reverted the change. Any ideas, how to display the logo on the right side?
comment:8 by , 9 years ago
This is due to float: right
not being interpreted by Swing, see https://docs.oracle.com/javase/7/docs/api/javax/swing/text/html/CSS.html
Alternatively, a table could be used (left column for the next, right column for the logo) – back to the old times where tables have been used for layouting :)
Maybe editing wiki:StartupPage requires less changes than wiki:StartupPageSource
comment:9 by , 9 years ago
Why do we need the software logo on the start page at all? It's on the splash screen.
comment:10 by , 9 years ago
I thought it would make the startup page a bit friendlier and helps to actually see the finer parts of the logo. However maybe it is not so usefull on smaller screens.
Hm, I don't see a real necessity for this. The Download button is already there. If you wish special download options (overpass, download object), you can place their buttons in the toolbar as well. "Open recent", ok this would save 2 clicks, but I think that the majority does not work with local files, but only with fresh downloaded osm data. In the end the start screen looks also more cluttered. But thats just my personal opinion.