Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 11 years ago

#1042 closed feature request (done)

Indication which view is currently saving

Reported by: mkommend Owned by: ascheibe
Priority: high Milestone: HeuristicLab 3.3.9
Component: Optimizer Version: 3.3.8
Keywords: Cc:

Description (last modified by mkommend)

There is no possibility to see which view is currently saving its contents. This should be indicated by a loading symbol in the tab or as overlay icon in the view.

Change History (33)

comment:1 Changed 14 years ago by mkommend

  • Description modified (diff)

comment:2 Changed 11 years ago by gkronber

  • Priority changed from low to high

comment:3 Changed 11 years ago by jkarder

  • Owner changed from swagner to jkarder
  • Status changed from new to accepted

comment:4 Changed 11 years ago by jkarder

  • Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.9
  • Version changed from 3.3 to 3.3.8

comment:5 Changed 11 years ago by jkarder

r9849: ProgressView overlays are now shown to indicate save operations

ProgressViews can now either be attached to an IView or an IContent (i.e. IContentViews displaying the specified IContent). When specifying an IContent one can also choose whether or not to include all IContentViews displaying any of the content's object graph objects.

Last edited 11 years ago by jkarder (previous) (diff)

comment:6 Changed 11 years ago by jkarder

  • Owner changed from jkarder to mkommend
  • Status changed from accepted to reviewing

comment:7 Changed 11 years ago by jkarder

  • Owner changed from mkommend to jkarder
  • Status changed from reviewing to assigned

comment:8 Changed 11 years ago by jkarder

  • Status changed from assigned to accepted

comment:9 Changed 11 years ago by jkarder

r9851: fixed file name shown in ProgressView overlays

comment:10 Changed 11 years ago by jkarder

  • Owner changed from jkarder to mkommend
  • Status changed from accepted to reviewing

comment:11 Changed 11 years ago by gkronber

I think the font color of the text shown in the progress view should be black instead of gray (it looks as if the progress view is also disabled)

comment:12 Changed 11 years ago by jkarder

  • Owner changed from mkommend to jkarder
  • Status changed from reviewing to assigned

comment:13 Changed 11 years ago by jkarder

r9865:

  • progress management is handled internally
  • fixed ProgressView overlays so that they don't get disabled anymore

comment:14 Changed 11 years ago by jkarder

  • Status changed from assigned to accepted

comment:15 Changed 11 years ago by jkarder

r9867: refactored ProgressView

A ProgressView is no longer added to the controls of the targeted IView, but to its parent.

comment:16 Changed 11 years ago by jkarder

r9868: additional commit for r9867 (fix build fail)

comment:17 Changed 11 years ago by jkarder

  • Owner changed from jkarder to mkommend
  • Status changed from accepted to reviewing

comment:18 Changed 11 years ago by ascheibe

  • Owner changed from mkommend to ascheibe
  • Status changed from reviewing to assigned

comment:19 Changed 11 years ago by ascheibe

r9893

  • applied mkommends progress view patch
  • adapted Hive views accordingly
  • made some minor improvements (more to come...)

comment:20 Changed 11 years ago by ascheibe

r9894

  • changed Hive views to use MainForm for progress handling
  • removed Cancel timeout
  • setter for ProgressState is now private
  • added Start methods to Progress
  • removed unused methods from RefreshableHiveJobView

comment:21 Changed 11 years ago by ascheibe

r9895 fixed OptimizerhiveTaskView

comment:22 Changed 11 years ago by ascheibe

  • Owner changed from ascheibe to mkommend
  • Status changed from assigned to reviewing

r9896 changed MainForm progress handling to work with controls instead of views

comment:23 Changed 11 years ago by mkommend

r9900: Renamed control parameter in MainForm while displaying a progress.

comment:24 Changed 11 years ago by mkommend

r9901: Updated progress message while saving a file.

comment:25 Changed 11 years ago by mkommend

  • Owner changed from mkommend to ascheibe
  • Status changed from reviewing to readytorelease

comment:26 Changed 11 years ago by mkommend

  • Status changed from readytorelease to reviewing

r9905: Added invoke required checks to the progress view display.

comment:27 Changed 11 years ago by ascheibe

  • Owner changed from ascheibe to mkommend
  • Status changed from reviewing to readytorelease

comment:28 Changed 11 years ago by ascheibe

  • Owner changed from mkommend to ascheibe
  • Status changed from readytorelease to assigned

comment:29 Changed 11 years ago by ascheibe

r9907

  • the size of the ProgressView is now adjusted if the Cancel button is not shown
  • replaced the progress bar of the start page with the ProgressView

comment:30 Changed 11 years ago by ascheibe

  • Owner changed from ascheibe to mkommend
  • Status changed from assigned to reviewing

comment:31 Changed 11 years ago by mkommend

  • Owner changed from mkommend to ascheibe
  • Status changed from reviewing to readytorelease

comment:32 Changed 11 years ago by ascheibe

r9933 merged r9849, r9851, r9865, r9867, r9868, r9893, r9894, r9895, r9896, r9900, r9901, r9905, r9907 into stable branch

comment:33 Changed 11 years ago by ascheibe

  • Resolution set to done
  • Status changed from readytorelease to closed
Note: See TracTickets for help on using tickets.