Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 178 and Version 179 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/24/10 03:12:48 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v178 v179  
    2727 * Evaluators of test functions allow name to be changed
    2828 * Operator graph view
    29   * The "Zoom area tool" in the operator graph view does not really perform the action expected by the icon
    30   * Saving a screenshot from an operator graph and specifying the filename doesn't automatically add the extension
    31   * The icon for the screenshot button doesn't really indicate it's taking a screenshot, some kind of camera icon would be nicer
    32   * The icon for redraw the graph is okay, but usually there's one with 3 boxes connected by lines
    33   * !UserDefinedAlgorithms cannot be edited (connections, operators adding or removing) through the graph view (either cloned or newly created)
    34   * "Break Point" (should be spelled  "Breakpoint") and "Initial Operator" are selectable in the context menu although the graph view is not editable (they do nothing when clicked).
    35   * The context menu should display "Open View" in bold letters
    36   * Connecting the input port to another input port throws an exception
    37   * Deleting an operator from the chart still leaves the details there
    38   * Showing an operator graph in the chart and the tree view at the same time, selecting an operator in the chart, but deleting that operator from the graph in the tree view still shows a frame and the details in the chart
    39  * Closing the start page through the "x" still shows a check in the views menu. Also if it was closed that way and then "Close all" is chosen the start page cannot be shown again.
    40    * mkommend
     29   * The "Zoom area tool" in the operator graph view does not really perform the action expected by the icon
     30   * Saving a screenshot from an operator graph and specifying the filename doesn't automatically add the extension
     31   * The icon for the screenshot button doesn't really indicate it's taking a screenshot, some kind of camera icon would be nicer
     32   * The icon for redraw the graph is okay, but usually there's one with 3 boxes connected by lines
     33   * !UserDefinedAlgorithms cannot be edited (connections, operators adding or removing) through the graph view (either cloned or newly created)
     34   * "Break Point" (should be spelled  "Breakpoint") and "Initial Operator" are selectable in the context menu although the graph view is not editable (they do nothing when clicked).
     35   * The context menu should display "Open View" in bold letters
     36   * Connecting the input port to another input port throws an exception
     37   * Deleting an operator from the chart still leaves the details there
     38   * Showing an operator graph in the chart and the tree view at the same time, selecting an operator in the chart, but deleting that operator from the graph in the tree view still shows a frame and the details in the chart
    4139 * Opening a file that is not a hl file should display a nicer dialog than the `PersistenceException` that complains about a missing typecache.xml
    4240 * Using "Close all", also closes the operators list, clipboard and the start page. The start page okay, but operators list or clipboard I wouldn't have exptected to be closed.