Menu

#471 Implement GUI functionalities

v1.1.x
closed
None
v1.1.3
New Functionality
2021-03-22
2019-06-26
Erik Hänel
No

Implement GUI functionalities, which may be used by the users to develop own windows. These windows shall at least include the following features:

  • Use horizontal or vertical layouts (i.e. a main window direction and the other elements are placed in orthogonal sizers)
  • Input elements (text, drop down & combobox, checkbox, radio group)
  • Output elements (tables, simple graphs)
  • Event handling using procedures

Analysis:

This feature requires that we introduce some new commands and command blocks like layout ... endlayout and group ... endgroup. Additionally, we will introduce a new file type, the so-called Layout script. The communication between the kernel and the new custom window will be performed via the NumeRe::WindowManager and the new window command.

Implementation:

  • Implementation: The new feature was implemented as proposed by the analysis. Further changes have to be tracked with other tickets.
  • Revision: [r829]
  • Implementation test: Different (testing and productive) GUI layouts have been created and tested thoroughly.

Documentation:

  • [x] ChangesLog updated
  • [x] Code changes commented
  • Documentation articles:
    • [ ] corresponding documentation articles updated
    • [x] new documentation articles created
    • [ ] not needed
  • Language files:
    • [x] corresponding language files updated
    • [ ] not needed

Tests:

Added to the SW tests. Tests run without any deviation.

Related

Commit: [r829]

Discussion

  • Erik Hänel

    Erik Hänel - 2020-11-15
    • status: open --> accepted
    • Version: Planned --> v1.1.3
     
  • Erik Hänel

    Erik Hänel - 2021-01-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -5,3 +5,24 @@
    
     * Output elements (tables, *simple* graphs)
     * Event handling using procedures
    
    +###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 updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2021-01-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,7 +6,7 @@
    
     * Event handling using procedures
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +This feature requires that we introduce some new commands and command blocks like `layout ... endlayout` and `group ... endgroup`.  Additionally, we will introduce a new file type, the so-called Layout script. The communication between the kernel and the new custom window will be performed via the `NumeRe::WindowManager` and the new `window` command.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2021-02-07
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -9,19 +9,19 @@
     This feature requires that we introduce some new commands and command blocks like `layout ... endlayout` and `group ... endgroup`.  Additionally, we will introduce a new file type, the so-called Layout script. The communication between the kernel and the new custom window will be performed via the `NumeRe::WindowManager` and the new `window` command.
    
     ###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 new feature was implemented as proposed by the analysis. Further changes have to be tracked with other tickets.
    +* Revision: [r829]
    +* Implementation test: Different (testing and productive) GUI layouts have been created and tested thoroughly.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
    -    * [ ] new documentation articles created
    +    * [x] new documentation articles created
         * [ ] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r829]

  • Erik Hänel

    Erik Hänel - 2021-03-22
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -25,4 +25,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Added to the SW tests. Tests run without any deviation.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB