From kde-commits Tue Feb 28 22:57:01 2006 From: Sandro Giessl Date: Tue, 28 Feb 2006 22:57:01 +0000 To: kde-commits Subject: branches/work/kde4/playground/artwork/cokoon/lib Message-Id: <1141167421.616245.23853.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114123633910807 SVN commit 514657 by giessl: Inheritance didn't work as expected because object properties acted in the wrong object context (not the 'calling' one but the one in which they were stored). This is now fixed by carrying an ExecContext everywhere... M +54 -14 object.cpp M +76 -14 object.h M +5 -1 tests/TestDecoration.xml M +0 -7 tests/cokoontest.cpp M +30 -38 tile.cpp M +32 -30 tile.h M +16 -21 tilelayout.cpp M +7 -14 tilelayout.h M +12 -19 tilesource.cpp M +13 -21 tilesource.h