Version: 1.2.0_devel (using KDE 3.4.1, Gentoo) Compiler: gcc version 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7) OS: Linux (x86_64) release 2.6.12-gentoo-r6 -Create a view object (eg, a line) inside of a plot. -scale or move the plot in layout mode. Behavior: The plot scales/moves but the line does not, as the line is owned by the tlv, not the plot. Expected behavior: the line should be owned by the plot, and scale with it. Long version (discussion needed): -A view object when created is owned by the lowest level view object which fully encloses the new object. -A view object when moved out of its parent becomes owned by the tlv. -There need to be rmb options which allow a selected viewObject to be attached or detached from valid potential parents.
Implemented in the previous couple of weeks