diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-20 11:29:18 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-20 11:29:18 +0000 |
commit | 59472ef68fdef3f7e8858a81a46e28c127119c58 (patch) | |
tree | 75b5f5e658fa1b05487463f0449440524ed76256 /ChangeLog | |
parent | 41cf359468d6379bc0e033bee9ac148d1b9255dd (diff) | |
download | mana-59472ef68fdef3f7e8858a81a46e28c127119c58.tar.gz mana-59472ef68fdef3f7e8858a81a46e28c127119c58.tar.bz2 mana-59472ef68fdef3f7e8858a81a46e28c127119c58.tar.xz mana-59472ef68fdef3f7e8858a81a46e28c127119c58.zip |
Added a layout handler for automatically positioning widgets in a window. Fixed layout of login dialog box when native language is not English.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-10-20 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/gui/widgets/layout.h, src/gui/widgets/layout.cpp, + src/Makefile.am: Added a layout handler for automatically positioning + widgets in a window. + * src/gui/window.h, src/gui/window.cpp: Removed garbage-collected + container. Fixed dangling resize widget. Added layout handler. + * src/gui/login.cpp: Fixed layout of login dialog box when native + language is not English. + 2007-10-19 Guillaume Melquiond <guillaume.melquiond@gmail.com> * data/equipment.xml: Removed obsolete file. |