Menu

#69 Implement a basic menu to show/hide chat and player list windows

Backlog
Open
nobody
None
nobody
NewFeature
2018-03-29
2018-03-13
Arno Kemner
No
Problem description

Currently, the dockable windows for the chat window and the clientlist window are always visible on the screen. While they are minimized by default, it is not really possible to hide them.

The goal in this ticket is to add a menu that enables to show or hide these windows. This removes clutter from the standard setup if requested by the user. It also introduces the guts for a menu that may be put to other uses later, for example, to disconnect from the server.

Acceptance criteria
  • After you connected to the server, there is a menu with two entries
  • Selecting / Deselecting the entries allows to show or hide the chat window or the player list window.
Notes

Related

Tickets: #73

Discussion

  • Ulf Lorenz

    Ulf Lorenz - 2018-03-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,14 @@
    -Add a menu for the chat and player list
    -The dockable windows for the chat window and the clientlist window are visible on the screen (default is minimized on the right side). 
    -For these 2 windows make a menu, which will make the docking windows fully visible (not minimized)
    -See http://www.docking-frames.org for more info on making a menu with docking-frames
    +#####Problem description#####
    +
    +Currently, the dockable windows for the chat window and the clientlist window are always visible on the screen. While they are minimized by default, it is not really possible to hide them.
    +
    +The goal in this ticket is to add a menu that enables to show or hide these windows. This removes clutter from the standard setup if requested by the user. It also introduces the guts for a menu that may be put to other uses later, for example, to disconnect from the server.
    +
    +#####Acceptance criteria#####
    +
    +* After you connected to the server, there is a menu with two entries
    +* Selecting / Deselecting the entries allows to show or hide the chat window or the player list window.
    +
    +#####Notes#####
    +
    +* See http://www.docking-frames.org for more info on making a menu with docking-frames
    
     
  • Ulf Lorenz

    Ulf Lorenz - 2018-03-28
    • summary: Implement a menu --> Implement a basic menu to show/hide chat and player list windows
     
  • Ulf Lorenz

    Ulf Lorenz - 2018-03-29
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -11,4 +11,5 @@
    
     #####Notes#####
    
    +* Related to ticket [#73]
    
     * See http://www.docking-frames.org for more info on making a menu with docking-frames
    
     

    Related

    Tickets: #73


Log in to post a comment.

MongoDB Logo MongoDB