summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-27 20:23:48 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-27 20:23:48 +0000
commit97bbe57e21a28544646da087e2a522390bf2ce5c (patch)
treea1899345f3b3928b3b0747b2429a45d08f79ae59 /ChangeLog
parentee15a808a1e0d36167f80d9f96147103ba5583de (diff)
downloadmana-client-97bbe57e21a28544646da087e2a522390bf2ce5c.tar.gz
mana-client-97bbe57e21a28544646da087e2a522390bf2ce5c.tar.bz2
mana-client-97bbe57e21a28544646da087e2a522390bf2ce5c.tar.xz
mana-client-97bbe57e21a28544646da087e2a522390bf2ce5c.zip
Improved layout handler to support trees of nested arrays. Needed for converting and fixing the trade window.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d382dd8b..5d2d6221 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,12 @@
src/resources/monsterinfo.cpp, src/resources/itemdb.cpp: Fixed missing
dependencies, spurious const qualifiers, and weak brackets, so that it
compiles with GCC 4.3.
+ * src/gui/widgets/layout.h, src/gui/widgets/layout.cpp: Improved layout
+ handler to support trees of nested arrays.
+ * src/gui/window.cpp, src/gui/window.h: Removed unused function
+ updateContentSize. Simplified layout accessors.
+ * src/gui/char_select.cpp: Replaced flushed-layout hack with a tree.
+ * src/gui/serverdialog.cpp, src/gui/buy.cpp: Simplified layouts.
2007-10-24 Bjørn Lindeijer <bjorn@lindeijer.nl>