diff options
Diffstat (limited to 'webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration')
34 files changed, 0 insertions, 1472 deletions
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.5.2/info/01-changes.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.5.2/info/01-changes.dat deleted file mode 100644 index 5d3870e9f7..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.5.2/info/01-changes.dat +++ /dev/null @@ -1,2 +0,0 @@ -QxWindowManager=QxWindowManager was converted from a singleton to a normal class to allow multiple usage. This is useful for example to implement something like virtual desktops. -QxAtom=Was renamed to QxFooBar (Only a test) diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.1/info/01-windowevents.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.1/info/01-windowevents.dat deleted file mode 100644 index 2555ce0d46..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.1/info/01-windowevents.dat +++ /dev/null @@ -1,6 +0,0 @@ -\.addEventListener\(\s*"resize"=Possible use of old resize event. When used to detect a window resize it must be renamed to "windowresize".
-\.addEventListener\(\s*"focus"=Possible use of old focus event. When used to detect a window resize it must be renamed to "windowfocus".
-\.addEventListener\(\s*"blur"=Possible use of old blur event. When used to detect a window resize it must be renamed to "windowblur".
-\.removeEventListener\(\s*"resize"=Possible use of old resize event. When used to detect a window resize it must be renamed to "windowresize".
-\.removeEventListener\(\s*"focus"=Possible use of old focus event. When used to detect a window resize it must be renamed to "windowfocus".
-\.removeEventListener\(\s*"blur"=Possible use of old blur event. When used to detect a window resize it must be renamed to "windowblur".
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.1/patches/01-xml.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.1/patches/01-xml.dat deleted file mode 100644 index 9bdd530e05..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.1/patches/01-xml.dat +++ /dev/null @@ -1 +0,0 @@ -\bqx\.lang\.XmlEmu\.createXmlDom\b=qx.lang.Xml.createXmlDom
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.1/patches/02-application.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.1/patches/02-application.dat deleted file mode 100644 index 5f71764537..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.1/patches/02-application.dat +++ /dev/null @@ -1 +0,0 @@ -\bqx\.core\.Init\.getInstance\(\)\.setApplication\(\s*new\s+=qx.core.Init.getInstance().setApplication(
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.2/info/01-nativewindow.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.2/info/01-nativewindow.dat deleted file mode 100644 index e7d408a5db..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.2/info/01-nativewindow.dat +++ /dev/null @@ -1,2 +0,0 @@ -\bqx\.client\.NativeWindow\b=NativeWindow now also supports "load" and "close" events. - diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.2/info/02-functionextension.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.2/info/02-functionextension.dat deleted file mode 100644 index 8e901f6933..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.2/info/02-functionextension.dat +++ /dev/null @@ -1 +0,0 @@ -\.closure\s*\(=Extension Function.prototype.closure has been removed. diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.2/patches/01-parent.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.2/patches/01-parent.dat deleted file mode 100644 index e5d5aec288..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.2/patches/01-parent.dat +++ /dev/null @@ -1,2 +0,0 @@ -\.getFocusManager\s*\(=.getFocusHandler( -\.setFocusManager\s*\(=.setFocusHandler( diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/01-constants.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/01-constants.dat deleted file mode 100644 index 763a7b99e7..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/01-constants.dat +++ /dev/null @@ -1,293 +0,0 @@ -\bqx\.constant\.Core\.EMPTY\b=""
-\bqx\.constant\.Core\.SPACE\b=" "
-\bqx\.constant\.Core\.SLASH\b="/"
-\bqx\.constant\.Core\.DOT\b="."
-\bqx\.constant\.Core\.ZERO\b="0"
-\bqx\.constant\.Core\.QUOTE='"'
-\bqx\.constant\.Core\.NEWLINE\b="\\n"
-\bqx\.constant\.Core\.SINGLEQUOTE\b="'"
-\bqx\.constant\.Core\.STAR\b="*"
-\bqx\.constant\.Core\.PLUS\b="+"
-\bqx\.constant\.Core\.MINUS\b="-"
-\bqx\.constant\.Core\.COMMA\b=","
-\bqx\.constant\.Core\.DASH\b="-"
-\bqx\.constant\.Core\.UNDERLINE\b="_"
-\bqx\.constant\.Core\.SEMICOLON\b=";"
-\bqx\.constant\.Core\.COLON\b=":"
-\bqx\.constant\.Core\.EQUAL\b="\="
-\bqx\.constant\.Core\.AMPERSAND\b="&"
-\bqx\.constant\.Core\.QUESTIONMARK\b="?"
-\bqx\.constant\.Core\.HASH\b="#"
-\bqx\.constant\.Core\.SMALLER\b="<"
-\bqx\.constant\.Core\.BIGGER\b=">"
-\bqx\.constant\.Core\.PERCENT\b="%"
-\bqx\.constant\.Core\.PIXEL\b="px"
-\bqx\.constant\.Core\.MILLISECONDS\b="ms"
-\bqx\.constant\.Core\.FLEX\b="1*"
-\bqx\.constant\.Core\.ZEROPIXEL\b="0px"
-\bqx\.constant\.Core\.HUNDREDPERCENT\b="100%"
-\bqx\.constant\.Core\.YES\b="yes"
-\bqx\.constant\.Core\.NO\b="no"
-\bqx\.constant\.Core\.ON\b="on"
-\bqx\.constant\.Core\.OFF\b="off"
-\bqx\.constant\.Core\.SET\b="set"
-\bqx\.constant\.Core\.GET\b="get"
-\bqx\.constant\.Core\.DEFAULT\b="default"
-\bqx\.constant\.Core\.AUTO\b="auto"
-\bqx\.constant\.Core\.NONE\b="none"
-\bqx\.constant\.Core\.DISABLED\b="disabled"
-\bqx\.constant\.Core\.HIDDEN\b="hidden"
-
-
-
-\bqx\.constant\.Event\.MOUSEOVER\b="mouseover"
-\bqx\.constant\.Event\.MOUSEMOVE\b="mousemove"
-\bqx\.constant\.Event\.MOUSEOUT\b="mouseout"
-\bqx\.constant\.Event\.MOUSEDOWN\b="mousedown"
-\bqx\.constant\.Event\.MOUSEUP\b="mouseup"
-\bqx\.constant\.Event\.MOUSEWHEEL\b="mousewheel"
-\bqx\.constant\.Event\.CLICK\b="click"
-\bqx\.constant\.Event\.DBLCLICK\b="dblclick"
-\bqx\.constant\.Event\.CONTEXTMENU\b="contextmenu"
-\bqx\.constant\.Event\.KEYDOWN\b="keydown"
-\bqx\.constant\.Event\.KEYPRESS\b="keypress"
-\bqx\.constant\.Event\.KEYINPUT\b="keyinput"
-\bqx\.constant\.Event\.KEYUP\b="keyup"
-\bqx\.constant\.Event\.BLUR\b="blur"
-\bqx\.constant\.Event\.FOCUS\b="focus"
-\bqx\.constant\.Event\.FOCUSIN\b="focusin"
-\bqx\.constant\.Event\.FOCUSOUT\b="focusout"
-\bqx\.constant\.Event\.SELECT\b="select"
-\bqx\.constant\.Event\.SCROLL\b="scroll"
-\bqx\.constant\.Event\.INPUT\b="input"
-\bqx\.constant\.Event\.CHANGE\b="change"
-\bqx\.constant\.Event\.RESIZE\b="resize"
-\bqx\.constant\.Event\.CHANGESELECTION\b="changeSelection"
-\bqx\.constant\.Event\.INTERVAL\b="interval"
-\bqx\.constant\.Event\.EXECUTE\b="execute"
-\bqx\.constant\.Event\.CREATE\b="create"
-\bqx\.constant\.Event\.LOAD\b="load"
-\bqx\.constant\.Event\.ERROR\b="error"
-\bqx\.constant\.Event\.SUBMIT\b="submit"
-\bqx\.constant\.Event\.UNLOAD\b="unload"
-\bqx\.constant\.Event\.BEFOREUNLOAD\b="beforeunload"
-\bqx\.constant\.Event\.TREEOPENWITHCONTENT\b="treeOpenWithContent"
-\bqx\.constant\.Event\.TREEOPENWHILEEMPTY\b="treeOpenWhileEmpty"
-\bqx\.constant\.Event\.TREECLOSE\b="treeClose"
-\bqx\.constant\.Event\.BEFOREAPPEAR\b="beforeAppear"
-\bqx\.constant\.Event\.APPEAR\b="appear"
-\bqx\.constant\.Event\.BEFOREDISAPPEAR\b="beforeDisappear"
-\bqx\.constant\.Event\.DISAPPEAR\b="disappear"
-\bqx\.constant\.Event\.BEFOREINSERTDOM\b="beforeInsertDom"
-\bqx\.constant\.Event\.INSERTDOM\b="insertDom"
-\bqx\.constant\.Event\.BEFOREREMOVEDOM\b="beforeRemoveDom"
-\bqx\.constant\.Event\.REMOVEDOM\b="removeDom"
-\bqx\.constant\.Event\.DRAGDROP\b="dragdrop"
-\bqx\.constant\.Event\.DRAGOVER\b="dragover"
-\bqx\.constant\.Event\.DRAGOUT\b="dragout"
-\bqx\.constant\.Event\.DRAGMOVE\b="dragmove"
-\bqx\.constant\.Event\.DRAGSTART\b="dragstart"
-\bqx\.constant\.Event\.DRAGEND\b="dragend"
-\bqx\.constant\.Event\.CREATED\b="created"
-\bqx\.constant\.Event\.CONFIGURED\b="configured"
-\bqx\.constant\.Event\.QUEUED\b="queued"
-\bqx\.constant\.Event\.SENDING\b="sending"
-\bqx\.constant\.Event\.RECEIVING\b="receiving"
-\bqx\.constant\.Event\.COMPLETED\b="completed"
-\bqx\.constant\.Event\.ABORTED\b="aborted"
-\bqx\.constant\.Event\.FAILED\b="failed"
-\bqx\.constant\.Event\.TIMEOUT\b="timeout"
-\bqx\.constant\.Event\.DIALOGOK\b="dialogok"
-\bqx\.constant\.Event\.DIALOGCANCEL\b="dialogcancel"
-\bqx\.constant\.Event\.DIALOGCLOSE\b="dialogclose"
-\bqx\.constant\.Event\.DIALOGPREVIOUS\b="dialogprevious"
-\bqx\.constant\.Event\.DIALOGNEXT\b="dialognext"
-\bqx\.constant\.Event\.DIALOGFIRST\b="dialogfirst"
-\bqx\.constant\.Event\.DIALOGLAST\b="dialoglast"
-
-
-
-\bqx\.constant\.Html\.AMPERSAND\b="&"
-\bqx\.constant\.Html\.SMALLER\b="<"
-\bqx\.constant\.Html\.BIGGER\b=">"
-\bqx\.constant\.Html\.QUOTE\b="""
-\bqx\.constant\.Html\.SPACE\b=" "
-
-
-
-\bqx\.constant\.Layout\.ORIENTATION_HORIZONTAL\b="horizontal"
-\bqx\.constant\.Layout\.ORIENTATION_VERTICAL\b="vertical"
-\bqx\.constant\.Layout\.ALIGN_LEFT\b="left"
-\bqx\.constant\.Layout\.ALIGN_LEFT_REVERSED\b="left-reversed"
-\bqx\.constant\.Layout\.ALIGN_CENTER\b="center"
-\bqx\.constant\.Layout\.ALIGN_CENTER_REVERSED\b="center-reversed"
-\bqx\.constant\.Layout\.ALIGN_RIGHT\b="right"
-\bqx\.constant\.Layout\.ALIGN_RIGHT_REVERSED\b="right-reversed"
-\bqx\.constant\.Layout\.ALIGN_TOP\b="top"
-\bqx\.constant\.Layout\.ALIGN_TOP_REVERSED\b="top-reversed"
-\bqx\.constant\.Layout\.ALIGN_MIDDLE\b="middle"
-\bqx\.constant\.Layout\.ALIGN_MIDDLE_REVERSED\b="middle-reversed"
-\bqx\.constant\.Layout\.ALIGN_BOTTOM\b="bottom"
-\bqx\.constant\.Layout\.ALIGN_BOTTOM_REVERSED\b="bottom-reversed"
-
-
-
-\bqx\.constant\.Mime\.JAVASCRIPT\b="text/javascript"
-\bqx\.constant\.Mime\.JSON\b="text/json"
-\bqx\.constant\.Mime\.XML\b="application/xml"
-\bqx\.constant\.Mime\.TEXT\b="text/plain"
-\bqx\.constant\.Mime\.HTML\b="text/html"
-
-
-
-\bqx\.constant\.Net\.NAMESPACE_SVG\b=qx.xml.Namespace.SVG
-\bqx\.constant\.Net\.NAMESPACE_SMIL\b=qx.xml.Namespace.SMIL
-\bqx\.constant\.Net\.NAMESPACE_MML\b=qx.xml.Namespace.MML
-\bqx\.constant\.Net\.NAMESPACE_CML\b=qx.xml.Namespace.CML
-\bqx\.constant\.Net\.NAMESPACE_XLINK\b=qx.xml.Namespace.XLINK
-\bqx\.constant\.Net\.NAMESPACE_XHTML\b=qx.xml.Namespace.XHTML
-\bqx\.constant\.Net\.NAMESPACE_XUL\b=qx.xml.Namespace.XUL
-\bqx\.constant\.Net\.NAMESPACE_XBL\b=qx.xml.Namespace.XBL
-\bqx\.constant\.Net\.NAMESPACE_FO\b=qx.xml.Namespace.FO
-\bqx\.constant\.Net\.NAMESPACE_XSL\b=qx.xml.Namespace.XSL
-\bqx\.constant\.Net\.NAMESPACE_XSLT\b=qx.xml.Namespace.XSLT
-\bqx\.constant\.Net\.NAMESPACE_XI\b=qx.xml.Namespace.XI
-\bqx\.constant\.Net\.NAMESPACE_XFORMS\b=qx.xml.Namespace.XFORMS
-\bqx\.constant\.Net\.NAMESPACE_SAXON\b=qx.xml.Namespace.SAXON
-\bqx\.constant\.Net\.NAMESPACE_XALAN\b=qx.xml.Namespace.XALAN
-\bqx\.constant\.Net\.NAMESPACE_XSD\b=qx.xml.Namespace.XSD
-\bqx\.constant\.Net\.NAMESPACE_DT\b=qx.xml.Namespace.DT
-\bqx\.constant\.Net\.NAMESPACE_XSI\b=qx.xml.Namespace.XSI
-\bqx\.constant\.Net\.NAMESPACE_RDF\b=qx.xml.Namespace.RDF
-\bqx\.constant\.Net\.NAMESPACE_RDFS\b=qx.xml.Namespace.RDFS
-\bqx\.constant\.Net\.NAMESPACE_DC\b=qx.xml.Namespace.DC
-\bqx\.constant\.Net\.NAMESPACE_DCQ\b=qx.xml.Namespace.DCQ
-\bqx\.constant\.Net\.NAMESPACE_SOAPENV\b=qx.xml.Namespace.SOAPENV
-\bqx\.constant\.Net\.NAMESPACE_WSDL\b=qx.xml.Namespace.WSDL
-\bqx\.constant\.Net\.NAMESPACE_ADOBESVGEXTENSIONS\b=qx.xml.Namespace.ADOBESVGEXTENSIONS
-\bqx\.constant\.Net\b=qx.xml.Namespace
-\bqx\.constant\.Net\.STATE_CREATED\b="created"
-\bqx\.constant\.Net\.STATE_CONFIGURED\b="configured"
-\bqx\.constant\.Net\.STATE_QUEUED\b="queued"
-\bqx\.constant\.Net\.STATE_SENDING\b="sending"
-\bqx\.constant\.Net\.STATE_RECEIVING\b="receiving"
-\bqx\.constant\.Net\.STATE_COMPLETED\b="completed"
-\bqx\.constant\.Net\.STATE_ABORTED\b="aborted"
-\bqx\.constant\.Net\.STATE_FAILED\b="failed"
-\bqx\.constant\.Net\.STATE_TIMEOUT\b="timeout"
-\bqx\.constant\.Net\.PROTOCOL_HTTP\b=qx.net.Protocol.HTTP
-\bqx\.constant\.Net\.PROTOCOL_HTTPS\b=qx.net.Protocol.HTTPS
-\bqx\.constant\.Net\.PROTOCOL_FTP\b=qx.net.Protocol.FTP
-\bqx\.constant\.Net\.PROTOCOL_FILE\b=qx.net.Protocol.FILE
-\bqx\.constant\.Net\.URI_HTTP\b=qx.net.Protocol.URI_HTTP
-\bqx\.constant\.Net\.URI_HTTPS\b=qx.net.Protocol.URI_HTTPS
-\bqx\.constant\.Net\.URI_FTP\b=qx.net.Protocol.URI_FTP
-\bqx\.constant\.Net\.URI_FILE\b=qx.net.Protocol.URI_FILE
-\bqx\.constant\.Net\.METHOD_GET\b=qx.net.Http.METHOD_GET
-\bqx\.constant\.Net\.METHOD_POST\b=qx.net.Http.METHOD_POST
-\bqx\.constant\.Net\.METHOD_PUT\b=qx.net.Http.METHOD_PUT
-\bqx\.constant\.Net\.METHOD_HEAD\b=qx.net.Http.METHOD_HEAD
-\bqx\.constant\.Net\.METHOD_DELETE\b=qx.net.Http.METHOD_DELETE
-\bqx\.constant\.Net\b=qx.net.Protocol
-
-
-
-\bqx\.constant\.Style\.PROPERTY_FILTER\b="filter"
-\bqx\.constant\.Style\.PROPERTY_ZINDEX\b="zIndex"
-\bqx\.constant\.Style\.PROPERTY_DISPLAY\b="display"
-\bqx\.constant\.Style\.PROPERTY_POSITION\b="position"
-\bqx\.constant\.Style\.PROPERTY_VISIBILITY\b="visibility"
-\bqx\.constant\.Style\.PROPERTY_DISABLED\b="disabled"
-\bqx\.constant\.Style\.PROPERTY_LINEHEIGHT\b="lineHeight"
-\bqx\.constant\.Style\.PROPERTY_TEXTALIGN\b="textAlign"
-\bqx\.constant\.Style\.PROPERTY_WHITESPACE\b="whiteSpace"
-\bqx\.constant\.Style\.PROPERTY_COLOR\b="color"
-\bqx\.constant\.Style\.PROPERTY_BACKGROUNDCOLOR\b="backgroundColor"
-\bqx\.constant\.Style\.PROPERTY_HEIGHT\b="height"
-\bqx\.constant\.Style\.PROPERTY_WIDTH\b="width"
-\bqx\.constant\.Style\.PROPERTY_TOP\b="top"
-\bqx\.constant\.Style\.PROPERTY_BOTTOM\b="bottom"
-\bqx\.constant\.Style\.PROPERTY_LEFT\b="left"
-\bqx\.constant\.Style\.PROPERTY_RIGHT\b="right"
-\bqx\.constant\.Style\.PROPERTY_PADDING\b="padding"
-\bqx\.constant\.Style\.PROPERTY_PADDINGTOP\b="paddingTop"
-\bqx\.constant\.Style\.PROPERTY_PADDINGRIGHT\b="paddingRight"
-\bqx\.constant\.Style\.PROPERTY_PADDINGBOTTOM\b="paddingBottom"
-\bqx\.constant\.Style\.PROPERTY_PADDINGLEFT\b="paddingLeft"
-\bqx\.constant\.Style\.PROPERTY_MARGIN\b="margin"
-\bqx\.constant\.Style\.PROPERTY_MARGINTOP\b="marginTop"
-\bqx\.constant\.Style\.PROPERTY_MARGINRIGHT\b="marginRight"
-\bqx\.constant\.Style\.PROPERTY_MARGINBOTTOM\b="marginBottom"
-\bqx\.constant\.Style\.PROPERTY_MARGINLEFT\b="marginLeft"
-\bqx\.constant\.Style\.PROPERTY_OVERFLOW_BOTH\b="overflow"
-\bqx\.constant\.Style\.PROPERTY_OVERFLOW_TEXT\b="textOverflow"
-\bqx\.constant\.Style\.PROPERTY_OVERFLOW_HORIZONTAL\b="overflowX"
-\bqx\.constant\.Style\.PROPERTY_OVERFLOW_VERTICAL\b="overflowY"
-\bqx\.constant\.Style\.POSITION_ABSOLUTE\b="absolute"
-\bqx\.constant\.Style\.POSITION_RELATIVE\b="relative"
-\bqx\.constant\.Style\.POSITION_STATIC\b="static"
-\bqx\.constant\.Style\.POSITION_FIXED\b="fixed"
-\bqx\.constant\.Style\.CURSOR_WAIT\b="wait"
-\bqx\.constant\.Style\.CURSOR_PROGRESS\b="progress"
-\bqx\.constant\.Style\.CURSOR_DEFAULT\b="default"
-\bqx\.constant\.Style\.OVERFLOW_AUTO\b="auto"
-\bqx\.constant\.Style\.OVERFLOW_HIDDEN\b="hidden"
-\bqx\.constant\.Style\.OVERFLOW_BOTH\b="scroll"
-\bqx\.constant\.Style\.OVERFLOW_HORIZONTAL\b="scrollX"
-\bqx\.constant\.Style\.OVERFLOW_VERTICAL\b="scrollY"
-\bqx\.constant\.Style\.OVERFLOW_ELLIPSIS\b="ellipsis"
-\bqx\.constant\.Style\.OVERFLOW_MOZ_NONE\b="-moz-scrollbars-none"
-\bqx\.constant\.Style\.OVERFLOW_MOZ_HORIZONTAL\b="-moz-scrollbars-horizontal"
-\bqx\.constant\.Style\.OVERFLOW_MOZ_VERTICAL\b="-moz-scrollbars-vertical"
-\bqx\.constant\.Style\.FOCUS_OUTLINE\b="1px dotted invert"
-
-
-
-\bqx\.constant\.Tags\.H1\b="h1"
-\bqx\.constant\.Tags\.H2\b="h2"
-\bqx\.constant\.Tags\.H3\b="h3"
-\bqx\.constant\.Tags\.H4\b="h4"
-\bqx\.constant\.Tags\.H5\b="h5"
-\bqx\.constant\.Tags\.H6\b="h6"
-\bqx\.constant\.Tags\.P\b="p"
-\bqx\.constant\.Tags\.DIV\b="div"
-\bqx\.constant\.Tags\.SPAN\b="span"
-\bqx\.constant\.Tags\.BODY\b="body"
-\bqx\.constant\.Tags\.EM\b="em"
-\bqx\.constant\.Tags\.I\b="i"
-\bqx\.constant\.Tags\.STRONG\b="strong"
-\bqx\.constant\.Tags\.B\b="b"
-\bqx\.constant\.Tags\.UL\b="ul"
-\bqx\.constant\.Tags\.OL\b="ol"
-\bqx\.constant\.Tags\.LI\b="li"
-\bqx\.constant\.Tags\.TABLE\b="table"
-\bqx\.constant\.Tags\.TD\b="td"
-\bqx\.constant\.Tags\.TR\b="tr"
-\bqx\.constant\.Tags\.THEAD\b="thead"
-\bqx\.constant\.Tags\.TBODY\b="tbody"
-\bqx\.constant\.Tags\.TFOOT\b="tfoot"
-
-
-
-\bqx\.constant\.Type\.UNDEFINED\b="undefined"
-\bqx\.constant\.Type\.NUMBER\b="number"
-\bqx\.constant\.Type\.STRING\b="string"
-\bqx\.constant\.Type\.BOOLEAN\b="boolean"
-\bqx\.constant\.Type\.FUNCTION\b="function"
-\bqx\.constant\.Type\.OBJECT\b="object"
-
-
-
-\bqx\.constant\.Node\.ELEMENT=qx.dom.DomNode.ELEMENT
-\bqx\.constant\.Node\.ATTRIBUTE=qx.dom.DomNode.ATTRIBUTE
-\bqx\.constant\.Node\.TEXT=qx.dom.DomNode.TEXT
-\bqx\.constant\.Node\.CDATA_SECTION=qx.dom.DomNode.CDATA_SECTION
-\bqx\.constant\.Node\.ENTITY_REFERENCE=qx.dom.DomNode.ENTITY_REFERENCE
-\bqx\.constant\.Node\.ENTITY=qx.dom.DomNode.ENTITY
-\bqx\.constant\.Node\.PROCESSING_INSTRUCTION=qx.dom.DomNode.PROCESSING_INSTRUCTION
-\bqx\.constant\.Node\.COMMENT=qx.dom.DomNode.COMMENT
-\bqx\.constant\.Node\.DOCUMENT=qx.dom.DomNode.DOCUMENT
-\bqx\.constant\.Node\.DOCUMENT_TYPE=qx.dom.DomNode.DOCUMENT_TYPE
-\bqx\.constant\.Node\.DOCUMENT_FRAGMENT=qx.dom.DomNode.DOCUMENT_FRAGMENT
-\bqx\.constant\.Node\.NOTATION=qx.dom.DomNode.NOTATION
-
\ No newline at end of file diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/02-oo.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/02-oo.dat deleted file mode 100644 index 5b5b92efa2..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/02-oo.dat +++ /dev/null @@ -1,54 +0,0 @@ -\bqx\.OO\.PROPERTY_WIDTH\b="width"
-\bqx\.OO\.PROPERTY_HEIGHT\b="height"
-\bqx\.OO\.PROPERTY_MINWIDTH\b="minWidth"
-\bqx\.OO\.PROPERTY_MINHEIGHT\b="minHeight"
-\bqx\.OO\.PROPERTY_MAXWIDTH\b="maxWidth"
-\bqx\.OO\.PROPERTY_MAXHEIGHT\b="maxHeight"
-\bqx\.OO\.PROPERTY_LEFT\b="left"
-\bqx\.OO\.PROPERTY_RIGHT\b="right"
-\bqx\.OO\.PROPERTY_TOP\b="top"
-\bqx\.OO\.PROPERTY_BOTTOM\b="bottom"
-\bqx\.OO\.PROPERTY_VISIBILITY\b="visibility"
-\bqx\.OO\.PROPERTY_DISPLAY\b="display"
-\bqx\.OO\.PROPERTY_PARENT\b="parent"
-\bqx\.OO\.PROPERTY_ZINDEX\b="zIndex"
-
-\bqx\.OO\.C_SET\b="set"
-\bqx\.OO\.C_GET\b="get"
-\bqx\.OO\.C_APPLY\b="apply"
-\bqx\.OO\.C_RESET\b="reset"
-\bqx\.OO\.C_FORCE\b="force"
-\bqx\.OO\.C_TOGGLE\b="toggle"
-\bqx\.OO\.C_CHANGE\b="change"
-\bqx\.OO\.C_STORE\b="store"
-\bqx\.OO\.C_RETRIEVE\b="retrieve"
-\bqx\.OO\.C_PRIVATECHANGE\b="_change"
-\bqx\.OO\.C_INVALIDATE\b="_invalidate"
-\bqx\.OO\.C_INVALIDATED\b="_invalidated"
-\bqx\.OO\.C_RECOMPUTE\b="_recompute"
-\bqx\.OO\.C_CACHED\b="_cached"
-\bqx\.OO\.C_COMPUTE\b="_compute"
-\bqx\.OO\.C_COMPUTED\b="_computed"
-\bqx\.OO\.C_UNITDETECTION\b="_unitDetection"
-
-\bqx\.OO\.C_GLOBALPROPERTYREF\b="PROPERTY_"
-
-\bqx\.OO\.C_UNIT_VALUE\b="Value"
-\bqx\.OO\.C_UNIT_PARSED\b="Parsed"
-\bqx\.OO\.C_UNIT_TYPE\b="Type"
-\bqx\.OO\.C_UNIT_TYPE_NULL\b="TypeNull"
-\bqx\.OO\.C_UNIT_TYPE_PIXEL\b="TypePixel"
-\bqx\.OO\.C_UNIT_TYPE_PERCENT\b="TypePercent"
-\bqx\.OO\.C_UNIT_TYPE_AUTO\b="TypeAuto"
-\bqx\.OO\.C_UNIT_TYPE_FLEX\b="TypeFlex"
-
-\bqx\.OO\.C_GETDEFAULT\b="getDefault"
-\bqx\.OO\.C_SETDEFAULT\b="setDefault"
-\bqx\.OO\.C_RETRIEVEDEFAULT\b="retrieveDefault"
-\bqx\.OO\.C_STOREDEFAULT\b="storeDefault"
-
-\bqx\.OO\.C_VALUE\b="_value"
-\bqx\.OO\.C_NULL\b="_null"
-\bqx\.OO\.C_EVAL\b="_eval"
-\bqx\.OO\.C_CHECK\b="_check"
-\bqx\.OO\.C_MODIFY\b="_modify"
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/03-widget.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/03-widget.dat deleted file mode 100644 index 763f17b557..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/03-widget.dat +++ /dev/null @@ -1,68 +0,0 @@ -\bqx\.ui\.core\.Widget\.JOB_INITIAL\b="initial"
-\bqx\.ui\.core\.Widget\.JOB_VISIBLE\b="visible"
-\bqx\.ui\.core\.Widget\.JOB_LOCATION\b="location"
-\bqx\.ui\.core\.Widget\.JOB_LOCATIONX\b="locationX"
-\bqx\.ui\.core\.Widget\.JOB_LOCATIONY\b="locationY"
-\bqx\.ui\.core\.Widget\.JOB_ADDCHILD\b="addChild"
-\bqx\.ui\.core\.Widget\.JOB_REMOVECHILD\b="removeChild"
-\bqx\.ui\.core\.Widget\.JOB_FRAMEWIDTH\b="frameWidth"
-\bqx\.ui\.core\.Widget\.JOB_FRAMEHEIGHT\b="frameHeight"
-\bqx\.ui\.core\.Widget\.JOB_PREFERREDINNERWIDTH\b="preferredInnerWidth"
-\bqx\.ui\.core\.Widget\.JOB_PREFERREDINNERHEIGHT\b="preferredInnerHeight"
-\bqx\.ui\.core\.Widget\.PROPERTY_CLASSNAME\b="className"
-\bqx\.ui\.core\.Widget\.PROPERTY_BORDERX\b="borderX"
-\bqx\.ui\.core\.Widget\.PROPERTY_BORDERWIDTHX\b="borderWidthX"
-\bqx\.ui\.core\.Widget\.PROPERTY_BORDERY\b="borderY"
-\bqx\.ui\.core\.Widget\.PROPERTY_BORDERWIDTHY\b="borderWidthY"
-\bqx\.ui\.core\.Widget\.PROPERTY_PARENT_PADDINGLEFT\b="parentPaddingLeft"
-\bqx\.ui\.core\.Widget\.PROPERTY_PARENT_PADDINGRIGHT\b="parentPaddingRight"
-\bqx\.ui\.core\.Widget\.PROPERTY_PARENT_PADDINGTOP\b="parentPaddingTop"
-\bqx\.ui\.core\.Widget\.PROPERTY_PARENT_PADDINGBOTTOM\b="parentPaddingBottom"
-\bqx\.ui\.core\.Widget\.STATE_OVER\b="over"
-\bqx\.ui\.core\.Widget\.STATE_FOCUSED\b="focused"
-\bqx\.ui\.core\.Widget\.STATE_DISABLED\b="disabled"
-\bqx\.ui\.core\.Widget\.FOCUS_OUTLINE\b="1px dotted invert"
-\bqx\.ui\.core\.Widget\.FOCUS_NONE\b="0px none"
-\bqx\.ui\.core\.Widget\.TAB_PROPERTY_UNSELECTABLE\b="unselectable"
-\bqx\.ui\.core\.Widget\.TAB_PROPERTY_TABINDEX\b="tabIndex"
-\bqx\.ui\.core\.Widget\.TAB_PROPERTY_USERFOCUS\b="userFocus"
-\bqx\.ui\.core\.Widget\.TAB_PROPERTY_MOZUSERFOCUS\b="MozUserFocus"
-\bqx\.ui\.core\.Widget\.TAB_VALUE_IGNORE\b="ignore"
-\bqx\.ui\.core\.Widget\.TAB_VALUE_NORMAL\b="normal"
-\bqx\.ui\.core\.Widget\.TAB_VALUE_ON\b="on"
-\bqx\.ui\.core\.Widget\.SEL_VALUE_ON\b="on"
-\bqx\.ui\.core\.Widget\.SEL_PROPERTY_UNSELECTABLE\b="unselectable"
-\bqx\.ui\.core\.Widget\.SEL_PROPERTY_USERSELECT\b="userSelect"
-\bqx\.ui\.core\.Widget\.SEL_PROPERTY_MOZUSERSELECT\b="MozUserSelect"
-\bqx\.ui\.core\.Widget\.SEL_PROPERTY_KHTMLUSERSELECT\b="KhtmlUserSelect"
-\bqx\.ui\.core\.Widget\.OPACITY_FILTER_START\b="Alpha(Opacity\="
-\bqx\.ui\.core\.Widget\.OPACITY_FILTER_STOP\b=")"
-\bqx\.ui\.core\.Widget\.OPACITY_FILTER_REGEXP = /Alpha\(Opacity\=([0-9]{1,3})\)/
-\bqx\.ui\.core\.Widget\.OPACITY_PROPERTY_CSS3\b="opacity"
-\bqx\.ui\.core\.Widget\.OPACTIY_PROPERTY_MOZ\b="MozOpacity"
-\bqx\.ui\.core\.Widget\.OPACITY_PROPERTY_MOZ\b="MozOpacity"
-\bqx\.ui\.core\.Widget\.OPACITY_PROPERTY_KHTML\b="KhtmlOpacity"
-\bqx\.ui\.core\.Widget\.CURSOR_PROPERTY\b="cursor"
-\bqx\.ui\.core\.Widget\.CURSOR_VALUE_POINTER\b="pointer"
-\bqx\.ui\.core\.Widget\.CURSOR_VALUE_HAND\b="hand"
-\bqx\.ui\.core\.Widget\.BACKGROUNDIMG_PROPERTY\b="backgroundImage"
-\bqx\.ui\.core\.Widget\.BACKGROUNDIMG_VALUE_START\b="url("
-\bqx\.ui\.core\.Widget\.BACKGROUNDIMG_VALUE_STOP\b=")"
-\bqx\.ui\.core\.Widget\.BACKGROUNDIMG_REGEXP1 = /^url\(/i
-\bqx\.ui\.core\.Widget\.BACKGROUNDIMG_REGEXP2 = /\)$/
-\bqx\.ui\.core\.Widget\.CLIP_PROPERTY\b="clip"
-\bqx\.ui\.core\.Widget\.CLIP_VALUE_START\b="rect("
-\bqx\.ui\.core\.Widget\.CLIP_VALUE_STOP\b=")"
-\bqx\.ui\.core\.Widget\.SCROLL_PROPERTY\b="overflow"
-\bqx\.ui\.core\.Widget\.SCROLL_PROPERTYX\b="overflowX"
-\bqx\.ui\.core\.Widget\.SCROLL_PROPERTYY\b="overflowY"
-\bqx\.ui\.core\.Widget\.SCROLL_VALUE_AUTO\b="auto"
-\bqx\.ui\.core\.Widget\.SCROLL_VALUE_HIDDEN\b="hidden"
-\bqx\.ui\.core\.Widget\.SCROLL_VALUE_SCROLL\b="scroll"
-\bqx\.ui\.core\.Widget\.SCROLL_VALUE_SCROLLX\b="scrollX"
-\bqx\.ui\.core\.Widget\.SCROLL_VALUE_SCROLLY\b="scrollY"
-\bqx\.ui\.core\.Widget\.SCROLL_VALUE_MOZNONE\b="-moz-scrollbars-none"
-\bqx\.ui\.core\.Widget\.SCROLL_VALUE_MOZSCROLLX\b="-moz-scrollbars-horizontal"
-\bqx\.ui\.core\.Widget\.SCROLL_VALUE_MOZSCROLLY\b="-moz-scrollbars-vertical"
-\bqx\.ui\.core\.Widget\.INLINE_EVENTTYPE\b="propertychange"
-\bqx\.ui\.core\.Widget\.INLINE_EVENTTYPE_PROPERTY\b="value"
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/04-nativewindow.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/04-nativewindow.dat deleted file mode 100644 index 6d3a136a57..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/04-nativewindow.dat +++ /dev/null @@ -1,12 +0,0 @@ -\bqx\.client\.NativeWindow\.PROPERTY_DEPENDENT\b="dependent"
-\bqx\.client\.NativeWindow\.PROPERTY_WIDTH\b="width"
-\bqx\.client\.NativeWindow\.PROPERTY_HEIGHT\b="height"
-\bqx\.client\.NativeWindow\.PROPERTY_LEFT\b="left"
-\bqx\.client\.NativeWindow\.PROPERTY_TOP\b="top"
-\bqx\.client\.NativeWindow\.PROPERTY_RESIZABLE\b="resizable"
-\bqx\.client\.NativeWindow\.PROPERTY_STATUS\b="status"
-\bqx\.client\.NativeWindow\.PROPERTY_LOCATION\b="location"
-\bqx\.client\.NativeWindow\.PROPERTY_MENUBAR\b="menubar"
-\bqx\.client\.NativeWindow\.PROPERTY_TOOLBAR\b="toolbar"
-\bqx\.client\.NativeWindow\.PROPERTY_SCROLLBARS\b="scrollbars"
-\bqx\.client\.NativeWindow\.PROPERTY_MODAL\b="modal"
\ No newline at end of file diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/05-font.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/05-font.dat deleted file mode 100644 index 63cefbabaa..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/05-font.dat +++ /dev/null @@ -1,10 +0,0 @@ -\bqx\.renderer\.font\.Font\.STYLE_BOLD\b="bold"
-\bqx\.renderer\.font\.Font\.STYLE_NORMAL\b="normal"
-\bqx\.renderer\.font\.Font\.STYLE_ITALIC\b="italic"
-\bqx\.renderer\.font\.Font\.STYLE_UNDERLINE\b="underline"
-\bqx\.renderer\.font\.Font\.STYLE_STRIKEOUT\b="strikeout"
-\bqx\.renderer\.font\.Font\.PROPERTY_FAMILY\b="fontFamily"
-\bqx\.renderer\.font\.Font\.PROPERTY_SIZE\b="fontSize"
-\bqx\.renderer\.font\.Font\.PROPERTY_WEIGHT\b="fontWeight"
-\bqx\.renderer\.font\.Font\.PROPERTY_STYLE\b="fontStyle"
-\bqx\.renderer\.font\.Font\.PROPERTY_DECORATION\b="textDecoration"
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/06-border.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/06-border.dat deleted file mode 100644 index 58ed0f27dd..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/06-border.dat +++ /dev/null @@ -1,17 +0,0 @@ -\bqx\.renderer\.border\.Border\.STYLE_GROOVE\b="groove"
-\bqx\.renderer\.border\.Border\.STYLE_RIDGE\b="ridge"
-\bqx\.renderer\.border\.Border\.STYLE_INSET\b="inset"
-\bqx\.renderer\.border\.Border\.STYLE_OUTSET\b="outset"
-\bqx\.renderer\.border\.Border\.STYLE_SOLID\b="solid"
-\bqx\.renderer\.border\.Border\.STYLE_DOTTED\b="dotted"
-\bqx\.renderer\.border\.Border\.STYLE_DASHED\b="dashed"
-\bqx\.renderer\.border\.Border\.STYLE_DOUBLE\b="double"
-\bqx\.renderer\.border\.Border\.STYLE_NONE\b="none"
-\bqx\.renderer\.border\.Border\.POSITION_TOP\b="top"
-\bqx\.renderer\.border\.Border\.POSITION_RIGHT\b="right"
-\bqx\.renderer\.border\.Border\.POSITION_BOTTOM\b="bottom"
-\bqx\.renderer\.border\.Border\.POSITION_LEFT\b="left"
-\bqx\.renderer\.border\.Border\.BORDER_NONE\b="0px none"
-\bqx\.renderer\.border\.Border\.baseColor\b="threedlightshadow"
-\bqx\.renderer\.border\.Border\.stylePart\b="Style"
-\bqx\.renderer\.border\.Border\.colorPart\b="Color"
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/07-color.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/07-color.dat deleted file mode 100644 index 30003e9577..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/07-color.dat +++ /dev/null @@ -1,2 +0,0 @@ -\bqx\.renderer\.color\.Color\.RGBCSS_START\b="rgb("
-\bqx\.renderer\.color\.Color\.RGBCSS_STOP\b=")"
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/08-image.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/08-image.dat deleted file mode 100644 index 5bf6e48390..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/08-image.dat +++ /dev/null @@ -1,7 +0,0 @@ -qx\.ui\.basic\.Image\.ATTR_ALT\b="alt"
-qx\.ui\.basic\.Image\.ATTR_TITLE\b="title"
-qx\.ui\.basic\.Image\.BORDER_NONE\b="0 none"
-qx\.ui\.basic\.Image\.RESET_VALIGN\b="top"
-qx\.ui\.basic\.Image\.IMGLOADER_START\b="progid:DXImageTransform.Microsoft.AlphaImageLoader(src\='"
-qx\.ui\.basic\.Image\.IMGLOADER_STOP\b="',sizingMethod\='scale')"
-qx\.ui\.basic\.Image\.FILTER_GRAY\b="Gray() Alpha(Opacity\=30)"
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/09-tree.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/09-tree.dat deleted file mode 100644 index 6b8e84ba75..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/09-tree.dat +++ /dev/null @@ -1,8 +0,0 @@ -\bqx\.ui\.tree\.AbstractTreeElement\.INDENT_CODE_1\b="<img style\=\"position:absolute;top:0px;left:"
-\bqx\.ui\.tree\.AbstractTreeElement\.INDENT_CODE_2\b="px\" src\=\""
-\bqx\.ui\.tree\.AbstractTreeElement\.INDENT_CODE_3\b="\" />"
-\bqx\.ui\.tree\.AbstractTreeElement\.IMG_EXTENSION\b="gif"
-\bqx\.ui\.treefullcontrol\.AbstractTreeElement\.INDENT_CODE_1\b="<img style\=\"position:absolute;top:0px;left:"
-\bqx\.ui\.treefullcontrol\.AbstractTreeElement\.INDENT_CODE_2\b="px\" src\=\""
-\bqx\.ui\.treefullcontrol\.AbstractTreeElement\.INDENT_CODE_3\b="\" />"
-\bqx\.ui\.treefullcontrol\.AbstractTreeElement\.IMG_EXTENSION\b="gif"
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/10-table.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/10-table.dat deleted file mode 100644 index ed63f48058..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/10-table.dat +++ /dev/null @@ -1,25 +0,0 @@ -\bqx\.ui\.table\.DefaultDataCellRenderer\.INTERNAL_STYLE_ALIGN_RIGHT=";text-align:right"
-\bqx\.ui\.table\.DefaultDataCellRenderer\.INTERNAL_STYLE_BOLD=";font-weight:bold"
-\bqx\.ui\.table\.DefaultDataCellRenderer\.INTERNAL_STYLE_ITALIC=";font-style:italic"
-
-\bqx\.ui\.table\.TablePane\.ARRAY_JOIN_ROW_DIV_START\b='<div style\="position:absolute;font-family:\'Segoe UI\', Corbel, Calibri, Tahoma, \'Lucida Sans Unicode\', sans-serif;font-size:11px;left:0px;top:'
-\bqx\.ui\.table\.TablePane\.ARRAY_JOIN_ROW_DIV_WIDTH\b='px;width:'
-\bqx\.ui\.table\.TablePane\.ARRAY_JOIN_ROW_DIV_HEIGHT\b='px;height:'
-\bqx\.ui\.table\.TablePane\.ARRAY_JOIN_ROW_DIV_BG_COLOR\b='px;background-color:'
-\bqx\.ui\.table\.TablePane\.ARRAY_JOIN_ROW_DIV_COLOR\b=';color:'
-\bqx\.ui\.table\.TablePane\.ARRAY_JOIN_ROW_DIV_START_END\b='">'
-\bqx\.ui\.table\.TablePane\.ARRAY_JOIN_ROW_DIV_END\b='</div>'
-
-\bqx\.ui\.table\.TablePane\.CONTENT_CELL_STYLE_LEFT\b='position:absolute;left:'
-\bqx\.ui\.table\.TablePane\.CONTENT_CELL_STYLE_WIDTH\b='px;top:0px;width:'
-\bqx\.ui\.table\.TablePane\.CONTENT_CELL_STYLE_HEIGHT\b='px; height:'
-
-\bqx\.ui\.table\.TablePane\.TABLE_START\b='<table cellspacing\="0" cellpadding\="0" style\="table-layout:fixed;font-family:\'Segoe UI\', Corbel, Calibri, Tahoma, \'Lucida Sans Unicode\', sans-serif;font-size:11px;width:'
-\bqx\.ui\.table\.TablePane\.TABLE_COLGROUP\b='px"><colgroup>'
-\bqx\.ui\.table\.TablePane\.TABLE_COL\b='<col width\="'
-\bqx\.ui\.table\.TablePane\.TABLE_COLEND\b='"/>'
-\bqx\.ui\.table\.TablePane\.TABLE_TBODY\b='</colgroup><tbody>'
-\bqx\.ui\.table\.TablePane\.TABLE_TR\b='<tr style\="height:'
-\bqx\.ui\.table\.TablePane\.TABLE_BGCOLOR\b='px;background-color:'
-\bqx\.ui\.table\.TablePane\.TABLE_TR_END\b='</tr>'
-\bqx\.ui\.table\.TablePane\.TABLE_TBODY_END\b='</tbody></table>'
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/11-embed.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/11-embed.dat deleted file mode 100644 index bc740fc9fd..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/11-embed.dat +++ /dev/null @@ -1,8 +0,0 @@ -\bqx\.ui\.embed\.IconHtmlEmbed\.START_IMAGE\b="<img src\=\""
-\bqx\.ui\.embed\.IconHtmlEmbed\.START_STYLE\b="\" style\=\"vertical-align:middle;"
-\bqx\.ui\.embed\.IconHtmlEmbed\.STYLE_MARGIN\b="margin-right:"
-\bqx\.ui\.embed\.IconHtmlEmbed\.STYLE_WIDTH\b="width:"
-\bqx\.ui\.embed\.IconHtmlEmbed\.STYLE_HEIGHT\b="height:"
-\bqx\.ui\.embed\.IconHtmlEmbed\.PIXEL_UNIT\b="px;"
-\bqx\.ui\.embed\.IconHtmlEmbed\.FILTER_START\b="filter:"
-\bqx\.ui\.embed\.IconHtmlEmbed\.STOP_IMAGE\b="\"/>"
\ No newline at end of file diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/12-label.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/12-label.dat deleted file mode 100644 index 32cb319a21..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/12-label.dat +++ /dev/null @@ -1,21 +0,0 @@ -\bqx\.ui\.basic\.Label\.COPY_STYLEPROPERTY\b="styleproperty"
-\bqx\.ui\.basic\.Label\.COPY_COMPUTEDELEMENT\b="computedelement"
-\bqx\.ui\.basic\.Label\.COPY_LOCALELEMENT\b="localelement"
-\bqx\.ui\.basic\.Label\.OVERFLOW_HIDDEN\b="hidden"
-\bqx\.ui\.basic\.Label\.OVERFLOW_ELLIPSIS\b="ellipsis"
-\bqx\.ui\.basic\.Label\.INNER_TEXT\b="innerText"
-\bqx\.ui\.basic\.Label\.INNER_HTML\b="innerHTML"
-\bqx\.ui\.basic\.Label\.MNEMONIC_OUT_START\b="(<span style\=\"text-decoration:underline\">"
-\bqx\.ui\.basic\.Label\.MNEMONIC_OUT_STOP\b="</span>)"
-\bqx\.ui\.basic\.Label\.MNEMONIC_IN_START\b="<span style\=\"text-decoration:underline\">"
-\bqx\.ui\.basic\.Label\.MNEMONIC_IN_STOP\b="</span>"
-\bqx\.ui\.basic\.Label\.MNEMONIC_TEST1\b="^(((<([^>]|"
-\bqx\.ui\.basic\.Label\.MNEMONIC_TEST2\b=")+>)|(&([^;]|"
-\bqx\.ui\.basic\.Label\.MNEMONIC_TEST3\b=")+;)|[^&"
-\bqx\.ui\.basic\.Label\.MNEMONIC_TEST4\b="])*)("
-\bqx\.ui\.basic\.Label\.MNEMONIC_TEST5\b=")"
-\bqx\.ui\.basic\.Label\.MNEMONIC_REGMODE\b="i"
-\bqx\.ui\.basic\.Label\.BR\b="<br/>"
-\bqx\.ui\.basic\.Label\.CODE1\b="&#x"
-\bqx\.ui\.basic\.Label\.CODE2\b="&#"
-\bqx\.ui\.basic\.Label\.TOSTRHELPER\b="0x"
\ No newline at end of file diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/13-window.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/13-window.dat deleted file mode 100644 index 99c71f2d20..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/13-window.dat +++ /dev/null @@ -1,8 +0,0 @@ -\bqx\.ui\.window\.Window\.MODE_OPAQUE\b="opaque"
-\bqx\.ui\.window\.Window\.MODE_LAZYOPAQUE\b="lazyopaque"
-\bqx\.ui\.window\.Window\.MODE_FRAME\b="frame"
-\bqx\.ui\.window\.Window\.MODE_TRANSLUCENT\b="translucent"
-\bqx\.ui\.window\.Window\.MODE_MINIMIZED\b="minimized"
-\bqx\.ui\.window\.Window\.MODE_MAXIMIZED\b="maximized"
-\bqx\.ui\.window\.Window\.STATE_ACTIVE\b="active"
-\bqx\.ui\.window\.Window\.STATE_MAXIMIZED\b="maximized"
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/14-colorselector.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/14-colorselector.dat deleted file mode 100644 index 1741cebc20..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/14-colorselector.dat +++ /dev/null @@ -1,11 +0,0 @@ -\bqx\.ui\.component\.ColorSelector\.CONTEXT_RED_MODIFIER\b="redModifier"
-\bqx\.ui\.component\.ColorSelector\.CONTEXT_GREEN_MODIFIER\b="greenModifier"
-\bqx\.ui\.component\.ColorSelector\.CONTEXT_BLUE_MODIFIER\b="blueModifier"
-\bqx\.ui\.component\.ColorSelector\.CONTEXT_HUE_MODIFIER\b="hueModifier"
-\bqx\.ui\.component\.ColorSelector\.CONTEXT_SATURATION_MODIFIER\b="saturationModifier"
-\bqx\.ui\.component\.ColorSelector\.CONTEXT_BRIGHTNESS_MODIFIER\b="brightnessModifier"
-\bqx\.ui\.component\.ColorSelector\.CONTEXT_HSB_SPINNER\b="hsbSpinner"
-\bqx\.ui\.component\.ColorSelector\.CONTEXT_RGB_SPINNER\b="rgbSpinner"
-\bqx\.ui\.component\.ColorSelector\.CONTEXT_HEX_FIELD\b="hexField"
-\bqx\.ui\.component\.ColorSelector\.CONTEXT_HUE_SATURATION_FIELD\b="hueSaturationField"
-\bqx\.ui\.component\.ColorSelector\.CONTEXT_BRIGHTNESS_FIELD\b="brightnessField"
\ No newline at end of file diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/15-datechooser.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/15-datechooser.dat deleted file mode 100644 index cd78f336d5..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/15-datechooser.dat +++ /dev/null @@ -1,5 +0,0 @@ -\bqx\.ui\.component\.DateChooser\.STATE_HEADER\b="header"
-\bqx\.ui\.component\.DateChooser\.STATE_WEEKEND\b="weekend"
-\bqx\.ui\.component\.DateChooser\.STATE_OTHER_MONTH\b="otherMonth"
-\bqx\.ui\.component\.DateChooser\.STATE_SELECTED\b="selected"
-\bqx\.ui\.component\.DateChooser\.STATE_TODAY\b="today"
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/16-button.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/16-button.dat deleted file mode 100644 index 953137b8dc..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/16-button.dat +++ /dev/null @@ -1,3 +0,0 @@ -\bqx\.ui\.form\.Button\.STATE_CHECKED\b="checked"
-\bqx\.ui\.form\.Button\.STATE_PRESSED\b="pressed"
-\bqx\.ui\.form\.Button\.STATE_ABANDONED\b="abandoned"
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/17-selection.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/17-selection.dat deleted file mode 100644 index 5dcc3754d7..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/17-selection.dat +++ /dev/null @@ -1,3 +0,0 @@ -\bqx\.manager\.selection\.SelectionManager\.STATE_SELECTED\b="selected"
-\bqx\.manager\.selection\.SelectionManager\.STATE_ANCHOR\b="anchor"
-\bqx\.manager\.selection\.SelectionManager\.STATE_LEAD\b="lead"
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/40-classnames.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/40-classnames.dat deleted file mode 100644 index 5b43fdb3ab..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/40-classnames.dat +++ /dev/null @@ -1,74 +0,0 @@ -\bqx\.dom\.DomDimension\b=qx.dom.Dimension
-\bqx\.dom\.DomElement\b=qx.dom.Element
-\bqx\.dom\.DomElementFromPoint\b=qx.dom.ElementFromPoint
-\bqx\.dom\.DomEventRegistration\b=qx.dom.EventRegistration
-\bqx\.dom\.DomIframe\b=qx.dom.Iframe
-\bqx\.dom\.DomLocation\b=qx.dom.Location
-\bqx\.dom\.DomNode\b=qx.dom.Node
-\bqx\.dom\.DomOffset\b=qx.dom.Offset
-\bqx\.dom\.DomScroll\b=qx.dom.Scroll
-\bqx\.dom\.DomScrollIntoView\b=qx.dom.ScrollIntoView
-\bqx\.dom\.DomStyle\b=qx.dom.Style
-\bqx\.dom\.DomStyleSheet\b=qx.dom.StyleSheet
-\bqx\.dom\.DomWindow\b=qx.dom.Window
-
-\bqx\.io\.image\.ImagePreloaderSystem\b=qx.io.image.PreloaderSystem
-\bqx\.io\.image\.ImagePreloader\b=qx.io.image.Preloader
-
-\bqx\.io\.remote\.RemoteExchange\b=qx.io.remote.Exchange
-\bqx\.io\.remote\.RemoteRequest\b=qx.io.remote.Request
-\bqx\.io\.remote\.RemoteRequestQueue\b=qx.io.remote.RequestQueue
-\bqx\.io\.remote\.RemoteResponse\b=qx.io.remote.Response
-
-\bqx\.lang\.Xml\b=qx.xml.Core
-
-\bqx\.theme\.appearance\.DefaultAppearanceTheme\b=qx.theme.appearance.Classic
-\bqx\.theme\.color\.SystemColorTheme\b=qx.theme.color.System
-\bqx\.theme\.color\.WindowsClassicColorTheme\b=qx.theme.color.WindowsClassic
-\bqx\.theme\.color\.WindowsLunaBlueColorTheme\b=qx.theme.color.WindowsLunaBlue
-\bqx\.theme\.color\.WindowsLunaGreenColorTheme\b=qx.theme.color.WindowsLunaGreen
-\bqx\.theme\.color\.WindowsLunaSilverColorTheme\b=qx.theme.color.WindowsLunaSilver
-\bqx\.theme\.color\.WindowsRoyaleColorTheme\b=qx.theme.color.WindowsRoyale
-\bqx\.theme\.icon\.NuvolaIconTheme\b=qx.theme.icon.Nuvola
-\bqx\.theme\.icon\.CrystalSvgIconTheme\b=qx.theme.icon.CrystalSvg
-\bqx\.theme\.widget\.WindowsWidgetTheme\b=qx.theme.widget.Windows
-
-\bqx\.ui\.listview\.ListViewHeaderSeparator\b=qx.ui.listview.HeaderSeparator
-\bqx\.ui\.listview\.ListViewHeaderCell\b=qx.ui.listview.HeaderCell
-\bqx\.ui\.listview\.ListViewHeader\b=qx.ui.listview.Header
-\bqx\.ui\.listview\.ListViewContentCellText\b=qx.ui.listview.ContentCellText
-\bqx\.ui\.listview\.ListViewContentCellLink\b=qx.ui.listview.ContentCellLink
-\bqx\.ui\.listview\.ListViewContentCellImage\b=qx.ui.listview.ContentCellImage
-\bqx\.ui\.listview\.ListViewContentCellIconHtml\b=qx.ui.listview.ContentCellIconHtml
-\bqx\.ui\.listview\.ListViewContentCellHtml\b=qx.ui.listview.ContentCellHtml
-
-\bqx\.ui\.menu\.MenuRadioButton\b=qx.ui.menu.RadioButton
-\bqx\.ui\.menu\.MenuLayout\b=qx.ui.menu.Layout
-\bqx\.ui\.menu\.MenuCheckBox\b=qx.ui.menu.CheckBox
-\bqx\.ui\.menu\.MenuButton\b=qx.ui.menu.Button
-\bqx\.ui\.menu\.MenuSeparator\b=qx.ui.menu.Separator
-\bqx\.ui\.menu\.MenuBar\b=qx.ui.menubar.MenuBar
-\bqx\.ui\.menu\.MenuBarButton\b=qx.ui.menubar.Button
-
-\bqx\.ui\.pageview\.buttonview\.ButtonViewPage\b=qx.ui.pageview.buttonview.Page
-\bqx\.ui\.pageview\.buttonview\.ButtonViewPane\b=qx.ui.pageview.buttonview.Pane
-\bqx\.ui\.pageview\.buttonview\.ButtonViewBar\b=qx.ui.pageview.buttonview.Bar
-\bqx\.ui\.pageview\.buttonview\.ButtonViewButton\b=qx.ui.pageview.buttonview.Button
-
-\bqx\.ui\.pageview\.tabview\.TabViewBar\b=qx.ui.pageview.tabview.Bar
-\bqx\.ui\.pageview\.tabview\.TabViewButton\b=qx.ui.pageview.tabview.Button
-\bqx\.ui\.pageview\.tabview\.TabViewPage\b=qx.ui.pageview.tabview.Page
-\bqx\.ui\.pageview\.tabview\.TabViewPane\b=qx.ui.pageview.tabview.Pane
-
-\bqx\.ui\.toolbar\.ToolBarButton\b=qx.ui.toolbar.Button
-\bqx\.ui\.toolbar\.ToolBarCheckBox\b=qx.ui.toolbar.CheckBox
-\bqx\.ui\.toolbar\.ToolBarMenuButton\b=qx.ui.toolbar.MenuButton
-\bqx\.ui\.toolbar\.ToolBarPart\b=qx.ui.toolbar.Part
-\bqx\.ui\.toolbar\.ToolBarPartHandle\b=qx.ui.toolbar.PartHandle
-\bqx\.ui\.toolbar\.ToolBarRadioButton\b=qx.ui.toolbar.RadioButton
-\bqx\.ui\.toolbar\.ToolBarSeparator\b=qx.ui.toolbar.Separator
-
-\bqx\.ui\.pageview\.AbstractPageViewBar\b=qx.ui.pageview.AbstractBar
-\bqx\.ui\.pageview\.AbstractPageViewButton\b=qx.ui.pageview.AbstractButton
-\bqx\.ui\.pageview\.AbstractPageViewPage\b=qx.ui.pageview.AbstractPage
-\bqx\.ui\.pageview\.AbstractPageViewPane\b=qx.ui.pageview.AbstractPane
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/info/01-prototypes.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/info/01-prototypes.dat deleted file mode 100644 index 2cdd4addd0..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/info/01-prototypes.dat +++ /dev/null @@ -1,32 +0,0 @@ -\.copy\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
-\.clone\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
-\.getFirst\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
-\.getLast\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
-\.insertAt\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
-\.insertBefore\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
-\.insertAfter\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
-\.removeAt\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
-\.removeAll\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
-\.append\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
-\.remove\b=Maybe old use of prototype function. Please use qx.lang.Array instead.
-\.contains\b=Maybe old use of prototype function. Please use qx.lang.Array/qx.lang.String instead.
-
-\.toCamelCase\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-\.trimLeft\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-\.trimRight\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-\.trim\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-\.stripTags\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-\.startsWith\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-\.endsWith\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-\.pad\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-\.toFirstUp\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-\.escapeRegexpChars\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-
-# All widget add/remove is affected. It's generally better to hide these because the string
-# methods are relatively rarely used.
-#\.add\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-#\.remove\b=Maybe old use of prototype function. Please use qx.lang.String instead.
-
-\.isInRange\b=Maybe old use of prototype function. Please use qx.lang.Number instead.
-\.isBetweenRange\b=Maybe old use of prototype function. Please use qx.lang.Number instead.
-\.limit\b=Maybe old use of prototype function. Please use qx.lang.Number instead.
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/info/02-obsolete.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/info/02-obsolete.dat deleted file mode 100644 index 65e5496e21..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/info/02-obsolete.dat +++ /dev/null @@ -1,3 +0,0 @@ -\bQxSet\b=Does not exist anymore. Maybe qx.manager.object.ObjectManager can be used instead.
-\bQxTransport\b=Does not exist anymore. Please use qx.io.remote.RemoteRequest now.
-\bQxXmlHttpTransport\b=Does not exist anymore. Please use qx.io.remote.RemoteRequest now.
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/01-classnames.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/01-classnames.dat deleted file mode 100644 index 4545fe3b7f..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/01-classnames.dat +++ /dev/null @@ -1,209 +0,0 @@ -\bQxConst\b=qx.Const -\bQxClient\b=qx.sys.Client - -\bQxDefaultSettings\b=qx.core.DefaultSettings -\bQxSettings\b=qx.core.Settings -\bQxMain\b=qx.core.Main -\bQxObject\b=qx.core.Object -\bQxTarget\b=qx.core.Target -\bQxApplication\b=qx.core.Init - -\bQxRangeManager\b=qx.type.Range -\bQxSelectionStorage\b=qx.type.Selection -\bQxFlashPlayerVersion\b=qx.type.Version - -\bQxTimer\b=qx.client.Timer -\bQxNativeWindow\b=qx.client.NativeWindow -\bQxClientWindow\b=qx.client.ClientWindow -\bQxCommand\b=qx.client.Command -\bQxBuilder\b=qx.client.Builder - -\bQxDebug\b=qx.dev.Debug -\bQxTimeTracker\b=qx.dev.TimeTracker - -\bQxXmlExtras\b=qx.lang.Xml - -\bQxDataEvent\b=qx.event.type.DataEvent -\bQxDomEvent\b=qx.event.type.DomEvent -\bQxDragEvent\b=qx.event.type.DragEvent -\bQxEvent\b=qx.event.type.Event -\bQxFocusEvent\b=qx.event.type.FocusEvent -\bQxKeyEvent\b=qx.event.type.KeyEvent -\bQxMouseEvent\b=qx.event.type.MouseEvent - -\bQxDragAndDropManager\b=qx.event.handler.DragAndDropHandler -\bQxEventManager\b=qx.event.handler.EventHandler -\bQxFocusManager\b=qx.event.handler.FocusHandler - -\bQxRequest\b=qx.io.remote.RemoteRequest -\bQxRequestQueue\b=qx.io.remote.RemoteRequestQueue -\bQxResponse\b=qx.io.remote.RemoteResponse -\bQxCommonTransport\b=qx.io.remote.AbstractRemoteTransport -\bQxIframeTransport\b=qx.io.remote.IframeTransport -\bQxXmlhttpTransport\b=qx.io.remote.XmlhttpTransport - -\bQxCookie\b=qx.io.local.CookieApi -\bQxCookieStorage\b=qx.io.local.CookieTransport - -\bQxImagePreloader\b=qx.io.image.ImagePreloader -\bQxImagePreloaderSystem\b=qx.io.image.ImagePreloaderSystem - -\bQxParent\b=qx.ui.core.Parent -\bQxWidget\b=qx.ui.core.Widget -\bQxClientDocument\b=qx.ui.core.ClientDocument -\bQxBlocker\b=qx.ui.core.ClientDocumentBlocker - -\bQxAtom\b=qx.ui.basic.Atom -\bQxImage\b=qx.ui.basic.Image -\bQxLabel\b=qx.ui.basic.Label -\bQxTerminator\b=qx.ui.basic.Terminator -\bQxInline\b=qx.ui.basic.Inline -\bQxHorizontalSpacer\b=qx.ui.basic.HorizontalSpacer -\bQxVerticalSpacer\b=qx.ui.basic.VerticalSpacer - -\bQxBoxLayout\b=qx.ui.layout.BoxLayout -\bQxCanvasLayout\b=qx.ui.layout.CanvasLayout -\bQxDockLayout\b=qx.ui.layout.DockLayout -\bQxFlowLayout\b=qx.ui.layout.FlowLayout -\bQxHorizontalBoxLayout\b=qx.ui.layout.HorizontalBoxLayout -\bQxVerticalBoxLayout\b=qx.ui.layout.VerticalBoxLayout -\bQxGridLayout\b=qx.ui.layout.GridLayout - -\bQxTextField\b=qx.ui.form.TextField -\bQxTextArea\b=qx.ui.form.TextArea -\bQxPasswordField\b=qx.ui.form.PasswordField -\bQxSpinner\b=qx.ui.form.Spinner -\bQxButton\b=qx.ui.form.Button -\bQxRepeatButton\b=qx.ui.form.RepeatButton -\bQxComboBox\b=qx.ui.form.ComboBox -\bQxList\b=qx.ui.form.List -\bQxCheckBox\b=qx.ui.form.CheckBox -\bQxRadioButton\b=qx.ui.form.RadioButton -\bQxListItem\b=qx.ui.form.ListItem -\bQxInputCheckIcon\b=qx.ui.form.InputCheckSymbol - -\bQxFieldSet\b=qx.ui.groupbox.GroupBox -\bQxCheckBoxFieldSet\b=qx.ui.groupbox.CheckGroupBox -\bQxRadioButtonFieldSet\b=qx.ui.groupbox.RadioGroupBox - -\bQxListView\b=qx.ui.listview.ListView -\bQxListViewContentCellHtml\b=qx.ui.listview.ListViewContentCellHtml -\bQxListViewContentCellIconHtml\b=qx.ui.listview.ListViewContentCellIconHtml -\bQxListViewContentCellImage\b=qx.ui.listview.ListViewContentCellImage -\bQxListViewContentCellLink\b=qx.ui.listview.ListViewContentCellLink -\bQxListViewContentCellText\b=qx.ui.listview.ListViewContentCellText -\bQxListViewHeader\b=qx.ui.listview.ListViewHeader -\bQxListViewHeaderCell\b=qx.ui.listview.ListViewHeaderCell -\bQxListViewHeaderSeparator\b=qx.ui.listview.ListViewHeaderSeparator -\bQxListViewPane\b=qx.ui.listview.ListViewPane - -\bQxWindow\b=qx.ui.window.Window - -\bQxPopup\b=qx.ui.popup.Popup -\bQxPopupAtom\b=qx.ui.popup.PopupAtom -\bQxToolTip\b=qx.ui.popup.ToolTip - -\bQxMenu\b=qx.ui.menu.Menu -\bQxMenuBar\b=qx.ui.menu.MenuBar -\bQxMenuBarButton\b=qx.ui.menu.MenuBarButton -\bQxMenuButton\b=qx.ui.menu.MenuButton -\bQxMenuCheckBox\b=qx.ui.menu.MenuCheckBox -\bQxMenuLayout\b=qx.ui.menu.MenuLayout -\bQxMenuRadioButton\b=qx.ui.menu.MenuRadioButton -\bQxMenuSeparator\b=qx.ui.menu.MenuSeparator - -\bQxCommonView\b=qx.ui.pageview.AbstractPageView -\bQxCommonViewBar\b=qx.ui.pageview.AbstractPageViewBar -\bQxCommonViewButton\b=qx.ui.pageview.AbstractPageViewButton -\bQxCommonViewPage\b=qx.ui.pageview.AbstractPageViewPage -\bQxCommonViewPane\b=qx.ui.pageview.AbstractPageViewPane - -\bQxTabView\b=qx.ui.pageview.tabview.TabView -\bQxTabViewBar\b=qx.ui.pageview.tabview.TabViewBar -\bQxTabViewButton\b=qx.ui.pageview.tabview.TabViewButton -\bQxTabViewPage\b=qx.ui.pageview.tabview.TabViewPage -\bQxTabViewPane\b=qx.ui.pageview.tabview.TabViewPane - -\bQxBarView\b=qx.ui.pageview.buttonview.ButtonView -\bQxBarViewBar\b=qx.ui.pageview.buttonview.ButtonViewBar -\bQxBarViewButton\b=qx.ui.pageview.buttonview.ButtonViewButton -\bQxBarViewPage\b=qx.ui.pageview.buttonview.ButtonViewPage -\bQxBarViewPane\b=qx.ui.pageview.buttonview.ButtonViewPane - -\bQxToolBar\b=qx.ui.toolbar.ToolBar -\bQxToolBarButton\b=qx.ui.toolbar.ToolBarButton -\bQxToolBarCheckBox\b=qx.ui.toolbar.ToolBarCheckBox -\bQxToolBarMenuButton\b=qx.ui.toolbar.ToolBarMenuButton -\bQxToolBarPart\b=qx.ui.toolbar.ToolBarPart -\bQxToolBarPartHandle\b=qx.ui.toolbar.ToolBarPartHandle -\bQxToolBarRadioButton\b=qx.ui.toolbar.ToolBarRadioButton -\bQxToolBarSeparator\b=qx.ui.toolbar.ToolBarSeparator - -\bQxTree\b=qx.ui.tree.Tree -\bQxTreeElement\b=qx.ui.tree.AbstractTreeElement -\bQxTreeFile\b=qx.ui.tree.TreeFile -\bQxTreeFolder\b=qx.ui.tree.TreeFolder - -\bQxColorSelector\b=qx.ui.component.ColorSelector - -\bQxCanvasLayoutImpl\b=qx.renderer.layout.CanvasLayoutImpl -\bQxDockLayoutImpl\b=qx.renderer.layout.DockLayoutImpl -\bQxFlowLayoutImpl\b=qx.renderer.layout.FlowLayoutImpl -\bQxGridLayoutImpl\b=qx.renderer.layout.GridLayoutImpl -\bQxHorizontalBoxLayoutImpl\b=qx.renderer.layout.HorizontalBoxLayoutImpl -\bQxLayoutImpl\b=qx.renderer.layout.LayoutImpl -\bQxMenuButtonLayoutImpl\b=qx.renderer.layout.MenuButtonLayoutImpl -\bQxMenuLayoutImpl\b=qx.renderer.layout.MenuLayoutImpl -\bQxVerticalBoxLayoutImpl\b=qx.renderer.layout.VerticalBoxLayoutImpl - -\bQxBorder\.presets\b=qx.renderer.border.BorderPresets -\bQxBorderObject\.presets\b=qx.renderer.border.BorderPresets -\bQxBorder\b=qx.renderer.border.Border -\bQxBorderCache\b=qx.renderer.border.BorderCache -\bQxBorderObject\b=qx.renderer.border.BorderObject -\bQxBorderPresets\b=qx.renderer.border.BorderPresets - -\bQxColor\b=qx.renderer.color.Color -\bQxColorCache\b=qx.renderer.color.ColorCache -\bQxColorObject\b=qx.renderer.color.ColorObject -\bQxColorUtil\b=qx.util.ColorUtil - -\bQxFont\b=qx.renderer.font.Font -\bQxFontCache\b=qx.renderer.font.FontCache -\bQxFontObject\b=qx.renderer.font.FontObject - -\bQxAppearanceTheme\b=qx.renderer.theme.AppearanceTheme -\bQxColorTheme\b=qx.renderer.theme.ColorTheme -\bQxIconTheme\b=qx.renderer.theme.IconTheme -\bQxWidgetTheme\b=qx.renderer.theme.WidgetTheme - -\bQxManager\b=qx.manager.object.ObjectManager -\bQxAppearanceManager\b=qx.manager.object.AppearanceManager -\bQxColorManager\b=qx.manager.object.ColorManager -\bQxPopupManager\b=qx.manager.object.PopupManager -\bQxMenuManager\b=qx.manager.object.MenuManager -\bQxToolTipManager\b=qx.manager.object.ToolTipManager -\bQxWindowManager\b=qx.manager.object.WindowManager -\bQxImageManager\b=qx.manager.object.ImageManager -\bQxImagePreloaderManager\b=qx.manager.object.ImagePreloaderManager - -\bQxSelectionManager\b=qx.manager.selection.SelectionManager -\bQxDomSelectionManager\b=qx.manager.selection.DomSelectionManager -\bQxTreeSelectionManager\b=qx.manager.selection.TreeSelectionManager -\bQxVirtualSelectionManager\b=qx.manager.selection.VirtualSelectionManager -\bQxRadioManager\b=qx.manager.selection.RadioManager - -\bQxFlash\b=qx.ui.embed.Flash -\bQxIframe\b=qx.ui.embed.Iframe -\bQxGallery\b=qx.ui.embed.Gallery -\bQxGalleryList\b=qx.ui.embed.GalleryList -\bQxHtml\b=qx.ui.embed.HtmlEmbed -\bQxIconHtml\b=qx.ui.embed.IconHtmlEmbed -\bQxLink\b=qx.ui.embed.LinkEmbed -\bQxText\b=qx.ui.embed.TextEmbed -\bQxNode\b=qx.ui.embed.NodeEmbed - -\bQxTextile\b=qx.util.Textile.textilize -\bQxCompare\b=qx.util.Compare -\bQxFormUtils\b=qx.util.FormUtil - diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/02-domapi.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/02-domapi.dat deleted file mode 100644 index bae7bf0be8..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/02-domapi.dat +++ /dev/null @@ -1,38 +0,0 @@ -qx.dom.getComputedOuter=qx.dom.DomDimension.getOuter -qx.dom.getComputedInner=qx.dom.DomDimension.getInner -qx.dom.getComputedArea=qx.dom.DomDimension.getArea -qx.dom.getComputedBox=qx.dom.DomDimension.getBox -qx.dom.getComputedInset=qx.dom.DomDimension.getInset -qx.dom.getComputedScrollBar=qx.dom.DomDimension.getScrollBar - -qx.dom.cleanElementWhitespace=qx.dom.DomElement.cleanWhitespace -qx.dom.isElementEmpty=qx.dom.DomElement.isEmpty - -qx.dom.getElementFromPoint=qx.dom.DomElementFromPoint.getElementFromPoint -qx.dom.getElementAbsolutePointChecker=qx.dom.DomElementFromPoint.getElementAbsolutePointChecker - -qx.dom.addEventListener=qx.dom.DomEventRegistration.addEventListener -qx.dom.removeEventListener=qx.dom.DomEventRegistration.removeEventListener - -qx.dom.getIframe=qx.dom.DomIframe.get - -qx.dom.getComputedPage=qx.dom.DomLocation.getPage -qx.dom.getComputedClient=qx.dom.DomLocation.getClient -qx.dom.getComputedScreen=qx.dom.DomLocation.getScreen - -qx.dom.getOffset=qx.dom.DomOffset.get -qx.dom.getScroll=qx.dom.DomScroll.get -qx.dom.scrollIntoView=qx.dom.DomScrollIntoView.scroll - -qx.dom.getComputedStyle=qx.dom.DomStyle.getStyle -qx.dom.getComputedBorder=qx.dom.DomStyle.getBorder -qx.dom.getComputedMargin=qx.dom.DomStyle.getMargin -qx.dom.getComputedPadding=qx.dom.DomStyle.getPadding - -qx.dom.createStyleElement=qx.dom.DomStyleSheet.createElement -qx.dom.addCssRule=qx.dom.DomStyleSheet.addRule -qx.dom.removeCssRule=qx.dom.DomStyleSheet.removeRule -qx.dom.removeAllCssRules=qx.dom.DomStyleSheet.removeAllRules - -qx.dom.getWindowInner=qx.dom.DomWindow.getInner -qx.dom.getClientScroll=qx.dom.DomWindow.getScroll diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/03-const.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/03-const.dat deleted file mode 100644 index ab9a842d8f..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/03-const.dat +++ /dev/null @@ -1,55 +0,0 @@ -qx.Const.NAMESPACE_=qx.constant.Net.NAMESPACE_ -qx.Const.REQUEST_STATE_=qx.constant.Net.STATE_ -qx.Const.PROTOCOL_=qx.constant.Net.PROTOCOL_ -qx.Const.URI_=qx.constant.Net.URI_ -qx.Const.METHOD_=qx.constant.Net.METHOD_ -qx.Const.CORE_=qx.constant.Core. -qx.Const.NODE_=qx.constant.Node. -qx.Const.BORDER_STYLE_=qx.renderer.border.Border.STYLE_ -qx.Const.FONT_STYLE_=qx.renderer.font.Font.STYLE_ -qx.Const.HTML_=qx.constant.Html. -qx.Const.TYPEOF_=qx.constant.Type. -qx.Const.IMAGE_BLANK=qx.manager.object.ImageManager.BLANK -qx.Const.CURSOR_=qx.constant.Style.CURSOR_ -qx.Const.OVERFLOW_VALUE_=qx.constant.Style.OVERFLOW_ -qx.Const.MIMETYPE_=qx.constant.Mime. -qx.Const.ORIENTATION_=qx.constant.Layout.ORIENTATION_ -qx.Const.ALIGN_=qx.constant.Layout.ALIGN_ -qx.Const.STATE_OVER=qx.ui.core.Widget.STATE_OVER -qx.Const.STATE_FOCUSED=qx.ui.core.Widget.STATE_FOCUSED -qx.Const.STATE_DISABLED=qx.ui.core.Widget.STATE_DISABLED -qx.Const.STATE_CHECKED=qx.ui.form.Button.STATE_CHECKED -qx.Const.STATE_PRESSED=qx.ui.form.Button.STATE_PRESSED -qx.Const.STATE_ABANDONED=qx.ui.form.Button.STATE_ABANDONED -qx.Const.STATE_SELECTED=qx.manager.selection.SelectionManager.STATE_SELECTED -qx.Const.STATE_ANCHOR=qx.manager.selection.SelectionManager.STATE_ANCHOR -qx.Const.STATE_LEAD=qx.manager.selection.SelectionManager.STATE_LEAD -qx.Const.STATE_ACTIVE=qx.ui.window.Window.STATE_ACTIVE -qx.Const.STATE_MAXIMIZED=qx.ui.window.Window.STATE_MAXIMIZED - -qx.Const.PROPERTY_CLASSNAME=qx.ui.core.Widget.PROPERTY_CLASSNAME -qx.Const.PROPERTY_BORDERX=qx.ui.core.Widget.PROPERTY_BORDERX -qx.Const.PROPERTY_BORDERY=qx.ui.core.Widget.PROPERTY_BORDERY -qx.Const.PROPERTY_BORDERWIDTHX=qx.ui.core.Widget.PROPERTY_BORDERWIDTHX -qx.Const.PROPERTY_BORDERWIDTHY=qx.ui.core.Widget.PROPERTY_BORDERWIDTHY -qx.Const.PROPERTY_PARENT_PADDINGLEFT=qx.ui.core.Widget.PROPERTY_PARENT_PADDINGLEFT -qx.Const.PROPERTY_PARENT_PADDINGRIGHT=qx.ui.core.Widget.PROPERTY_PARENT_PADDINGRIGHT -qx.Const.PROPERTY_PARENT_PADDINGTOP=qx.ui.core.Widget.PROPERTY_PARENT_PADDINGTOP -qx.Const.PROPERTY_PARENT_PADDINGBOTTOM=qx.ui.core.Widget.PROPERTY_PARENT_PADDINGBOTTOM - -qx.Const.PROPERTY_FILTER=qx.constant.Style.PROPERTY_FILTER -qx.Const.PROPERTY_DISPLAY=qx.constant.Style.PROPERTY_DISPLAY -qx.Const.PROPERTY_POSITION=qx.constant.Style.PROPERTY_POSITION -qx.Const.PROPERTY_VISIBILITY=qx.constant.Style.PROPERTY_VISIBILITY -qx.Const.PROPERTY_DISABLED=qx.constant.Style.PROPERTY_DISABLED -qx.Const.PROPERTY_LINEHEIGHT=qx.constant.Style.PROPERTY_LINEHEIGHT -qx.Const.PROPERTY_TEXTALIGN=qx.constant.Style.PROPERTY_TEXTALIGN -qx.Const.PROPERTY_WHITESPACE=qx.constant.Style.PROPERTY_WHITESPACE -qx.Const.PROPERTY_PADDING=qx.constant.Style.PROPERTY_PADDING -qx.Const.PROPERTY_OVERFLOW_BOTH=qx.constant.Style.PROPERTY_OVERFLOW_BOTH -qx.Const.PROPERTY_OVERFLOW_TEXT=qx.constant.Style.PROPERTY_OVERFLOW_TEXT -qx.Const.PROPERTY_OVERFLOW_HORIZONTAL=qx.constant.Style.PROPERTY_OVERFLOW_HORIZONTAL -qx.Const.PROPERTY_OVERFLOW_VERTICAL=qx.constant.Style.PROPERTY_OVERFLOW_VERTICAL - -# Should be the last one -qx.Const.PROPERTY_=qx.OO.PROPERTY_
\ No newline at end of file diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat deleted file mode 100644 index 7bdd26f42c..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat +++ /dev/null @@ -1,56 +0,0 @@ -qx.Const.EVENT_TYPE_MOUSEOVER=qx.constant.Event.MOUSEOVER -qx.Const.EVENT_TYPE_MOUSEMOVE=qx.constant.Event.MOUSEMOVE -qx.Const.EVENT_TYPE_MOUSEOUT=qx.constant.Event.MOUSEOUT -qx.Const.EVENT_TYPE_MOUSEDOWN=qx.constant.Event.MOUSEDOWN -qx.Const.EVENT_TYPE_MOUSEUP=qx.constant.Event.MOUSEUP -qx.Const.EVENT_TYPE_MOUSEWHEEL=qx.constant.Event.MOUSEWHEEL -qx.Const.EVENT_TYPE_CLICK=qx.constant.Event.CLICK -qx.Const.EVENT_TYPE_DBLCLICK=qx.constant.Event.DBLCLICK -qx.Const.EVENT_TYPE_CONTEXTMENU=qx.constant.Event.CONTEXTMENU -qx.Const.EVENT_TYPE_KEYDOWN=qx.constant.Event.KEYDOWN -qx.Const.EVENT_TYPE_KEYPRESS=qx.constant.Event.KEYPRESS -qx.Const.EVENT_TYPE_KEYUP=qx.constant.Event.KEYUP - -qx.Const.EVENT_TYPE_BLUR=qx.constant.Event.BLUR -qx.Const.EVENT_TYPE_FOCUS=qx.constant.Event.FOCUS -qx.Const.EVENT_TYPE_SELECT=qx.constant.Event.SELECT -qx.Const.EVENT_TYPE_SCROLL=qx.constant.Event.SCROLL -qx.Const.EVENT_TYPE_INPUT=qx.constant.Event.INPUT -qx.Const.EVENT_TYPE_CHANGE=qx.constant.Event.CHANGE - -qx.Const.EVENT_TYPE_ERROR=qx.constant.Event.ERROR -qx.Const.EVENT_TYPE_RESIZE=qx.constant.Event.RESIZE -qx.Const.EVENT_TYPE_INTERVAL=qx.constant.Event.INTERVAL -qx.Const.EVENT_TYPE_EXECUTE=qx.constant.Event.EXECUTE -qx.Const.EVENT_TYPE_CREATE=qx.constant.Event.CREATE - -qx.Const.EVENT_TYPE_BEFOREAPPEAR=qx.constant.Event.BEFOREAPPEAR -qx.Const.EVENT_TYPE_APPEAR=qx.constant.Event.APPEAR -qx.Const.EVENT_TYPE_BEFOREDISAPPEAR=qx.constant.Event.BEFOREDISAPPEAR -qx.Const.EVENT_TYPE_DISAPPEAR=qx.constant.Event.DISAPPEAR -qx.Const.EVENT_TYPE_BEFOREINSERTDOM=qx.constant.Event.BEFOREINSERTDOM -qx.Const.EVENT_TYPE_INSERTDOM=qx.constant.Event.INSERTDOM -qx.Const.EVENT_TYPE_BEFOREREMOVEDOM=qx.constant.Event.BEFOREREMOVEDOM -qx.Const.EVENT_TYPE_REMOVEDOM=qx.constant.Event.REMOVEDOM - -qx.Const.EVENT_TYPE_LOAD=qx.constant.Event.LOAD -qx.Const.EVENT_TYPE_UNLOAD=qx.constant.Event.UNLOAD -qx.Const.EVENT_TYPE_BEFOREUNLOAD=qx.constant.Event.BEFOREUNLOAD -qx.Const.EVENT_TYPE_SUBMIT=qx.constant.Event.SUBMIT - -qx.Const.EVENT_TYPE_CREATED=qx.constant.Event.CREATED -qx.Const.EVENT_TYPE_CONFIGURED=qx.constant.Event.CONFIGURED -qx.Const.EVENT_TYPE_QUEUED=qx.constant.Event.QUEUED -qx.Const.EVENT_TYPE_SENDING=qx.constant.Event.SENDING -qx.Const.EVENT_TYPE_RECEIVING=qx.constant.Event.RECEIVING -qx.Const.EVENT_TYPE_COMPLETED=qx.constant.Event.COMPLETED -qx.Const.EVENT_TYPE_ABORTED=qx.constant.Event.ABORTED -qx.Const.EVENT_TYPE_FAILED=qx.constant.Event.FAILED -qx.Const.EVENT_TYPE_TIMEOUT=qx.constant.Event.TIMEOUT - -qx.Const.EVENT_TYPE_DRAGDROP=qx.constant.Event.DRAGDROP -qx.Const.EVENT_TYPE_DRAGOVER=qx.constant.Event.DRAGOVER -qx.Const.EVENT_TYPE_DRAGOUT=qx.constant.Event.DRAGOUT -qx.Const.EVENT_TYPE_DRAGMOVE=qx.constant.Event.DRAGMOVE -qx.Const.EVENT_TYPE_DRAGSTART=qx.constant.Event.DRAGSTART -qx.Const.EVENT_TYPE_DRAGEND=qx.constant.Event.DRAGEND diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/05-util.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/05-util.dat deleted file mode 100644 index d26a57a90f..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/05-util.dat +++ /dev/null @@ -1,47 +0,0 @@ -\bQxUtil\.returnTrue\b = qx.util.Return.returnTrue -\bQxUtil\.returnFalse\b = qx.util.Return.returnFalse -\bQxUtil\.returnNull\b = qx.util.Return.returnNull -\bQxUtil\.returnThis\b = qx.util.Return.returnThis -\bQxUtil\.returnZero\b = qx.util.Return.returnZero -\bQxUtil\.returnNegativeIndex\b = qx.util.Return.returnNegativeIndex - -\bQxUtil\.isValid\b = qx.util.Validation.isValid -\bQxUtil\.isInvalid\b = qx.util.Validation.isInvalid -\bQxUtil\.isValidNumber\b = qx.util.Validation.isValidNumber -\bQxUtil\.isInvalidNumber\b = qx.util.Validation.isInvalidNumber -\bQxUtil\.isValidString\b = qx.util.Validation.isValidString -\bQxUtil\.isInvalidString\b = qx.util.Validation.isInvalidString -\bQxUtil\.isValidArray\b = qx.util.Validation.isValidArray -\bQxUtil\.isInvalidArray\b = qx.util.Validation.isInvalidArray -\bQxUtil\.isValidObject\b = qx.util.Validation.isValidObject -\bQxUtil\.isInvalidObject\b = qx.util.Validation.isInvalidObject -\bQxUtil\.isValidNode\b = qx.util.Validation.isValidNode -\bQxUtil\.isInvalidNode\b = qx.util.Validation.isInvalidNode -\bQxUtil\.isValidElement\b = qx.util.Validation.isValidElement -\bQxUtil\.isInvalidElement\b = qx.util.Validation.isInvalidElement -\bQxUtil\.isValidFunction\b = qx.util.Validation.isValidFunction -\bQxUtil\.isInvalidFunction\b = qx.util.Validation.isInvalidFunction -\bQxUtil\.isValidBoolean\b = qx.util.Validation.isValidBoolean -\bQxUtil\.isInvalidBoolean\b = qx.util.Validation.isInvalidBoolean -\bQxUtil\.isValidStringOrNumber\b = qx.util.Validation.isValidStringOrNumber -\bQxUtil\.isInvalidStringOrNumber\b = qx.util.Validation.isInvalidStringOrNumber - -\bQxUtil\._normalizeUmlautsRegExp\b = qx.util.Normalization._umlautsRegExp -\bQxUtil\._normalizeUmlautsShortData\b = qx.util.Normalization._umlautsShortData -\bQxUtil\._normalizeUmlautsShort\b = qx.util.Normalization._umlautsShort -\bQxUtil\.normalizeUmlautsShort\b = qx.util.Normalization.umlautsShort -\bQxUtil\._normalizeUmlautsLongData\b = qx.util.Normalization._umlautsLongData -\bQxUtil\._normalizeUmlautsLong\b = qx.util.Normalization._umlautsLong -\bQxUtil\.normalizeUmlautsLong\b = qx.util.Normalization.umlautsLong - -\bQxUtil\.isObjectEmpty\b = qx.lang.Object.isEmpty -\bQxUtil\.isObjectMinLength\b = qx.lang.Object.hasMinLength -\bQxUtil\.getObjectLength\b = qx.lang.Object.getLength -\bQxUtil\.convertObjectKeysToArray\b = qx.lang.Object.getKeys -\bQxUtil\.convertObjectKeysToString\b = qx.lang.Object.getKeysAsString -\bQxUtil\.convertObjectValuesToArray\b = qx.lang.Object.getValues -\bQxUtil\.convertArgumentsToArray\b = qx.lang.Array.fromArguments -\bQxUtil\.convertShortHandToArray\b = qx.lang.Array.fromShortHand -\bQxUtil\.mergeObjectWith\b = qx.lang.Object.mergeWith -\bQxUtil\.mergeObjects\b = qx.lang.Object.merge -\bQxUtil\.copyObject\b = qx.lang.Object.copy diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/06-main.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/06-main.dat deleted file mode 100644 index acbd2a652c..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/06-main.dat +++ /dev/null @@ -1,7 +0,0 @@ -window.application.main\s*\=\s*function\(\)[^\0]*?\{\s* = qx.core.Init.getInstance().defineMain(function() {\n - -\}\;[\n\s]*<\/script> = });</script> - -#this\.getClientWindow\(\)\.getClientDocument\(\) = qx.ui.core.ClientDocument.getInstance() - -#this\.add = qx.ui.core.ClientDocument.getInstance().add
\ No newline at end of file diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.7/patch.py b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.7/patch.py deleted file mode 100755 index 885cafda8d..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.7/patch.py +++ /dev/null @@ -1,381 +0,0 @@ -#!/usr/bin/env python - -import sys, os - -# reconfigure path to import modules from modules subfolder -sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "../../modules")) - -import tree, compiler, comment - - - - - - -def getAssignment(elem): - if elem.parent.type == "right" and elem.parent.parent.type == "assignment": - return elem.parent.parent - - return None - - -def getName(elem): - # find last identifier - last = elem.getLastChild(False, True) - - if last.type == "identifier": - return last.get("name") - - -def getMode(var, classname): - # find last identifier - last = var.getLastChild(False, True) - prev = last.getPreviousSibling(False, True) - - if prev.type == "identifier": - mode = prev.get("name") - - if mode == "Proto": - return "members" - elif mode == "Class": - return "statics" - - combined = [] - length = var.getChildrenLength(True) - pos = length - 1 - for iden in var.children: - if iden.type == "identifier": - combined.append(iden.get("name")) - - # if variable starts with the classname and has one unique identifier afterwards - if ".".join(combined) == classname and pos == 1: - return "statics" - - pos -= 1 - - return None - - -def getNameOfAssignment(elem): - name = None - - if elem.hasChild("left"): - left = elem.getChild("left") - - if left.hasChild("variable"): - name = getName(left.getChild("variable")) - - return name - - -def getModeOfAssignment(elem, classname): - mode = None - - if elem.hasChild("left"): - left = elem.getChild("left") - - if left.hasChild("variable"): - var = left.getChild("variable") - mode = getMode(var, classname) - - return mode - - -def getAndRemovePropertyName(definition): - for keyValue in definition.children: - if keyValue.type == "keyvalue" and keyValue.get("key") == "name": - name = keyValue.getChild("value").getChild("constant").get("value") - keyValue.parent.removeChild(keyValue) - return name - - print " * Could not extract property name!" - return None - - -def createPair(key, value, commentParent=None): - par = tree.Node("keyvalue") - sub = tree.Node("value") - - par.set("key", key) - par.addChild(sub) - sub.addChild(value) - - if commentParent and commentParent.hasChild("commentsBefore"): - par.addChild(commentParent.getChild("commentsBefore")) - - return par - - -def patch(id, node): - if not node.hasChildren(): - return False - - classDefine, className, classMap, settingsMap, propertiesMap, membersMap, staticsMap = createClassDefine(id) - errorCounter = 0 - pos = 0 - - while node.hasChildren() and pos < len(node.children): - child = node.children[pos] - breakBefore = child.get("breakBefore") - pos += 1 - - # Add instance and static methods - if child.type == "assignment": - if child.hasChild("right"): - right = child.getChild("right") - elem = right.getFirstChild(True, True) - - name = getNameOfAssignment(child) - mode = getModeOfAssignment(child, id) - - if mode in [ "members", "statics" ]: - if mode == "members": - pair = createPair(name, elem, child) - - if breakBefore: - pair.set("breakBefore", True) - - membersMap.addChild(pair) - - elif mode == "statics": - # Special Handling of old singleton definition - if name == "getInstance": - pair = createPair("singleton", createConstant("boolean", "true")) - pair.addChild(createBlockComment("singleton")) - - if breakBefore: - pair.set("breakBefore", True) - - classMap.addChild(pair, 1) - - else: - pair = createPair(name, elem, child) - - if breakBefore: - pair.set("breakBefore", True) - - staticsMap.addChild(pair) - - node.removeChild(child) - pos -= 1 - - elif child.type == "call": - oper = child.getChild("operand") - var = oper.getChild("variable") - - if var: - lastIdentifier = var.getLastChild(False, True) - if lastIdentifier.type == "identifier": - name = lastIdentifier.get("name") - params = child.getChild("params") - - if name in [ "addProperty", "changeProperty", "addCachedProperty", "addFastProperty" ]: - definition = params.getFirstChild(False, True) - - if definition.type == "map": - if lastIdentifier.get("name") == "addFastProperty": - definition.addChild(createPair("fast", createConstant("boolean", "true"))) - elif lastIdentifier.get("name") == "addCachedProperty": - definition.addChild(createPair("cached", createConstant("boolean", "true"))) - - name = getAndRemovePropertyName(definition) - pair = createPair(name, definition, child) - - if breakBefore: - pair.set("breakBefore", True) - - propertiesMap.addChild(pair) - - node.removeChild(child) - pos -= 1 - - elif name == "setDefault": - nameNode = params.getChildByPosition(0, True) - valueNode = params.getChildByPosition(1, True) - - name = nameNode.get("value") - - pair = createPair(name, valueNode, child) - - if breakBefore: - pair.set("breakBefore", True) - - settingsMap.addChild(pair) - - node.removeChild(child) - pos -= 1 - - elif name == "defineClass": - if params.getFirstChild(False, True).get("value") != id: - print " - The class seems to have a wrong definition!" - - # 3 params = name, superclass, constructor - # 2 params = name, map - # 1 param = name - - # Move class comment - if child.hasChild("commentsBefore"): - classDefine.addChild(child.getChild("commentsBefore")) - - childrenLength = params.getChildrenLength(True) - - if childrenLength == 2: - statics_new = params.getChildByPosition(1, True, True) - - while statics_new.hasChildren(): - staticsMap.addChild(statics_new.getFirstChild()) - - node.removeChild(child) - pos -= 1 - - elif childrenLength == 3: - ext = params.getChildByPosition(1, True, True) - construct = params.getChildByPosition(2, True, True) - - extendPair = createPair("extend", ext) - constructPair = createPair("construct", construct) - - extendPair.addChild(createBlockComment("superclass")) - constructPair.addChild(createBlockComment("constructor")) - - classMap.addChild(extendPair, 0) - classMap.addChild(constructPair, 1) - - node.removeChild(child) - pos -= 1 - - elif name == "define": - print " - Class is already up-to-date." - return False - - # Post-Check - if child.parent == node: - # print " - Could not move element %s at line %s" % (child.type, child.get("line")) - errorCounter += 1 - - - # Remove empty maps - if settingsMap.getChildrenLength() == 0: - keyvalue = settingsMap.parent.parent - classMap.removeChild(keyvalue) - - if propertiesMap.getChildrenLength() == 0: - keyvalue = propertiesMap.parent.parent - classMap.removeChild(keyvalue) - - if membersMap.getChildrenLength() == 0: - keyvalue = membersMap.parent.parent - classMap.removeChild(keyvalue) - - if staticsMap.getChildrenLength() == 0: - keyvalue = staticsMap.parent.parent - classMap.removeChild(keyvalue) - - # Add new class definition - node.addChild(classDefine, 0) - - - - - if errorCounter > 0: - print " - Could not convert %s elements." % errorCounter - - # Debug - # print compiler.compile(node) - # print tree.nodeToXmlString(node) - - # Return Modification - return True - - -def createConstant(type, value): - constant = tree.Node("constant") - constant.set("constantType", type) - constant.set("value", value) - - if type == "string": - constant.set("detail", "doublequotes") - - return constant - - - -def createVariable(l): - var = tree.Node("variable") - - for name in l: - iden = tree.Node("identifier") - iden.set("name", name) - var.addChild(iden) - - return var - -def createClassDefineCore(id): - call = tree.Node("call") - oper = tree.Node("operand") - para = tree.Node("params") - con = createConstant("string", id) - args = tree.Node("map") - - call.addChild(oper) - call.addChild(para) - - oper.addChild(createVariable(["qx", "Clazz", "define"])) - - para.addChild(con) - para.addChild(args) - - return call, con, args - - -def createClassDefine(id): - classDefine, className, classMap = createClassDefineCore(id) - - settingsMap = tree.Node("map") - settingsPair = createPair("settings", settingsMap) - - propertiesMap = tree.Node("map") - propertiesPair = createPair("properties", propertiesMap) - - membersMap = tree.Node("map") - membersPair = createPair("members", membersMap) - - staticsMap = tree.Node("map") - staticsPair = createPair("statics", staticsMap) - - settingsPair.addChild(createBlockComment("settings")) - propertiesPair.addChild(createBlockComment("properties")) - membersPair.addChild(createBlockComment("members")) - staticsPair.addChild(createBlockComment("statics")) - - classMap.addChild(settingsPair) - classMap.addChild(propertiesPair) - classMap.addChild(membersPair) - classMap.addChild(staticsPair) - - return classDefine, className, classMap, settingsMap, propertiesMap, membersMap, staticsMap - - -def createBlockComment(txt): - l = "*****************************************************************************" - - s = "" - s += "/*\n" - s += "%s\n" % l - s += "**** %s %s\n" % (txt.upper(), "*" * (len(l) - len(txt) - 6)) - s += "%s\n" % l - s += "*/" - - bef = tree.Node("commentsBefore") - com = tree.Node("comment") - - bef.addChild(com) - - com.set("multiline", True) - com.set("connection", "before") - com.set("text", s) - com.set("detail", comment.getFormat(s)) - - return bef - - |