diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-09-10 03:44:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:05:50 -0500 |
commit | 15c1801a5c13479f1bf67e0e3c1ad7c0af8e3af7 (patch) | |
tree | c5bcb824e04cb1de4cccb07a148c113ff1831298 /webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration | |
parent | 37de963f67a1331b6402f901d2bda79b7119a155 (diff) | |
download | samba-15c1801a5c13479f1bf67e0e3c1ad7c0af8e3af7.tar.gz samba-15c1801a5c13479f1bf67e0e3c1ad7c0af8e3af7.tar.bz2 samba-15c1801a5c13479f1bf67e0e3c1ad7c0af8e3af7.zip |
r25051: Move SWAT back to the old-style form-submit modal.
The Web 2.0, async client tools were really interesting, but without
developer backing they remain impossible to support into a release.
The most interesting app was the LDB browser, and I intend to replace
this with phpLdapAdmin, preconfigured for Apache during provision.
This also removes the need to 'compile' SWAT on SVN checkouts.
Andrew Bartlett
(This used to be commit cda965e908055d45b1c05bc29cc791f7238d2fae)
Diffstat (limited to 'webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration')
47 files changed, 0 insertions, 2059 deletions
diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.5.2/info/01-changes.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.5.2/info/01-changes.dat deleted file mode 100644 index 5d3870e9f7..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.1/info/01-windowevents.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.1/info/01-windowevents.dat deleted file mode 100644 index 2555ce0d46..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.1/patches/01-xml.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.1/patches/01-xml.dat deleted file mode 100644 index 9bdd530e05..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.1/patches/02-application.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.1/patches/02-application.dat deleted file mode 100644 index 5f71764537..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.2/info/01-nativewindow.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.2/info/01-nativewindow.dat deleted file mode 100644 index e7d408a5db..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.2/info/02-functionextension.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.2/info/02-functionextension.dat deleted file mode 100644 index 8e901f6933..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.2/patches/01-parent.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.2/patches/01-parent.dat deleted file mode 100644 index e5d5aec288..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/01-constants.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/01-constants.dat deleted file mode 100644 index 763a7b99e7..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/02-oo.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/02-oo.dat deleted file mode 100644 index 5b5b92efa2..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/03-widget.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/03-widget.dat deleted file mode 100644 index 763f17b557..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/04-nativewindow.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/04-nativewindow.dat deleted file mode 100644 index 6d3a136a57..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/05-font.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/05-font.dat deleted file mode 100644 index 63cefbabaa..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/06-border.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/06-border.dat deleted file mode 100644 index 58ed0f27dd..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/07-color.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/07-color.dat deleted file mode 100644 index 30003e9577..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/08-image.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/08-image.dat deleted file mode 100644 index 5bf6e48390..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/09-tree.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/09-tree.dat deleted file mode 100644 index 6b8e84ba75..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/10-table.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/10-table.dat deleted file mode 100644 index ed63f48058..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/11-embed.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/11-embed.dat deleted file mode 100644 index bc740fc9fd..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/12-label.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/12-label.dat deleted file mode 100644 index 32cb319a21..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/13-window.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/13-window.dat deleted file mode 100644 index 99c71f2d20..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/14-colorselector.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/14-colorselector.dat deleted file mode 100644 index 1741cebc20..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/15-datechooser.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/15-datechooser.dat deleted file mode 100644 index cd78f336d5..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/16-button.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/16-button.dat deleted file mode 100644 index 953137b8dc..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/17-selection.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/17-selection.dat deleted file mode 100644 index 5dcc3754d7..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.3/patches/40-classnames.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/40-classnames.dat deleted file mode 100644 index 5b43fdb3ab..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6.4/info/01-locale.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.4/info/01-locale.dat deleted file mode 100644 index 47259359e1..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.4/info/01-locale.dat +++ /dev/null @@ -1,23 +0,0 @@ -\bqx\.ui\.component\.DateChooser\.getStartOfWeek\b=Property startOfWeek has been removed. Please use the new localization features instead. -\bqx\.ui\.component\.DateChooser\.setStartOfWeek\b=Property startOfWeek has been removed. Please use the new localization features instead. - -\bqx\.util\.format\.NumberFormat\.GROUPING_SEPARATOR\b=The static field GROUPING_SEPARATOR has been removed. Use qx.locale.Number.getGroupSeperator() instead. - -\bqx\.util\.format\.NumberFormat\.SHORT_DATE_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDateFormat(”short”) instead. -\bqx\.util\.format\.NumberFormat\.SHORT_DATE_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDateFormat(”short”) instead. -\bqx\.util\.format\.NumberFormat\.MEDIUM_DATE_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDateFormat(”medium”) instead. -\bqx\.util\.format\.NumberFormat\.LONG_DATE_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDateFormat(”long”) instead. -\bqx\.util\.format\.NumberFormat\.FULL_DATE_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDateFormat(”full”) instead. -\bqx\.util\.format\.NumberFormat\.SHORT_TIME_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDateTimeFormat(”HHmm”, “HH:mm”) instead. -\bqx\.util\.format\.NumberFormat\.MEDIUM_TIME_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDateTimeFormat(”HHmm”, “HH:mm”) instead. -\bqx\.util\.format\.NumberFormat\.LONG_TIME_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDateTimeFormat(”HHmmss”, “HH:mm:ss”) instead. -\bqx\.util\.format\.NumberFormat\.FULL_TIME_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDateTimeFormat(”HHmmsszz”, “HH:mm:ss zz”) instead. -\bqx\.util\.format\.NumberFormat\.SHORT_DATE_TIME_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized qx.locale.Date.getDateFormat(”short”) + " " + qx.locale.Date.getDateTimeFormat(”HHmm”, “HH:mm”) instead. -\bqx\.util\.format\.NumberFormat\.MEDIUM_DATE_TIME_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized qx.locale.Date.getDateFormat(”medium”) + " " + qx.locale.Date.getDateTimeFormat(”HHmm”, “HH:mm”) instead. -\bqx\.util\.format\.NumberFormat\.LONG_DATE_TIME_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized qx.locale.Date.getDateFormat(”long”) + " " + qx.locale.Date.getDateTimeFormat(”HHmmss”, “HH:mm:ss”) instead. -\bqx\.util\.format\.NumberFormat\.FULL_DATE_TIME_FORMAT\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDateFormat(”full”) + " " + qx.locale.Date.getDateTimeFormat(”HHmmsszz”, “HH:mm:ss zz”) instead. -\bqx\.util\.format\.NumberFormat\.FULL_MONTH_NAMES\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getMonthNames(”wide”) instead. -\bqx\.util\.format\.NumberFormat\.SHORT_MONTH_NAMES\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getMonthNames(”abbreviated”) instead. -\bqx\.util\.format\.NumberFormat\.SHORT_DAY_OF_WEEK_NAMES\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDayNames(”narrow”) instead. -\bqx\.util\.format\.NumberFormat\.MEDIUM_DAY_OF_WEEK_NAMES\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDayNames(”abbreviated”) instead. -\bqx\.util\.format\.NumberFormat\.FULL_DAY_OF_WEEK_NAMES\b=The static fields of NumberFormat have been removed. Please use the localized method qx.locale.Date.getDayNames(”wide”) instead. diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.4/info/02-deprecated.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.4/info/02-deprecated.dat deleted file mode 100644 index f67b0d6f58..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.4/info/02-deprecated.dat +++ /dev/null @@ -1,11 +0,0 @@ -\b\.getKeyCode\b=The use of the keyCode property of qx.client.Command and qx.event.type.KeyEvent is deprecated. Use keyIdentifier instead! -\b\.setKeyCode\b=The use of the keyCode property of qx.client.Command and qx.event.type.KeyEvent is deprecated. Use keyIdentifier instead! - -\b\.getCtrlKey\b=The use of the getCtrlKey method of qx.event.type.DomEvent is deprecated. Use isCtrlPressed instead! -\b\.getAltKey\b=The use of the getAltKey method of qx.event.type.DomEvent is deprecated. Use isAltPressed instead! -\b\.getShiftKey\b=The use of the getShiftKey method of qx.event.type.DomEvent is deprecated. Use isShiftPressed instead! - -\bqx\.event\.type\.KeyEvent\.keys\b=Deprecated. Convert Your code to use keyIdentifier if possible. -\b\.getMaxTotalRequests\b=The use of the maxTotalRequests property of qx.io.remote.RequestQueue is deprecated. It will be removed in release 0.7! - -\bqx\.util\.Textile"\b=Deprecated module. Will be removed with qooxdoo 0.7.
\ No newline at end of file diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/01-mime.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/01-mime.dat deleted file mode 100644 index 681428b20d..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/01-mime.dat +++ /dev/null @@ -1 +0,0 @@ -(?<!type = )(?<!type=)[\"\']text\/javascript[\"\']=Better use qx.util.Mime.JAVASCRIPT (Please ignore for <script> tags)
\ No newline at end of file diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/02-iconcleanup.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/02-iconcleanup.dat deleted file mode 100644 index 6c52cd31b1..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/02-iconcleanup.dat +++ /dev/null @@ -1,171 +0,0 @@ -128/3d.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/antivirus.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/babelfish.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/back.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/block-device.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/down.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/favourite.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/file-print.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/forward.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/home.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/mac.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/penguin.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/reload.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/tux.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/up.png[\"\']=This icon was deprecated because of theme compatibility considerations -128/vectorgraphics.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/3d.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/antivirus.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/appearance.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/appointment.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/babelfish.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/block-device.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/cam.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/comment.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/contents.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/context-help.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/database.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/delete-table-cell.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/delete-table-col.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/delete-table.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/delete-table-row.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/documentinfo.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/emoticon.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/favorites.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/favourite.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/file-find.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/fileshare.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/flag.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/font-size-down.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/font-size-up.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/format-decrease-indent.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/format-increase-indent.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/funct.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/goto.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/group-event.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/hardware.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/idea.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/inbox.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/insert-table-col.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/insert-table.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/insert-table-row.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/instant-available.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/instant-away.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/launch.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/mac.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/mousecursor.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/outbox.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/penguin.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/remove-comment.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/search.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/server.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/sound.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/text-bottom.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/text-color.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/text-strike.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/text-sub.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/text-super.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/text-top.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/trash.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/tux.png[\"\']=This icon was deprecated because of theme compatibility considerations -16/vectorgraphics.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/antivirus.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/appearance.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/appointment.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/babelfish.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/block-device.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/contents.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/delete-table-col.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/delete-table-row.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/effect.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/favourite.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/file-find.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/flowchart.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/font-size-down.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/font-size-up.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/format-decrease-indent.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/format-increase-indent.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/funct.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/idea.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/inbox.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/insert-table-col.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/insert-table-row.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/instant-available.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/instant-away.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/launch.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/look-and-feel.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/mac.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/movieplayer.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/outbox.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/penguin.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/search.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/server.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/services.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/text-strike.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/tux.png[\"\']=This icon was deprecated because of theme compatibility considerations -22/vectorgraphics.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/3d.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/antivirus.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/appearance.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/appointment.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/babelfish.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/block-device.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/cam.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/delete-table-col.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/delete-table-row.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/favorites.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/favourite.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/file-find.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/fileshare.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/funct.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/goto.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/hardware.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/inbox.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/insert-table-col.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/insert-table-row.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/instant-available.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/instant-away.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/launch.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/mac.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/outbox.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/penguin.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/search.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/server.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/sound.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/tux.png[\"\']=This icon was deprecated because of theme compatibility considerations -32/vectorgraphics.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/3d.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/antivirus.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/babelfish.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/block-device.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/favorites.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/favourite.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/fileshare.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/hardware.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/inbox.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/instant-available.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/instant-away.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/mac.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/outbox.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/penguin.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/server.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/tux.png[\"\']=This icon was deprecated because of theme compatibility considerations -48/vectorgraphics.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/3d.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/antivirus.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/babelfish.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/back.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/block-device.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/down.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/favourite.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/file-print.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/fileshare.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/forward.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/hardware.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/home.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/mac.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/penguin.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/reload.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/tux.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/up.png[\"\']=This icon was deprecated because of theme compatibility considerations -64/vectorgraphics.png[\"\']=This icon was deprecated because of theme compatibility considerations diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/03-icons.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/03-icons.dat deleted file mode 100644 index 3e427c0147..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/03-icons.dat +++ /dev/null @@ -1,73 +0,0 @@ -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]bell\.png[\"\'\)]=The image 'bell.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]bitmapgraphics\.png[\"\'\)]=The image 'bitmapgraphics.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]bookmark-toolbar\.png[\"\'\)]=The image 'bookmark-toolbar.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]bookmark\.png[\"\'\)]=The image 'bookmark.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]bug\.png[\"\'\)]=The image 'bug.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]cache\.png[\"\'\)]=The image 'cache.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]char-device\.png[\"\'\)]=The image 'char-device.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]chart\.png[\"\'\)]=The image 'chart.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]color-fill\.png[\"\'\)]=The image 'color-fill.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]color-line\.png[\"\'\)]=The image 'color-line.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]connect-creating\.png[\"\'\)]=The image 'connect-creating.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]connect-established\.png[\"\'\)]=The image 'connect-established.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]cookie\.png[\"\'\)]=The image 'cookie.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]core\.png[\"\'\)]=The image 'core.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]energy\.png[\"\'\)]=The image 'energy.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]flowchart\.png[\"\'\)]=The image 'flowchart.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]folder-important\.png[\"\'\)]=The image 'folder-important.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mime-manual\.png[\"\'\)]=The image 'mime-manual.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mime-rpm\.png[\"\'\)]=The image 'mime-rpm.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]no\.png[\"\'\)]=The image 'no.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]notify\.png[\"\'\)]=The image 'notify.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]paint\.png[\"\'\)]=The image 'paint.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]partitions\.png[\"\'\)]=The image 'partitions.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]pda\.png[\"\'\)]=The image 'pda.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]pipe\.png[\"\'\)]=The image 'pipe.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]presentation\.png[\"\'\)]=The image 'presentation.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]queue\.png[\"\'\)]=The image 'queue.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]signature\.png[\"\'\)]=The image 'signature.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]style\.png[\"\'\)]=The image 'style.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]tab-duplicate\.png[\"\'\)]=The image 'tab-duplicate.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]tab-new-raised\.png[\"\'\)]=The image 'tab-new-raised.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]tab-new\.png[\"\'\)]=The image 'tab-new.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]tab-remove\.png[\"\'\)]=The image 'tab-remove.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]view-bottom\.png[\"\'\)]=The image 'view-bottom.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]view-choose\.png[\"\'\)]=The image 'view-choose.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]view-left-right\.png[\"\'\)]=The image 'view-left-right.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]view-right\.png[\"\'\)]=The image 'view-right.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]view-sidetree\.png[\"\'\)]=The image 'view-sidetree.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]view-top-bottom\.png[\"\'\)]=The image 'view-top-bottom.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]wizard\.png[\"\'\)]=The image 'wizard.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]wordprocessor\.png[\"\'\)]=The image 'wordprocessor.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]control-center\.png[\"\'\)]=The image 'control-center.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]locale\.png[\"\'\)]=The image 'locale.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]folder-locked\.png[\"\'\)]=The image 'folder-locked.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]misc\.png[\"\'\)]=The image 'misc.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mail-forward\.png[\"\'\)]=The image 'mail-forward.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]toys\.png[\"\'\)]=The image 'toys.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mime-document\.png[\"\'\)]=The image 'mime-document.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mail-send\.png[\"\'\)]=The image 'mail-send.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mail-get\.png[\"\'\)]=The image 'mail-get.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]icons\.png[\"\'\)]=The image 'icons.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mail-delete\.png[\"\'\)]=The image 'mail-delete.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]bookmark-folder\.png[\"\'\)]=The image 'bookmark-folder.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]attach\.png[\"\'\)]=The image 'attach.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]memory\.png[\"\'\)]=The image 'memory.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mail-find\.png[\"\'\)]=The image 'mail-find.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]keyboard-layout\.png[\"\'\)]=The image 'keyboard-layout.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]exec\.png[\"\'\)]=The image 'exec.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]iconthemes\.png[\"\'\)]=The image 'iconthemes.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]important\.png[\"\'\)]=The image 'important.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]connect-no\.png[\"\'\)]=The image 'connect-no.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mail-reply-all\.png[\"\'\)]=The image 'mail-reply-all.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mail-reply\.png[\"\'\)]=The image 'mail-reply.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]info\.png[\"\'\)]=The image 'info.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mime-card\.png[\"\'\)]=The image 'mime-card.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]rotate\.png[\"\'\)]=The image 'rotate.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]tablet\.png[\"\'\)]=The image 'tablet.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]opera\.png[\"\'\)]=The image 'opera.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]email\.png[\"\'\)]=The image 'email.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]mail-new\.png[\"\'\)]=The image 'mail-new.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]joystick\.png[\"\'\)]=The image 'joystick.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]modem\.png[\"\'\)]=The image 'modem.png' is no longer supported! Try to use a different icon. -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)[/\"\'\(]folder-favorite\.png[\"\'\)]=The image 'folder-favorite.png' is no longer supported! Try to use a different icon. diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/01-locale.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/01-locale.dat deleted file mode 100644 index d7a06cf835..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/01-locale.dat +++ /dev/null @@ -1,2 +0,0 @@ -\bqx\.locale\.Number\.getDecimalSeperator\b=qx.locale.Number.getDecimalSeparator -\bqx\.locale\.Number\.getGroupSeperator\b=qx.locale.Number.getGroupSeparator diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/02-spinner.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/02-spinner.dat deleted file mode 100644 index 45afa1dc63..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/02-spinner.dat +++ /dev/null @@ -1,8 +0,0 @@ -\bqx\.setComputedIncrementAmount\b=.setIncrementAmount -\bqx\.getComputedIncrementAmount\b=.getIncrementAmount - -\bqx\.setWheelComputedIncrementAmount\b=.setWheelIncrementAmount -\bqx\.getWheelComputedIncrementAmount\b=.getWheelIncrementAmount - -\bqx\.setPageComputedIncrementAmount\b=.setPageIncrementAmount -\bqx\.getPageComputedIncrementAmount\b=.getPageIncrementAmount diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/03-api.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/03-api.dat deleted file mode 100644 index b2a33f7441..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/03-api.dat +++ /dev/null @@ -1,22 +0,0 @@ -@param\s+([a-zA-Z0-9_\$]+)\s*\((.*?)\)=@param \1 {\2}
-@return\s+\((.*?)\)=@return {\1}
-
-@return\s+{string=@return {String
-@return\s+{float=@return {Float
-@return\s+{int=@return {Integer
-@return\s+{integer=@return {Integer
-@return\s+{boolean=@return {Boolean
-@return\s+{float=@return {Float
-@return\s+{double=@return {Double
-@return\s+{object=@return {Object
-@return\s+{map=@return {Map
-
-@param\s+([a-zA-Z0-9_$]+)\s+{string=@param \1 {String
-@param\s+([a-zA-Z0-9_$]+)\s+{float=@param \1 {Float
-@param\s+([a-zA-Z0-9_$]+)\s+{int=@param \1 {Integer
-@param\s+([a-zA-Z0-9_$]+)\s+{integer=@param \1 {Integer
-@param\s+([a-zA-Z0-9_$]+)\s+{boolean=@param \1 {Boolean
-@param\s+([a-zA-Z0-9_$]+)\s+{float=@param \1 {Float
-@param\s+([a-zA-Z0-9_$]+)\s+{double=@param \1 {Double
-@param\s+([a-zA-Z0-9_$]+)\s+{object=@param \1 {Object
-@param\s+([a-zA-Z0-9_$]+)\s+{map=@param \1 {Map
diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/04-string.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/04-string.dat deleted file mode 100644 index 0e01e7788d..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/04-string.dat +++ /dev/null @@ -1,14 +0,0 @@ -\bqx\.lang\.String\.add\b=qx.lang.String.addListItem -\bqx\.lang\.String\.remove\b=qx.lang.String.removeListItem - -\bqx\.ui\.table\.DefaultDataCellRenderer\.escapeHtml\b=qx.util.StringEscape.escapeHtml -\bqx\.lang\.String\.escapeRegexpChars\b=qx.util.StringEscape.escapeRegexpChars - -# StringUtil never existed, so correct this mistake afterwards -\bqx\.ui\.basic\.Label\.htmlToText\b=qx.util.StringUtil.htmlToText -\bqx\.ui\.basic\.Label\.textToHtml\b=qx.util.StringUtil.textToHtml -\bqx\.util\.StringUtil\.htmlToText\b=qx.html.String.toText -\bqx\.util\.StringUtil\.textToHtml\b=qx.html.String.fromText - -\bqx\.ui\.basic\.Label\.htmlToText\b=qx.html.String.toText -\bqx\.ui\.basic\.Label\.textToHtml\b=qx.html.String.fromText diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/05-xml.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/05-xml.dat deleted file mode 100644 index 65f88d0656..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/05-xml.dat +++ /dev/null @@ -1,139 +0,0 @@ -################# -# qx.html.String -################# - -\bqx\.util\.StringEscape\.HTML_ENTITIES_TO_CHARCODE\b=qx.html.Entity.TO_CHARCODE -\bqx\.util\.StringEscape\.HTML_CHARCODE_TO_ENTITIES\b=qx.html.Entity.FROM_CHARCODE - -\bqx\.util\.StringEscape\.escapeHtml\b=qx.html.String.escape -\bqx\.util\.StringEscape\.unescapeHtml\b=qx.html.String.unescape - -\bqx\.util\.StringEscape\.textToHtml\b=qx.html.String.fromText -\bqx\.util\.StringEscape\.htmlToText\b=qx.html.String.toText - - -################ -# qx.xml.String -################ - -\bqx\.util\.StringEscape\.XML_ENTITIES_TO_CHARCODE\b=qx.xml.Entity.TO_CHARCODE -\bqx\.util\.StringEscape\.XML_CHARCODE_TO_ENTITIES\b=qx.xml.Entity.FROM_CHARCODE - -\bqx\.util\.StringEscape\.escapeXml\b=qx.xml.String.escape -\bqx\.util\.StringEscape\.unescapeXml\b=qx.xml.String.unescape - - -################ -# qx.dom.String -################ - -\bqx\.util\.StringEscape\._escape\b=qx.dom.String.escapeEntities -\bqx\.util\.StringEscape\._unescape\b=qx.dom.String.unescapeEntities - -\bqx\.lang\.String\.stripTags\b=qx.dom.String.stripTags - - -################# -# qx.lang.String -################# - -\bqx\.util\.StringEscape\.escapeRegexpChars\b=qx.lang.String.escapeRegexpChars - - -##################### -# qx.dom --> qx.html -##################### - -\bqx\.dom\.Dimension\b=qx.html.Dimension -\bqx\.dom\.ElementFromPoint\b=qx.html.ElementFromPoint -\bqx\.dom\.EventRegistration\b=qx.html.EventRegistration -\bqx\.dom\.Iframe\b=qx.html.Iframe -\bqx\.dom\.Location\b=qx.html.Location -\bqx\.dom\.Offset\b=qx.html.Offset -\bqx\.dom\.ScrollIntoView\b=qx.html.ScrollIntoView -\bqx\.dom\.Scroll\b=qx.html.Scroll -\bqx\.dom\.Style\b=qx.html.Style -\bqx\.dom\.StyleSheet\b=qx.html.StyleSheet -\bqx\.dom\.Window\b=qx.html.Window - - -############### -# xml.Document -############### - -\bqx\.xml\.Core\.createXmlDocument\b=qx.xml.Document.create -\bqx\.xml\.Core\.isDocument\b=qx.xml.Document.isDocument -\bqx\.xml\.Core\.parse\b=qx.xml.Document.fromString - - -############## -# xml.Element -############## - -\bqx\.xml\.Core\.serialize\b=qx.xml.Element.serialize -\bqx\.xml\.Core\.selectSingleNode\b=qx.xml.Element.selectSingleNode -\bqx\.xml\.Core\.selectNodes\b=qx.xml.Element.selectNodes -\bqx\.xml\.Core\.getElementsByTagNameNS\b=qx.xml.Element.getElementsByTagNameNS - -############## -# xml.Element -############## - -\bqx\.xml\.Core\.getTextContent\b=qx.dom.Element.getTextContent - - -################## -# net.HttpRequest -################## - -\bqx\.xml\.Core\.createXmlHttpRequest\b=qx.net.HttpRequest.create - - -############# -# html.Form -############# - -\bqx\.util\.FormUtil\b=qx.html.Form - - -############### -# html.Textile -############### - -\bqx\.util\.Textile\b=qx.html.Textile - - -################ -# lang.Function -################ - -\bqx\.util\.Return\b=qx.lang.Function - - -##################### -# util.StringBuilder -##################### - -\bqx\.type\.StringBuilder\b=qx.util.StringBuilder - - -############## -# core.Client -############## - -\bqx\.sys\.Client\b=qx.core.Client - - -################## -# util.GuiBuilder -################## - -\bqx\.client\.Builder\b=qx.util.GuiBuilder - - -###### -# log -###### - -\bqx\.dev\.log\b=qx.log - diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/06-mime.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/06-mime.dat deleted file mode 100644 index fd394282eb..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/06-mime.dat +++ /dev/null @@ -1,8 +0,0 @@ -(?<!JSON: )[\"\']text\/json[\"\']=qx.util.Mime.JSON -(?<!JSON: )[\"\']application\/json[\"\']=qx.util.Mime.JSON -(?<!XML: )[\"\']application\/xml[\"\']=qx.util.Mime.XML -(?<!TEXT: )[\"\']text\/plain[\"\']=qx.util.Mime.TEXT -(?<!HTML: )[\"\']text\/html[\"\']=qx.util.Mime.HTML - -# text/javascript is not autmatically replaced with application/javascript. -# Instead, a info warning is given, see info/ folder. diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/07-icons.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/07-icons.dat deleted file mode 100644 index 55a018e4b2..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/07-icons.dat +++ /dev/null @@ -1,114 +0,0 @@ -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])help\.png([\"\'\)])=\1actions/help-about.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])encrypted\.png([\"\'\)])=\1actions/encrypt.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-image\.png([\"\'\)])=\1mimetypes/image-x-generic.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])themes\.png([\"\'\)])=\1apps/preferences-desktop-theme.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])colors\.png([\"\'\)])=\1actions/format-color.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])view-text\.png([\"\'\)])=\1actions/view-pane-text.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])find\.png([\"\'\)])=\1actions/edit-find.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])spellcheck\.png([\"\'\)])=\1actions/tools-check-spelling.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])movieplayer\.png([\"\'\)])=\1apps/multimedia-movie-player.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])desktop\.png([\"\'\)])=\1places/user-desktop.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])terminal\.png([\"\'\)])=\1apps/utilities-terminal.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])view-remove\.png([\"\'\)])=\1actions/view-pane-remove.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mail\.png([\"\'\)])=\1apps/internet-email-client.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])folder\.png([\"\'\)])=\1places/folder.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])look-and-feel\.png([\"\'\)])=\1apps/preferences-desktop-theme.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-archive\.png([\"\'\)])=\1mimetypes/package-x-generic.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-html\.png([\"\'\)])=\1mimetypes/text-html.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])background\.png([\"\'\)])=\1apps/preferences-desktop-wallpaper.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])view-tree\.png([\"\'\)])=\1actions/view-pane-tree.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])file-open\.png([\"\'\)])=\1actions/document-open.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-quicktime\.png([\"\'\)])=\1mimetypes/application-quicktime.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])password\.png([\"\'\)])=\1status/dialog-password.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])button-ok\.png([\"\'\)])=\1actions/dialog-ok.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])decrypted\.png([\"\'\)])=\1actions/decrypt.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mycomputer\.png([\"\'\)])=\1devices/computer.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])edit\.png([\"\'\)])=\1actions/edit.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])notes\.png([\"\'\)])=\1apps/accessories-notes.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])fonts\.png([\"\'\)])=\1apps/preferences-desktop-font.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])reload\.png([\"\'\)])=\1actions/view-refresh.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])button-cancel\.png([\"\'\)])=\1actions/dialog-cancel.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])file-new\.png([\"\'\)])=\1actions/document-new.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])settings\.png([\"\'\)])=\1categories/preferences.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])adobe-reader\.png([\"\'\)])=\1apps/office-adobe-reader.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])file-save\.png([\"\'\)])=\1actions/document-save.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])edit-cut\.png([\"\'\)])=\1actions/edit-cut.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])back\.png([\"\'\)])=\1actions/go-previous.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])devices\.png([\"\'\)])=\1devices/drive-harddisk.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])home\.png([\"\'\)])=\1actions/go-home.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])file-print\.png([\"\'\)])=\1actions/document-print.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])network\.png([\"\'\)])=\1categories/applications-internet.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])clock\.png([\"\'\)])=\1apps/accessories-clock.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-text\.png([\"\'\)])=\1mimetypes/text-x-generic.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])multimedia\.png([\"\'\)])=\1categories/applications-multimedia.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])viewmag-plus\.png([\"\'\)])=\1actions/zoom-in.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])clipboard\.png([\"\'\)])=\1apps/accessories-clipboard.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])exit\.png([\"\'\)])=\1actions/application-exit.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])run\.png([\"\'\)])=\1actions/system-run.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])dictionary\.png([\"\'\)])=\1apps/accessories-dictionary.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])undo\.png([\"\'\)])=\1actions/edit-undo.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-calendar\.png([\"\'\)])=\1mimetypes/x-office-calendar.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])trashcan-full\.png([\"\'\)])=\1places/user-trash-full.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])ok\.png([\"\'\)])=\1actions/dialog-ok.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])file-save-as\.png([\"\'\)])=\1actions/document-save-as.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])harddrive\.png([\"\'\)])=\1devices/drive-harddisk.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mixer\.png([\"\'\)])=\1apps/multimedia-volume-control.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])tv\.png([\"\'\)])=\1devices/video-display.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])games\.png([\"\'\)])=\1categories/applications-games.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])folder-open\.png([\"\'\)])=\1status/folder-open.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])edit-copy\.png([\"\'\)])=\1actions/edit-copy.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])viewmag\.png([\"\'\)])=\1actions/zoom.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])viewmag-minus\.png([\"\'\)])=\1actions/zoom-out.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])down\.png([\"\'\)])=\1actions/go-down.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])services\.png([\"\'\)])=\1places/services.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])trashcan-empty\.png([\"\'\)])=\1places/user-trash.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-shellscript\.png([\"\'\)])=\1mimetypes/text-x-script.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])cancel\.png([\"\'\)])=\1actions/dialog-cancel.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])apply\.png([\"\'\)])=\1actions/dialog-ok.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])redo\.png([\"\'\)])=\1actions/edit-redo.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])history-clear\.png([\"\'\)])=\1actions/history-clear.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])scanner\.png([\"\'\)])=\1devices/scanner.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-color\.png([\"\'\)])=\1actions/format-color.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])system\.png([\"\'\)])=\1categories/applications-system.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])camera\.png([\"\'\)])=\1devices/camera-photo.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])editor\.png([\"\'\)])=\1apps/accessories-text-editor.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])forward\.png([\"\'\)])=\1actions/go-next.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-sourcecode\.png([\"\'\)])=\1mimetypes/empty-x-generic.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-multimedia\.png([\"\'\)])=\1mimetypes/audio-x-generic.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-video\.png([\"\'\)])=\1mimetypes/video-x-generic.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])configure\.png([\"\'\)])=\1apps/preferences.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])floppy\.png([\"\'\)])=\1devices/media-floppy.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])viewmag-fit\.png([\"\'\)])=\1actions/zoom-best-fit.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])bookmark-add\.png([\"\'\)])=\1actions/favorite-add.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])graphics\.png([\"\'\)])=\1categories/applications-graphics.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])cdrom\.png([\"\'\)])=\1devices/media-optical.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-spreadsheet\.png([\"\'\)])=\1mimetypes/x-office-spreadsheet.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])netscape\.png([\"\'\)])=\1mimetypes/text-html.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])view-icon\.png([\"\'\)])=\1actions/view-pane-icon.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])edit-paste\.png([\"\'\)])=\1actions/edit-paste.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])view-multicolumn\.png([\"\'\)])=\1actions/view-pane-column.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])up\.png([\"\'\)])=\1actions/go-up.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])help-center\.png([\"\'\)])=\1apps/help-browser.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-script\.png([\"\'\)])=\1mimetypes/text-x-script.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])file-manager\.png([\"\'\)])=\1apps/system-file-manager.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])display\.png([\"\'\)])=\1devices/video-display.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])history\.png([\"\'\)])=\1actions/history.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])edit-delete\.png([\"\'\)])=\1actions/edit-delete.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-binary\.png([\"\'\)])=\1mimetypes/application-x-executable.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])calculator\.png([\"\'\)])=\1apps/accessories-calculator.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])accessibility\.png([\"\'\)])=\1apps/preferences-desktop-accessibility.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])organizer\.png([\"\'\)])=\1apps/office-organizer.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mouse\.png([\"\'\)])=\1devices/input-mouse.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])printer\.png([\"\'\)])=\1devices/printer.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])stop\.png([\"\'\)])=\1actions/stop.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])viewmag-original\.png([\"\'\)])=\1actions/zoom-original.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])utilities\.png([\"\'\)])=\1categories/applications-utilities.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])applications\.png([\"\'\)])=\1categories/applications.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])user\.png([\"\'\)])=\1apps/system-users.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])mime-pdf\.png([\"\'\)])=\1mimetypes/application-pdf.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])date\.png([\"\'\)])=\1apps/accessories-date.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])alarm\.png([\"\'\)])=\1apps/accessories-alarm.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])view-detailed\.png([\"\'\)])=\1actions/view-pane-detailed.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])magnifier\.png([\"\'\)])=\1actions/zoom.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])info\.png([\"\'\)])=\1status/dialog-information.png\2 -(?<!actions)(?<!apps)(?<!categories)(?<!devices)(?<!mimetypes)(?<!places)(?<!status)([/\"\'\(])error\.png([\"\'\)])=\1status/dialog-error.png\2 diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/08-genvar.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/08-genvar.dat deleted file mode 100644 index 03ab1d1aa5..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/08-genvar.dat +++ /dev/null @@ -1 +0,0 @@ -\bqx\.SOURCE_BUILD\b=qx.IS_SOURCE diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/info/01-prototypes.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/info/01-prototypes.dat deleted file mode 100644 index 2cdd4addd0..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6/info/02-obsolete.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/info/02-obsolete.dat deleted file mode 100644 index 65e5496e21..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6/patches/01-classnames.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/01-classnames.dat deleted file mode 100644 index 4545fe3b7f..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6/patches/02-domapi.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/02-domapi.dat deleted file mode 100644 index bae7bf0be8..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6/patches/03-const.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/03-const.dat deleted file mode 100644 index ab9a842d8f..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat deleted file mode 100644 index 7bdd26f42c..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6/patches/05-util.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/05-util.dat deleted file mode 100644 index d26a57a90f..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.6/patches/06-main.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/06-main.dat deleted file mode 100644 index acbd2a652c..0000000000 --- a/webapps/qooxdoo-0.6.5-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.5-sdk/frontend/framework/tool/migration/0.7/patch.py b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.7/patch.py deleted file mode 100755 index 885cafda8d..0000000000 --- a/webapps/qooxdoo-0.6.5-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 - - |