Modify ↓
#11355 closed defect (fixed)
Splash screen should support parallel initialization tasks (was: 'Reading local plugin information' 3 times @ startup?)
Reported by: | rickmastfan67 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.08 |
Component: | Core | Version: | latest |
Keywords: | splash regression | Cc: |
Description
Is this suppose to be happening? Seems kinda weird to see three sets of time for that line on the startup screen, even if you might see if for only a second.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2015-04-19 01:32:19 Last Changed Author: simon04 Revision: 8229 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Relative URL: ^/trunk URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2015-04-19 00:29:10 +0200 (Sun, 19 Apr 2015) Last Changed Rev: 8229 Identification: JOSM/1.5 (8229 en) Windows 7 64-Bit Memory Usage: 353 MB / 1820 MB (235 MB allocated, but free) Java version: 1.7.0_75, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Plugins: - ImageryCache (31083) - OpeningHoursEditor (30962) - buildings_tools (30955) - measurement (30892) - mirrored_download (30962) - osmarender (30892) - reverter (30990) - turnrestrictions (31034) - undelete (30892) - utilsplugin2 (31072)
Attachments (9)
Change History (32)
Changed 9 years ago by
Attachment: | 11355_starup.png added |
---|
comment:1 Changed 9 years ago by
Changed 9 years ago by
Attachment: | 11355.patch added |
---|
comment:3 Changed 9 years ago by
Milestone: | → 15.05 |
---|---|
Summary: | 'Reading local plugin information' 3 times @ startup? → [Patch] Splash screen should support parallel initialization tasks (was: 'Reading local plugin information' 3 times @ startup?) |
Changed 9 years ago by
Attachment: | 2015-04-26-133009_1200x950_scrot.png added |
---|
comment:4 Changed 9 years ago by
comment:5 Changed 9 years ago by
Keywords: | splash added |
---|
comment:6 Changed 9 years ago by
On my system, the splash window stays at a fixed size and the content is scrolled in a strange way. Maybe add a scroll box for the bullet list?
Build-Date: 2015-04-26 15:12:57 Revision: 8274 Is-Local-Build: true Identification: JOSM/1.5 (8274 SVN en_GB) Linux Ubuntu 14.04.2 LTS Memory Usage: 487 MB / 1763 MB (294 MB allocated, but free) Java version: 1.7.0_79, Oracle Corporation, OpenJDK 64-Bit Server VM Java package: openjdk-7-jre:amd64-7u79-2.5.5-0ubuntu0.14.04.2
comment:7 Changed 9 years ago by
Interesting. I'm using
Identification: JOSM/1.5 (8275 SVN en) Linux Arch Linux
We could set a fixed height of say 240px for the content …
comment:8 Changed 9 years ago by
Milestone: | 15.05 → 15.06 |
---|
Changed 8 years ago by
Attachment: | 11355v2.patch added |
---|
comment:9 Changed 8 years ago by
v2: refactoring of the code/patch and a fixed height of 320px for the task list …
Changed 8 years ago by
Attachment: | splash1.png added |
---|
Changed 8 years ago by
Attachment: | splash2.png added |
---|
comment:15 Changed 8 years ago by
Keywords: | regression added |
---|---|
Priority: | trivial → normal |
Resolution: | fixed |
Status: | closed → reopened |
Changed 8 years ago by
Changed 8 years ago by
Changed 8 years ago by
comment:16 Changed 8 years ago by
comment:22 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Summary: | [Patch] Splash screen should support parallel initialization tasks (was: 'Reading local plugin information' 3 times @ startup?) → Splash screen should support parallel initialization tasks (was: 'Reading local plugin information' 3 times @ startup?) |
Note: See
TracTickets for help on using
tickets.
The three lines in different gray colors have been added before the initialization tasks have been parallelized. When some tasks finish at about the same time, this may lead to described behaviour …
To fix this, one would have to modify
SplashScreen
quite a bit since the concept ofProgressMonitor
does currently not work with parallel operations …