diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-11-21 21:07:59 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2012-01-10 20:31:56 +0100 |
commit | 98be39a094cc20f513da1847c553513682e4eeae (patch) | |
tree | bf3ac3591cf80c14e484328d50d7b553d18244e2 /mana.cbp | |
parent | 683da50e37fbbb2e3f70a4421a06dabd9bb912d8 (diff) | |
download | mana-98be39a094cc20f513da1847c553513682e4eeae.tar.gz mana-98be39a094cc20f513da1847c553513682e4eeae.tar.bz2 mana-98be39a094cc20f513da1847c553513682e4eeae.tar.xz mana-98be39a094cc20f513da1847c553513682e4eeae.zip |
Made addition of custom servers be done in a separate window.
Now the first window the user can see is a list of servers
which can double-clicked, making it all less cluttered.
This commit also makes custom servers able to now have
their own titles and their own description,
just as the official ones.
I also fixed the add entry button being registered twice
to the action listener, and the fact that the description
wasn't updated properly at windows loading
and when adding/removing an entry.
Resolves: Mana-Mantis #237.
Reviewed-by: Ablu
Diffstat (limited to 'mana.cbp')
-rw-r--r-- | mana.cbp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -165,6 +165,8 @@ <Unit filename="src\gui\confirmdialog.h" /> <Unit filename="src\gui\connectiondialog.cpp" /> <Unit filename="src\gui\connectiondialog.h" /> + <Unit filename="src\gui\customserverdialog.cpp" /> + <Unit filename="src\gui\customserverdialog.h" /> <Unit filename="src\gui\debugwindow.cpp" /> <Unit filename="src\gui\debugwindow.h" /> <Unit filename="src\gui\emotepopup.cpp" /> |