Menu

#409 Use 'title=TITLE' option in the window title bar

v1.1.x
closed
None
v1.1.2
New Functionality
2019-08-19
2018-11-26
Erik Hänel
No

Use the title="TITLE" plot option also as value for the window title bar of the GraphViewer.

Analysis:

The GraphHelper class shall contain the title tag, which will be passed by the PlotData class. Because it may be possible that there are multiple titles in a multiplot, the PlotData object has to track these and combine them to a reasonable string.

Implementation:

  • Implementation: The implementation was processed as proposed by the analysis. Additionally small logical changes were required, because the titles are set multiple times in the case of multi-plots.
  • Revision: [r458]
  • Implementation test: A single plot, a composed plot and a multi-plot was tested.

Documentation:

  • ChangesLog: Updated
  • Comments: The changed code sections were commented sufficiently
  • Documentation articles: Not needed - internal change
  • Language files: Not needed - internal change

Tests:

Functionality was tested in productive environment. No deviations detected.

Related

Commit: [r458]

Discussion

  • Erik Hänel

    Erik Hänel - 2018-11-26
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2019-01-30
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,18 @@
     Use the `title="TITLE"` plot option also as value for the window title bar of the GraphViewer.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* ChangesLog: (*Have you updated the changes log?*)
    +* Comments: (*Have you written comments in the code, which describe your change?*)
    +* Documentation articles: (*Have you updated the documentation articles?*)
    +* Language files: (*Have you updated the language files?*)
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2019-02-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Use the `title="TITLE"` plot option also as value for the window title bar of the GraphViewer.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +The `GraphHelper` class shall contain the `title` tag, which will be passed by the `PlotData` class. Because it may be possible that there are multiple titles in a multiplot, the `PlotData` object has to track these and combine them to a reasonable string.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2019-02-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,15 +4,15 @@
     The `GraphHelper` class shall contain the `title` tag, which will be passed by the `PlotData` class. Because it may be possible that there are multiple titles in a multiplot, the `PlotData` object has to track these and combine them to a reasonable string.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: The implementation was processed as proposed by the analysis. Additionally small logical changes were required, because the titles are set multiple times in the case of multi-plots.
    +* Revision: [r458]
    +* Implementation test: A single plot, a composed plot and a multi-plot was tested.
    
     ###Documentation:
    -* ChangesLog: (*Have you updated the changes log?*)
    -* Comments: (*Have you written comments in the code, which describe your change?*)
    -* Documentation articles: (*Have you updated the documentation articles?*)
    -* Language files: (*Have you updated the language files?*)
    +* ChangesLog: Updated
    +* Comments: The changed code sections were commented sufficiently
    +* Documentation articles: Not needed - internal change
    +* Language files: Not needed - internal change
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r458]

  • Erik Hänel

    Erik Hänel - 2019-08-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -15,4 +15,4 @@
    
     * Language files: Not needed - internal change
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Functionality was tested in productive environment. No deviations detected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel