Menu

#320 Create GUI dialog functions/commands

v1.1.x
closed
None
v1.1.2
New Functionality
2019-08-23
2018-04-20
Erik Hänel
No

Create a command to start a GUI dialog, e.g. for selecting a file. A possible command would be

STRING = dialog "DEFAULTLOCATION/SELECTIONS" -set type=filedialog/listdialog/messagebox message=MESSAGE title=TITLE buttons=okcancel/ok

Analysis:

This functionality requires some in-depth changes in the kernel to introduce a window manager, which will handle the creation of windows and their return values. This window manager can be extended to handle graph windows as well.

Implementation:

  • Implementation: The new functionality was implemented as proposed by the analysis.
  • Revision: [r517]
  • Implementation test: Different dialog windows were created and tested.

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:

This functionality was tested manually. The occured deviation was fixed in [r617]

Related

Commit: [r517]
Commit: [r617]

Discussion

  • Erik Hänel

    Erik Hänel - 2018-04-21
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-11-22
    • Version: Planned --> v1.1.2
     
  • Erik Hänel

    Erik Hänel - 2019-03-29
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,25 @@
     Create a command to start a GUI dialog, e.g. for selecting a file. A possible command would be 
    
         STRING = dialog "DEFAULTLOCATION/SELECTIONS" -set type=filedialog/listdialog/messagebox message=MESSAGE title=TITLE buttons=okcancel/ok
    +
    +###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 - 2019-04-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -3,7 +3,7 @@
         STRING = dialog "DEFAULTLOCATION/SELECTIONS" -set type=filedialog/listdialog/messagebox message=MESSAGE title=TITLE buttons=okcancel/ok
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +This functionality requires some in-depth changes in the kernel to introduce a window manager, which will handle the creation of windows and their return values. This window manager can be extended to handle graph windows as well.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -6,19 +6,19 @@
     This functionality requires some in-depth changes in the kernel to introduce a window manager, which will handle the creation of windows and their return values. This window manager can be extended to handle graph windows as well.
    
     ###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 functionality was implemented as proposed by the analysis.
    +* Revision: [r517]
    +* Implementation test: Different dialog windows were created and tested.
    
     ###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: [r517]

  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -22,4 +22,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +This functionality was tested manually. The occured deviation was fixed in [r617]
    
    • status: testing --> closed
     

    Related

    Commit: [r617]

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB