summaryrefslogtreecommitdiff
path: root/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat
diff options
context:
space:
mode:
Diffstat (limited to 'webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat')
-rw-r--r--webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat56
1 files changed, 0 insertions, 56 deletions
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat
deleted file mode 100644
index 7bdd26f42c..0000000000
--- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6/patches/04-events.dat
+++ /dev/null
@@ -1,56 +0,0 @@
-qx.Const.EVENT_TYPE_MOUSEOVER=qx.constant.Event.MOUSEOVER
-qx.Const.EVENT_TYPE_MOUSEMOVE=qx.constant.Event.MOUSEMOVE
-qx.Const.EVENT_TYPE_MOUSEOUT=qx.constant.Event.MOUSEOUT
-qx.Const.EVENT_TYPE_MOUSEDOWN=qx.constant.Event.MOUSEDOWN
-qx.Const.EVENT_TYPE_MOUSEUP=qx.constant.Event.MOUSEUP
-qx.Const.EVENT_TYPE_MOUSEWHEEL=qx.constant.Event.MOUSEWHEEL
-qx.Const.EVENT_TYPE_CLICK=qx.constant.Event.CLICK
-qx.Const.EVENT_TYPE_DBLCLICK=qx.constant.Event.DBLCLICK
-qx.Const.EVENT_TYPE_CONTEXTMENU=qx.constant.Event.CONTEXTMENU
-qx.Const.EVENT_TYPE_KEYDOWN=qx.constant.Event.KEYDOWN
-qx.Const.EVENT_TYPE_KEYPRESS=qx.constant.Event.KEYPRESS
-qx.Const.EVENT_TYPE_KEYUP=qx.constant.Event.KEYUP
-
-qx.Const.EVENT_TYPE_BLUR=qx.constant.Event.BLUR
-qx.Const.EVENT_TYPE_FOCUS=qx.constant.Event.FOCUS
-qx.Const.EVENT_TYPE_SELECT=qx.constant.Event.SELECT
-qx.Const.EVENT_TYPE_SCROLL=qx.constant.Event.SCROLL
-qx.Const.EVENT_TYPE_INPUT=qx.constant.Event.INPUT
-qx.Const.EVENT_TYPE_CHANGE=qx.constant.Event.CHANGE
-
-qx.Const.EVENT_TYPE_ERROR=qx.constant.Event.ERROR
-qx.Const.EVENT_TYPE_RESIZE=qx.constant.Event.RESIZE
-qx.Const.EVENT_TYPE_INTERVAL=qx.constant.Event.INTERVAL
-qx.Const.EVENT_TYPE_EXECUTE=qx.constant.Event.EXECUTE
-qx.Const.EVENT_TYPE_CREATE=qx.constant.Event.CREATE
-
-qx.Const.EVENT_TYPE_BEFOREAPPEAR=qx.constant.Event.BEFOREAPPEAR
-qx.Const.EVENT_TYPE_APPEAR=qx.constant.Event.APPEAR
-qx.Const.EVENT_TYPE_BEFOREDISAPPEAR=qx.constant.Event.BEFOREDISAPPEAR
-qx.Const.EVENT_TYPE_DISAPPEAR=qx.constant.Event.DISAPPEAR
-qx.Const.EVENT_TYPE_BEFOREINSERTDOM=qx.constant.Event.BEFOREINSERTDOM
-qx.Const.EVENT_TYPE_INSERTDOM=qx.constant.Event.INSERTDOM
-qx.Const.EVENT_TYPE_BEFOREREMOVEDOM=qx.constant.Event.BEFOREREMOVEDOM
-qx.Const.EVENT_TYPE_REMOVEDOM=qx.constant.Event.REMOVEDOM
-
-qx.Const.EVENT_TYPE_LOAD=qx.constant.Event.LOAD
-qx.Const.EVENT_TYPE_UNLOAD=qx.constant.Event.UNLOAD
-qx.Const.EVENT_TYPE_BEFOREUNLOAD=qx.constant.Event.BEFOREUNLOAD
-qx.Const.EVENT_TYPE_SUBMIT=qx.constant.Event.SUBMIT
-
-qx.Const.EVENT_TYPE_CREATED=qx.constant.Event.CREATED
-qx.Const.EVENT_TYPE_CONFIGURED=qx.constant.Event.CONFIGURED
-qx.Const.EVENT_TYPE_QUEUED=qx.constant.Event.QUEUED
-qx.Const.EVENT_TYPE_SENDING=qx.constant.Event.SENDING
-qx.Const.EVENT_TYPE_RECEIVING=qx.constant.Event.RECEIVING
-qx.Const.EVENT_TYPE_COMPLETED=qx.constant.Event.COMPLETED
-qx.Const.EVENT_TYPE_ABORTED=qx.constant.Event.ABORTED
-qx.Const.EVENT_TYPE_FAILED=qx.constant.Event.FAILED
-qx.Const.EVENT_TYPE_TIMEOUT=qx.constant.Event.TIMEOUT
-
-qx.Const.EVENT_TYPE_DRAGDROP=qx.constant.Event.DRAGDROP
-qx.Const.EVENT_TYPE_DRAGOVER=qx.constant.Event.DRAGOVER
-qx.Const.EVENT_TYPE_DRAGOUT=qx.constant.Event.DRAGOUT
-qx.Const.EVENT_TYPE_DRAGMOVE=qx.constant.Event.DRAGMOVE
-qx.Const.EVENT_TYPE_DRAGSTART=qx.constant.Event.DRAGSTART
-qx.Const.EVENT_TYPE_DRAGEND=qx.constant.Event.DRAGEND