← Previous ChangeTicket Comment History

Changes between Initial Version and Version 1 of Ticket #965, comment 1


Ignore:
Timestamp:
2011-06-13 08:37:58 (13 years ago)
Author:
jeroens
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #965, comment 1

    initial v1  
    1 Additionally, the scientific interface should centralize status feedback for running processes. This should no longer be triggered from individual forms. To update this, the following is required: 
    2  * Use cProgressMessage for any status update; both from core, UI and plug-ins 
     1Additionally, the scientific interface should centralize status feedback for running processes. This should no longer be triggered from individual forms; it is the core progress that should be reported, NOT UI progress.  
     2 
     3To update this, the following is required: 
     4 * Send cProgressMessage for any start, step and stop of any process. This applies to all searches, lengthy operations (save, load, and import), running value chains and network analysis, etc. This replaces most cApplicationStatusNotifier calls. 
    35 * Build central status handler in UI, which: 
    46   * Handle status bar progress updates