Free cookie consent management tool by TermsFeed Policy Generator

Opened 13 years ago

Closed 12 years ago

#1652 closed enhancement (done)

Add option to switch between Optimizer MainForms

Reported by: ascheibe Owned by: ascheibe
Priority: high Milestone: HeuristicLab 3.3.6
Component: Optimizer Version: 3.3.6
Keywords: Cc:

Description

Because the standard DockingMainForm has resizing issues on some machines (see Ticket #1582), there should be an option in the Optimizer to switch to e.g. MultipleDocumentMainForm where these problems don't occur.

Change History (11)

comment:1 Changed 13 years ago by ascheibe

  • Status changed from new to assigned

comment:2 Changed 13 years ago by ascheibe

r6827

  • added MainForms for Single and Multiple Documents to Optimizer
  • moved cursor handling code up to MainForm
  • added a configuration dialog for switching between different MainForms

comment:3 Changed 13 years ago by ascheibe

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

comment:4 Changed 13 years ago by ascheibe

r6841

  • added keyboard shortcuts
  • set dialog to a fixed size

comment:5 Changed 13 years ago by ascheibe

r6935 fixed a bug when saving a file in SD or MD mode

comment:6 Changed 12 years ago by mkommend

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

reviewing comments:

  • Remove all .resx file from the rep (e.g. MainFormTypeSelectorDialog.resx).
  • Remove the UpdateTitle method from MainForm.cs. This behavior should be handled in the concrete optimizer mainforms.
  • The same holds for the OnInitialized-Hook in MainForm.cs. It is not acceptable that the title of every MainForm is set to 'HeuristicLab.Optimizer'.

comment:7 Changed 12 years ago by ascheibe

r7013: implemented reviewing comments:

  • deleted resource files
  • moved UpdateTitle and OnInitialized code to Optimizer*MainForm

comment:8 Changed 12 years ago by ascheibe

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

comment:9 Changed 12 years ago by mkommend

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

comment:10 Changed 12 years ago by ascheibe

r7070 made the note that you have to restart the optimizer more visible in the MainFormTypeSelectionDialog

comment:11 Changed 12 years ago by swagner

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