Bug 268708 - show message when loading scenes
Summary: show message when loading scenes
Status: RESOLVED UNMAINTAINED
Alias: None
Product: gluon
Classification: Applications
Component: gluoncreator (show other bugs)
Version: Electron(alpha 2)
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Arjen Hiemstra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-17 02:23 UTC by sacha schutz
Modified: 2020-11-10 13:03 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sacha schutz 2011-03-17 02:23:44 UTC
Version:           Electron(alpha 2) (using KDE 4.5.3) 
OS:                Linux

When I change scenes by selecting between them in Project/Scene, sometimes it takes a while (more than 2ms but less than 1 sec).
In the futur, Scenes will be bigger and it will takes more time. So I suggest you to disable all editable widget and show a loading message in the status bar.

In the same way, it should be use when loading game project



Reproducible: Didn't try

Steps to Reproduce:
Open Apocalypse game project
Double click on Menu
Double click on Level 2



Actual Results:  
it takes a very little times

Expected Results:  
show progress message in status bar Or in message dock bar: 
example : "loading scene ... 59%"


OS: Linux (i686) release 2.6.32-29-generic
Compiler: cc
Comment 1 Arjen Hiemstra 2011-03-17 03:07:01 UTC
This is one of the "todo" items still pending that needs to be fixed asap. The issue is mainly that we need a proper loading system for scenes, preferably one that can later on be extended to include background loading and continuous streaming.