Hello, This is a resend of this mail as I used the wrong address. ---------- Forwarded Message ---------- Subject: Re: playground/office/flake Date: Monday 24 April 2006 06:56 From: Thorsten Zachmann To: kde-commits@kde.org, Thomas Zander , "For developer's discussion about KOffice" Hello Thomas, I'm sorry that I have to say that, but I don't think that is what we need. There are good reasons it was as it was before you changed it. Here is how we planned it at the weekend at Boudewijns: The z-order is defined by the order in the linked list. The reason for that is that it is much easier to manage. If you change the order only the object order in the list has to be changed and not each object. Also it is much faster to insert and remove objects from a QLinkedList. I know you did not know this as it is not documented properly. Maybe we should disccuss thinks like this before a lot of code gets changed and it has to be changed again. So please undo this change. A nice day, Thorsten On Sunday 23 April 2006 14:38, Thomas Zander wrote: > SVN commit 532958 by zander: > > Introduce concept of z-order > Add widgets for zorder changing to the test app. > Stop using QLinkedList and use QList instead. > > > M +1 -1 lib/KoDefRubberSelect.cpp > M +5 -5 lib/KoDummy.h > M +5 -0 lib/KoGraphicBase.cpp > M +26 -0 lib/KoGraphicBase.h > M +14 -20 lib/KoObjectManager.cpp > M +5 -5 lib/KoObjectManager.h > M +0 -2 lib/KoSelection.h > M +19 -1 testapp/mainwindow.cpp > M +3 -2 testapp/mainwindow.h ------------------------------------------------------- _______________________________________________ koffice-devel mailing list koffice-devel@kde.org https://mail.kde.org/mailman/listinfo/koffice-devel