diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2008-04-18 20:01:21 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2008-04-18 20:01:21 +0000 |
commit | dacb4895bd1985c1ac969767fc483f9200b343c8 (patch) | |
tree | 40562d6e1dcaed9956152089db98316974a99e99 /ChangeLog | |
parent | 4371c8c1ffcf24e8d5a7cf2ec126be239cab3d76 (diff) | |
download | mana-dacb4895bd1985c1ac969767fc483f9200b343c8.tar.gz mana-dacb4895bd1985c1ac969767fc483f9200b343c8.tar.bz2 mana-dacb4895bd1985c1ac969767fc483f9200b343c8.tar.xz mana-dacb4895bd1985c1ac969767fc483f9200b343c8.zip |
Added a change password dialog. State code is to be reworked.
(Once again, I need feedback. Thanks!)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,6 +1,15 @@ +2008-04-18 Yohann Ferreira <bertram@cegetel.net> + + * src/gui/char_select.h, src/gui/char_select.cpp, + src/gui/unregisterdialog.h, src/gui/unregisterdialog.cpp, + src/main.cpp, src/main.h, src/logindata.h, + src/gui/changepassworddialog.h, src/gui/changepassworddialog.cpp, + src/CMakeLists.txt: Added a change password dialog. State code is to + be reworked. + 2008-04-18 David Athay <ko2fan@gmail.com> - * src/gui/chat.h, src/gui/widgets/tabbedarea.h, + * src/gui/chat.h, src/gui/widgets/tabbedarea.h, src/gui/widgets/tabbedarea.cpp, src/gui/chat.cpp, src/gui/guildwindow.cpp, src/gui/gui.cpp, src/CMakeLists.txt, src/net/guildhandler.cpp, src/net/chathandler.cpp, src/Makefile.am, @@ -32,7 +41,7 @@ 2008-04-16 David Athay <ko2fan@gmail.com> - * src/gui/guildlistbox.cpp, src/gui/guildwindow.h, + * src/gui/guildlistbox.cpp, src/gui/guildwindow.h, src/gui/widgets/tabbedarea.cpp, src/gui/chat.cpp, src/gui/guildlistbox.h, src/gui/guildwindow.cpp, src/guild.cpp, src/guild.h, src/net/guildhandler.cpp: Fixed online status so that @@ -42,7 +51,7 @@ 2008-04-15 David Athay <ko2fan@gmail.com> - * src/gui/guildlistbox.cpp, src/gui/guildwindow.h + * src/gui/guildlistbox.cpp, src/gui/guildwindow.h src/gui/widgets/tabbedarea.h, src/gui/widgets/tabbedarea.cpp, src/gui/guildlistbox.h, src/gui/guildwindow.cpp, src/net/guildhandler.cpp, src/net/protocol.h, src/net/chathandler.cpp, |