adds missing Qt support for viewExtensions (.horz .vert .comp .flow .deepDo .asFlowView)
commit2f8885e10611eccd911bd0a984c324662035be2c
authorcrucialfelix <crucialfelix@gmail.com>
Fri, 13 Jan 2012 17:46:00 +0000 (13 18:46 +0100)
committerTim Blechmann <tim@klingt.org>
Sat, 14 Jan 2012 22:38:58 +0000 (14 23:38 +0100)
treee3d4850f11fb7419b5e6dfed752ab88f36de907c
parent3fd3495f8c5d413ee0fcdd7176f4b3cca6b444c9
adds missing Qt support for viewExtensions (.horz .vert .comp .flow .deepDo .asFlowView)
Fixes FlowView to avoid .autoScrolls for Qt which doesnt implement that
fixes PageLayout window size for Qt (where border frame is different size than cocoa)
removes: RelativeToParent and all the hacks for the already removed relativeOrigin
deprecates: .layRight which is ancient history
Code cleanup and untangling of .gui, FlowView and PageLayout

Signed-off-by: Tim Blechmann <tim@klingt.org>
SCClassLibrary/Common/GUI/SCViewHolder.sc
SCClassLibrary/Common/GUI/guicrucial/ObjectGui.sc
SCClassLibrary/Common/GUI/guicrucial/PageLayout.sc
SCClassLibrary/Common/GUI/guicrucial/StringGui.sc
SCClassLibrary/Common/GUI/guicrucial/flowViewSupportQt.sc [new file with mode: 0644]
SCClassLibrary/Common/GUI/guicrucial/gui.sc
SCClassLibrary/Common/GUI/osx/scide_scapp/flowViewSupportCocoa.sc [new file with mode: 0644]
SCClassLibrary/Common/GUI/osx/scide_scapp/viewExtensionsOSX.sc
SCClassLibrary/Common/GUI/viewExtensions.sc
SCClassLibrary/Common/GUI/viewExtensionsQt.sc [new file with mode: 0644]
SCClassLibrary/QtCollider/QView.sc