From 15c1801a5c13479f1bf67e0e3c1ad7c0af8e3af7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 10 Sep 2007 03:44:47 +0000 Subject: 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) --- .../tool/migration/0.5.2/info/01-changes.dat | 2 - .../tool/migration/0.6.1/info/01-windowevents.dat | 6 - .../tool/migration/0.6.1/patches/01-xml.dat | 1 - .../migration/0.6.1/patches/02-application.dat | 1 - .../tool/migration/0.6.2/info/01-nativewindow.dat | 2 - .../migration/0.6.2/info/02-functionextension.dat | 1 - .../tool/migration/0.6.2/patches/01-parent.dat | 2 - .../tool/migration/0.6.3/patches/01-constants.dat | 293 ---------------- .../tool/migration/0.6.3/patches/02-oo.dat | 54 --- .../tool/migration/0.6.3/patches/03-widget.dat | 68 ---- .../migration/0.6.3/patches/04-nativewindow.dat | 12 - .../tool/migration/0.6.3/patches/05-font.dat | 10 - .../tool/migration/0.6.3/patches/06-border.dat | 17 - .../tool/migration/0.6.3/patches/07-color.dat | 2 - .../tool/migration/0.6.3/patches/08-image.dat | 7 - .../tool/migration/0.6.3/patches/09-tree.dat | 8 - .../tool/migration/0.6.3/patches/10-table.dat | 25 -- .../tool/migration/0.6.3/patches/11-embed.dat | 8 - .../tool/migration/0.6.3/patches/12-label.dat | 21 -- .../tool/migration/0.6.3/patches/13-window.dat | 8 - .../migration/0.6.3/patches/14-colorselector.dat | 11 - .../migration/0.6.3/patches/15-datechooser.dat | 5 - .../tool/migration/0.6.3/patches/16-button.dat | 3 - .../tool/migration/0.6.3/patches/17-selection.dat | 3 - .../tool/migration/0.6.3/patches/40-classnames.dat | 74 ---- .../tool/migration/0.6.4/info/01-locale.dat | 23 -- .../tool/migration/0.6.4/info/02-deprecated.dat | 11 - .../tool/migration/0.6.5/info/01-mime.dat | 1 - .../tool/migration/0.6.5/info/02-iconcleanup.dat | 171 --------- .../tool/migration/0.6.5/info/03-icons.dat | 73 ---- .../tool/migration/0.6.5/patches/01-locale.dat | 2 - .../tool/migration/0.6.5/patches/02-spinner.dat | 8 - .../tool/migration/0.6.5/patches/03-api.dat | 22 -- .../tool/migration/0.6.5/patches/04-string.dat | 14 - .../tool/migration/0.6.5/patches/05-xml.dat | 139 -------- .../tool/migration/0.6.5/patches/06-mime.dat | 8 - .../tool/migration/0.6.5/patches/07-icons.dat | 114 ------ .../tool/migration/0.6.5/patches/08-genvar.dat | 1 - .../tool/migration/0.6/info/01-prototypes.dat | 32 -- .../tool/migration/0.6/info/02-obsolete.dat | 3 - .../tool/migration/0.6/patches/01-classnames.dat | 209 ----------- .../tool/migration/0.6/patches/02-domapi.dat | 38 -- .../tool/migration/0.6/patches/03-const.dat | 55 --- .../tool/migration/0.6/patches/04-events.dat | 56 --- .../tool/migration/0.6/patches/05-util.dat | 47 --- .../tool/migration/0.6/patches/06-main.dat | 7 - .../frontend/framework/tool/migration/0.7/patch.py | 381 --------------------- 47 files changed, 2059 deletions(-) delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.5.2/info/01-changes.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.1/info/01-windowevents.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.1/patches/01-xml.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.1/patches/02-application.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.2/info/01-nativewindow.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.2/info/02-functionextension.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.2/patches/01-parent.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/01-constants.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/02-oo.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/03-widget.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/04-nativewindow.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/05-font.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/06-border.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/07-color.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/08-image.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/09-tree.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/10-table.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/11-embed.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/12-label.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/13-window.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/14-colorselector.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/15-datechooser.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/16-button.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/17-selection.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.3/patches/40-classnames.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.4/info/01-locale.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.4/info/02-deprecated.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/01-mime.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/02-iconcleanup.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/info/03-icons.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/01-locale.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/02-spinner.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/03-api.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/04-string.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/05-xml.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/06-mime.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/07-icons.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6.5/patches/08-genvar.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/info/01-prototypes.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/info/02-obsolete.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/01-classnames.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/02-domapi.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/03-const.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/05-util.dat delete mode 100644 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.6/patches/06-main.dat delete mode 100755 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration/0.7/patch.py (limited to 'webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/migration') 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="" -\bqx\.ui\.tree\.AbstractTreeElement\.IMG_EXTENSION\b="gif" -\bqx\.ui\.treefullcontrol\.AbstractTreeElement\.INDENT_CODE_1\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='
' -\bqx\.ui\.table\.TablePane\.ARRAY_JOIN_ROW_DIV_END\b='
' - -\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='' -\bqx\.ui\.table\.TablePane\.TABLE_COL\b='' -\bqx\.ui\.table\.TablePane\.TABLE_TBODY\b='' -\bqx\.ui\.table\.TablePane\.TABLE_TR\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="(" -\bqx\.ui\.basic\.Label\.MNEMONIC_OUT_STOP\b=")" -\bqx\.ui\.basic\.Label\.MNEMONIC_IN_START\b="" -\bqx\.ui\.basic\.Label\.MNEMONIC_IN_STOP\b="" -\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="
" -\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 @@ -(? 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 @@ -(? 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 @@ -(? = }); - -#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 - - -- cgit