lopezio / wosaic

Automatically exported from code.google.com/p/wosaic
GNU General Public License v2.0
2 stars 0 forks source link

Move status bar to separate thread #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For saving, and mosaic generation, we should have some status indicator (ala 
blue progress bar, 
maybe status messages emitted at certain key points in execution) to show the 
user that the 
application is doing work, and to indicate when it has finished.

Original issue reported on code.google.com by csven...@gmail.com on 14 Dec 2007 at 4:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The initial status bars are up, however, they run in the same thread as the UI 
code.  This makes them appear less 
responsive, since they have to compete with the MosaicPane for painting time.  
Next step should be to separate 
the status bar from the UI thread.

Original comment by csven...@gmail.com on 2 Feb 2008 at 9:52

GoogleCodeExporter commented 9 years ago
Change issue name to represent current status

Original comment by swegn...@gmail.com on 27 Feb 2008 at 4:40