Debugger: Implement spawning connection window.
commit445f00371c94ad28924ac5ccadefe72e139aa602
authorRene Gollent <rene@gollent.com>
Fri, 2 Dec 2016 03:19:31 +0000 (1 22:19 -0500)
committerRene Gollent <rene@gollent.com>
Mon, 5 Dec 2016 23:18:06 +0000 (5 18:18 -0500)
treed2187d96201fc85d49c5aa0e116d0c23249a0e5e
parentc4b2191889cbc78bfa8a83925aaf2dbe5ee1f4fc
Debugger: Implement spawning connection window.

TeamsWindow:
- Create new connection button now sends a message to the main app,
  which manages the connection window as a singleton.

Debugger:
- Handle creating/showing connection configuration window as requested.
src/apps/debugger/Debugger.cpp
src/apps/debugger/user_interface/gui/teams_window/TeamsWindow.cpp