aboutsummaryrefslogtreecommitdiff
path: root/www/qooxdoo
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2012-07-10 10:35:33 +0000
committerNicola Vitale <nivit@FreeBSD.org>2012-07-10 10:35:33 +0000
commit5970ace1d6e78c6af614ec447c5a374243ed8fd9 (patch)
tree52346fe4536cc5a1896bb604c046e81d39a8235f /www/qooxdoo
parente06ee6bd7e28ed523c5ec7b03bc26002b81335e1 (diff)
downloadports-5970ace1d6e78c6af614ec447c5a374243ed8fd9.tar.gz
ports-5970ace1d6e78c6af614ec447c5a374243ed8fd9.zip
- Update to 2.0.1
- Add LICENSE (LGPL3, EPL), LICENSE_COMB (dual) - Convert to the new options framework
Notes
Notes: svn path=/head/; revision=300715
Diffstat (limited to 'www/qooxdoo')
-rw-r--r--www/qooxdoo/Makefile17
-rw-r--r--www/qooxdoo/distinfo4
-rw-r--r--www/qooxdoo/pkg-plist2906
3 files changed, 1378 insertions, 1549 deletions
diff --git a/www/qooxdoo/Makefile b/www/qooxdoo/Makefile
index 69867cb9de60..78e0d34c8a9b 100644
--- a/www/qooxdoo/Makefile
+++ b/www/qooxdoo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qooxdoo
-PORTVERSION= 1.6
+PORTVERSION= 2.0.1
PORTREVISION= 0
CATEGORIES= www devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-current/${PORTVERSION}/
@@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-sdk
MAINTAINER= nivit@FreeBSD.org
COMMENT= A comprehensive and innovative Ajax application framework
+LICENSE= LGPL3 EPL
+LICENSE_COMB= dual
+
FIND_FILES= ${WRKSRC} -type f -name "*.py" -print0
FIND_FILES_BAK= ${WRKSRC} -type f -and \( -name "*.orig" -or -name "*.bak" \)
@@ -29,23 +32,27 @@ SHAREMODE= 644
XARGS_ARGS= -0
+OPTIONS_DEFINE= DOCS EXAMPLES
+
+.include <bsd.port.options.mk>
+
post-patch:
${FIND} ${FIND_FILES} | ${XARGS} ${XARGS_ARGS} ${REINPLACE_CMD}
${FIND} ${FIND_FILES_BAK} -delete
do-build:
- ${PYTHON_CMD} -m compileall -f ${WRKSRC}/tool/bin
- ${PYTHON_CMD} -O -m compileall -f ${WRKSRC}/tool/bin
+ ${PYTHON_CMD} -m compileall -f ${WRKSRC}/tool
+ ${PYTHON_CMD} -O -m compileall -f ${WRKSRC}/tool
do-install:
${MKDIR} ${DATADIR}
.for D in ${QXDDIRS}
cd ${WRKSRC} && ${COPYTREE_SHARE} ${D} ${DATADIR}
.endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
cd ${WRKSRC}/documentation/manual && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
cd ${WRKSRC}/application && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif
${INSTALL_DATA} ${WRKSRC}/version.txt ${DATADIR}
diff --git a/www/qooxdoo/distinfo b/www/qooxdoo/distinfo
index b45c2297b7de..ebdea07750af 100644
--- a/www/qooxdoo/distinfo
+++ b/www/qooxdoo/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qooxdoo-1.6-sdk.zip) = 9be0d38574f2e7e005ba29e91086ca02013df42c324923c9c298007c6c75929a
-SIZE (qooxdoo-1.6-sdk.zip) = 43517657
+SHA256 (qooxdoo-2.0.1-sdk.zip) = 9af710fdf8742d9cb315956ad302da7a02bf1490713862d5d44c194cce993bc3
+SIZE (qooxdoo-2.0.1-sdk.zip) = 43674302
diff --git a/www/qooxdoo/pkg-plist b/www/qooxdoo/pkg-plist
index 453a2dd51773..16ee4e66cdb5 100644
--- a/www/qooxdoo/pkg-plist
+++ b/www/qooxdoo/pkg-plist
@@ -1,19 +1,11 @@
@comment $FreeBSD$
%%PORTDOCS%%%%DOCSDIR%%/_downloads/databindingcheatsheet.pdf
-%%PORTDOCS%%%%DOCSDIR%%/_downloads/databindingcheatsheet1.pdf
-%%PORTDOCS%%%%DOCSDIR%%/_downloads/databindingcheatsheet2.pdf
%%PORTDOCS%%%%DOCSDIR%%/_images/Transform.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/Transform1.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/android.png
%%PORTDOCS%%%%DOCSDIR%%/_images/api_viewer.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/api_viewer1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/api_viewer2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/apiviewer-example.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/apiviewer-example1.png
%%PORTDOCS%%%%DOCSDIR%%/_images/apiviewer.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/apiviewer1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/apiviewer2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/apiviewer3.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/architecture_ui_new.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/architecture.png
%%PORTDOCS%%%%DOCSDIR%%/_images/atom.jpg
%%PORTDOCS%%%%DOCSDIR%%/_images/basic.png
%%PORTDOCS%%%%DOCSDIR%%/_images/button.png
@@ -22,84 +14,44 @@
%%PORTDOCS%%%%DOCSDIR%%/_images/checkbox.png
%%PORTDOCS%%%%DOCSDIR%%/_images/chrome.png
%%PORTDOCS%%%%DOCSDIR%%/_images/codesampleform.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/codesampleform1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/codesampleform2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/combobox.png
%%PORTDOCS%%%%DOCSDIR%%/_images/complex_menu.png
%%PORTDOCS%%%%DOCSDIR%%/_images/context_menu.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/core.png
%%PORTDOCS%%%%DOCSDIR%%/_images/cygwin.png
%%PORTDOCS%%%%DOCSDIR%%/_images/databindingarchitecture.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/databindingarchitecture1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/databindingarchitecture2.jpg
%%PORTDOCS%%%%DOCSDIR%%/_images/datefield.png
%%PORTDOCS%%%%DOCSDIR%%/_images/debug_application.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/debug_application1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/debug_application2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/demobrowser.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/development.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/development1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/development2.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/desktop.png
%%PORTDOCS%%%%DOCSDIR%%/_images/dock.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/document-open.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/document-open1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/document-open2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/doublerenderer.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/doublerenderer1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/doublerenderer2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/engineering.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/engineering1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/engineering2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/eventhandler.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/fce_thumb.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/fce_thumb1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/fce_thumb2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/featureconfigeditor.png
%%PORTDOCS%%%%DOCSDIR%%/_images/feedreader.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/feedreadermobile_ios.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/feedreadermobile_ios1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/feedreadermobile_ios2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/ff.png
%%PORTDOCS%%%%DOCSDIR%%/_images/file_menu.png
%%PORTDOCS%%%%DOCSDIR%%/_images/flash.png
%%PORTDOCS%%%%DOCSDIR%%/_images/flow.png
%%PORTDOCS%%%%DOCSDIR%%/_images/form.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/form1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/form2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/generate_config2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/generate_config21.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/generate_config22.png
%%PORTDOCS%%%%DOCSDIR%%/_images/generate_h12.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/generate_h121.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/generate_h122.png
%%PORTDOCS%%%%DOCSDIR%%/_images/generate_x1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/generate_x11.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/generate_x12.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/getting-started.png
%%PORTDOCS%%%%DOCSDIR%%/_images/grid.png
%%PORTDOCS%%%%DOCSDIR%%/_images/groupbox_clipping.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/groupbox_clipping1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/groupbox_clipping2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/groupbox_complete.png
%%PORTDOCS%%%%DOCSDIR%%/_images/hbox.png
%%PORTDOCS%%%%DOCSDIR%%/_images/htmlarea_screenshot_1_0.png
%%PORTDOCS%%%%DOCSDIR%%/_images/htmlembed.png
%%PORTDOCS%%%%DOCSDIR%%/_images/ie.png
%%PORTDOCS%%%%DOCSDIR%%/_images/iexecutable.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/iexecutable1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/iexecutable2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/iform.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/iform1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/iform2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/iformvalue.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/iformvalue1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/iformvalue2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/iframe.png
%%PORTDOCS%%%%DOCSDIR%%/_images/image.jpg
%%PORTDOCS%%%%DOCSDIR%%/_images/imodel.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/imodel1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/imodel2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/imodelselection.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/imodelselection1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/imodelselection2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/inspector.png
%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_console_window.png
%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_objects_window.png
@@ -109,13 +61,8 @@
%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_selenium_toolbar.png
%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_selenium_window.png
%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_widgets_window.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/internet-blog1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/internet-blog11.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/internet-blog12.png
%%PORTDOCS%%%%DOCSDIR%%/_images/iorequestphases.jpg
%%PORTDOCS%%%%DOCSDIR%%/_images/irange.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/irange1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/irange2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/label.jpg
%%PORTDOCS%%%%DOCSDIR%%/_images/linux.png
%%PORTDOCS%%%%DOCSDIR%%/_images/list.png
@@ -124,68 +71,40 @@
%%PORTDOCS%%%%DOCSDIR%%/_images/menu_uml.png
%%PORTDOCS%%%%DOCSDIR%%/_images/menubar.png
%%PORTDOCS%%%%DOCSDIR%%/_images/menubutton.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/mobile.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/mobileLayout1.png
%%PORTDOCS%%%%DOCSDIR%%/_images/new_selection_api.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/office-contact.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/office-contact1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/office-contact2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/opera.png
%%PORTDOCS%%%%DOCSDIR%%/_images/passwordfield.png
%%PORTDOCS%%%%DOCSDIR%%/_images/placeholderrenderer.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/placeholderrenderer1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/placeholderrenderer2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/playground.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/playground1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/playground2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/popup.png
%%PORTDOCS%%%%DOCSDIR%%/_images/portal.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/portal1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/portal2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/portal3.png
%%PORTDOCS%%%%DOCSDIR%%/_images/progressbar.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/references.png
%%PORTDOCS%%%%DOCSDIR%%/_images/resetter.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/resetter1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/resetter2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/resizer.jpg
%%PORTDOCS%%%%DOCSDIR%%/_images/running_application.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/running_application1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/running_application2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/safari.png
%%PORTDOCS%%%%DOCSDIR%%/_images/scroll.jpg
%%PORTDOCS%%%%DOCSDIR%%/_images/scrollbars.png
%%PORTDOCS%%%%DOCSDIR%%/_images/sd-asyncvalidate-540x308.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/sd-asyncvalidate-540x3081.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/sd-asyncvalidate-540x3082.png
%%PORTDOCS%%%%DOCSDIR%%/_images/sd-createmodel-473x400.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/sd-createmodel-473x4001.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/sd-createmodel-473x4002.png
%%PORTDOCS%%%%DOCSDIR%%/_images/selectbox.png
%%PORTDOCS%%%%DOCSDIR%%/_images/serialization.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/serialization1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/serialization2.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/server.png
%%PORTDOCS%%%%DOCSDIR%%/_images/showcase.png
%%PORTDOCS%%%%DOCSDIR%%/_images/singlerenderer.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/singlerenderer1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/singlerenderer2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/slidebar.jpg
%%PORTDOCS%%%%DOCSDIR%%/_images/slider.png
%%PORTDOCS%%%%DOCSDIR%%/_images/spinner.png
%%PORTDOCS%%%%DOCSDIR%%/_images/splitbutton.png
%%PORTDOCS%%%%DOCSDIR%%/_images/splitpane.png
%%PORTDOCS%%%%DOCSDIR%%/_images/step11.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step111.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step112.png
%%PORTDOCS%%%%DOCSDIR%%/_images/step21.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step211.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step212.png
%%PORTDOCS%%%%DOCSDIR%%/_images/step3.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step31.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step32.png
%%PORTDOCS%%%%DOCSDIR%%/_images/step41.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step411.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step412.png
%%PORTDOCS%%%%DOCSDIR%%/_images/step42.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step421.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step422.png
%%PORTDOCS%%%%DOCSDIR%%/_images/table.png
%%PORTDOCS%%%%DOCSDIR%%/_images/table_default_styling.png
%%PORTDOCS%%%%DOCSDIR%%/_images/table_editable_cells.png
@@ -204,92 +123,51 @@
%%PORTDOCS%%%%DOCSDIR%%/_images/table_uml.png
%%PORTDOCS%%%%DOCSDIR%%/_images/table_widget_styling.png
%%PORTDOCS%%%%DOCSDIR%%/_images/table_without_header.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/tabletLayoutLandscape.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/tabletLayoutPortrait.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tabview.png
%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner.png
%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner3.png
%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_console.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_console1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_console2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_html.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_html1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_html2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_performance.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_performance1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_performance2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_widget.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_widget1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_widget2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/textfield.png
%%PORTDOCS%%%%DOCSDIR%%/_images/todo.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/todo1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/todo2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/togglebuttom.png
%%PORTDOCS%%%%DOCSDIR%%/_images/toolbar.jpg
%%PORTDOCS%%%%DOCSDIR%%/_images/toolbar_uml.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/tooling.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tooltip.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tree.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tree_dependencies_uml.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tree_uml.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-11.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-12.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-21.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-22.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-3.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-31.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-32.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-4.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-41.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-42.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_3_1-1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_3_1-11.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_3_1-12.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_4-1.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_4-2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_4_1-1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_4_1-11.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_4_1-12.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_4_1-2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_4_1-21.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_4_1-22.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_5-1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_5-11.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_5-12.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_5-2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_5-21.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_5-22.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_details.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_details1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_details2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_input.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_input1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_input2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_list.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_list1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_list2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/twittermockup1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/utilities-dictionary.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/utilities-dictionary1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/utilities-dictionary2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/utilities-notes.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/utilities-notes1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/utilities-notes2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/validationmanager.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/validationmanager1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/validationmanager2.png
%%PORTDOCS%%%%DOCSDIR%%/_images/virtualcombobox.png
%%PORTDOCS%%%%DOCSDIR%%/_images/virtuallist.png
%%PORTDOCS%%%%DOCSDIR%%/_images/virtualselectbox.png
%%PORTDOCS%%%%DOCSDIR%%/_images/virtualtree.png
%%PORTDOCS%%%%DOCSDIR%%/_images/webkit_bug.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/website.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/weinre.png
%%PORTDOCS%%%%DOCSDIR%%/_images/widget.png
%%PORTDOCS%%%%DOCSDIR%%/_images/widgetbrowser.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/widgetbrowser1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/widgetbrowser2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/widgetbrowser3.png
%%PORTDOCS%%%%DOCSDIR%%/_images/window.png
%%PORTDOCS%%%%DOCSDIR%%/_images/window_classic_theme.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/window_indigo_theme.png
%%PORTDOCS%%%%DOCSDIR%%/_images/window_modern_theme.png
%%PORTDOCS%%%%DOCSDIR%%/_images/window_simple_theme.png
%%PORTDOCS%%%%DOCSDIR%%/_images/windows.png
@@ -336,14 +214,63 @@
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/models.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/single_value_binding.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/stores.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/event_layer_impl.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/focus_layer_impl.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/getting_started.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/html_element_handling.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/requirements.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-1.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-2.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-3.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-1.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-2-1.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-2.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-3.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-4-1.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-4.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-5.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_appearance.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_custom_themes.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_decorators.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_develop.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_dragdrop.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_form_handling.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/available_shortcuts.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/browser_bugs.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/copy_and_paste.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/default_paragraph_handling.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/featurelist.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/html_editing_in_general.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/integration_guide.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/list_handling.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/paragraph_handling.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/recommendations.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/technicalfeaturelist.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/textalign.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/undo_redo.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_inline.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_interaction.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_layouting.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_menu_handling.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_overview.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_resources.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_selection.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_table_styling.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_theming.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_using_themes_of_contribs.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_webfonts.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_widgets.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/window_management.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/aspects_template.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/debugging.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/frame_apps_testrunner.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/framework_unit_testing.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/image_clipping_and_combining.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/internationalization.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/internet_explorer_specific_settings.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/library_custom.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/logging.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/memory_management.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/parts_overview.txt
@@ -356,52 +283,11 @@
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/unit_testing.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/write_api_documentation.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/getting_started.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/getting_started/application_structure.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/getting_started/architecture.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/getting_started/code_structure.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/getting_started/framework_structure.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/getting_started/helloworld.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/getting_started/introduction_sdk.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/getting_started/manifest.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/getting_started/requirements.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/getting_started/troubleshooting.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/glossary.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_appearance.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_custom_themes.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_decorators.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_develop.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_dragdrop.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_form_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/available_shortcuts.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/browser_bugs.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/copy_and_paste.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/default_paragraph_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/featurelist.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/html_editing_in_general.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/integration_guide.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/list_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/paragraph_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/recommendations.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/technicalfeaturelist.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/textalign.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing/undo_redo.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_inline.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_interaction.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_layouting.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_menu_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_overview.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_resources.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_selection.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_table_styling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_theming.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_using_themes_of_contribs.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_webfonts.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_widgets.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/window_management.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction/about.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction/architecture.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction/features.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction/license.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction/third_party_components.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout.txt
@@ -412,30 +298,27 @@
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/flow.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/grid.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/grow.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/back-button_and_bookmark_support.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/css3animation.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/event_layer_impl.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/focus_layer_impl.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/fromjquery.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/html_element_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/image_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/low_level_apis.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/overview.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/qooxdoo_animation.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/scenarios.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/setup_a_low-level_library.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/tutorial_web_developers.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/migration.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/migration/migration_guide.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/debugging.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/deployment.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/getting_started.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/mobile_overview.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/mobile_tablet_switch.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/requirements.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/theming.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/tutorial.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/references.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/server.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/server/getting_started.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/server/overview.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/server/requirejs.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/server/requirements.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/astlets.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/application_structure.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/code_structure.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/create_application.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/ebnf_like.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_config.txt
@@ -446,18 +329,24 @@
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_default_jobs.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_optimizations.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_usage.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/getting_started.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/manifest.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/sdk_install_troubleshoot.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/sdk_introduction.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/sdk_requirements.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/sdk_structure.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/source_code_validation.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/tutorial_basics.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tutorials/tutorial-part-1.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tutorials/tutorial-part-2.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tutorials/tutorial-part-3.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tutorials/tutorial-part-4-1.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tutorials/tutorial-part-4-2-1.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tutorials/tutorial-part-4-2.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tutorials/tutorial-part-4-3-1.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tutorials/tutorial-part-4-3.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tutorials/tutorial-part-4-4-1.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tutorials/tutorial-part-4-5.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/back-button_and_bookmark_support.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/css3animation.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/getting_started.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/overview.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/plugins.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/requirements.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/storage.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/tech_website_apis.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/tutorial_web_developers.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/atom.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/button.txt
@@ -510,21 +399,25 @@
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/widget_ref.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/window.txt
%%PORTDOCS%%%%DOCSDIR%%/_sources/toc.txt
+%%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif
%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/colorstrip.gif
-%%PORTDOCS%%%%DOCSDIR%%/_static/contentbackground.gif
-%%PORTDOCS%%%%DOCSDIR%%/_static/default.css
+%%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/comment.png
%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/down.png
%%PORTDOCS%%%%DOCSDIR%%/_static/file.png
%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/logo.gif
%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/pattern.gif
%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png
%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css
%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/theme.css
%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/up.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/websupport.js
%%PORTDOCS%%%%DOCSDIR%%/genindex.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/objects.inv
@@ -570,14 +463,63 @@
%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/models.html
%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/single_value_binding.html
%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/stores.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/event_layer_impl.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/focus_layer_impl.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/getting_started.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/html_element_handling.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/requirements.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-1.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-2.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-3.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-1.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-2-1.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-2.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-3.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-4-1.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-4.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-5.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_appearance.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_custom_themes.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_decorators.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_develop.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_dragdrop.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_form_handling.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/available_shortcuts.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/browser_bugs.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/copy_and_paste.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/default_paragraph_handling.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/featurelist.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/html_editing_in_general.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/integration_guide.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/list_handling.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/paragraph_handling.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/recommendations.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/technicalfeaturelist.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/textalign.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/undo_redo.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_inline.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_interaction.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_layouting.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_menu_handling.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_overview.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_resources.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_selection.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_table_styling.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_theming.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_using_themes_of_contribs.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_webfonts.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_widgets.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/window_management.html
%%PORTDOCS%%%%DOCSDIR%%/pages/development.html
%%PORTDOCS%%%%DOCSDIR%%/pages/development/aspects_template.html
%%PORTDOCS%%%%DOCSDIR%%/pages/development/debugging.html
%%PORTDOCS%%%%DOCSDIR%%/pages/development/frame_apps_testrunner.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/framework_unit_testing.html
%%PORTDOCS%%%%DOCSDIR%%/pages/development/image_clipping_and_combining.html
%%PORTDOCS%%%%DOCSDIR%%/pages/development/internationalization.html
%%PORTDOCS%%%%DOCSDIR%%/pages/development/internet_explorer_specific_settings.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/library_custom.html
%%PORTDOCS%%%%DOCSDIR%%/pages/development/logging.html
%%PORTDOCS%%%%DOCSDIR%%/pages/development/memory_management.html
%%PORTDOCS%%%%DOCSDIR%%/pages/development/parts_overview.html
@@ -590,52 +532,11 @@
%%PORTDOCS%%%%DOCSDIR%%/pages/development/unit_testing.html
%%PORTDOCS%%%%DOCSDIR%%/pages/development/write_api_documentation.html
%%PORTDOCS%%%%DOCSDIR%%/pages/getting_started.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/getting_started/application_structure.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/getting_started/architecture.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/getting_started/code_structure.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/getting_started/framework_structure.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/getting_started/helloworld.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/getting_started/introduction_sdk.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/getting_started/manifest.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/getting_started/requirements.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/getting_started/troubleshooting.html
%%PORTDOCS%%%%DOCSDIR%%/pages/glossary.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_appearance.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_custom_themes.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_decorators.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_develop.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_dragdrop.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_form_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/available_shortcuts.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/browser_bugs.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/copy_and_paste.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/default_paragraph_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/featurelist.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/html_editing_in_general.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/integration_guide.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/list_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/paragraph_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/recommendations.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/technicalfeaturelist.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/textalign.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_html_editing/undo_redo.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_inline.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_interaction.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_layouting.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_menu_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_overview.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_resources.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_selection.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_table_styling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_theming.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_using_themes_of_contribs.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_webfonts.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_widgets.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/window_management.html
%%PORTDOCS%%%%DOCSDIR%%/pages/introduction.html
%%PORTDOCS%%%%DOCSDIR%%/pages/introduction/about.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/introduction/architecture.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/introduction/features.html
%%PORTDOCS%%%%DOCSDIR%%/pages/introduction/license.html
%%PORTDOCS%%%%DOCSDIR%%/pages/introduction/third_party_components.html
%%PORTDOCS%%%%DOCSDIR%%/pages/layout.html
@@ -646,30 +547,27 @@
%%PORTDOCS%%%%DOCSDIR%%/pages/layout/flow.html
%%PORTDOCS%%%%DOCSDIR%%/pages/layout/grid.html
%%PORTDOCS%%%%DOCSDIR%%/pages/layout/grow.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/back-button_and_bookmark_support.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/css3animation.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/event_layer_impl.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/focus_layer_impl.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/fromjquery.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/html_element_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/image_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/low_level_apis.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/qooxdoo_animation.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/scenarios.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/setup_a_low-level_library.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/tutorial_web_developers.html
%%PORTDOCS%%%%DOCSDIR%%/pages/migration.html
%%PORTDOCS%%%%DOCSDIR%%/pages/migration/migration_guide.html
%%PORTDOCS%%%%DOCSDIR%%/pages/mobile.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/debugging.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/deployment.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/getting_started.html
%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/mobile_overview.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/mobile_tablet_switch.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/requirements.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/theming.html
%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/tutorial.html
%%PORTDOCS%%%%DOCSDIR%%/pages/references.html
%%PORTDOCS%%%%DOCSDIR%%/pages/server.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/server/getting_started.html
%%PORTDOCS%%%%DOCSDIR%%/pages/server/overview.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/server/requirejs.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/server/requirements.html
%%PORTDOCS%%%%DOCSDIR%%/pages/tool.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/astlets.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/application_structure.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/code_structure.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/create_application.html
%%PORTDOCS%%%%DOCSDIR%%/pages/tool/ebnf_like.html
%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator.html
%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_config.html
@@ -680,18 +578,24 @@
%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_default_jobs.html
%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_optimizations.html
%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_usage.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/getting_started.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/manifest.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/sdk_install_troubleshoot.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/sdk_introduction.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/sdk_requirements.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/sdk_structure.html
%%PORTDOCS%%%%DOCSDIR%%/pages/tool/source_code_validation.html
%%PORTDOCS%%%%DOCSDIR%%/pages/tool/tutorial_basics.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tutorials/tutorial-part-1.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tutorials/tutorial-part-2.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tutorials/tutorial-part-3.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tutorials/tutorial-part-4-1.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tutorials/tutorial-part-4-2-1.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tutorials/tutorial-part-4-2.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tutorials/tutorial-part-4-3-1.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tutorials/tutorial-part-4-3.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tutorials/tutorial-part-4-4-1.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tutorials/tutorial-part-4-5.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/website.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/website/back-button_and_bookmark_support.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/website/css3animation.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/website/getting_started.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/website/overview.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/website/plugins.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/website/requirements.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/website/storage.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/website/tech_website_apis.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/website/tutorial_web_developers.html
%%PORTDOCS%%%%DOCSDIR%%/pages/widget.html
%%PORTDOCS%%%%DOCSDIR%%/pages/widget/atom.html
%%PORTDOCS%%%%DOCSDIR%%/pages/widget/button.html
@@ -761,20 +665,15 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/Theme.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/Tree.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/TreeDataHandler.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Login.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Save_Dialog.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Scroll.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Showcase.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Transition_Color.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Transition_Position.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Tree_Highlight.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Animation.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Animation_3d.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Animation.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Animation_3d.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Animation_Compare.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/AttributeStyle_1.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/AttributeStyle_2.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Audio.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Background.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Blocker.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Carousel.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Clip.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Cookie.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Dimension.js
@@ -788,16 +687,26 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Location.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Location_StandardMode.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Overflow.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Portal.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/ScrollIntoView.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Selection.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Selector.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Storage.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Transform.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Video.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Viewport.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Viewport_StandardMode.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/WebStorage.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/WebWorker.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Window.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/__init__.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/Box.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/Draggable.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/Manager.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/Resizable.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/Util.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/__init__.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/dragdrop/Manager.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/dragdrop/__init__.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ExtendedList.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ExtendedTree.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Finder.js
@@ -851,8 +760,6 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_Separator.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Flow.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Grid_Alignment.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Grid_Animated.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Grid_Animated_Property.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Grid_Complex.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Grid_Simple.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox.js
@@ -923,6 +830,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Element_3.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Element_4.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Element_5.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Hiding_Scrollbar.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Opacity.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ResizeEvent.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ScrollContainer_EdgeCaseHeight.js
@@ -970,7 +878,6 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Opacity.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Placement.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/ScrollContainer.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Shadow.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/WebFonts.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/FSMMaze.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/FSMMouse.js
@@ -1047,22 +954,15 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/simulation/demo/Abstract.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/simulation/demo/Dummy.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/simulation/demo/widget/Tree.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Login.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Login.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Save_Dialog.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Scroll.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Showcase.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Transition_Color.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Transition_Position.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Tree_Highlight.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/qooxdoo-logo.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Animation.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Animation_3d.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Animation.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Animation_3d.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Animation_Compare.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/AttributeStyle_1.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/AttributeStyle_2.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Audio.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Background.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Blocker.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Carousel.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Clip.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Cookie.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Dimension.html
@@ -1076,14 +976,15 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Location.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Location_StandardMode.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Overflow.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Portal.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/ScrollIntoView.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Selection.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Selector.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Storage.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Transform.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Video.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Viewport.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Viewport_StandardMode.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/WebStorage.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/WebWorker.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Window.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/blank.html
@@ -1140,7 +1041,6 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_Separator.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Flow.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Grid_Alignment.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Grid_Animated.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Grid_Complex.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Grid_Simple.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox.html
@@ -1212,6 +1112,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Element_3.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Element_4.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Element_5.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Hiding_Scrollbar.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Opacity.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ResizeEvent.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ScrollContainer_EdgeCaseHeight.html
@@ -1260,7 +1161,6 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Opacity.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Placement.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/ScrollContainer.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Shadow.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/WebFonts.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/json/people.json
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/CellEvents.html
@@ -1414,8 +1314,6 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/de_DE.po
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/en.po
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/en_US.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/es.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/es_ES.po
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/fr.po
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/fr_FR.po
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/tool/default.json
@@ -1429,6 +1327,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/ApplicationLowLevel.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/Environment.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/Reporter.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/Util.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/simulation/Environment.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/test/DemoTest.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/theme/Appearance.js
@@ -1502,12 +1401,6 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/nl.po
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/ro.po
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/sv.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/github/Manifest.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/github/config.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/github/generate.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/github/source/class/github/Application.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/github/source/index.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/github/source/translation/readme.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/Manifest.json
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/config.json
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/generate.py
@@ -1515,11 +1408,15 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Animation.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/AnimationLanding.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Atom.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Basic.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/DataBinding.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Dialog.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Event.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Form.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/List.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Overview.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Tab.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/ThemeSwitcher.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Toolbar.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/simulation/Mobileshowcase.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/test/DemoTest.js
@@ -1538,6 +1435,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/Samples.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/test/Toolbar.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/theme/Appearance.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/theme/Decoration.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/theme/Font.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/theme/Theme.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/Editor.js
@@ -1548,66 +1446,9 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/Samples.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/Toolbar.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/css/eclipse.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/css/editor.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/css/tm.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace-compat.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace-uncompressed.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/keybinding-emacs.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/keybinding-vim.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-c_cpp.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-clojure.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-coffee.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-coldfusion.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-csharp.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-css.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-groovy.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-html.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-java.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-javascript.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-json.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-latex.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-lua.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-markdown.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-ocaml.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-perl.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-php.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-powershell.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-python.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-ruby.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-scad.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-scala.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-scss.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-sql.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-svg.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-textile.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-xml.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-clouds.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-clouds_midnight.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-cobalt.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-crimson_editor.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-dawn.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-eclipse.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-idle_fingers.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-kr_theme.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-merbivore.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-merbivore_soft.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-mono_industrial.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-monokai.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-pastel_on_dark.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-solarized_dark.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-solarized_light.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-textmate.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-tomorrow.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-tomorrow_night.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-tomorrow_night_blue.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-tomorrow_night_bright.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-tomorrow_night_eighties.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-twilight.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-vibrant_ink.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/worker-coffee.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/worker-css.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/worker-javascript.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/images/loading.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/images/logo_gist.png
@@ -1617,458 +1458,77 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/readme.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/ro.po
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/sv.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/Manifest.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/config.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/generate.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/class/portal/Application.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/class/portal/__init__.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/class/portal/box/Box.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/class/portal/box/Draggable.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/class/portal/box/Manager.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/class/portal/box/Resizable.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/class/portal/box/Util.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/class/portal/box/__init__.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/class/portal/dragdrop/Manager.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/class/portal/dragdrop/__init__.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/resource/portal/css/style.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/resource/portal/data/boxData.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/script/portal.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portal/source/translation/readme.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/Manifest.json
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/blank.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/app-header.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/down-invert.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/down-small-invert.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/down-small.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/down.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/forward.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/left-invert.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/rewind.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/right-invert.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/up-invert.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/up-small.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows/up.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/button-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/button-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/checkradio-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/colorselector-combined.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/colorselector/brightness-field.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/colorselector/brightness-handle.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/colorselector/huesaturation-field.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/colorselector/huesaturation-handle.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/cursors-combined.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/cursors/alias.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/cursors/copy.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/cursors/move.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/cursors/nodrop.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-focused-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-focused-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-focused-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-focused-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-focused-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-focused-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-focused-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-focused-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-focused-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-focused.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-checked.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-disabled-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-disabled-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-disabled-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-disabled-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-disabled-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-disabled-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-disabled-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-disabled-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-disabled-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-disabled.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-focused-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-focused-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-focused-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-focused-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-focused-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-focused-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-focused-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-focused-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-focused-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-focused.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-hovered-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-hovered-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-hovered-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-hovered-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-hovered-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-hovered-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-hovered-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-hovered-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-hovered-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-hovered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-focused-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-focused-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-focused-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-focused-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-focused-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-focused-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-focused-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-focused-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-focused-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-focused.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-preselected.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-pressed-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-pressed-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-pressed-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-pressed-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-pressed-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-pressed-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-pressed-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-pressed-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-pressed-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-pressed.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/button.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-checked-disabled.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-checked-focused-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-checked-focused.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-checked-hovered-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-checked-hovered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-checked-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-checked-pressed-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-checked-pressed.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-checked.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-disabled.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-focused-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-focused.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-hovered-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-hovered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-pressed-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-pressed.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-undetermined-disabled.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-undetermined-focused-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-undetermined-focused.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-undetermined-hovered-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-undetermined-hovered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-undetermined-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox-undetermined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checkbox.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checked-disabled.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/checked.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/input-focused.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/input.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-checked-disabled.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-checked-focused-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-checked-focused.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-checked-hovered-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-checked-hovered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-checked-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-checked-pressed-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-checked-pressed.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-checked.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-disabled.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-focused-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-focused.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-hovered-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-hovered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-pressed-invalid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton-pressed.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/radiobutton.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/tooltip-error-arrow.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/tooltip-error-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/tooltip-error-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/tooltip-error-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/tooltip-error-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/tooltip-error-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/tooltip-error-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/tooltip-error-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/tooltip-error-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/tooltip-error-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/tooltip-error.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/undetermined-disabled.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form/undetermined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/group-item.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox/groupbox-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox/groupbox-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox/groupbox-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox/groupbox-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox/groupbox-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox/groupbox-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox/groupbox-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox/groupbox-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox/groupbox-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox/groupbox.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/menu-background-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/menu-checkradio-combined.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/menu/background.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/menu/bar-background.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/menu/checkbox-invert.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/menu/checkbox.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/menu/radiobutton-invert.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/menu/radiobutton.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane/pane-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane/pane-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane/pane-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane/pane-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane/pane-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane/pane-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane/pane-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane/pane-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane/pane-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane/pane.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-horizontal.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-pressed-horizontal.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-pressed-vertical.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-vertical.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar/scrollbar-button-bg-horizontal.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar/scrollbar-button-bg-vertical.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar/scrollbar-down.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar/scrollbar-left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar/scrollbar-right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar/scrollbar-up.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar/slider-knob-background.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/selection.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow-small-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow-small-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-small-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-small-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-small-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-small-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-small-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-small-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-small-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-small-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-small-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-small.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow/shadow.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/splitpane-knobs-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/splitpane/knob-horizontal.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/splitpane/knob-vertical.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/table-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/table/ascending.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/table/boolean-false.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/table/boolean-true.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/table/descending.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/table/header-cell.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/table/select-column-order.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-bottom-active-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-bottom-active-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-bottom-inactive-b-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-bottom-inactive-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-bottom-inactive-t-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-left-active-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-left-active-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-left-inactive-b-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-left-inactive-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-left-inactive-t-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-right-active-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-right-active-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-right-inactive-b-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-right-inactive-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-right-inactive-t-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-top-active-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-top-active-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-top-inactive-b-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-top-inactive-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-button-top-inactive-t-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-pane-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview-pane-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-active.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-active-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-active-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-active-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-active-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-active-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-active-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-active-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-active-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-active-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-active.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-left-inactive.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-active-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-active-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-active-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-active-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-active-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-active-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-active-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-active-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-active-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-active.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-right-inactive.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-active-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-active-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-active-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-active-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-active-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-active-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-active-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-active-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-active-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-active.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tab-button-top-inactive.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tabview-pane-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tabview-pane-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tabview-pane-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tabview-pane-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tabview-pane-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tabview-pane-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tabview-pane-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tabview-pane-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tabview-pane-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview/tabview-pane.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/toolbar-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/toolbar/toolbar-gradient-blue.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/toolbar/toolbar-gradient.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/toolbar/toolbar-handle-knob.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/toolbar/toolbar-part.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tooltip-error-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tooltip-error-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tree-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tree/closed-selected.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tree/closed.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tree/open-selected.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tree/open.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window-captionbar-buttons-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window-captionbar-lr-active-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window-captionbar-lr-inactive-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window-captionbar-tb-active-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window-captionbar-tb-inactive-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window-statusbar-lr-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window-statusbar-tb-combined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-active-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-active-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-active-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-active-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-active-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-active-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-active-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-active-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-active-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-active.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-inactive-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-inactive-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-inactive-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-inactive-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-inactive-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-inactive-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-inactive-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-inactive-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-inactive-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/captionbar-inactive.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/close-active-hovered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/close-active.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/close-inactive.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/maximize-active-hovered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/maximize-active.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/maximize-inactive.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/minimize-active-hovered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/minimize-active.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/minimize-inactive.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/restore-active-hovered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/restore-active.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/restore-inactive.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/statusbar-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/statusbar-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/statusbar-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/statusbar-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/statusbar-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/statusbar-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/statusbar-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/statusbar-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/statusbar-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window/statusbar.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/css/base.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/css/reset.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/fonts/JosefinSlab-Bold-webfont.woff
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/fonts/JosefinSlab-Light-webfont.woff
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/fonts/JosefinSlab-Regular-webfont.woff
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/fonts/JosefinSlab-SemiBold-webfont.woff
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.ttf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.woff
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/down-invert.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/down-small.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/down.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/forward.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/left-invert.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/left.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/rewind.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/right-invert.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/right.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/up-invert.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/up-small.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/up.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/checkbox/checked-disabled.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/checkbox/checked.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/checkbox/undetermined-disabled.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/checkbox/undetermined.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/colorselector/brightness-field.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/colorselector/brightness-handle.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/colorselector/huesaturation-field.jpg
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/colorselector/huesaturation-handle.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/cursors/alias.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/cursors/copy.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/cursors/move.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/cursors/nodrop.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/menu/checkbox-invert.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/menu/checkbox.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/menu/radiobutton-invert.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/menu/radiobutton.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/splitpane/knob-horizontal.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/splitpane/knob-vertical.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/ascending-invert.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/ascending.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/boolean-false.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/boolean-true.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/descending-invert.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/descending.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/select-column-order.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/tabview/close.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/tree/minus.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/tree/plus.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/cross.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/cross_minus.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/cross_plus.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/end.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/end_minus.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/end_plus.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/line.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/only_minus.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/only_plus.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/start.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/start_minus.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/start_plus.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/close-white.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/close.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/maximize-white.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/maximize.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/minimize-white.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/minimize.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/restore-white.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/restore.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/address-book-new.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/application-exit.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/appointment-new.png
@@ -2168,10 +1628,9 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/zoom-original.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/zoom-out.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/apps/office-calendar.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/apps/utilities-color-chooser.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/apps/utilities-help.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/mimetypes/media-audio.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/mimetypes/office-document.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/mimetypes/text-plain.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/places/folder-open.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/places/folder.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/status/dialog-warning.png
@@ -2194,7 +1653,6 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-smile.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-surprise.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/mimetypes/media-image.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/mimetypes/office-document.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/folder-open.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/folder-remote.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/folder.png
@@ -2204,9 +1662,6 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/user-home.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/user-trash-full.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/user-trash.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/32/mimetypes/office-document.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/32/places/folder-open.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/32/places/folder.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/actions/object-flip-horizontal.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/audio-card.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/audio-input-microphone.png
@@ -2319,29 +1774,26 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/tristan_koch.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/user_add.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/user_delete.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/css/showcase.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/favicon/favicon.ico
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/images/colorstrip.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/images/contentbackground.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/images/logo.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/images/pattern.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/style/core.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/style/hacks/mshtml.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/style/hacks/mshtml_6.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/style/layout.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.38bdd3f8f902.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.3b51293dbe73.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.6307b447e28f.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.647c3362672a.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.67e0964e6719.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.76cf0ac85d7d.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.9461afc24eb9.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.9abd5a8f1c50.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.a1571ae7353e.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.a29b074e4991.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.bc6d95e2ff7a.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.e3c992aeadbd.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.ef22f1b76df0.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.f1646053c433.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.2328a24b35b2.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.2d9256123be9.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.6661b811efc1.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.6a66465e4cf0.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.70f45a687105.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.7ad2d4d12f3c.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.85b7e5ead4f2.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.8646bedb6ae6.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.8ad161415d1b.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.8e112148323d.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.9731d6733978.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.a4c168743749.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.aa5b4cc494f3.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.de924538bb27.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/config.json
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/generate.py
@@ -2351,8 +1803,6 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/Page.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/AbstractDesktopContent.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/DescriptionBuilder.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/animation/Content.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/animation/Page.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/databinding/Content.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/databinding/Page.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/dragdrop/Content.js
@@ -2494,15 +1944,12 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/source/display.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/source/frame.psd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/source/window.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/css/showcase.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/favicon/favicon.ico
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/images/colorstrip.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/images/contentbackground.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/images/logo.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/images/pattern.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/style/core.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/style/hacks/mshtml.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/style/hacks/mshtml_6.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/style/layout.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/script/showcase.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/de.po
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/de_AT.po
@@ -2575,6 +2022,7 @@
%%DATADIR%%/component/apiviewer/source/class/apiviewer/TreeUtil.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/UiModel.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/Viewer.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/__init__.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Appearance.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/ChildControl.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Class.js
@@ -2588,16 +2036,19 @@
%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Property.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/State.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/ThrowsEntry.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/__init__.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/test/LayoutItem.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/test/Methods.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/test/StringExtend.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/test/Widget.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/test/__init__.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/AbstractViewer.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/ClassViewer.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/LegendView.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/PackageTree.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/PackageViewer.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/SearchView.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/__init__.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/AppearancePanel.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/ChildControlsPanel.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/ClassPanel.js
@@ -2607,9 +2058,11 @@
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/MethodPanel.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/PackagePanel.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/PropertyPanel.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/__init__.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/tabview/AbstractPage.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/tabview/ClassPage.js
%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/tabview/PackagePage.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/tabview/__init__.js
%%DATADIR%%/component/apiviewer/source/index.html
%%DATADIR%%/component/apiviewer/source/resource/apiviewer/css/apiviewer.css
%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/blank.gif
@@ -2623,7 +2076,6 @@
%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_static_warning18.gif
%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_warning18.gif
%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/close.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/colorstrip.gif
%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/constant18.gif
%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/constructor18.gif
%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/cross.gif
@@ -2664,10 +2116,7 @@
%%DATADIR%%/component/apiviewer/source/resource/apiviewer/imagesCombined/symbols.gif
%%DATADIR%%/component/apiviewer/source/resource/apiviewer/imagesCombined/symbols.meta
%%DATADIR%%/component/apiviewer/source/translation/C.po
-%%DATADIR%%/component/apiviewer/source/translation/de.po
%%DATADIR%%/component/apiviewer/source/translation/en.po
-%%DATADIR%%/component/apiviewer/source/translation/es.po
-%%DATADIR%%/component/apiviewer/source/translation/fr.po
%%DATADIR%%/component/inspector/Manifest.json
%%DATADIR%%/component/inspector/config.json
%%DATADIR%%/component/inspector/generate.py
@@ -2779,6 +2228,18 @@
%%DATADIR%%/component/library/formdemo/source/class/qxc/application/formdemo/FormItems.js
%%DATADIR%%/component/library/formdemo/source/index.html
%%DATADIR%%/component/library/formdemo/source/translation/readme.txt
+%%DATADIR%%/component/library/indigo/Manifest.json
+%%DATADIR%%/component/library/indigo/config.json
+%%DATADIR%%/component/library/indigo/generate.py
+%%DATADIR%%/component/library/indigo/readme.txt
+%%DATADIR%%/component/library/indigo/source/class/indigo/__init.js
+%%DATADIR%%/component/library/indigo/source/resource/indigo/css/base.css
+%%DATADIR%%/component/library/indigo/source/resource/indigo/css/reset.css
+%%DATADIR%%/component/library/indigo/source/resource/indigo/fonts/JosefinSlab-Bold-webfont.woff
+%%DATADIR%%/component/library/indigo/source/resource/indigo/fonts/JosefinSlab-Light-webfont.woff
+%%DATADIR%%/component/library/indigo/source/resource/indigo/fonts/JosefinSlab-Regular-webfont.woff
+%%DATADIR%%/component/library/indigo/source/resource/indigo/fonts/JosefinSlab-SemiBold-webfont.woff
+%%DATADIR%%/component/library/indigo/source/translation/readme.txt
%%DATADIR%%/component/library/logpane/Manifest.json
%%DATADIR%%/component/library/logpane/config.json
%%DATADIR%%/component/library/logpane/generate.py
@@ -2801,7 +2262,10 @@
%%DATADIR%%/component/library/versionlabel/config.json
%%DATADIR%%/component/library/versionlabel/generate.py
%%DATADIR%%/component/library/versionlabel/readme.txt
+%%DATADIR%%/component/library/versionlabel/source/class/qxc/__init__.js
+%%DATADIR%%/component/library/versionlabel/source/class/qxc/ui/__init__.js
%%DATADIR%%/component/library/versionlabel/source/class/qxc/ui/versionlabel/VersionLabel.js
+%%DATADIR%%/component/library/versionlabel/source/class/qxc/ui/versionlabel/__init__.js
%%DATADIR%%/component/library/versionlabel/source/index.html
%%DATADIR%%/component/library/versionlabel/source/translation/readme.txt
%%DATADIR%%/component/simulator/Manifest.json
@@ -2813,32 +2277,22 @@
%%DATADIR%%/component/simulator/source/class/simulator/MEventSupport.js
%%DATADIR%%/component/simulator/source/class/simulator/MGlobalErrorHandling.js
%%DATADIR%%/component/simulator/source/class/simulator/QxSelenium.js
+%%DATADIR%%/component/simulator/source/class/simulator/RhinoFile.js
%%DATADIR%%/component/simulator/source/class/simulator/Simulation.js
+%%DATADIR%%/component/simulator/source/class/simulator/autounit/AutoUnit.js
+%%DATADIR%%/component/simulator/source/class/simulator/autounit/JunitLog.js
%%DATADIR%%/component/simulator/source/class/simulator/reporter/Application.js
%%DATADIR%%/component/simulator/source/class/simulator/reporter/Reporter.js
%%DATADIR%%/component/simulator/source/class/simulator/unit/TestCase.js
%%DATADIR%%/component/simulator/tool/com/thoughtworks/selenium/QxSelenium.class
%%DATADIR%%/component/simulator/tool/user-extensions/user-extensions.js
-%%DATADIR%%/component/skeleton/basic/Manifest.tmpl.json
-%%DATADIR%%/component/skeleton/basic/config.tmpl.json
-%%DATADIR%%/component/skeleton/basic/generate.tmpl.py
-%%DATADIR%%/component/skeleton/basic/readme.txt
-%%DATADIR%%/component/skeleton/basic/source/class/custom/Application.tmpl.js
-%%DATADIR%%/component/skeleton/basic/source/class/custom/test/DemoTest.tmpl.js
-%%DATADIR%%/component/skeleton/basic/source/script/custom.js
-%%DATADIR%%/component/skeleton/basic/source/translation/readme.txt
-%%DATADIR%%/component/skeleton/bom/config.tmpl.json
-%%DATADIR%%/component/skeleton/bom/generate.tmpl.py
-%%DATADIR%%/component/skeleton/bom/index.html
-%%DATADIR%%/component/skeleton/bom/qx-bom.js
-%%DATADIR%%/component/skeleton/bom/readme.txt
%%DATADIR%%/component/skeleton/contribution/readme.txt
%%DATADIR%%/component/skeleton/contribution/trunk/Manifest.tmpl.json
%%DATADIR%%/component/skeleton/contribution/trunk/config.tmpl.json
%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/Manifest.tmpl.json
%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/config.tmpl.json
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/generate.tmpl.py
%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/Application.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/__init__.tmpl.js
%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/simulation/DemoSimulation.tmpl.js
%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/test/DemoTest.tmpl.js
%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme/Appearance.tmpl.js
@@ -2848,9 +2302,7 @@
%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme/Theme.tmpl.js
%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/index.tmpl.html
%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/resource/custom/demo/test.png
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/script/custom.demo.js
%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/translation/readme.txt
-%%DATADIR%%/component/skeleton/contribution/trunk/generate.tmpl.py
%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/Contribution.tmpl.js
%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/__init__.tmpl.js
%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/test/DemoTest.tmpl.js
@@ -2867,27 +2319,26 @@
%%DATADIR%%/component/skeleton/contribution/trunk/source/index.tmpl.html
%%DATADIR%%/component/skeleton/contribution/trunk/source/resource/custom/test.png
%%DATADIR%%/component/skeleton/contribution/trunk/source/translation/readme.txt
-%%DATADIR%%/component/skeleton/gui/Manifest.tmpl.json
-%%DATADIR%%/component/skeleton/gui/config.tmpl.json
-%%DATADIR%%/component/skeleton/gui/generate.tmpl.py
-%%DATADIR%%/component/skeleton/gui/readme.txt
-%%DATADIR%%/component/skeleton/gui/source/class/custom/Application.tmpl.js
-%%DATADIR%%/component/skeleton/gui/source/class/custom/simulation/DemoSimulation.tmpl.js
-%%DATADIR%%/component/skeleton/gui/source/class/custom/test/DemoTest.tmpl.js
-%%DATADIR%%/component/skeleton/gui/source/class/custom/theme/Appearance.tmpl.js
-%%DATADIR%%/component/skeleton/gui/source/class/custom/theme/Color.tmpl.js
-%%DATADIR%%/component/skeleton/gui/source/class/custom/theme/Decoration.tmpl.js
-%%DATADIR%%/component/skeleton/gui/source/class/custom/theme/Font.tmpl.js
-%%DATADIR%%/component/skeleton/gui/source/class/custom/theme/Theme.tmpl.js
-%%DATADIR%%/component/skeleton/gui/source/index.tmpl.html
-%%DATADIR%%/component/skeleton/gui/source/resource/custom/test.png
-%%DATADIR%%/component/skeleton/gui/source/script/custom.js
-%%DATADIR%%/component/skeleton/gui/source/translation/readme.txt
+%%DATADIR%%/component/skeleton/desktop/Manifest.tmpl.json
+%%DATADIR%%/component/skeleton/desktop/config.tmpl.json
+%%DATADIR%%/component/skeleton/desktop/readme.txt
+%%DATADIR%%/component/skeleton/desktop/source/class/custom/Application.tmpl.js
+%%DATADIR%%/component/skeleton/desktop/source/class/custom/__init__.tmpl.js
+%%DATADIR%%/component/skeleton/desktop/source/class/custom/simulation/DemoSimulation.tmpl.js
+%%DATADIR%%/component/skeleton/desktop/source/class/custom/test/DemoTest.tmpl.js
+%%DATADIR%%/component/skeleton/desktop/source/class/custom/theme/Appearance.tmpl.js
+%%DATADIR%%/component/skeleton/desktop/source/class/custom/theme/Color.tmpl.js
+%%DATADIR%%/component/skeleton/desktop/source/class/custom/theme/Decoration.tmpl.js
+%%DATADIR%%/component/skeleton/desktop/source/class/custom/theme/Font.tmpl.js
+%%DATADIR%%/component/skeleton/desktop/source/class/custom/theme/Theme.tmpl.js
+%%DATADIR%%/component/skeleton/desktop/source/index.tmpl.html
+%%DATADIR%%/component/skeleton/desktop/source/resource/custom/test.png
+%%DATADIR%%/component/skeleton/desktop/source/translation/readme.txt
%%DATADIR%%/component/skeleton/inline/Manifest.tmpl.json
%%DATADIR%%/component/skeleton/inline/config.tmpl.json
-%%DATADIR%%/component/skeleton/inline/generate.tmpl.py
%%DATADIR%%/component/skeleton/inline/readme.txt
%%DATADIR%%/component/skeleton/inline/source/class/custom/Application.tmpl.js
+%%DATADIR%%/component/skeleton/inline/source/class/custom/__init__.tmpl.js
%%DATADIR%%/component/skeleton/inline/source/class/custom/simulation/DemoSimulation.tmpl.js
%%DATADIR%%/component/skeleton/inline/source/class/custom/test/DemoTest.tmpl.js
%%DATADIR%%/component/skeleton/inline/source/class/custom/theme/Appearance.tmpl.js
@@ -2897,29 +2348,210 @@
%%DATADIR%%/component/skeleton/inline/source/class/custom/theme/Theme.tmpl.js
%%DATADIR%%/component/skeleton/inline/source/index.tmpl.html
%%DATADIR%%/component/skeleton/inline/source/resource/custom/test.png
-%%DATADIR%%/component/skeleton/inline/source/script/custom.js
%%DATADIR%%/component/skeleton/inline/source/translation/readme.txt
%%DATADIR%%/component/skeleton/mobile/Manifest.tmpl.json
%%DATADIR%%/component/skeleton/mobile/config.tmpl.json
-%%DATADIR%%/component/skeleton/mobile/generate.tmpl.py
%%DATADIR%%/component/skeleton/mobile/readme.txt
%%DATADIR%%/component/skeleton/mobile/source/class/custom/Application.tmpl.js
+%%DATADIR%%/component/skeleton/mobile/source/class/custom/__init__.tmpl.js
%%DATADIR%%/component/skeleton/mobile/source/class/custom/simulation/DemoSimulation.tmpl.js
%%DATADIR%%/component/skeleton/mobile/source/class/custom/test/DemoTest.tmpl.js
%%DATADIR%%/component/skeleton/mobile/source/index.tmpl.html
%%DATADIR%%/component/skeleton/mobile/source/resource/custom/css/styles.css
%%DATADIR%%/component/skeleton/mobile/source/resource/index.tmpl.html
-%%DATADIR%%/component/skeleton/mobile/source/script/custom.js
%%DATADIR%%/component/skeleton/mobile/source/translation/readme.txt
%%DATADIR%%/component/skeleton/native/Manifest.tmpl.json
%%DATADIR%%/component/skeleton/native/config.tmpl.json
-%%DATADIR%%/component/skeleton/native/generate.tmpl.py
%%DATADIR%%/component/skeleton/native/readme.txt
%%DATADIR%%/component/skeleton/native/source/class/custom/Application.tmpl.js
+%%DATADIR%%/component/skeleton/native/source/class/custom/__init__.tmpl.js
%%DATADIR%%/component/skeleton/native/source/class/custom/test/DemoTest.tmpl.js
%%DATADIR%%/component/skeleton/native/source/index.tmpl.html
-%%DATADIR%%/component/skeleton/native/source/script/custom.js
%%DATADIR%%/component/skeleton/native/source/translation/readme.txt
+%%DATADIR%%/component/skeleton/server/Manifest.tmpl.json
+%%DATADIR%%/component/skeleton/server/config.tmpl.json
+%%DATADIR%%/component/skeleton/server/readme.txt
+%%DATADIR%%/component/skeleton/server/source/class/custom/Application.tmpl.js
+%%DATADIR%%/component/skeleton/server/source/class/custom/__init__.tmpl.js
+%%DATADIR%%/component/skeleton/server/source/class/custom/test/DemoTest.tmpl.js
+%%DATADIR%%/component/skeleton/server/source/translation/readme.txt
+%%DATADIR%%/component/skeleton/website/config.tmpl.json
+%%DATADIR%%/component/skeleton/website/index.html
+%%DATADIR%%/component/skeleton/website/readme.txt
+%%DATADIR%%/component/skeleton/website/test/index-source.tmpl.html
+%%DATADIR%%/component/skeleton/website/test/index.tmpl.html
+%%DATADIR%%/component/skeleton/website/test/tests.js
+%%DATADIR%%/component/standalone/emitter/config.json
+%%DATADIR%%/component/standalone/emitter/generate.py
+%%DATADIR%%/component/standalone/emitter/index.html
+%%DATADIR%%/component/standalone/server/config.json
+%%DATADIR%%/component/standalone/server/generate.py
+%%DATADIR%%/component/standalone/server/npm/package.json
+%%DATADIR%%/component/standalone/server/readme.txt
+%%DATADIR%%/component/standalone/server/script/qx-oo-2.0.1.js
+%%DATADIR%%/component/standalone/server/script/qx-oo-2.0.1.min.js
+%%DATADIR%%/component/standalone/server/server.json
+%%DATADIR%%/component/standalone/server/test/node.js
+%%DATADIR%%/component/standalone/server/test/npm/npm.js
+%%DATADIR%%/component/standalone/server/test/npm/test.js
+%%DATADIR%%/component/standalone/server/test/rhino.js
+%%DATADIR%%/component/standalone/storage/config.json
+%%DATADIR%%/component/standalone/storage/generate.py
+%%DATADIR%%/component/standalone/storage/index.html
+%%DATADIR%%/component/standalone/storage/readme.txt
+%%DATADIR%%/component/standalone/storage/require.html
+%%DATADIR%%/component/standalone/website/api/api.css
+%%DATADIR%%/component/standalone/website/api/default.highlight.css
+%%DATADIR%%/component/standalone/website/api/highlight.LICENSE
+%%DATADIR%%/component/standalone/website/api/highlight.pack.js
+%%DATADIR%%/component/standalone/website/api/index.html
+%%DATADIR%%/component/standalone/website/api/samples.js
+%%DATADIR%%/component/standalone/website/api/script/apidata.json
+%%DATADIR%%/component/standalone/website/api/script/apiindex.json
+%%DATADIR%%/component/standalone/website/api/script/q-2.0.1.min.js
+%%DATADIR%%/component/standalone/website/api/script/q.json
+%%DATADIR%%/component/standalone/website/api/script/qx.Bootstrap.json
+%%DATADIR%%/component/standalone/website/api/script/qx.Class.json
+%%DATADIR%%/component/standalone/website/api/script/qx.Interface.json
+%%DATADIR%%/component/standalone/website/api/script/qx.Mixin.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.Cookie.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.Document.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.Event.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.Html.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.Input.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.Selector.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.Style.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.Stylesheet.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.Template.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.Viewport.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Browser.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Css.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.CssAnimation.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.CssTransform.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Device.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.EcmaScript.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Engine.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Html.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Json.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.OperatingSystem.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Stylesheet.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Transport.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Animation.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.AnimationCss.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.AnimationHandle.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.AnimationJs.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Attribute.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.BoxSizing.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Class.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Clip.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Cursor.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Dimension.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Location.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Opacity.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Overflow.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Style.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Transform.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.request.Jsonp.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.request.Script.json
+%%DATADIR%%/component/standalone/website/api/script/qx.bom.request.Xhr.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.Aspect.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.Assert.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.AssertionError.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.Environment.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.GlobalError.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.MAssert.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.MEvents.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.MLogging.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.MProperty.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.Object.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.ObjectRegistry.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.Property.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.ValidationError.json
+%%DATADIR%%/component/standalone/website/api/script/qx.core.WindowError.json
+%%DATADIR%%/component/standalone/website/api/script/qx.data.IListData.json
+%%DATADIR%%/component/standalone/website/api/script/qx.data.MBinding.json
+%%DATADIR%%/component/standalone/website/api/script/qx.data.SingleValueBinding.json
+%%DATADIR%%/component/standalone/website/api/script/qx.dev.StackTrace.json
+%%DATADIR%%/component/standalone/website/api/script/qx.dom.Element.json
+%%DATADIR%%/component/standalone/website/api/script/qx.dom.Hierarchy.json
+%%DATADIR%%/component/standalone/website/api/script/qx.dom.Node.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.Emitter.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.GlobalError.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.IEventDispatcher.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.IEventHandler.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.Manager.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.Pool.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.Registration.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.dispatch.Direct.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.handler.Object.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.handler.OrientationCore.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.handler.TouchCore.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.type.Data.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.type.Event.json
+%%DATADIR%%/component/standalone/website/api/script/qx.event.util.Keyboard.json
+%%DATADIR%%/component/standalone/website/api/script/qx.lang.Array.json
+%%DATADIR%%/component/standalone/website/api/script/qx.lang.Core.json
+%%DATADIR%%/component/standalone/website/api/script/qx.lang.Date.json
+%%DATADIR%%/component/standalone/website/api/script/qx.lang.Function.json
+%%DATADIR%%/component/standalone/website/api/script/qx.lang.Generics.json
+%%DATADIR%%/component/standalone/website/api/script/qx.lang.Json.json
+%%DATADIR%%/component/standalone/website/api/script/qx.lang.JsonImpl.json
+%%DATADIR%%/component/standalone/website/api/script/qx.lang.Object.json
+%%DATADIR%%/component/standalone/website/api/script/qx.lang.RingBuffer.json
+%%DATADIR%%/component/standalone/website/api/script/qx.lang.String.json
+%%DATADIR%%/component/standalone/website/api/script/qx.lang.Type.json
+%%DATADIR%%/component/standalone/website/api/script/qx.log.Logger.json
+%%DATADIR%%/component/standalone/website/api/script/qx.log.appender.RingBuffer.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Animation.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Attribute.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Blocker.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Cookie.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Css.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Environment.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Event.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Io.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Manipulating.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Placement.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Polyfill.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Template.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Transform.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.Traversing.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.event.Keyboard.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.event.Mouse.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.event.Native.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.event.Orientation.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.event.OrientationHandler.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.event.Touch.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.event.TouchHandler.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.util.Array.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.util.String.json
+%%DATADIR%%/component/standalone/website/api/script/qx.module.util.Type.json
+%%DATADIR%%/component/standalone/website/api/script/qx.type.BaseArray.json
+%%DATADIR%%/component/standalone/website/api/script/qx.type.BaseError.json
+%%DATADIR%%/component/standalone/website/api/script/qx.util.ColorUtil.json
+%%DATADIR%%/component/standalone/website/api/script/qx.util.DisposeUtil.json
+%%DATADIR%%/component/standalone/website/api/script/qx.util.OOUtil.json
+%%DATADIR%%/component/standalone/website/api/script/qx.util.ObjectPool.json
+%%DATADIR%%/component/standalone/website/api/script/qx.util.Request.json
+%%DATADIR%%/component/standalone/website/api/script/qx.util.Uri.json
+%%DATADIR%%/component/standalone/website/api/script/qx.util.placement.AbstractAxis.json
+%%DATADIR%%/component/standalone/website/api/script/qx.util.placement.BestFitAxis.json
+%%DATADIR%%/component/standalone/website/api/script/qx.util.placement.DirectAxis.json
+%%DATADIR%%/component/standalone/website/api/script/qx.util.placement.KeepAlignAxis.json
+%%DATADIR%%/component/standalone/website/api/viewer.js
+%%DATADIR%%/component/standalone/website/config.json
+%%DATADIR%%/component/standalone/website/generate.py
+%%DATADIR%%/component/standalone/website/index-source.html
+%%DATADIR%%/component/standalone/website/index.html
+%%DATADIR%%/component/standalone/website/readme.txt
+%%DATADIR%%/component/standalone/website/script/q-2.0.1.js
+%%DATADIR%%/component/standalone/website/script/q-2.0.1.min.js
+%%DATADIR%%/component/standalone/website/test/index-source.html
+%%DATADIR%%/component/standalone/website/test/index.html
+%%DATADIR%%/component/standalone/website/test/jsonpload.js
+%%DATADIR%%/component/standalone/website/test/scriptload.js
+%%DATADIR%%/component/standalone/website/test/tests.js
+%%DATADIR%%/component/standalone/website/website.json
%%DATADIR%%/component/testrunner/Manifest.json
%%DATADIR%%/component/testrunner/config.json
%%DATADIR%%/component/testrunner/generate.py
@@ -2935,12 +2567,15 @@
%%DATADIR%%/component/testrunner/source/class/testrunner/runner/TestRunner.js
%%DATADIR%%/component/testrunner/source/class/testrunner/runner/TestRunnerBasic.js
%%DATADIR%%/component/testrunner/source/class/testrunner/test/DemoTest.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/test/Performance.js
%%DATADIR%%/component/testrunner/source/class/testrunner/test/basic/BasicTest.js
%%DATADIR%%/component/testrunner/source/class/testrunner/view/Abstract.js
%%DATADIR%%/component/testrunner/source/class/testrunner/view/Basic.js
%%DATADIR%%/component/testrunner/source/class/testrunner/view/Console.js
%%DATADIR%%/component/testrunner/source/class/testrunner/view/Html.js
%%DATADIR%%/component/testrunner/source/class/testrunner/view/MAutoRun.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/view/MPerformance.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/view/MReportResult.js
%%DATADIR%%/component/testrunner/source/class/testrunner/view/Performance.js
%%DATADIR%%/component/testrunner/source/class/testrunner/view/Reporter.js
%%DATADIR%%/component/testrunner/source/class/testrunner/view/widget/TestResultView.js
@@ -2969,6 +2604,7 @@
%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/yellow_diamond_hollow18.gif
%%DATADIR%%/component/testrunner/source/translation/readme.txt
%%DATADIR%%/component/testrunner/testrunner.json
+%%DATADIR%%/component/testrunner/tool/injectcss.py
%%DATADIR%%/component/testrunner/tool/portable.loader.tmpl.js
%%DATADIR%%/component/tutorials/mobiletweets/step1/Manifest.json
%%DATADIR%%/component/tutorials/mobiletweets/step1/README.md
@@ -3056,7 +2692,6 @@
%%DATADIR%%/component/tutorials/twitter/step4.2.1/readme.txt
%%DATADIR%%/component/tutorials/twitter/step4.2.1/source/class/twitter/Application.js
%%DATADIR%%/component/tutorials/twitter/step4.2.1/source/class/twitter/MainWindow.js
-%%DATADIR%%/component/tutorials/twitter/step4.2.1/source/class/twitter/SettingsWindow.js
%%DATADIR%%/component/tutorials/twitter/step4.2.1/source/class/twitter/TweetView.js
%%DATADIR%%/component/tutorials/twitter/step4.2.1/source/class/twitter/TwitterService.js
%%DATADIR%%/component/tutorials/twitter/step4.2.1/source/class/twitter/test/DemoTest.js
@@ -3079,7 +2714,6 @@
%%DATADIR%%/component/tutorials/twitter/step4.2/readme.txt
%%DATADIR%%/component/tutorials/twitter/step4.2/source/class/twitter/Application.js
%%DATADIR%%/component/tutorials/twitter/step4.2/source/class/twitter/MainWindow.js
-%%DATADIR%%/component/tutorials/twitter/step4.2/source/class/twitter/SettingsWindow.js
%%DATADIR%%/component/tutorials/twitter/step4.2/source/class/twitter/TweetView.js
%%DATADIR%%/component/tutorials/twitter/step4.2/source/class/twitter/TwitterService.js
%%DATADIR%%/component/tutorials/twitter/step4.2/source/class/twitter/test/DemoTest.js
@@ -3092,32 +2726,6 @@
%%DATADIR%%/component/tutorials/twitter/step4.2/source/resource/twitter/t_small-c.png
%%DATADIR%%/component/tutorials/twitter/step4.2/source/resource/twitter/test.png
%%DATADIR%%/component/tutorials/twitter/step4.2/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/Manifest.json
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/config.json
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/generate.py
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/readme.txt
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/Application.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/MainWindow.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/SettingsWindow.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/TweetView.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/TwitterService.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/simulation/Settings.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/test/DemoTest.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/test/TweetView.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/test/TwitterService.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/theme/Appearance.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/theme/Color.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/theme/Decoration.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/theme/Font.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/theme/Theme.js
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/index.html
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/resource/twitter/t_small-c.png
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/resource/twitter/test.png
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/translation/de.po
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/translation/en.po
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/translation/fr.po
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/twitter/step4.3.1/source/translation/ro.po
%%DATADIR%%/component/tutorials/twitter/step4.3/Manifest.json
%%DATADIR%%/component/tutorials/twitter/step4.3/config.json
%%DATADIR%%/component/tutorials/twitter/step4.3/generate.py
@@ -3141,6 +2749,32 @@
%%DATADIR%%/component/tutorials/twitter/step4.3/source/translation/fr.po
%%DATADIR%%/component/tutorials/twitter/step4.3/source/translation/readme.txt
%%DATADIR%%/component/tutorials/twitter/step4.3/source/translation/ro.po
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/Manifest.json
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/config.json
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/generate.py
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/readme.txt
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/Application.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/MainWindow.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/SettingsWindow.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/TweetView.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/TwitterService.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/simulation/Settings.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/test/DemoTest.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/test/TweetView.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/test/TwitterService.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/theme/Appearance.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/theme/Color.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/theme/Decoration.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/theme/Font.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/theme/Theme.js
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/index.html
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/resource/twitter/t_small-c.png
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/resource/twitter/test.png
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/translation/de.po
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/translation/en.po
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/translation/fr.po
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/translation/readme.txt
+%%DATADIR%%/component/tutorials/twitter/step4.4.1/source/translation/ro.po
%%DATADIR%%/component/tutorials/twitter/step4.4/Manifest.json
%%DATADIR%%/component/tutorials/twitter/step4.4/config.json
%%DATADIR%%/component/tutorials/twitter/step4.4/generate.py
@@ -3172,8 +2806,6 @@
%%DATADIR%%/component/tutorials/twitter/step4.5/readme.txt
%%DATADIR%%/component/tutorials/twitter/step4.5/source/class/twitter/Application.js
%%DATADIR%%/component/tutorials/twitter/step4.5/source/class/twitter/MainWindow.js
-%%DATADIR%%/component/tutorials/twitter/step4.5/source/class/twitter/SettingsWindow.js
-%%DATADIR%%/component/tutorials/twitter/step4.5/source/class/twitter/TweetView.js
%%DATADIR%%/component/tutorials/twitter/step4.5/source/class/twitter/TwitterService.js
%%DATADIR%%/component/tutorials/twitter/step4.5/source/class/twitter/test/DemoTest.js
%%DATADIR%%/component/tutorials/twitter/step4.5/source/class/twitter/test/TweetView.js
@@ -3191,6 +2823,7 @@
%%DATADIR%%/component/tutorials/twitter/step4.5/source/translation/fr.po
%%DATADIR%%/component/tutorials/twitter/step4.5/source/translation/readme.txt
%%DATADIR%%/component/tutorials/twitter/step4.5/source/translation/ro.po
+%%DATADIR%%/component/tutorials/website/step1/notification.html
%%DATADIR%%/framework/Manifest.json
%%DATADIR%%/framework/api/index.html
%%DATADIR%%/framework/api/resource/apiviewer/css/apiviewer.css
@@ -3205,7 +2838,6 @@
%%DATADIR%%/framework/api/resource/apiviewer/image/class_static_warning18.gif
%%DATADIR%%/framework/api/resource/apiviewer/image/class_warning18.gif
%%DATADIR%%/framework/api/resource/apiviewer/image/close.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/colorstrip.gif
%%DATADIR%%/framework/api/resource/apiviewer/image/constant18.gif
%%DATADIR%%/framework/api/resource/apiviewer/image/constructor18.gif
%%DATADIR%%/framework/api/resource/apiviewer/image/cross.gif
@@ -3244,444 +2876,74 @@
%%DATADIR%%/framework/api/resource/apiviewer/image/search18.png
%%DATADIR%%/framework/api/resource/apiviewer/image/vline.gif
%%DATADIR%%/framework/api/resource/apiviewer/imagesCombined/symbols.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/app-header.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/down-invert.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/down-small-invert.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/down-small.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/down.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/forward.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/left-invert.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/left.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/rewind.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/right-invert.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/right.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/up-invert.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/up-small.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows/up.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/button-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/button-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/checkradio-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/colorselector-combined.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/colorselector/brightness-field.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/colorselector/brightness-handle.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/colorselector/huesaturation-field.jpg
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/colorselector/huesaturation-handle.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/cursors-combined.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/cursors/alias.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/cursors/copy.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/cursors/move.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/cursors/nodrop.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-focused-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-focused-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-focused-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-focused-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-focused-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-focused-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-focused-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-focused-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-focused-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-focused.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-checked.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-disabled-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-disabled-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-disabled-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-disabled-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-disabled-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-disabled-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-disabled-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-disabled-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-disabled-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-disabled.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-focused-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-focused-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-focused-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-focused-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-focused-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-focused-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-focused-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-focused-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-focused-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-focused.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-hovered-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-hovered-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-hovered-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-hovered-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-hovered-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-hovered-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-hovered-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-hovered-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-hovered-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-hovered.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-focused-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-focused-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-focused-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-focused-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-focused-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-focused-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-focused-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-focused-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-focused-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-focused.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-preselected.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-pressed-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-pressed-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-pressed-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-pressed-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-pressed-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-pressed-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-pressed-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-pressed-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-pressed-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-pressed.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/button.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-checked-disabled.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-checked-focused-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-checked-focused.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-checked-hovered-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-checked-hovered.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-checked-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-checked-pressed-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-checked-pressed.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-checked.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-disabled.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-focused-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-focused.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-hovered-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-hovered.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-pressed-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-pressed.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-undetermined-disabled.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-undetermined-focused-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-undetermined-focused.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-undetermined-hovered-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-undetermined-hovered.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-undetermined-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox-undetermined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checkbox.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checked-disabled.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/checked.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/input-focused.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/input.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-checked-disabled.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-checked-focused-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-checked-focused.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-checked-hovered-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-checked-hovered.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-checked-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-checked-pressed-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-checked-pressed.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-checked.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-disabled.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-focused-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-focused.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-hovered-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-hovered.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-pressed-invalid.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton-pressed.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/radiobutton.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/tooltip-error-arrow.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/tooltip-error-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/tooltip-error-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/tooltip-error-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/tooltip-error-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/tooltip-error-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/tooltip-error-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/tooltip-error-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/tooltip-error-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/tooltip-error-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/tooltip-error.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/undetermined-disabled.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/form/undetermined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/group-item.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox/groupbox-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox/groupbox-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox/groupbox-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox/groupbox-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox/groupbox-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox/groupbox-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox/groupbox-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox/groupbox-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox/groupbox-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox/groupbox.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/menu-background-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/menu-checkradio-combined.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/menu/background.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/menu/bar-background.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/menu/checkbox-invert.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/menu/checkbox.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/menu/radiobutton-invert.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/menu/radiobutton.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane/pane-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane/pane-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane/pane-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane/pane-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane/pane-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane/pane-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane/pane-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane/pane-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane/pane-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane/pane.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-horizontal.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-pressed-horizontal.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-pressed-vertical.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-vertical.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar/scrollbar-button-bg-horizontal.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar/scrollbar-button-bg-vertical.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar/scrollbar-down.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar/scrollbar-left.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar/scrollbar-right.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar/scrollbar-up.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar/slider-knob-background.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/selection.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow-small-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow-small-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-small-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-small-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-small-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-small-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-small-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-small-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-small-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-small-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-small-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-small.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow/shadow.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/splitpane-knobs-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/splitpane/knob-horizontal.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/splitpane/knob-vertical.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/table-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/table/ascending.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/table/boolean-false.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/table/boolean-true.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/table/descending.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/table/header-cell.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/table/select-column-order.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-bottom-active-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-bottom-active-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-bottom-inactive-b-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-bottom-inactive-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-bottom-inactive-t-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-left-active-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-left-active-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-left-inactive-b-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-left-inactive-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-left-inactive-t-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-right-active-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-right-active-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-right-inactive-b-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-right-inactive-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-right-inactive-t-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-top-active-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-top-active-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-top-inactive-b-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-top-inactive-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-button-top-inactive-t-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-pane-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview-pane-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-active.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-active-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-active-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-active-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-active-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-active-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-active-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-active-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-active-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-active-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-active.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-left-inactive.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-active-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-active-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-active-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-active-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-active-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-active-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-active-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-active-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-active-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-active.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-right-inactive.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-active-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-active-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-active-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-active-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-active-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-active-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-active-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-active-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-active-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-active.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tab-button-top-inactive.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tabview-pane-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tabview-pane-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tabview-pane-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tabview-pane-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tabview-pane-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tabview-pane-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tabview-pane-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tabview-pane-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tabview-pane-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview/tabview-pane.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/toolbar-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/toolbar/toolbar-gradient-blue.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/toolbar/toolbar-gradient.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/toolbar/toolbar-handle-knob.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/toolbar/toolbar-part.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tooltip-error-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tooltip-error-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tree-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tree/closed-selected.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tree/closed.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tree/open-selected.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/tree/open.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window-captionbar-buttons-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window-captionbar-lr-active-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window-captionbar-lr-inactive-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window-captionbar-tb-active-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window-captionbar-tb-inactive-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window-statusbar-lr-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window-statusbar-tb-combined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-active-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-active-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-active-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-active-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-active-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-active-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-active-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-active-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-active-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-active.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-inactive-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-inactive-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-inactive-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-inactive-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-inactive-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-inactive-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-inactive-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-inactive-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-inactive-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/captionbar-inactive.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/close-active-hovered.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/close-active.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/close-inactive.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/maximize-active-hovered.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/maximize-active.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/maximize-inactive.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/minimize-active-hovered.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/minimize-active.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/minimize-inactive.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/restore-active-hovered.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/restore-active.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/restore-inactive.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/statusbar-b.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/statusbar-bl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/statusbar-br.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/statusbar-c.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/statusbar-l.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/statusbar-r.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/statusbar-t.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/statusbar-tl.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/statusbar-tr.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Modern/window/statusbar.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.ttf
+%%DATADIR%%/framework/api/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.woff
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/down-invert.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/down-small.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/down.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/forward.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/left-invert.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/left.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/rewind.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/right-invert.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/right.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/up-invert.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/up-small.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/up.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/checkbox/checked-disabled.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/checkbox/checked.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/checkbox/undetermined-disabled.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/checkbox/undetermined.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/colorselector/brightness-field.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/colorselector/brightness-handle.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/colorselector/huesaturation-field.jpg
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/colorselector/huesaturation-handle.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/cursors/alias.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/cursors/copy.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/cursors/move.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/cursors/nodrop.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/menu/checkbox-invert.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/menu/checkbox.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/menu/radiobutton-invert.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/menu/radiobutton.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/splitpane/knob-horizontal.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/splitpane/knob-vertical.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/ascending-invert.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/ascending.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/boolean-false.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/boolean-true.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/descending-invert.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/descending.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/select-column-order.png
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/tabview/close.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/tree/minus.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/tree/plus.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/cross.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/cross_minus.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/cross_plus.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/end.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/end_minus.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/end_plus.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/line.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/only_minus.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/only_plus.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/start.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/start_minus.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/start_plus.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/close-white.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/close.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/maximize-white.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/maximize.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/minimize-white.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/minimize.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/restore-white.gif
+%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/restore.gif
%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/actions/dialog-cancel.png
%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/actions/dialog-ok.png
%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/actions/view-refresh.png
%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/actions/window-close.png
%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/apps/office-calendar.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/mimetypes/office-document.png
+%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/mimetypes/text-plain.png
%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/places/folder-open.png
%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/places/folder.png
%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/actions/edit-find.png
@@ -3689,17 +2951,12 @@
%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/apps/utilities-dictionary.png
%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/apps/utilities-graphics-viewer.png
%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/apps/utilities-help.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/mimetypes/office-document.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/places/folder-open.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/places/folder.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/32/mimetypes/office-document.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/32/places/folder-open.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/32/places/folder.png
%%DATADIR%%/framework/api/resource/qx/static/blank.gif
%%DATADIR%%/framework/api/resource/qx/static/blank.html
%%DATADIR%%/framework/api/script/apidata.json
%%DATADIR%%/framework/api/script/apiindex.json
%%DATADIR%%/framework/api/script/apiviewer.js
+%%DATADIR%%/framework/api/script/q.json
%%DATADIR%%/framework/api/script/qx.Bootstrap.json
%%DATADIR%%/framework/api/script/qx.Class.json
%%DATADIR%%/framework/api/script/qx.Interface.json
@@ -3712,6 +2969,7 @@
%%DATADIR%%/framework/api/script/qx.application.Inline.json
%%DATADIR%%/framework/api/script/qx.application.Mobile.json
%%DATADIR%%/framework/api/script/qx.application.Native.json
+%%DATADIR%%/framework/api/script/qx.application.Routing.json
%%DATADIR%%/framework/api/script/qx.application.Standalone.json
%%DATADIR%%/framework/api/script/qx.bom.Blocker.json
%%DATADIR%%/framework/api/script/qx.bom.Collection.json
@@ -3723,6 +2981,7 @@
%%DATADIR%%/framework/api/script/qx.bom.Flash.json
%%DATADIR%%/framework/api/script/qx.bom.Font.json
%%DATADIR%%/framework/api/script/qx.bom.GeoLocation.json
+%%DATADIR%%/framework/api/script/qx.bom.HashHistory.json
%%DATADIR%%/framework/api/script/qx.bom.History.json
%%DATADIR%%/framework/api/script/qx.bom.Html.json
%%DATADIR%%/framework/api/script/qx.bom.Iframe.json
@@ -3735,6 +2994,7 @@
%%DATADIR%%/framework/api/script/qx.bom.Selection.json
%%DATADIR%%/framework/api/script/qx.bom.Selector.json
%%DATADIR%%/framework/api/script/qx.bom.Shortcut.json
+%%DATADIR%%/framework/api/script/qx.bom.Storage.json
%%DATADIR%%/framework/api/script/qx.bom.String.json
%%DATADIR%%/framework/api/script/qx.bom.Style.json
%%DATADIR%%/framework/api/script/qx.bom.Stylesheet.json
@@ -3764,7 +3024,9 @@
%%DATADIR%%/framework/api/script/qx.bom.client.Transport.json
%%DATADIR%%/framework/api/script/qx.bom.client.Xml.json
%%DATADIR%%/framework/api/script/qx.bom.element.Animation.json
+%%DATADIR%%/framework/api/script/qx.bom.element.AnimationCss.json
%%DATADIR%%/framework/api/script/qx.bom.element.AnimationHandle.json
+%%DATADIR%%/framework/api/script/qx.bom.element.AnimationJs.json
%%DATADIR%%/framework/api/script/qx.bom.element.Attribute.json
%%DATADIR%%/framework/api/script/qx.bom.element.Background.json
%%DATADIR%%/framework/api/script/qx.bom.element.BoxSizing.json
@@ -3790,9 +3052,9 @@
%%DATADIR%%/framework/api/script/qx.bom.request.Jsonp.json
%%DATADIR%%/framework/api/script/qx.bom.request.Script.json
%%DATADIR%%/framework/api/script/qx.bom.request.Xhr.json
-%%DATADIR%%/framework/api/script/qx.bom.storage.Abstract.json
-%%DATADIR%%/framework/api/script/qx.bom.storage.Local.json
-%%DATADIR%%/framework/api/script/qx.bom.storage.Session.json
+%%DATADIR%%/framework/api/script/qx.bom.storage.Memory.json
+%%DATADIR%%/framework/api/script/qx.bom.storage.UserData.json
+%%DATADIR%%/framework/api/script/qx.bom.storage.Web.json
%%DATADIR%%/framework/api/script/qx.bom.webfonts.Manager.json
%%DATADIR%%/framework/api/script/qx.bom.webfonts.Validator.json
%%DATADIR%%/framework/api/script/qx.bom.webfonts.WebFont.json
@@ -3820,6 +3082,7 @@
%%DATADIR%%/framework/api/script/qx.data.SingleValueBinding.json
%%DATADIR%%/framework/api/script/qx.data.controller.Form.json
%%DATADIR%%/framework/api/script/qx.data.controller.IControllerDelegate.json
+%%DATADIR%%/framework/api/script/qx.data.controller.ISelection.json
%%DATADIR%%/framework/api/script/qx.data.controller.List.json
%%DATADIR%%/framework/api/script/qx.data.controller.MSelection.json
%%DATADIR%%/framework/api/script/qx.data.controller.Object.json
@@ -3843,9 +3106,11 @@
%%DATADIR%%/framework/api/script/qx.dev.unit.AbstractTestSuite.json
%%DATADIR%%/framework/api/script/qx.dev.unit.AsyncWrapper.json
%%DATADIR%%/framework/api/script/qx.dev.unit.JsUnitTestResult.json
+%%DATADIR%%/framework/api/script/qx.dev.unit.MMeasure.json
%%DATADIR%%/framework/api/script/qx.dev.unit.MMock.json
%%DATADIR%%/framework/api/script/qx.dev.unit.MRequirements.json
%%DATADIR%%/framework/api/script/qx.dev.unit.MTestLoader.json
+%%DATADIR%%/framework/api/script/qx.dev.unit.MeasurementResult.json
%%DATADIR%%/framework/api/script/qx.dev.unit.RequirementError.json
%%DATADIR%%/framework/api/script/qx.dev.unit.Sinon.json
%%DATADIR%%/framework/api/script/qx.dev.unit.TestCase.json
@@ -3861,11 +3126,13 @@
%%DATADIR%%/framework/api/script/qx.dom.Hierarchy.json
%%DATADIR%%/framework/api/script/qx.dom.Node.json
%%DATADIR%%/framework/api/script/qx.event.AcceleratingTimer.json
+%%DATADIR%%/framework/api/script/qx.event.Emitter.json
%%DATADIR%%/framework/api/script/qx.event.GlobalError.json
%%DATADIR%%/framework/api/script/qx.event.IEventDispatcher.json
%%DATADIR%%/framework/api/script/qx.event.IEventHandler.json
%%DATADIR%%/framework/api/script/qx.event.Idle.json
%%DATADIR%%/framework/api/script/qx.event.Manager.json
+%%DATADIR%%/framework/api/script/qx.event.Messaging.json
%%DATADIR%%/framework/api/script/qx.event.Pool.json
%%DATADIR%%/framework/api/script/qx.event.Registration.json
%%DATADIR%%/framework/api/script/qx.event.Timer.json
@@ -3887,7 +3154,9 @@
%%DATADIR%%/framework/api/script/qx.event.handler.Object.json
%%DATADIR%%/framework/api/script/qx.event.handler.Offline.json
%%DATADIR%%/framework/api/script/qx.event.handler.Orientation.json
+%%DATADIR%%/framework/api/script/qx.event.handler.OrientationCore.json
%%DATADIR%%/framework/api/script/qx.event.handler.Touch.json
+%%DATADIR%%/framework/api/script/qx.event.handler.TouchCore.json
%%DATADIR%%/framework/api/script/qx.event.handler.Transition.json
%%DATADIR%%/framework/api/script/qx.event.handler.UserAction.json
%%DATADIR%%/framework/api/script/qx.event.handler.Window.json
@@ -3909,6 +3178,7 @@
%%DATADIR%%/framework/api/script/qx.event.type.Swipe.json
%%DATADIR%%/framework/api/script/qx.event.type.Tap.json
%%DATADIR%%/framework/api/script/qx.event.type.Touch.json
+%%DATADIR%%/framework/api/script/qx.event.util.Keyboard.json
%%DATADIR%%/framework/api/script/qx.fx.Base.json
%%DATADIR%%/framework/api/script/qx.fx.Transition.json
%%DATADIR%%/framework/api/script/qx.fx.effect.combination.ColorFlow.json
@@ -3993,7 +3263,32 @@
%%DATADIR%%/framework/api/script/qx.log.appender.RhinoFile.json
%%DATADIR%%/framework/api/script/qx.log.appender.RingBuffer.json
%%DATADIR%%/framework/api/script/qx.log.appender.Util.json
+%%DATADIR%%/framework/api/script/qx.module.Animation.json
+%%DATADIR%%/framework/api/script/qx.module.Attribute.json
+%%DATADIR%%/framework/api/script/qx.module.Blocker.json
+%%DATADIR%%/framework/api/script/qx.module.Cookie.json
+%%DATADIR%%/framework/api/script/qx.module.Css.json
+%%DATADIR%%/framework/api/script/qx.module.Environment.json
+%%DATADIR%%/framework/api/script/qx.module.Event.json
+%%DATADIR%%/framework/api/script/qx.module.Io.json
+%%DATADIR%%/framework/api/script/qx.module.Manipulating.json
+%%DATADIR%%/framework/api/script/qx.module.Placement.json
+%%DATADIR%%/framework/api/script/qx.module.Polyfill.json
+%%DATADIR%%/framework/api/script/qx.module.Template.json
+%%DATADIR%%/framework/api/script/qx.module.Transform.json
+%%DATADIR%%/framework/api/script/qx.module.Traversing.json
+%%DATADIR%%/framework/api/script/qx.module.event.Keyboard.json
+%%DATADIR%%/framework/api/script/qx.module.event.Mouse.json
+%%DATADIR%%/framework/api/script/qx.module.event.Native.json
+%%DATADIR%%/framework/api/script/qx.module.event.Orientation.json
+%%DATADIR%%/framework/api/script/qx.module.event.OrientationHandler.json
+%%DATADIR%%/framework/api/script/qx.module.event.Touch.json
+%%DATADIR%%/framework/api/script/qx.module.event.TouchHandler.json
+%%DATADIR%%/framework/api/script/qx.module.util.Array.json
+%%DATADIR%%/framework/api/script/qx.module.util.String.json
+%%DATADIR%%/framework/api/script/qx.module.util.Type.json
%%DATADIR%%/framework/api/script/qx.theme.Classic.json
+%%DATADIR%%/framework/api/script/qx.theme.Indigo.json
%%DATADIR%%/framework/api/script/qx.theme.Modern.json
%%DATADIR%%/framework/api/script/qx.theme.Simple.json
%%DATADIR%%/framework/api/script/qx.theme.classic.Appearance.json
@@ -4002,6 +3297,10 @@
%%DATADIR%%/framework/api/script/qx.theme.classic.Font.json
%%DATADIR%%/framework/api/script/qx.theme.icon.Oxygen.json
%%DATADIR%%/framework/api/script/qx.theme.icon.Tango.json
+%%DATADIR%%/framework/api/script/qx.theme.indigo.Appearance.json
+%%DATADIR%%/framework/api/script/qx.theme.indigo.Color.json
+%%DATADIR%%/framework/api/script/qx.theme.indigo.Decoration.json
+%%DATADIR%%/framework/api/script/qx.theme.indigo.Font.json
%%DATADIR%%/framework/api/script/qx.theme.manager.Appearance.json
%%DATADIR%%/framework/api/script/qx.theme.manager.Color.json
%%DATADIR%%/framework/api/script/qx.theme.manager.Decoration.json
@@ -4068,6 +3367,7 @@
%%DATADIR%%/framework/api/script/qx.ui.core.scroll.AbstractScrollArea.json
%%DATADIR%%/framework/api/script/qx.ui.core.scroll.IScrollBar.json
%%DATADIR%%/framework/api/script/qx.ui.core.scroll.MScrollBarFactory.json
+%%DATADIR%%/framework/api/script/qx.ui.core.scroll.MTouchScroll.json
%%DATADIR%%/framework/api/script/qx.ui.core.scroll.MWheelHandling.json
%%DATADIR%%/framework/api/script/qx.ui.core.scroll.NativeScrollBar.json
%%DATADIR%%/framework/api/script/qx.ui.core.scroll.ScrollBar.json
@@ -4191,19 +3491,24 @@
%%DATADIR%%/framework/api/script/qx.ui.mobile.basic.Image.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.basic.Label.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.container.Composite.json
+%%DATADIR%%/framework/api/script/qx.ui.mobile.container.INavigation.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.container.MIScroll.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.container.MNativeScroll.json
+%%DATADIR%%/framework/api/script/qx.ui.mobile.container.MasterDetail.json
+%%DATADIR%%/framework/api/script/qx.ui.mobile.container.Navigation.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.container.Scroll.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.core.Blocker.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.core.DomUpdatedHandler.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.core.EventHandler.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.core.MChildrenHandling.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.core.MLayoutHandling.json
+%%DATADIR%%/framework/api/script/qx.ui.mobile.core.MResize.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.core.Root.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.core.Widget.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.dialog.BusyIndicator.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.dialog.Dialog.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.dialog.Manager.json
+%%DATADIR%%/framework/api/script/qx.ui.mobile.dialog.Menu.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.dialog.Popup.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.embed.Html.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Button.json
@@ -4214,8 +3519,10 @@
%%DATADIR%%/framework/api/script/qx.ui.mobile.form.MState.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.form.MText.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.form.MValue.json
+%%DATADIR%%/framework/api/script/qx.ui.mobile.form.NumberField.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.form.PasswordField.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.form.RadioButton.json
+%%DATADIR%%/framework/api/script/qx.ui.mobile.form.RadioGroup.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Resetter.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Row.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.form.SelectBox.json
@@ -4229,6 +3536,7 @@
%%DATADIR%%/framework/api/script/qx.ui.mobile.form.renderer.SinglePlaceholder.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.layout.Abstract.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.layout.AbstractBox.json
+%%DATADIR%%/framework/api/script/qx.ui.mobile.layout.Card.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.layout.HBox.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.layout.VBox.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.list.IListDelegate.json
@@ -4236,16 +3544,14 @@
%%DATADIR%%/framework/api/script/qx.ui.mobile.list.provider.Provider.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.list.renderer.Abstract.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.list.renderer.Default.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.navigation.Handler.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.navigation.Manager.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.navigationbar.BackButton.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.navigationbar.Button.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.navigationbar.NavigationBar.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.navigationbar.Title.json
+%%DATADIR%%/framework/api/script/qx.ui.mobile.page.Manager.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.page.NavigationPage.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.page.Page.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.page.manager.Animation.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.page.manager.Simple.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.tabbar.TabBar.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.tabbar.TabButton.json
%%DATADIR%%/framework/api/script/qx.ui.mobile.toolbar.Button.json
@@ -4434,6 +3740,7 @@
%%DATADIR%%/framework/api/script/qx.util.DisposeUtil.json
%%DATADIR%%/framework/api/script/qx.util.EditDistance.json
%%DATADIR%%/framework/api/script/qx.util.ExtendedColor.json
+%%DATADIR%%/framework/api/script/qx.util.LibraryManager.json
%%DATADIR%%/framework/api/script/qx.util.OOUtil.json
%%DATADIR%%/framework/api/script/qx.util.ObjectPool.json
%%DATADIR%%/framework/api/script/qx.util.Permutation.json
@@ -4444,7 +3751,6 @@
%%DATADIR%%/framework/api/script/qx.util.StringBuilder.json
%%DATADIR%%/framework/api/script/qx.util.StringEscape.json
%%DATADIR%%/framework/api/script/qx.util.StringSplit.json
-%%DATADIR%%/framework/api/script/qx.util.Template.json
%%DATADIR%%/framework/api/script/qx.util.TimerManager.json
%%DATADIR%%/framework/api/script/qx.util.Uri.json
%%DATADIR%%/framework/api/script/qx.util.Validate.json
@@ -4466,6 +3772,7 @@
%%DATADIR%%/framework/config.json
%%DATADIR%%/framework/generate.py
%%DATADIR%%/framework/image.json
+%%DATADIR%%/framework/source/class/q.js
%%DATADIR%%/framework/source/class/qx/Bootstrap.js
%%DATADIR%%/framework/source/class/qx/Class.js
%%DATADIR%%/framework/source/class/qx/Interface.js
@@ -4479,6 +3786,7 @@
%%DATADIR%%/framework/source/class/qx/application/Inline.js
%%DATADIR%%/framework/source/class/qx/application/Mobile.js
%%DATADIR%%/framework/source/class/qx/application/Native.js
+%%DATADIR%%/framework/source/class/qx/application/Routing.js
%%DATADIR%%/framework/source/class/qx/application/Standalone.js
%%DATADIR%%/framework/source/class/qx/application/__init__.js
%%DATADIR%%/framework/source/class/qx/bom/Blocker.js
@@ -4491,6 +3799,7 @@
%%DATADIR%%/framework/source/class/qx/bom/Flash.js
%%DATADIR%%/framework/source/class/qx/bom/Font.js
%%DATADIR%%/framework/source/class/qx/bom/GeoLocation.js
+%%DATADIR%%/framework/source/class/qx/bom/HashHistory.js
%%DATADIR%%/framework/source/class/qx/bom/History.js
%%DATADIR%%/framework/source/class/qx/bom/Html.js
%%DATADIR%%/framework/source/class/qx/bom/Iframe.js
@@ -4503,6 +3812,7 @@
%%DATADIR%%/framework/source/class/qx/bom/Selection.js
%%DATADIR%%/framework/source/class/qx/bom/Selector.js
%%DATADIR%%/framework/source/class/qx/bom/Shortcut.js
+%%DATADIR%%/framework/source/class/qx/bom/Storage.js
%%DATADIR%%/framework/source/class/qx/bom/String.js
%%DATADIR%%/framework/source/class/qx/bom/Style.js
%%DATADIR%%/framework/source/class/qx/bom/Stylesheet.js
@@ -4534,7 +3844,9 @@
%%DATADIR%%/framework/source/class/qx/bom/client/Xml.js
%%DATADIR%%/framework/source/class/qx/bom/client/__init__.js
%%DATADIR%%/framework/source/class/qx/bom/element/Animation.js
+%%DATADIR%%/framework/source/class/qx/bom/element/AnimationCss.js
%%DATADIR%%/framework/source/class/qx/bom/element/AnimationHandle.js
+%%DATADIR%%/framework/source/class/qx/bom/element/AnimationJs.js
%%DATADIR%%/framework/source/class/qx/bom/element/Attribute.js
%%DATADIR%%/framework/source/class/qx/bom/element/Background.js
%%DATADIR%%/framework/source/class/qx/bom/element/BoxSizing.js
@@ -4559,14 +3871,16 @@
%%DATADIR%%/framework/source/class/qx/bom/media/Abstract.js
%%DATADIR%%/framework/source/class/qx/bom/media/Audio.js
%%DATADIR%%/framework/source/class/qx/bom/media/Video.js
+%%DATADIR%%/framework/source/class/qx/bom/media/__init__.js
%%DATADIR%%/framework/source/class/qx/bom/request/IRequest.js
%%DATADIR%%/framework/source/class/qx/bom/request/Jsonp.js
%%DATADIR%%/framework/source/class/qx/bom/request/Script.js
%%DATADIR%%/framework/source/class/qx/bom/request/Xhr.js
%%DATADIR%%/framework/source/class/qx/bom/request/__init__.js
-%%DATADIR%%/framework/source/class/qx/bom/storage/Abstract.js
-%%DATADIR%%/framework/source/class/qx/bom/storage/Local.js
-%%DATADIR%%/framework/source/class/qx/bom/storage/Session.js
+%%DATADIR%%/framework/source/class/qx/bom/storage/Memory.js
+%%DATADIR%%/framework/source/class/qx/bom/storage/UserData.js
+%%DATADIR%%/framework/source/class/qx/bom/storage/Web.js
+%%DATADIR%%/framework/source/class/qx/bom/storage/__init__.js
%%DATADIR%%/framework/source/class/qx/bom/webfonts/Manager.js
%%DATADIR%%/framework/source/class/qx/bom/webfonts/Validator.js
%%DATADIR%%/framework/source/class/qx/bom/webfonts/WebFont.js
@@ -4597,6 +3911,7 @@
%%DATADIR%%/framework/source/class/qx/data/__init__.js
%%DATADIR%%/framework/source/class/qx/data/controller/Form.js
%%DATADIR%%/framework/source/class/qx/data/controller/IControllerDelegate.js
+%%DATADIR%%/framework/source/class/qx/data/controller/ISelection.js
%%DATADIR%%/framework/source/class/qx/data/controller/List.js
%%DATADIR%%/framework/source/class/qx/data/controller/MSelection.js
%%DATADIR%%/framework/source/class/qx/data/controller/Object.js
@@ -4625,9 +3940,11 @@
%%DATADIR%%/framework/source/class/qx/dev/unit/AbstractTestSuite.js
%%DATADIR%%/framework/source/class/qx/dev/unit/AsyncWrapper.js
%%DATADIR%%/framework/source/class/qx/dev/unit/JsUnitTestResult.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/MMeasure.js
%%DATADIR%%/framework/source/class/qx/dev/unit/MMock.js
%%DATADIR%%/framework/source/class/qx/dev/unit/MRequirements.js
%%DATADIR%%/framework/source/class/qx/dev/unit/MTestLoader.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/MeasurementResult.js
%%DATADIR%%/framework/source/class/qx/dev/unit/RequirementError.js
%%DATADIR%%/framework/source/class/qx/dev/unit/Sinon.js
%%DATADIR%%/framework/source/class/qx/dev/unit/TestCase.js
@@ -4645,11 +3962,13 @@
%%DATADIR%%/framework/source/class/qx/dom/Node.js
%%DATADIR%%/framework/source/class/qx/dom/__init__.js
%%DATADIR%%/framework/source/class/qx/event/AcceleratingTimer.js
+%%DATADIR%%/framework/source/class/qx/event/Emitter.js
%%DATADIR%%/framework/source/class/qx/event/GlobalError.js
%%DATADIR%%/framework/source/class/qx/event/IEventDispatcher.js
%%DATADIR%%/framework/source/class/qx/event/IEventHandler.js
%%DATADIR%%/framework/source/class/qx/event/Idle.js
%%DATADIR%%/framework/source/class/qx/event/Manager.js
+%%DATADIR%%/framework/source/class/qx/event/Messaging.js
%%DATADIR%%/framework/source/class/qx/event/Pool.js
%%DATADIR%%/framework/source/class/qx/event/Registration.js
%%DATADIR%%/framework/source/class/qx/event/Timer.js
@@ -4673,7 +3992,9 @@
%%DATADIR%%/framework/source/class/qx/event/handler/Object.js
%%DATADIR%%/framework/source/class/qx/event/handler/Offline.js
%%DATADIR%%/framework/source/class/qx/event/handler/Orientation.js
+%%DATADIR%%/framework/source/class/qx/event/handler/OrientationCore.js
%%DATADIR%%/framework/source/class/qx/event/handler/Touch.js
+%%DATADIR%%/framework/source/class/qx/event/handler/TouchCore.js
%%DATADIR%%/framework/source/class/qx/event/handler/Transition.js
%%DATADIR%%/framework/source/class/qx/event/handler/UserAction.js
%%DATADIR%%/framework/source/class/qx/event/handler/Window.js
@@ -4698,6 +4019,8 @@
%%DATADIR%%/framework/source/class/qx/event/type/Tap.js
%%DATADIR%%/framework/source/class/qx/event/type/Touch.js
%%DATADIR%%/framework/source/class/qx/event/type/__init__.js
+%%DATADIR%%/framework/source/class/qx/event/util/Keyboard.js
+%%DATADIR%%/framework/source/class/qx/event/util/__init__.js
%%DATADIR%%/framework/source/class/qx/fx/Base.js
%%DATADIR%%/framework/source/class/qx/fx/Transition.js
%%DATADIR%%/framework/source/class/qx/fx/__init__.js
@@ -4761,10 +4084,12 @@
%%DATADIR%%/framework/source/class/qx/io/request/Jsonp.js
%%DATADIR%%/framework/source/class/qx/io/request/Xhr.js
%%DATADIR%%/framework/source/class/qx/io/request/__init__.js
+%%DATADIR%%/framework/source/class/qx/io/request/auth/__init__.js
%%DATADIR%%/framework/source/class/qx/io/request/authentication/Basic.js
%%DATADIR%%/framework/source/class/qx/io/request/authentication/IAuthentication.js
%%DATADIR%%/framework/source/class/qx/io/request/authentication/__init__.js
%%DATADIR%%/framework/source/class/qx/io/rest/Resource.js
+%%DATADIR%%/framework/source/class/qx/io/rest/__init__.js
%%DATADIR%%/framework/source/class/qx/lang/Array.js
%%DATADIR%%/framework/source/class/qx/lang/Core.js
%%DATADIR%%/framework/source/class/qx/lang/Date.js
@@ -4798,6 +4123,33 @@
%%DATADIR%%/framework/source/class/qx/log/appender/RingBuffer.js
%%DATADIR%%/framework/source/class/qx/log/appender/Util.js
%%DATADIR%%/framework/source/class/qx/log/appender/__init__.js
+%%DATADIR%%/framework/source/class/qx/module/Animation.js
+%%DATADIR%%/framework/source/class/qx/module/Attribute.js
+%%DATADIR%%/framework/source/class/qx/module/Blocker.js
+%%DATADIR%%/framework/source/class/qx/module/Cookie.js
+%%DATADIR%%/framework/source/class/qx/module/Css.js
+%%DATADIR%%/framework/source/class/qx/module/Environment.js
+%%DATADIR%%/framework/source/class/qx/module/Event.js
+%%DATADIR%%/framework/source/class/qx/module/Io.js
+%%DATADIR%%/framework/source/class/qx/module/Manipulating.js
+%%DATADIR%%/framework/source/class/qx/module/Placement.js
+%%DATADIR%%/framework/source/class/qx/module/Polyfill.js
+%%DATADIR%%/framework/source/class/qx/module/Template.js
+%%DATADIR%%/framework/source/class/qx/module/Transform.js
+%%DATADIR%%/framework/source/class/qx/module/Traversing.js
+%%DATADIR%%/framework/source/class/qx/module/__init__.js
+%%DATADIR%%/framework/source/class/qx/module/event/Keyboard.js
+%%DATADIR%%/framework/source/class/qx/module/event/Mouse.js
+%%DATADIR%%/framework/source/class/qx/module/event/Native.js
+%%DATADIR%%/framework/source/class/qx/module/event/Orientation.js
+%%DATADIR%%/framework/source/class/qx/module/event/OrientationHandler.js
+%%DATADIR%%/framework/source/class/qx/module/event/Touch.js
+%%DATADIR%%/framework/source/class/qx/module/event/TouchHandler.js
+%%DATADIR%%/framework/source/class/qx/module/event/__init__.js
+%%DATADIR%%/framework/source/class/qx/module/util/Array.js
+%%DATADIR%%/framework/source/class/qx/module/util/String.js
+%%DATADIR%%/framework/source/class/qx/module/util/Type.js
+%%DATADIR%%/framework/source/class/qx/module/util/__init__.js
%%DATADIR%%/framework/source/class/qx/test/Bootstrap.js
%%DATADIR%%/framework/source/class/qx/test/Browser.js
%%DATADIR%%/framework/source/class/qx/test/Class.js
@@ -4809,6 +4161,8 @@
%%DATADIR%%/framework/source/class/qx/test/Theme.js
%%DATADIR%%/framework/source/class/qx/test/Xml.js
%%DATADIR%%/framework/source/class/qx/test/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/application/Routing.js
+%%DATADIR%%/framework/source/class/qx/test/application/__init__.js
%%DATADIR%%/framework/source/class/qx/test/bom/Attribute.js
%%DATADIR%%/framework/source/class/qx/test/bom/Basic.js
%%DATADIR%%/framework/source/class/qx/test/bom/Blocker.js
@@ -4821,6 +4175,7 @@
%%DATADIR%%/framework/source/class/qx/test/bom/FileReader.js
%%DATADIR%%/framework/source/class/qx/test/bom/Font.js
%%DATADIR%%/framework/source/class/qx/test/bom/GeoLocation.js
+%%DATADIR%%/framework/source/class/qx/test/bom/History.js
%%DATADIR%%/framework/source/class/qx/test/bom/HtmlArea.js
%%DATADIR%%/framework/source/class/qx/test/bom/Iframe.js
%%DATADIR%%/framework/source/class/qx/test/bom/Label.js
@@ -4833,25 +4188,33 @@
%%DATADIR%%/framework/source/class/qx/test/bom/WebWorker.js
%%DATADIR%%/framework/source/class/qx/test/bom/Window.js
%%DATADIR%%/framework/source/class/qx/test/bom/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/bom/client/Css.js
+%%DATADIR%%/framework/source/class/qx/test/bom/client/Device.js
+%%DATADIR%%/framework/source/class/qx/test/bom/client/__init__.js
%%DATADIR%%/framework/source/class/qx/test/bom/element/Background.js
%%DATADIR%%/framework/source/class/qx/test/bom/element/BoxSizing.js
%%DATADIR%%/framework/source/class/qx/test/bom/element/Class.js
%%DATADIR%%/framework/source/class/qx/test/bom/element/Dimension.js
%%DATADIR%%/framework/source/class/qx/test/bom/element/Style.js
%%DATADIR%%/framework/source/class/qx/test/bom/element/Transform.js
+%%DATADIR%%/framework/source/class/qx/test/bom/element/__init__.js
%%DATADIR%%/framework/source/class/qx/test/bom/media/Audio.js
%%DATADIR%%/framework/source/class/qx/test/bom/media/MediaTestCase.js
%%DATADIR%%/framework/source/class/qx/test/bom/media/Video.js
+%%DATADIR%%/framework/source/class/qx/test/bom/media/__init__.js
%%DATADIR%%/framework/source/class/qx/test/bom/request/Jsonp.js
%%DATADIR%%/framework/source/class/qx/test/bom/request/Script.js
%%DATADIR%%/framework/source/class/qx/test/bom/request/Xhr.js
%%DATADIR%%/framework/source/class/qx/test/bom/request/XhrWithRemote.js
+%%DATADIR%%/framework/source/class/qx/test/bom/request/__init__.js
%%DATADIR%%/framework/source/class/qx/test/bom/storage/Local.js
%%DATADIR%%/framework/source/class/qx/test/bom/storage/Session.js
%%DATADIR%%/framework/source/class/qx/test/bom/storage/WebStorageTestCase.js
+%%DATADIR%%/framework/source/class/qx/test/bom/storage/__init__.js
%%DATADIR%%/framework/source/class/qx/test/bom/webfonts/Abstract.js
%%DATADIR%%/framework/source/class/qx/test/bom/webfonts/Manager.js
%%DATADIR%%/framework/source/class/qx/test/bom/webfonts/Validator.js
+%%DATADIR%%/framework/source/class/qx/test/bom/webfonts/__init__.js
%%DATADIR%%/framework/source/class/qx/test/core/Assert.js
%%DATADIR%%/framework/source/class/qx/test/core/Environment.js
%%DATADIR%%/framework/source/class/qx/test/core/EventEmitterDummy.js
@@ -4890,10 +4253,16 @@
%%DATADIR%%/framework/source/class/qx/test/dev/__init__.js
%%DATADIR%%/framework/source/class/qx/test/dev/unit/Requirements.js
%%DATADIR%%/framework/source/class/qx/test/dev/unit/Sinon.js
+%%DATADIR%%/framework/source/class/qx/test/dev/unit/TestCase.js
+%%DATADIR%%/framework/source/class/qx/test/dev/unit/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/dom/Element.js
%%DATADIR%%/framework/source/class/qx/test/dom/Hierarchy.js
%%DATADIR%%/framework/source/class/qx/test/dom/Node.js
+%%DATADIR%%/framework/source/class/qx/test/dom/__init__.js
%%DATADIR%%/framework/source/class/qx/test/event/Bubbling.js
+%%DATADIR%%/framework/source/class/qx/test/event/Emitter.js
%%DATADIR%%/framework/source/class/qx/test/event/GlobalError.js
+%%DATADIR%%/framework/source/class/qx/test/event/Messaging.js
%%DATADIR%%/framework/source/class/qx/test/event/MockBubblingHandler.js
%%DATADIR%%/framework/source/class/qx/test/event/MockHandler.js
%%DATADIR%%/framework/source/class/qx/test/event/Registration.js
@@ -4905,6 +4274,7 @@
%%DATADIR%%/framework/source/class/qx/test/event/dispatch/TestingWindow.js
%%DATADIR%%/framework/source/class/qx/test/event/dispatch/__init__.js
%%DATADIR%%/framework/source/class/qx/test/event/handler/Offline.js
+%%DATADIR%%/framework/source/class/qx/test/event/handler/__init__.js
%%DATADIR%%/framework/source/class/qx/test/event/message/Bus.js
%%DATADIR%%/framework/source/class/qx/test/event/message/__init__.js
%%DATADIR%%/framework/source/class/qx/test/event/type/Dom.js
@@ -4912,7 +4282,6 @@
%%DATADIR%%/framework/source/class/qx/test/event/type/Mouse.js
%%DATADIR%%/framework/source/class/qx/test/event/type/Native.js
%%DATADIR%%/framework/source/class/qx/test/event/type/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/fx/Base.js
%%DATADIR%%/framework/source/class/qx/test/html/Element.js
%%DATADIR%%/framework/source/class/qx/test/html/Flash.js
%%DATADIR%%/framework/source/class/qx/test/html/Iframe.js
@@ -4926,6 +4295,7 @@
%%DATADIR%%/framework/source/class/qx/test/io/part/MockPackage.js
%%DATADIR%%/framework/source/class/qx/test/io/part/Package.js
%%DATADIR%%/framework/source/class/qx/test/io/part/Part.js
+%%DATADIR%%/framework/source/class/qx/test/io/part/__init__.js
%%DATADIR%%/framework/source/class/qx/test/io/remote/AbstractRequest.js
%%DATADIR%%/framework/source/class/qx/test/io/remote/RequestIframe.js
%%DATADIR%%/framework/source/class/qx/test/io/remote/RequestXhr.js
@@ -4939,8 +4309,10 @@
%%DATADIR%%/framework/source/class/qx/test/io/request/MRequest.js
%%DATADIR%%/framework/source/class/qx/test/io/request/Xhr.js
%%DATADIR%%/framework/source/class/qx/test/io/request/XhrWithRemote.js
+%%DATADIR%%/framework/source/class/qx/test/io/request/__init__.js
%%DATADIR%%/framework/source/class/qx/test/io/rest/Resource.js
%%DATADIR%%/framework/source/class/qx/test/io/rest/ResourceWithRemote.js
+%%DATADIR%%/framework/source/class/qx/test/io/rest/__init__.js
%%DATADIR%%/framework/source/class/qx/test/lang/Array.js
%%DATADIR%%/framework/source/class/qx/test/lang/Core.js
%%DATADIR%%/framework/source/class/qx/test/lang/Function.js
@@ -4955,6 +4327,7 @@
%%DATADIR%%/framework/source/class/qx/test/lang/__init__.js
%%DATADIR%%/framework/source/class/qx/test/locale/Date.js
%%DATADIR%%/framework/source/class/qx/test/locale/Locale.js
+%%DATADIR%%/framework/source/class/qx/test/locale/LocalizedString.js
%%DATADIR%%/framework/source/class/qx/test/locale/__init__.js
%%DATADIR%%/framework/source/class/qx/test/log/DeprecationMethodOverriding.js
%%DATADIR%%/framework/source/class/qx/test/log/Logger.js
@@ -4966,18 +4339,30 @@
%%DATADIR%%/framework/source/class/qx/test/log/fixture/ClassB2.js
%%DATADIR%%/framework/source/class/qx/test/log/fixture/ClassC1.js
%%DATADIR%%/framework/source/class/qx/test/log/fixture/ClassC2.js
+%%DATADIR%%/framework/source/class/qx/test/log/fixture/__init__.js
%%DATADIR%%/framework/source/class/qx/test/mobile/MobileTestCase.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/__init__.js
%%DATADIR%%/framework/source/class/qx/test/mobile/basic/Atom.js
%%DATADIR%%/framework/source/class/qx/test/mobile/basic/Image.js
%%DATADIR%%/framework/source/class/qx/test/mobile/basic/Label.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/basic/__init__.js
%%DATADIR%%/framework/source/class/qx/test/mobile/container/Composite.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/container/MasterDetail.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/container/Navigation.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/container/Scroll.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/container/__init__.js
%%DATADIR%%/framework/source/class/qx/test/mobile/core/Widget.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/core/__init__.js
%%DATADIR%%/framework/source/class/qx/test/mobile/dialog/Dialog.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/dialog/Menu.js
%%DATADIR%%/framework/source/class/qx/test/mobile/dialog/Popup.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/dialog/__init__.js
%%DATADIR%%/framework/source/class/qx/test/mobile/embed/Html.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/embed/__init__.js
%%DATADIR%%/framework/source/class/qx/test/mobile/form/Button.js
%%DATADIR%%/framework/source/class/qx/test/mobile/form/CheckBox.js
%%DATADIR%%/framework/source/class/qx/test/mobile/form/Form.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/form/NumberField.js
%%DATADIR%%/framework/source/class/qx/test/mobile/form/RadioButton.js
%%DATADIR%%/framework/source/class/qx/test/mobile/form/SelectBox.js
%%DATADIR%%/framework/source/class/qx/test/mobile/form/SingleRenderer.js
@@ -4985,25 +4370,42 @@
%%DATADIR%%/framework/source/class/qx/test/mobile/form/TextArea.js
%%DATADIR%%/framework/source/class/qx/test/mobile/form/TextField.js
%%DATADIR%%/framework/source/class/qx/test/mobile/form/ToogleButton.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/form/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/layout/Card.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/layout/HBox.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/layout/VBox.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/layout/__init__.js
%%DATADIR%%/framework/source/class/qx/test/mobile/list/List.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/list/__init__.js
%%DATADIR%%/framework/source/class/qx/test/mobile/navigationbar/NavigationBar.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/navigationbar/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/page/Manager.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/page/NavigationPage.js
%%DATADIR%%/framework/source/class/qx/test/mobile/page/Page.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/page/__init__.js
%%DATADIR%%/framework/source/class/qx/test/mobile/tabbar/TabBar.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/tabbar/__init__.js
%%DATADIR%%/framework/source/class/qx/test/mobile/toolbar/Toolbar.js
+%%DATADIR%%/framework/source/class/qx/test/mobile/toolbar/__init__.js
%%DATADIR%%/framework/source/class/qx/test/performance/BaseCall.js
%%DATADIR%%/framework/source/class/qx/test/performance/Event.js
%%DATADIR%%/framework/source/class/qx/test/performance/MMeasure.js
%%DATADIR%%/framework/source/class/qx/test/performance/Object.js
+%%DATADIR%%/framework/source/class/qx/test/performance/__init__.js
%%DATADIR%%/framework/source/class/qx/test/performance/data/Marshaling.js
+%%DATADIR%%/framework/source/class/qx/test/performance/data/__init__.js
%%DATADIR%%/framework/source/class/qx/test/performance/decorator/AbstractDecorator.js
%%DATADIR%%/framework/source/class/qx/test/performance/decorator/Background.js
%%DATADIR%%/framework/source/class/qx/test/performance/decorator/BackgroundScale.js
%%DATADIR%%/framework/source/class/qx/test/performance/decorator/Beveled.js
%%DATADIR%%/framework/source/class/qx/test/performance/decorator/Grid.js
%%DATADIR%%/framework/source/class/qx/test/performance/decorator/Single.js
+%%DATADIR%%/framework/source/class/qx/test/performance/decorator/__init__.js
%%DATADIR%%/framework/source/class/qx/test/performance/element/Element.js
+%%DATADIR%%/framework/source/class/qx/test/performance/element/__init__.js
%%DATADIR%%/framework/source/class/qx/test/performance/mock/NoProtector.js
%%DATADIR%%/framework/source/class/qx/test/performance/mock/SlimComposite.js
+%%DATADIR%%/framework/source/class/qx/test/performance/mock/__init__.js
%%DATADIR%%/framework/source/class/qx/test/performance/widget/AbstractWidget.js
%%DATADIR%%/framework/source/class/qx/test/performance/widget/Composite.js
%%DATADIR%%/framework/source/class/qx/test/performance/widget/CompositeWithoutContent.js
@@ -5015,6 +4417,7 @@
%%DATADIR%%/framework/source/class/qx/test/performance/widget/WidgetWithGrid.js
%%DATADIR%%/framework/source/class/qx/test/performance/widget/WidgetWithSingle.js
%%DATADIR%%/framework/source/class/qx/test/performance/widget/WidgetWithoutProtector.js
+%%DATADIR%%/framework/source/class/qx/test/performance/widget/__init__.js
%%DATADIR%%/framework/source/class/qx/test/renderer/Color.js
%%DATADIR%%/framework/source/class/qx/test/renderer/__init__.js
%%DATADIR%%/framework/source/class/qx/test/theme/__init__.js
@@ -5045,6 +4448,8 @@
%%DATADIR%%/framework/source/class/qx/test/ui/basic/Label.js
%%DATADIR%%/framework/source/class/qx/test/ui/basic/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/container/Stack.js
+%%DATADIR%%/framework/source/class/qx/test/ui/container/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/ui/control/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/core/Appearance.js
%%DATADIR%%/framework/source/class/qx/test/ui/core/Blocker.js
%%DATADIR%%/framework/source/class/qx/test/ui/core/Command.js
@@ -5058,6 +4463,7 @@
%%DATADIR%%/framework/source/class/qx/test/ui/decoration/Double.js
%%DATADIR%%/framework/source/class/qx/test/ui/decoration/Single.js
%%DATADIR%%/framework/source/class/qx/test/ui/decoration/Uniform.js
+%%DATADIR%%/framework/source/class/qx/test/ui/decoration/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/embed/Flash.js
%%DATADIR%%/framework/source/class/qx/test/ui/embed/HtmlArea.js
%%DATADIR%%/framework/source/class/qx/test/ui/embed/Iframe.js
@@ -5092,7 +4498,9 @@
%%DATADIR%%/framework/source/class/qx/test/ui/form/virtual/VirtualComboBox.js
%%DATADIR%%/framework/source/class/qx/test/ui/form/virtual/VirtualDropDownList.js
%%DATADIR%%/framework/source/class/qx/test/ui/form/virtual/VirtualSelectBox.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/virtual/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/indicator/ProgressBar.js
+%%DATADIR%%/framework/source/class/qx/test/ui/indicator/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/layout/Box.js
%%DATADIR%%/framework/source/class/qx/test/ui/layout/Flow.js
%%DATADIR%%/framework/source/class/qx/test/ui/layout/Grid.js
@@ -5105,11 +4513,15 @@
%%DATADIR%%/framework/source/class/qx/test/ui/list/List.js
%%DATADIR%%/framework/source/class/qx/test/ui/list/MAssert.js
%%DATADIR%%/framework/source/class/qx/test/ui/list/ObjectGroup.js
+%%DATADIR%%/framework/source/class/qx/test/ui/list/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/list/core/MultiSelection.js
%%DATADIR%%/framework/source/class/qx/test/ui/list/core/SingleSelection.js
+%%DATADIR%%/framework/source/class/qx/test/ui/list/core/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/list/fixture/GroupMock.js
%%DATADIR%%/framework/source/class/qx/test/ui/list/fixture/ItemMock.js
+%%DATADIR%%/framework/source/class/qx/test/ui/list/fixture/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/root/Inline.js
+%%DATADIR%%/framework/source/class/qx/test/ui/root/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/selection/AbstractMultiSelectonTest.js
%%DATADIR%%/framework/source/class/qx/test/ui/selection/AbstractSingleSelectonTest.js
%%DATADIR%%/framework/source/class/qx/test/ui/selection/ListMultiSelection.js
@@ -5131,16 +4543,21 @@
%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/TextField.js
%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/table/columnmodel/Basic.js
+%%DATADIR%%/framework/source/class/qx/test/ui/table/columnmodel/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/table/model/Simple.js
+%%DATADIR%%/framework/source/class/qx/test/ui/table/model/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/toolbar/OverflowHandling.js
+%%DATADIR%%/framework/source/class/qx/test/ui/toolbar/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/tree/Tree.js
%%DATADIR%%/framework/source/class/qx/test/ui/tree/TreeFolder.js
+%%DATADIR%%/framework/source/class/qx/test/ui/tree/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/AbstractTreeTest.js
%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/MultiSelection.js
%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/OneSelection.js
%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/SingleSelection.js
%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/Tree.js
%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/WidgetProvider.js
+%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/virtual/Axis.js
%%DATADIR%%/framework/source/class/qx/test/ui/virtual/MouseEventMock.js
%%DATADIR%%/framework/source/class/qx/test/ui/virtual/Pane.js
@@ -5148,6 +4565,7 @@
%%DATADIR%%/framework/source/class/qx/test/ui/virtual/Scroller.js
%%DATADIR%%/framework/source/class/qx/test/ui/virtual/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/virtual/cell/WidgetCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/cell/__init__.js
%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/CellSpanManager.js
%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/Column.js
%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/GridLines.js
@@ -5185,6 +4603,9 @@
%%DATADIR%%/framework/source/class/qx/test/util/DateMock.js
%%DATADIR%%/framework/source/class/qx/test/util/DeferredCall.js
%%DATADIR%%/framework/source/class/qx/test/util/Delegate.js
+%%DATADIR%%/framework/source/class/qx/test/util/DisposeUtil.js
+%%DATADIR%%/framework/source/class/qx/test/util/Fsm.js
+%%DATADIR%%/framework/source/class/qx/test/util/LibraryManager.js
%%DATADIR%%/framework/source/class/qx/test/util/NumberFormat.js
%%DATADIR%%/framework/source/class/qx/test/util/PropertyUtil.js
%%DATADIR%%/framework/source/class/qx/test/util/Request.js
@@ -5200,6 +4621,7 @@
%%DATADIR%%/framework/source/class/qx/test/util/placement/Placement.js
%%DATADIR%%/framework/source/class/qx/test/util/placement/__init__.js
%%DATADIR%%/framework/source/class/qx/theme/Classic.js
+%%DATADIR%%/framework/source/class/qx/theme/Indigo.js
%%DATADIR%%/framework/source/class/qx/theme/Modern.js
%%DATADIR%%/framework/source/class/qx/theme/Simple.js
%%DATADIR%%/framework/source/class/qx/theme/__init__.js
@@ -5211,6 +4633,11 @@
%%DATADIR%%/framework/source/class/qx/theme/icon/Oxygen.js
%%DATADIR%%/framework/source/class/qx/theme/icon/Tango.js
%%DATADIR%%/framework/source/class/qx/theme/icon/__init__.js
+%%DATADIR%%/framework/source/class/qx/theme/indigo/Appearance.js
+%%DATADIR%%/framework/source/class/qx/theme/indigo/Color.js
+%%DATADIR%%/framework/source/class/qx/theme/indigo/Decoration.js
+%%DATADIR%%/framework/source/class/qx/theme/indigo/Font.js
+%%DATADIR%%/framework/source/class/qx/theme/indigo/__init__.js
%%DATADIR%%/framework/source/class/qx/theme/manager/Appearance.js
%%DATADIR%%/framework/source/class/qx/theme/manager/Color.js
%%DATADIR%%/framework/source/class/qx/theme/manager/Decoration.js
@@ -5287,6 +4714,7 @@
%%DATADIR%%/framework/source/class/qx/ui/core/scroll/AbstractScrollArea.js
%%DATADIR%%/framework/source/class/qx/ui/core/scroll/IScrollBar.js
%%DATADIR%%/framework/source/class/qx/ui/core/scroll/MScrollBarFactory.js
+%%DATADIR%%/framework/source/class/qx/ui/core/scroll/MTouchScroll.js
%%DATADIR%%/framework/source/class/qx/ui/core/scroll/MWheelHandling.js
%%DATADIR%%/framework/source/class/qx/ui/core/scroll/NativeScrollBar.js
%%DATADIR%%/framework/source/class/qx/ui/core/scroll/ScrollBar.js
@@ -5321,6 +4749,7 @@
%%DATADIR%%/framework/source/class/qx/ui/decoration/VBox.js
%%DATADIR%%/framework/source/class/qx/ui/decoration/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/decoration/css3/BorderImage.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/css3/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/embed/AbstractIframe.js
%%DATADIR%%/framework/source/class/qx/ui/embed/Canvas.js
%%DATADIR%%/framework/source/class/qx/ui/embed/Flash.js
@@ -5372,6 +4801,7 @@
%%DATADIR%%/framework/source/class/qx/ui/form/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/form/core/AbstractVirtualBox.js
%%DATADIR%%/framework/source/class/qx/ui/form/core/VirtualDropDownList.js
+%%DATADIR%%/framework/source/class/qx/ui/form/core/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/form/renderer/AbstractRenderer.js
%%DATADIR%%/framework/source/class/qx/ui/form/renderer/Double.js
%%DATADIR%%/framework/source/class/qx/ui/form/renderer/IFormRenderer.js
@@ -5386,6 +4816,7 @@
%%DATADIR%%/framework/source/class/qx/ui/groupbox/RadioGroupBox.js
%%DATADIR%%/framework/source/class/qx/ui/groupbox/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/indicator/ProgressBar.js
+%%DATADIR%%/framework/source/class/qx/ui/indicator/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/layout/Abstract.js
%%DATADIR%%/framework/source/class/qx/ui/layout/Atom.js
%%DATADIR%%/framework/source/class/qx/ui/layout/Basic.js
@@ -5400,10 +4831,13 @@
%%DATADIR%%/framework/source/class/qx/ui/layout/VBox.js
%%DATADIR%%/framework/source/class/qx/ui/layout/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/list/List.js
+%%DATADIR%%/framework/source/class/qx/ui/list/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/list/core/IListDelegate.js
%%DATADIR%%/framework/source/class/qx/ui/list/core/MWidgetController.js
+%%DATADIR%%/framework/source/class/qx/ui/list/core/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/list/provider/IListProvider.js
%%DATADIR%%/framework/source/class/qx/ui/list/provider/WidgetProvider.js
+%%DATADIR%%/framework/source/class/qx/ui/list/provider/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/menu/AbstractButton.js
%%DATADIR%%/framework/source/class/qx/ui/menu/Button.js
%%DATADIR%%/framework/source/class/qx/ui/menu/ButtonLayout.js
@@ -5424,8 +4858,11 @@
%%DATADIR%%/framework/source/class/qx/ui/mobile/basic/Label.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/basic/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/container/Composite.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/container/INavigation.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/container/MIScroll.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/container/MNativeScroll.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/container/MasterDetail.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/container/Navigation.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/container/Scroll.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/container/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/core/Blocker.js
@@ -5433,12 +4870,14 @@
%%DATADIR%%/framework/source/class/qx/ui/mobile/core/EventHandler.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/core/MChildrenHandling.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/core/MLayoutHandling.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/core/MResize.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/core/Root.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/core/Widget.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/core/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/BusyIndicator.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/Dialog.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/Manager.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/Menu.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/Popup.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/embed/Html.js
@@ -5451,8 +4890,10 @@
%%DATADIR%%/framework/source/class/qx/ui/mobile/form/MState.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/form/MText.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/form/MValue.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/form/NumberField.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/form/PasswordField.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/form/RadioButton.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/form/RadioGroup.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/form/Resetter.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/form/Row.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/form/SelectBox.js
@@ -5465,8 +4906,10 @@
%%DATADIR%%/framework/source/class/qx/ui/mobile/form/renderer/AbstractRenderer.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/form/renderer/Single.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/form/renderer/SinglePlaceholder.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/form/renderer/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/Abstract.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/AbstractBox.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/Card.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/HBox.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/VBox.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/__init__.js
@@ -5474,9 +4917,10 @@
%%DATADIR%%/framework/source/class/qx/ui/mobile/list/List.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/list/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/list/provider/Provider.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/list/provider/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/list/renderer/Abstract.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/list/renderer/Default.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/navigation/Handler.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/list/renderer/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/navigation/Manager.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/navigation/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/navigationbar/BackButton.js
@@ -5484,17 +4928,17 @@
%%DATADIR%%/framework/source/class/qx/ui/mobile/navigationbar/NavigationBar.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/navigationbar/Title.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/navigationbar/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/page/Manager.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/page/NavigationPage.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/page/Page.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/page/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/page/manager/Animation.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/page/manager/Simple.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/tabbar/TabBar.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/tabbar/TabButton.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/tabbar/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/toolbar/Button.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/toolbar/Separator.js
%%DATADIR%%/framework/source/class/qx/ui/mobile/toolbar/ToolBar.js
+%%DATADIR%%/framework/source/class/qx/ui/mobile/toolbar/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/popup/Manager.js
%%DATADIR%%/framework/source/class/qx/ui/popup/Popup.js
%%DATADIR%%/framework/source/class/qx/ui/popup/__init__.js
@@ -5635,9 +5079,12 @@
%%DATADIR%%/framework/source/class/qx/ui/tree/core/IVirtualTree.js
%%DATADIR%%/framework/source/class/qx/ui/tree/core/IVirtualTreeDelegate.js
%%DATADIR%%/framework/source/class/qx/ui/tree/core/MWidgetController.js
+%%DATADIR%%/framework/source/class/qx/ui/tree/core/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/tree/provider/IVirtualTreeProvider.js
%%DATADIR%%/framework/source/class/qx/ui/tree/provider/WidgetProvider.js
+%%DATADIR%%/framework/source/class/qx/ui/tree/provider/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/tree/selection/SelectionManager.js
+%%DATADIR%%/framework/source/class/qx/ui/tree/selection/__init__.js
%%DATADIR%%/framework/source/class/qx/ui/treevirtual/DefaultDataCellRenderer.js
%%DATADIR%%/framework/source/class/qx/ui/treevirtual/MFamily.js
%%DATADIR%%/framework/source/class/qx/ui/treevirtual/MNode.js
@@ -5715,6 +5162,7 @@
%%DATADIR%%/framework/source/class/qx/util/DisposeUtil.js
%%DATADIR%%/framework/source/class/qx/util/EditDistance.js
%%DATADIR%%/framework/source/class/qx/util/ExtendedColor.js
+%%DATADIR%%/framework/source/class/qx/util/LibraryManager.js
%%DATADIR%%/framework/source/class/qx/util/OOUtil.js
%%DATADIR%%/framework/source/class/qx/util/ObjectPool.js
%%DATADIR%%/framework/source/class/qx/util/Permutation.js
@@ -5725,7 +5173,6 @@
%%DATADIR%%/framework/source/class/qx/util/StringBuilder.js
%%DATADIR%%/framework/source/class/qx/util/StringEscape.js
%%DATADIR%%/framework/source/class/qx/util/StringSplit.js
-%%DATADIR%%/framework/source/class/qx/util/Template.js
%%DATADIR%%/framework/source/class/qx/util/TimerManager.js
%%DATADIR%%/framework/source/class/qx/util/Uri.js
%%DATADIR%%/framework/source/class/qx/util/Validate.js
@@ -5905,6 +5352,9 @@
%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window/maximize.gif
%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window/minimize.gif
%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window/restore.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.ttf
+%%DATADIR%%/framework/source/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.woff
+%%DATADIR%%/framework/source/resource/qx/decoration/Indigo/font/SIL Open Font License 1.1.txt
%%DATADIR%%/framework/source/resource/qx/decoration/Modern/app-header.png
%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows-combined.meta
%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows-combined.png
@@ -6076,6 +5526,7 @@
%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-pressed-invalid.png
%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-pressed.png
%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-arrow-right.png
%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-arrow.png
%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-b.png
%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-bl.png
@@ -6440,9 +5891,13 @@
%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/start.gif
%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/start_minus.gif
%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/start_plus.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/close-white.gif
%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/close.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/maximize-white.gif
%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/maximize.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/minimize-white.gif
%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/minimize.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/restore-white.gif
%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/restore.gif
%%DATADIR%%/framework/source/resource/qx/icon/LICENSE
%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/address-book-new.png
@@ -9150,9 +8605,19 @@
%%DATADIR%%/framework/source/resource/qx/icon/Tango/AUTHORS
%%DATADIR%%/framework/source/resource/qx/icon/Tango/LICENSE
%%DATADIR%%/framework/source/resource/qx/mobile/css/LICENSE
-%%DATADIR%%/framework/source/resource/qx/mobile/css/android/android.css
-%%DATADIR%%/framework/source/resource/qx/mobile/css/common/main.css
-%%DATADIR%%/framework/source/resource/qx/mobile/css/ios/ios.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/_android.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/_animations.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/_base.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/_ios.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/_layout.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/_main.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/_mixins.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/_scroller.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/_utility.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/_widgets.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/android.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/indigo.css
+%%DATADIR%%/framework/source/resource/qx/mobile/css/ios.css
%%DATADIR%%/framework/source/resource/qx/mobile/icon/LICENSE
%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/arrow.png
%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/arrow_pressed.png
@@ -9164,6 +8629,12 @@
%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/scrollbar.png
%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/spinner.png
%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/warning.png
+%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/arrow.png
+%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/arrow_pressed.png
+%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/checkbox-gray.png
+%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/checkbox-green.png
+%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/dialog-apply-grey.png
+%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/dialog-apply.png
%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/spinner.png
%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/arrow.png
%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/arrow_pressed.png
@@ -9175,12 +8646,54 @@
%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/on_off.png
%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/pinstripes.png
%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/scrollbar.png
+%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/selectbox-check-grey.png
+%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/selectbox-check.png
%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/spinner.png
%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/toolButton.png
%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/toolButton_pressed.png
%%DATADIR%%/framework/source/resource/qx/mobile/js/LICENSE
%%DATADIR%%/framework/source/resource/qx/mobile/js/iscroll.js
%%DATADIR%%/framework/source/resource/qx/mobile/js/iscroll.min.js
+%%DATADIR%%/framework/source/resource/qx/mobile/less/android.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/android/_main.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/android/_slider.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/android/_togglebutton.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_blocker.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_button.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_checkbox.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_dialog.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_form.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_list.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_main.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_masterdetail.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_menu.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_navigationbar.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_popup.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_radiobutton.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_scrollbar.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_selectbox.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_slider.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_spinner.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_tabbar.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_toggleButton.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_toolbar.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/color/_android.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/color/_indigo.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/color/_ios.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_animations.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_base.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_common.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_layout.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_mixins.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_scroller.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_utility.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/indigo.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/ios.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/ios/_main.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/ios/_navigationbar.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/ios/_radiobutton.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/ios/_tabbar.less
+%%DATADIR%%/framework/source/resource/qx/mobile/less/ios/_toolbar.less
%%DATADIR%%/framework/source/resource/qx/static/blank.gif
%%DATADIR%%/framework/source/resource/qx/static/blank.html
%%DATADIR%%/framework/source/resource/qx/static/ellipsis.xml
@@ -9208,6 +8721,7 @@
%%DATADIR%%/framework/source/resource/qx/test/primitive.json
%%DATADIR%%/framework/source/resource/qx/test/script.js
%%DATADIR%%/framework/source/resource/qx/test/style.css
+%%DATADIR%%/framework/source/resource/qx/test/style2.css
%%DATADIR%%/framework/source/resource/qx/test/webfonts/fineliner_script-webfont.eot
%%DATADIR%%/framework/source/resource/qx/test/webfonts/fineliner_script-webfont.ttf
%%DATADIR%%/framework/source/resource/qx/test/webfonts/fineliner_script-webfont.woff
@@ -9233,6 +8747,7 @@
%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/sample.txt
%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/sample.xml
%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/send_known_header.php
+%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/time.php
%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/xml.php
%%DATADIR%%/framework/source/resource/source/Modern/Assets.psd
%%DATADIR%%/framework/source/resource/source/Modern/AssetsInvalid.psd
@@ -9346,8 +8861,8 @@
%%DATADIR%%/framework/source/translation/es.po
%%DATADIR%%/framework/source/translation/fr.po
%%DATADIR%%/framework/source/translation/it.po
+%%DATADIR%%/framework/source/translation/nb.po
%%DATADIR%%/framework/source/translation/nl.po
-%%DATADIR%%/framework/source/translation/no.po
%%DATADIR%%/framework/source/translation/pl.po
%%DATADIR%%/framework/source/translation/ro.po
%%DATADIR%%/framework/source/translation/sl.po
@@ -9410,6 +8925,7 @@
%%DATADIR%%/tool/data/cldr/main/am.xml
%%DATADIR%%/tool/data/cldr/main/am_ET.xml
%%DATADIR%%/tool/data/cldr/main/ar.xml
+%%DATADIR%%/tool/data/cldr/main/ar_001.xml
%%DATADIR%%/tool/data/cldr/main/ar_AE.xml
%%DATADIR%%/tool/data/cldr/main/ar_BH.xml
%%DATADIR%%/tool/data/cldr/main/ar_DZ.xml
@@ -9464,8 +8980,6 @@
%%DATADIR%%/tool/data/cldr/main/byn_ER.xml
%%DATADIR%%/tool/data/cldr/main/ca.xml
%%DATADIR%%/tool/data/cldr/main/ca_ES.xml
-%%DATADIR%%/tool/data/cldr/main/cch.xml
-%%DATADIR%%/tool/data/cldr/main/cch_NG.xml
%%DATADIR%%/tool/data/cldr/main/cgg.xml
%%DATADIR%%/tool/data/cldr/main/cgg_UG.xml
%%DATADIR%%/tool/data/cldr/main/chr.xml
@@ -9501,7 +9015,6 @@
%%DATADIR%%/tool/data/cldr/main/el.xml
%%DATADIR%%/tool/data/cldr/main/el_CY.xml
%%DATADIR%%/tool/data/cldr/main/el_GR.xml
-%%DATADIR%%/tool/data/cldr/main/el_POLYTON.xml
%%DATADIR%%/tool/data/cldr/main/en.xml
%%DATADIR%%/tool/data/cldr/main/en_AS.xml
%%DATADIR%%/tool/data/cldr/main/en_AU.xml
@@ -9529,7 +9042,6 @@
%%DATADIR%%/tool/data/cldr/main/en_PH.xml
%%DATADIR%%/tool/data/cldr/main/en_PK.xml
%%DATADIR%%/tool/data/cldr/main/en_SG.xml
-%%DATADIR%%/tool/data/cldr/main/en_Shaw.xml
%%DATADIR%%/tool/data/cldr/main/en_TT.xml
%%DATADIR%%/tool/data/cldr/main/en_UM.xml
%%DATADIR%%/tool/data/cldr/main/en_US.xml
@@ -9616,8 +9128,8 @@
%%DATADIR%%/tool/data/cldr/main/fur_IT.xml
%%DATADIR%%/tool/data/cldr/main/ga.xml
%%DATADIR%%/tool/data/cldr/main/ga_IE.xml
-%%DATADIR%%/tool/data/cldr/main/gaa.xml
-%%DATADIR%%/tool/data/cldr/main/gaa_GH.xml
+%%DATADIR%%/tool/data/cldr/main/gd.xml
+%%DATADIR%%/tool/data/cldr/main/gd_GB.xml
%%DATADIR%%/tool/data/cldr/main/gl.xml
%%DATADIR%%/tool/data/cldr/main/gl_ES.xml
%%DATADIR%%/tool/data/cldr/main/gsw.xml
@@ -9665,12 +9177,8 @@
%%DATADIR%%/tool/data/cldr/main/ka_GE.xml
%%DATADIR%%/tool/data/cldr/main/kab.xml
%%DATADIR%%/tool/data/cldr/main/kab_DZ.xml
-%%DATADIR%%/tool/data/cldr/main/kaj.xml
-%%DATADIR%%/tool/data/cldr/main/kaj_NG.xml
%%DATADIR%%/tool/data/cldr/main/kam.xml
%%DATADIR%%/tool/data/cldr/main/kam_KE.xml
-%%DATADIR%%/tool/data/cldr/main/kcg.xml
-%%DATADIR%%/tool/data/cldr/main/kcg_NG.xml
%%DATADIR%%/tool/data/cldr/main/kde.xml
%%DATADIR%%/tool/data/cldr/main/kde_TZ.xml
%%DATADIR%%/tool/data/cldr/main/kea.xml
@@ -9700,17 +9208,8 @@
%%DATADIR%%/tool/data/cldr/main/ksf_CM.xml
%%DATADIR%%/tool/data/cldr/main/ksh.xml
%%DATADIR%%/tool/data/cldr/main/ksh_DE.xml
-%%DATADIR%%/tool/data/cldr/main/ku.xml
-%%DATADIR%%/tool/data/cldr/main/ku_Arab.xml
-%%DATADIR%%/tool/data/cldr/main/ku_Arab_IQ.xml
-%%DATADIR%%/tool/data/cldr/main/ku_Arab_IR.xml
-%%DATADIR%%/tool/data/cldr/main/ku_Latn.xml
-%%DATADIR%%/tool/data/cldr/main/ku_Latn_SY.xml
-%%DATADIR%%/tool/data/cldr/main/ku_Latn_TR.xml
%%DATADIR%%/tool/data/cldr/main/kw.xml
%%DATADIR%%/tool/data/cldr/main/kw_GB.xml
-%%DATADIR%%/tool/data/cldr/main/ky.xml
-%%DATADIR%%/tool/data/cldr/main/ky_KG.xml
%%DATADIR%%/tool/data/cldr/main/lag.xml
%%DATADIR%%/tool/data/cldr/main/lag_TZ.xml
%%DATADIR%%/tool/data/cldr/main/lg.xml
@@ -9745,11 +9244,6 @@
%%DATADIR%%/tool/data/cldr/main/mk_MK.xml
%%DATADIR%%/tool/data/cldr/main/ml.xml
%%DATADIR%%/tool/data/cldr/main/ml_IN.xml
-%%DATADIR%%/tool/data/cldr/main/mn.xml
-%%DATADIR%%/tool/data/cldr/main/mn_Cyrl.xml
-%%DATADIR%%/tool/data/cldr/main/mn_Cyrl_MN.xml
-%%DATADIR%%/tool/data/cldr/main/mn_Mong.xml
-%%DATADIR%%/tool/data/cldr/main/mn_Mong_CN.xml
%%DATADIR%%/tool/data/cldr/main/mr.xml
%%DATADIR%%/tool/data/cldr/main/mr_IN.xml
%%DATADIR%%/tool/data/cldr/main/ms.xml
@@ -9767,15 +9261,15 @@
%%DATADIR%%/tool/data/cldr/main/nb_NO.xml
%%DATADIR%%/tool/data/cldr/main/nd.xml
%%DATADIR%%/tool/data/cldr/main/nd_ZW.xml
-%%DATADIR%%/tool/data/cldr/main/nds.xml
-%%DATADIR%%/tool/data/cldr/main/nds_DE.xml
%%DATADIR%%/tool/data/cldr/main/ne.xml
%%DATADIR%%/tool/data/cldr/main/ne_IN.xml
%%DATADIR%%/tool/data/cldr/main/ne_NP.xml
%%DATADIR%%/tool/data/cldr/main/nl.xml
%%DATADIR%%/tool/data/cldr/main/nl_AW.xml
%%DATADIR%%/tool/data/cldr/main/nl_BE.xml
+%%DATADIR%%/tool/data/cldr/main/nl_CW.xml
%%DATADIR%%/tool/data/cldr/main/nl_NL.xml
+%%DATADIR%%/tool/data/cldr/main/nl_SX.xml
%%DATADIR%%/tool/data/cldr/main/nmg.xml
%%DATADIR%%/tool/data/cldr/main/nmg_CM.xml
%%DATADIR%%/tool/data/cldr/main/nn.xml
@@ -9788,8 +9282,6 @@
%%DATADIR%%/tool/data/cldr/main/nus_SD.xml
%%DATADIR%%/tool/data/cldr/main/nyn.xml
%%DATADIR%%/tool/data/cldr/main/nyn_UG.xml
-%%DATADIR%%/tool/data/cldr/main/oc.xml
-%%DATADIR%%/tool/data/cldr/main/oc_FR.xml
%%DATADIR%%/tool/data/cldr/main/om.xml
%%DATADIR%%/tool/data/cldr/main/om_ET.xml
%%DATADIR%%/tool/data/cldr/main/om_KE.xml
@@ -9851,8 +9343,6 @@
%%DATADIR%%/tool/data/cldr/main/shi_Tfng_MA.xml
%%DATADIR%%/tool/data/cldr/main/si.xml
%%DATADIR%%/tool/data/cldr/main/si_LK.xml
-%%DATADIR%%/tool/data/cldr/main/sid.xml
-%%DATADIR%%/tool/data/cldr/main/sid_ET.xml
%%DATADIR%%/tool/data/cldr/main/sk.xml
%%DATADIR%%/tool/data/cldr/main/sk_SK.xml
%%DATADIR%%/tool/data/cldr/main/sl.xml
@@ -9915,8 +9405,6 @@
%%DATADIR%%/tool/data/cldr/main/to_TO.xml
%%DATADIR%%/tool/data/cldr/main/tr.xml
%%DATADIR%%/tool/data/cldr/main/tr_TR.xml
-%%DATADIR%%/tool/data/cldr/main/trv.xml
-%%DATADIR%%/tool/data/cldr/main/trv_TW.xml
%%DATADIR%%/tool/data/cldr/main/ts.xml
%%DATADIR%%/tool/data/cldr/main/ts_ZA.xml
%%DATADIR%%/tool/data/cldr/main/twq.xml
@@ -9976,11 +9464,20 @@
%%DATADIR%%/tool/data/config/base.json
%%DATADIR%%/tool/data/config/config_schema.json
%%DATADIR%%/tool/data/config/example.json
+%%DATADIR%%/tool/data/config/image.json
%%DATADIR%%/tool/data/config/schema_sample.json
%%DATADIR%%/tool/data/generator/basic.loader.js
+%%DATADIR%%/tool/data/generator/copyright.include.js
%%DATADIR%%/tool/data/generator/generate.tmpl.py
+%%DATADIR%%/tool/data/generator/generate.tmpl.pyc
+%%DATADIR%%/tool/data/generator/generate.tmpl.pyo
%%DATADIR%%/tool/data/generator/loader.tmpl.js
+%%DATADIR%%/tool/data/generator/needs_generation.js
+%%DATADIR%%/tool/data/generator/needs_generation_server.js
%%DATADIR%%/tool/data/generator/oo.loader.tmpl.js
+%%DATADIR%%/tool/data/generator/require.loader.tmpl.js
+%%DATADIR%%/tool/data/generator/website.loader.source.tmpl.js
+%%DATADIR%%/tool/data/generator/website.loader.tmpl.js
%%DATADIR%%/tool/data/icon/qooxdoo.dat
%%DATADIR%%/tool/data/migration/0.5.2/info/01-changes.dat
%%DATADIR%%/tool/data/migration/0.6.1/info/01-windowevents.dat
@@ -10035,6 +9532,8 @@
%%DATADIR%%/tool/data/migration/0.7-beta1/info/04-color.dat
%%DATADIR%%/tool/data/migration/0.7-beta1/info/05-settings.dat
%%DATADIR%%/tool/data/migration/0.7-beta1/patch.py
+%%DATADIR%%/tool/data/migration/0.7-beta1/patch.pyc
+%%DATADIR%%/tool/data/migration/0.7-beta1/patch.pyo
%%DATADIR%%/tool/data/migration/0.7-beta1/patches/01-init.dat
%%DATADIR%%/tool/data/migration/0.7-beta1/patches/02-locale.dat
%%DATADIR%%/tool/data/migration/0.7-beta1/patches/03-border.dat
@@ -10088,13 +9587,21 @@
%%DATADIR%%/tool/data/migration/1.5/info/01-main.dat
%%DATADIR%%/tool/data/migration/1.5/patches/01-main.dat
%%DATADIR%%/tool/data/migration/1.6/config.py
+%%DATADIR%%/tool/data/migration/1.6/config.pyc
+%%DATADIR%%/tool/data/migration/1.6/config.pyo
%%DATADIR%%/tool/data/migration/1.6/info/01-main.dat
%%DATADIR%%/tool/data/migration/1.6/patches/01-main.dat
-%%DATADIR%%/tool/data/publish/index.html
-%%DATADIR%%/tool/data/publish/needs_generation.js
+%%DATADIR%%/tool/data/migration/2.0/info/01-main.dat
+%%DATADIR%%/tool/data/migration/2.0/patches/01-main.dat
%%DATADIR%%/tool/data/py/_class_head.py
+%%DATADIR%%/tool/data/py/_class_head.pyc
+%%DATADIR%%/tool/data/py/_class_head.pyo
%%DATADIR%%/tool/data/py/_fun_head.py
+%%DATADIR%%/tool/data/py/_fun_head.pyc
+%%DATADIR%%/tool/data/py/_fun_head.pyo
%%DATADIR%%/tool/data/py/_mod_head.py
+%%DATADIR%%/tool/data/py/_mod_head.pyc
+%%DATADIR%%/tool/data/py/_mod_head.pyo
%%DATADIR%%/tool/doc/diagram/code_generation_classes.graphml
%%DATADIR%%/tool/doc/diagram/compile_calls1.graphml
%%DATADIR%%/tool/doc/diagram/compile_calls2.graphml
@@ -10104,151 +9611,464 @@
%%DATADIR%%/tool/doc/generator_cheat_sheet.odt
%%DATADIR%%/tool/pylib/cssmin/LICENSE
%%DATADIR%%/tool/pylib/cssmin/__init__.py
+%%DATADIR%%/tool/pylib/cssmin/__init__.pyc
+%%DATADIR%%/tool/pylib/cssmin/__init__.pyo
%%DATADIR%%/tool/pylib/cssmin/cssmin.py
+%%DATADIR%%/tool/pylib/cssmin/cssmin.pyc
+%%DATADIR%%/tool/pylib/cssmin/cssmin.pyo
%%DATADIR%%/tool/pylib/ecmascript/__init__.py
+%%DATADIR%%/tool/pylib/ecmascript/__init__.pyc
+%%DATADIR%%/tool/pylib/ecmascript/__init__.pyo
%%DATADIR%%/tool/pylib/ecmascript/backend/Packer.py
+%%DATADIR%%/tool/pylib/ecmascript/backend/Packer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/backend/Packer.pyo
+%%DATADIR%%/tool/pylib/ecmascript/backend/Packer_new_meth.py
+%%DATADIR%%/tool/pylib/ecmascript/backend/Packer_new_meth.pyc
+%%DATADIR%%/tool/pylib/ecmascript/backend/Packer_new_meth.pyo
%%DATADIR%%/tool/pylib/ecmascript/backend/__init__.py
+%%DATADIR%%/tool/pylib/ecmascript/backend/__init__.pyc
+%%DATADIR%%/tool/pylib/ecmascript/backend/__init__.pyo
%%DATADIR%%/tool/pylib/ecmascript/backend/api.py
+%%DATADIR%%/tool/pylib/ecmascript/backend/api.pyc
+%%DATADIR%%/tool/pylib/ecmascript/backend/api.pyo
%%DATADIR%%/tool/pylib/ecmascript/backend/pretty.py
+%%DATADIR%%/tool/pylib/ecmascript/backend/pretty.pyc
+%%DATADIR%%/tool/pylib/ecmascript/backend/pretty.pyo
+%%DATADIR%%/tool/pylib/ecmascript/backend/pretty_new.py
+%%DATADIR%%/tool/pylib/ecmascript/backend/pretty_new.pyc
+%%DATADIR%%/tool/pylib/ecmascript/backend/pretty_new.pyo
+%%DATADIR%%/tool/pylib/ecmascript/backend/pretty_new_meth.py
+%%DATADIR%%/tool/pylib/ecmascript/backend/pretty_new_meth.pyc
+%%DATADIR%%/tool/pylib/ecmascript/backend/pretty_new_meth.pyo
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment.pyo
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment_2.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment_2.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment_2.pyo
%%DATADIR%%/tool/pylib/ecmascript/frontend/Scanner.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Scanner.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Scanner.pyo
%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope.pyo
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope_2.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope_2.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope_2.pyo
%%DATADIR%%/tool/pylib/ecmascript/frontend/Script.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Script.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Script.pyo
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Script_2.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Script_2.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Script_2.pyo
%%DATADIR%%/tool/pylib/ecmascript/frontend/SyntaxException.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/SyntaxException.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/SyntaxException.pyo
%%DATADIR%%/tool/pylib/ecmascript/frontend/__init__.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/comment.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/__init__.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/__init__.pyo
%%DATADIR%%/tool/pylib/ecmascript/frontend/lang.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/lang.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/lang.pyo
%%DATADIR%%/tool/pylib/ecmascript/frontend/tokenizer.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/tokenizer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/tokenizer.pyo
%%DATADIR%%/tool/pylib/ecmascript/frontend/tree.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/tree.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/tree.pyo
%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator.pyo
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_2.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_2.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_2.pyo
%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_new_ast.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_new_ast.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_new_ast.pyo
%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil.pyo
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil_2.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil_2.pyc
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil_2.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/__init__.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/__init__.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/__init__.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/__init__.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/__init__.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/__init__.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/basecalloptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/basecalloptimizer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/basecalloptimizer.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/commentoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/commentoptimizer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/commentoptimizer.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/featureoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/featureoptimizer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/featureoptimizer.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/inlineoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/inlineoptimizer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/inlineoptimizer.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/privateoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/privateoptimizer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/privateoptimizer.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/propertyoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/propertyoptimizer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/propertyoptimizer.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/protectedoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/protectedoptimizer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/protectedoptimizer.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/stringoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/stringoptimizer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/stringoptimizer.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variableoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variableoptimizer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variableoptimizer.pyo
%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer.pyo
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer_2.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer_2.pyc
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer_2.pyo
%%DATADIR%%/tool/pylib/elementtree/ElementInclude.py
+%%DATADIR%%/tool/pylib/elementtree/ElementInclude.pyc
+%%DATADIR%%/tool/pylib/elementtree/ElementInclude.pyo
%%DATADIR%%/tool/pylib/elementtree/ElementPath.py
+%%DATADIR%%/tool/pylib/elementtree/ElementPath.pyc
+%%DATADIR%%/tool/pylib/elementtree/ElementPath.pyo
%%DATADIR%%/tool/pylib/elementtree/ElementTree.py
+%%DATADIR%%/tool/pylib/elementtree/ElementTree.pyc
+%%DATADIR%%/tool/pylib/elementtree/ElementTree.pyo
%%DATADIR%%/tool/pylib/elementtree/HTMLTreeBuilder.py
+%%DATADIR%%/tool/pylib/elementtree/HTMLTreeBuilder.pyc
+%%DATADIR%%/tool/pylib/elementtree/HTMLTreeBuilder.pyo
%%DATADIR%%/tool/pylib/elementtree/SgmlopXMLTreeBuilder.py
+%%DATADIR%%/tool/pylib/elementtree/SgmlopXMLTreeBuilder.pyc
+%%DATADIR%%/tool/pylib/elementtree/SgmlopXMLTreeBuilder.pyo
%%DATADIR%%/tool/pylib/elementtree/SimpleXMLTreeBuilder.py
+%%DATADIR%%/tool/pylib/elementtree/SimpleXMLTreeBuilder.pyc
+%%DATADIR%%/tool/pylib/elementtree/SimpleXMLTreeBuilder.pyo
%%DATADIR%%/tool/pylib/elementtree/SimpleXMLWriter.py
+%%DATADIR%%/tool/pylib/elementtree/SimpleXMLWriter.pyc
+%%DATADIR%%/tool/pylib/elementtree/SimpleXMLWriter.pyo
%%DATADIR%%/tool/pylib/elementtree/TidyHTMLTreeBuilder.py
+%%DATADIR%%/tool/pylib/elementtree/TidyHTMLTreeBuilder.pyc
+%%DATADIR%%/tool/pylib/elementtree/TidyHTMLTreeBuilder.pyo
%%DATADIR%%/tool/pylib/elementtree/TidyTools.py
+%%DATADIR%%/tool/pylib/elementtree/TidyTools.pyc
+%%DATADIR%%/tool/pylib/elementtree/TidyTools.pyo
%%DATADIR%%/tool/pylib/elementtree/XMLTreeBuilder.py
+%%DATADIR%%/tool/pylib/elementtree/XMLTreeBuilder.pyc
+%%DATADIR%%/tool/pylib/elementtree/XMLTreeBuilder.pyo
%%DATADIR%%/tool/pylib/elementtree/__init__.py
+%%DATADIR%%/tool/pylib/elementtree/__init__.pyc
+%%DATADIR%%/tool/pylib/elementtree/__init__.pyo
%%DATADIR%%/tool/pylib/generator/Context.py
+%%DATADIR%%/tool/pylib/generator/Context.pyc
+%%DATADIR%%/tool/pylib/generator/Context.pyo
%%DATADIR%%/tool/pylib/generator/Generator.py
+%%DATADIR%%/tool/pylib/generator/Generator.pyc
+%%DATADIR%%/tool/pylib/generator/Generator.pyo
%%DATADIR%%/tool/pylib/generator/__init__.py
+%%DATADIR%%/tool/pylib/generator/__init__.pyc
+%%DATADIR%%/tool/pylib/generator/__init__.pyo
%%DATADIR%%/tool/pylib/generator/action/ActionLib.py
+%%DATADIR%%/tool/pylib/generator/action/ActionLib.pyc
+%%DATADIR%%/tool/pylib/generator/action/ActionLib.pyo
%%DATADIR%%/tool/pylib/generator/action/ApiLoader.py
+%%DATADIR%%/tool/pylib/generator/action/ApiLoader.pyc
+%%DATADIR%%/tool/pylib/generator/action/ApiLoader.pyo
%%DATADIR%%/tool/pylib/generator/action/CodeProvider.py
+%%DATADIR%%/tool/pylib/generator/action/CodeProvider.pyc
+%%DATADIR%%/tool/pylib/generator/action/CodeProvider.pyo
%%DATADIR%%/tool/pylib/generator/action/ContribLoader.py
+%%DATADIR%%/tool/pylib/generator/action/ContribLoader.pyc
+%%DATADIR%%/tool/pylib/generator/action/ContribLoader.pyo
%%DATADIR%%/tool/pylib/generator/action/Locale.py
+%%DATADIR%%/tool/pylib/generator/action/Locale.pyc
+%%DATADIR%%/tool/pylib/generator/action/Locale.pyo
%%DATADIR%%/tool/pylib/generator/action/Wget.py
+%%DATADIR%%/tool/pylib/generator/action/Wget.pyc
+%%DATADIR%%/tool/pylib/generator/action/Wget.pyo
%%DATADIR%%/tool/pylib/generator/action/__init__.py
+%%DATADIR%%/tool/pylib/generator/action/__init__.pyc
+%%DATADIR%%/tool/pylib/generator/action/__init__.pyo
%%DATADIR%%/tool/pylib/generator/code/Class.py
+%%DATADIR%%/tool/pylib/generator/code/Class.pyc
+%%DATADIR%%/tool/pylib/generator/code/Class.pyo
%%DATADIR%%/tool/pylib/generator/code/CodeGenerator.py
+%%DATADIR%%/tool/pylib/generator/code/CodeGenerator.pyc
+%%DATADIR%%/tool/pylib/generator/code/CodeGenerator.pyo
%%DATADIR%%/tool/pylib/generator/code/DependencyItem.py
+%%DATADIR%%/tool/pylib/generator/code/DependencyItem.pyc
+%%DATADIR%%/tool/pylib/generator/code/DependencyItem.pyo
%%DATADIR%%/tool/pylib/generator/code/DependencyLoader.py
+%%DATADIR%%/tool/pylib/generator/code/DependencyLoader.pyc
+%%DATADIR%%/tool/pylib/generator/code/DependencyLoader.pyo
%%DATADIR%%/tool/pylib/generator/code/Package.py
+%%DATADIR%%/tool/pylib/generator/code/Package.pyc
+%%DATADIR%%/tool/pylib/generator/code/Package.pyo
%%DATADIR%%/tool/pylib/generator/code/Part.py
+%%DATADIR%%/tool/pylib/generator/code/Part.pyc
+%%DATADIR%%/tool/pylib/generator/code/Part.pyo
%%DATADIR%%/tool/pylib/generator/code/PartBuilder.py
+%%DATADIR%%/tool/pylib/generator/code/PartBuilder.pyc
+%%DATADIR%%/tool/pylib/generator/code/PartBuilder.pyo
%%DATADIR%%/tool/pylib/generator/code/Script.py
+%%DATADIR%%/tool/pylib/generator/code/Script.pyc
+%%DATADIR%%/tool/pylib/generator/code/Script.pyo
%%DATADIR%%/tool/pylib/generator/code/__init__.py
+%%DATADIR%%/tool/pylib/generator/code/__init__.pyc
+%%DATADIR%%/tool/pylib/generator/code/__init__.pyo
%%DATADIR%%/tool/pylib/generator/code/clazz/MClassCode.py
+%%DATADIR%%/tool/pylib/generator/code/clazz/MClassCode.pyc
+%%DATADIR%%/tool/pylib/generator/code/clazz/MClassCode.pyo
%%DATADIR%%/tool/pylib/generator/code/clazz/MClassDependencies.py
+%%DATADIR%%/tool/pylib/generator/code/clazz/MClassDependencies.pyc
+%%DATADIR%%/tool/pylib/generator/code/clazz/MClassDependencies.pyo
%%DATADIR%%/tool/pylib/generator/code/clazz/MClassHints.py
+%%DATADIR%%/tool/pylib/generator/code/clazz/MClassHints.pyc
+%%DATADIR%%/tool/pylib/generator/code/clazz/MClassHints.pyo
%%DATADIR%%/tool/pylib/generator/code/clazz/MClassI18N.py
+%%DATADIR%%/tool/pylib/generator/code/clazz/MClassI18N.pyc
+%%DATADIR%%/tool/pylib/generator/code/clazz/MClassI18N.pyo
%%DATADIR%%/tool/pylib/generator/code/clazz/MClassResources.py
+%%DATADIR%%/tool/pylib/generator/code/clazz/MClassResources.pyc
+%%DATADIR%%/tool/pylib/generator/code/clazz/MClassResources.pyo
%%DATADIR%%/tool/pylib/generator/code/clazz/__init__.py
+%%DATADIR%%/tool/pylib/generator/code/clazz/__init__.pyc
+%%DATADIR%%/tool/pylib/generator/code/clazz/__init__.pyo
%%DATADIR%%/tool/pylib/generator/code/qcEnvClass.py
+%%DATADIR%%/tool/pylib/generator/code/qcEnvClass.pyc
+%%DATADIR%%/tool/pylib/generator/code/qcEnvClass.pyo
%%DATADIR%%/tool/pylib/generator/config/Config.py
+%%DATADIR%%/tool/pylib/generator/config/Config.pyc
+%%DATADIR%%/tool/pylib/generator/config/Config.pyo
%%DATADIR%%/tool/pylib/generator/config/ConfigurationError.py
+%%DATADIR%%/tool/pylib/generator/config/ConfigurationError.pyc
+%%DATADIR%%/tool/pylib/generator/config/ConfigurationError.pyo
%%DATADIR%%/tool/pylib/generator/config/Defaults.py
+%%DATADIR%%/tool/pylib/generator/config/Defaults.pyc
+%%DATADIR%%/tool/pylib/generator/config/Defaults.pyo
%%DATADIR%%/tool/pylib/generator/config/GeneratorArguments.py
+%%DATADIR%%/tool/pylib/generator/config/GeneratorArguments.pyc
+%%DATADIR%%/tool/pylib/generator/config/GeneratorArguments.pyo
%%DATADIR%%/tool/pylib/generator/config/Job.py
+%%DATADIR%%/tool/pylib/generator/config/Job.pyc
+%%DATADIR%%/tool/pylib/generator/config/Job.pyo
%%DATADIR%%/tool/pylib/generator/config/Lang.py
+%%DATADIR%%/tool/pylib/generator/config/Lang.pyc
+%%DATADIR%%/tool/pylib/generator/config/Lang.pyo
%%DATADIR%%/tool/pylib/generator/config/Manifest.py
+%%DATADIR%%/tool/pylib/generator/config/Manifest.pyc
+%%DATADIR%%/tool/pylib/generator/config/Manifest.pyo
%%DATADIR%%/tool/pylib/generator/config/__init__.py
+%%DATADIR%%/tool/pylib/generator/config/__init__.pyc
+%%DATADIR%%/tool/pylib/generator/config/__init__.pyo
%%DATADIR%%/tool/pylib/generator/resource/AssetHint.py
+%%DATADIR%%/tool/pylib/generator/resource/AssetHint.pyc
+%%DATADIR%%/tool/pylib/generator/resource/AssetHint.pyo
%%DATADIR%%/tool/pylib/generator/resource/CombinedImage.py
+%%DATADIR%%/tool/pylib/generator/resource/CombinedImage.pyc
+%%DATADIR%%/tool/pylib/generator/resource/CombinedImage.pyo
%%DATADIR%%/tool/pylib/generator/resource/Image.py
+%%DATADIR%%/tool/pylib/generator/resource/Image.pyc
+%%DATADIR%%/tool/pylib/generator/resource/Image.pyo
%%DATADIR%%/tool/pylib/generator/resource/ImageClipping.py
+%%DATADIR%%/tool/pylib/generator/resource/ImageClipping.pyc
+%%DATADIR%%/tool/pylib/generator/resource/ImageClipping.pyo
%%DATADIR%%/tool/pylib/generator/resource/Library.py
+%%DATADIR%%/tool/pylib/generator/resource/Library.pyc
+%%DATADIR%%/tool/pylib/generator/resource/Library.pyo
%%DATADIR%%/tool/pylib/generator/resource/Resource.py
+%%DATADIR%%/tool/pylib/generator/resource/Resource.pyc
+%%DATADIR%%/tool/pylib/generator/resource/Resource.pyo
%%DATADIR%%/tool/pylib/generator/resource/ScriptFile.py
+%%DATADIR%%/tool/pylib/generator/resource/ScriptFile.pyc
+%%DATADIR%%/tool/pylib/generator/resource/ScriptFile.pyo
%%DATADIR%%/tool/pylib/generator/resource/__init__.py
+%%DATADIR%%/tool/pylib/generator/resource/__init__.pyc
+%%DATADIR%%/tool/pylib/generator/resource/__init__.pyo
%%DATADIR%%/tool/pylib/generator/runtime/Cache.py
+%%DATADIR%%/tool/pylib/generator/runtime/Cache.pyc
+%%DATADIR%%/tool/pylib/generator/runtime/Cache.pyo
%%DATADIR%%/tool/pylib/generator/runtime/Generatord.py
+%%DATADIR%%/tool/pylib/generator/runtime/Generatord.pyc
+%%DATADIR%%/tool/pylib/generator/runtime/Generatord.pyo
%%DATADIR%%/tool/pylib/generator/runtime/InterruptRegistry.py
+%%DATADIR%%/tool/pylib/generator/runtime/InterruptRegistry.pyc
+%%DATADIR%%/tool/pylib/generator/runtime/InterruptRegistry.pyo
%%DATADIR%%/tool/pylib/generator/runtime/Log.py
+%%DATADIR%%/tool/pylib/generator/runtime/Log.pyc
+%%DATADIR%%/tool/pylib/generator/runtime/Log.pyo
%%DATADIR%%/tool/pylib/generator/runtime/ShellCmd.py
+%%DATADIR%%/tool/pylib/generator/runtime/ShellCmd.pyc
+%%DATADIR%%/tool/pylib/generator/runtime/ShellCmd.pyo
%%DATADIR%%/tool/pylib/generator/runtime/__init__.py
+%%DATADIR%%/tool/pylib/generator/runtime/__init__.pyc
+%%DATADIR%%/tool/pylib/generator/runtime/__init__.pyo
%%DATADIR%%/tool/pylib/graph/__init__.py
+%%DATADIR%%/tool/pylib/graph/__init__.pyc
+%%DATADIR%%/tool/pylib/graph/__init__.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/__init__.py
+%%DATADIR%%/tool/pylib/graph/algorithms/__init__.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/__init__.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/accessibility.py
+%%DATADIR%%/tool/pylib/graph/algorithms/accessibility.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/accessibility.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/cycles.py
+%%DATADIR%%/tool/pylib/graph/algorithms/cycles.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/cycles.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/exceptions.py
+%%DATADIR%%/tool/pylib/graph/algorithms/exceptions.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/exceptions.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/filters/Find.py
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/Find.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/Find.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/filters/Null.py
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/Null.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/Null.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/filters/Radius.py
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/Radius.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/Radius.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/filters/__init__.py
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/__init__.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/__init__.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/generators.py
+%%DATADIR%%/tool/pylib/graph/algorithms/generators.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/generators.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Chow.py
+%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Chow.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Chow.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Euclidean.py
+%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Euclidean.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Euclidean.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/__init__.py
+%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/__init__.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/__init__.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/minmax.py
+%%DATADIR%%/tool/pylib/graph/algorithms/minmax.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/minmax.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/readwrite.py
+%%DATADIR%%/tool/pylib/graph/algorithms/readwrite.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/readwrite.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/searching.py
+%%DATADIR%%/tool/pylib/graph/algorithms/searching.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/searching.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/sorting.py
+%%DATADIR%%/tool/pylib/graph/algorithms/sorting.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/sorting.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/traversal.py
+%%DATADIR%%/tool/pylib/graph/algorithms/traversal.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/traversal.pyo
%%DATADIR%%/tool/pylib/graph/algorithms/utils.py
+%%DATADIR%%/tool/pylib/graph/algorithms/utils.pyc
+%%DATADIR%%/tool/pylib/graph/algorithms/utils.pyo
%%DATADIR%%/tool/pylib/graph/classes/Digraph.py
+%%DATADIR%%/tool/pylib/graph/classes/Digraph.pyc
+%%DATADIR%%/tool/pylib/graph/classes/Digraph.pyo
%%DATADIR%%/tool/pylib/graph/classes/Graph.py
+%%DATADIR%%/tool/pylib/graph/classes/Graph.pyc
+%%DATADIR%%/tool/pylib/graph/classes/Graph.pyo
%%DATADIR%%/tool/pylib/graph/classes/Hypergraph.py
+%%DATADIR%%/tool/pylib/graph/classes/Hypergraph.pyc
+%%DATADIR%%/tool/pylib/graph/classes/Hypergraph.pyo
%%DATADIR%%/tool/pylib/graph/classes/__init__.py
+%%DATADIR%%/tool/pylib/graph/classes/__init__.pyc
+%%DATADIR%%/tool/pylib/graph/classes/__init__.pyo
%%DATADIR%%/tool/pylib/misc/ExtMap.py
+%%DATADIR%%/tool/pylib/misc/ExtMap.pyc
+%%DATADIR%%/tool/pylib/misc/ExtMap.pyo
%%DATADIR%%/tool/pylib/misc/ExtendAction.py
+%%DATADIR%%/tool/pylib/misc/ExtendAction.pyc
+%%DATADIR%%/tool/pylib/misc/ExtendAction.pyo
%%DATADIR%%/tool/pylib/misc/ImmutableClass.py
+%%DATADIR%%/tool/pylib/misc/ImmutableClass.pyc
+%%DATADIR%%/tool/pylib/misc/ImmutableClass.pyo
%%DATADIR%%/tool/pylib/misc/NameSpace.py
+%%DATADIR%%/tool/pylib/misc/NameSpace.pyc
+%%DATADIR%%/tool/pylib/misc/NameSpace.pyo
%%DATADIR%%/tool/pylib/misc/Path.py
+%%DATADIR%%/tool/pylib/misc/Path.pyc
+%%DATADIR%%/tool/pylib/misc/Path.pyo
%%DATADIR%%/tool/pylib/misc/PathType.py
+%%DATADIR%%/tool/pylib/misc/PathType.pyc
+%%DATADIR%%/tool/pylib/misc/PathType.pyo
%%DATADIR%%/tool/pylib/misc/Trie.py
+%%DATADIR%%/tool/pylib/misc/Trie.pyc
+%%DATADIR%%/tool/pylib/misc/Trie.pyo
%%DATADIR%%/tool/pylib/misc/__init__.py
+%%DATADIR%%/tool/pylib/misc/__init__.pyc
+%%DATADIR%%/tool/pylib/misc/__init__.pyo
%%DATADIR%%/tool/pylib/misc/cldr.py
+%%DATADIR%%/tool/pylib/misc/cldr.pyc
+%%DATADIR%%/tool/pylib/misc/cldr.pyo
%%DATADIR%%/tool/pylib/misc/copytool.py
+%%DATADIR%%/tool/pylib/misc/copytool.pyc
+%%DATADIR%%/tool/pylib/misc/copytool.pyo
%%DATADIR%%/tool/pylib/misc/filetool.py
+%%DATADIR%%/tool/pylib/misc/filetool.pyc
+%%DATADIR%%/tool/pylib/misc/filetool.pyo
%%DATADIR%%/tool/pylib/misc/json.py
+%%DATADIR%%/tool/pylib/misc/json.pyc
+%%DATADIR%%/tool/pylib/misc/json.pyo
%%DATADIR%%/tool/pylib/misc/securehash.py
+%%DATADIR%%/tool/pylib/misc/securehash.pyc
+%%DATADIR%%/tool/pylib/misc/securehash.pyo
%%DATADIR%%/tool/pylib/misc/textutil.py
+%%DATADIR%%/tool/pylib/misc/textutil.pyc
+%%DATADIR%%/tool/pylib/misc/textutil.pyo
%%DATADIR%%/tool/pylib/misc/util.py
+%%DATADIR%%/tool/pylib/misc/util.pyc
+%%DATADIR%%/tool/pylib/misc/util.pyo
%%DATADIR%%/tool/pylib/polib/LICENSE
%%DATADIR%%/tool/pylib/polib/__init__.py
+%%DATADIR%%/tool/pylib/polib/__init__.pyc
+%%DATADIR%%/tool/pylib/polib/__init__.pyo
%%DATADIR%%/tool/pylib/polib/polib.py
+%%DATADIR%%/tool/pylib/polib/polib.pyc
+%%DATADIR%%/tool/pylib/polib/polib.pyo
%%DATADIR%%/tool/pylib/pyparse/LICENSE
%%DATADIR%%/tool/pylib/pyparse/__init__.py
+%%DATADIR%%/tool/pylib/pyparse/__init__.pyc
+%%DATADIR%%/tool/pylib/pyparse/__init__.pyo
%%DATADIR%%/tool/pylib/pyparse/pyparsing.py
+%%DATADIR%%/tool/pylib/pyparse/pyparsing.pyc
+%%DATADIR%%/tool/pylib/pyparse/pyparsing.pyo
%%DATADIR%%/tool/pylib/simplejson/LICENSE.txt
%%DATADIR%%/tool/pylib/simplejson/__init__.py
+%%DATADIR%%/tool/pylib/simplejson/__init__.pyc
+%%DATADIR%%/tool/pylib/simplejson/__init__.pyo
%%DATADIR%%/tool/pylib/simplejson/decoder.py
+%%DATADIR%%/tool/pylib/simplejson/decoder.pyc
+%%DATADIR%%/tool/pylib/simplejson/decoder.pyo
%%DATADIR%%/tool/pylib/simplejson/encoder.py
+%%DATADIR%%/tool/pylib/simplejson/encoder.pyc
+%%DATADIR%%/tool/pylib/simplejson/encoder.pyo
%%DATADIR%%/tool/pylib/simplejson/jsonfilter.py
+%%DATADIR%%/tool/pylib/simplejson/jsonfilter.pyc
+%%DATADIR%%/tool/pylib/simplejson/jsonfilter.pyo
%%DATADIR%%/tool/pylib/simplejson/scanner.py
+%%DATADIR%%/tool/pylib/simplejson/scanner.pyc
+%%DATADIR%%/tool/pylib/simplejson/scanner.pyo
%%DATADIR%%/tool/pylib/simplejson/tool.py
+%%DATADIR%%/tool/pylib/simplejson/tool.pyc
+%%DATADIR%%/tool/pylib/simplejson/tool.pyo
%%DATADIR%%/tool/pylib/textile/__init__.py
+%%DATADIR%%/tool/pylib/textile/__init__.pyc
+%%DATADIR%%/tool/pylib/textile/__init__.pyo
%%DATADIR%%/tool/pylib/textile/textile.py
+%%DATADIR%%/tool/pylib/textile/textile.pyc
+%%DATADIR%%/tool/pylib/textile/textile.pyo
%%DATADIR%%/tool/test/admin/repository.py
+%%DATADIR%%/tool/test/admin/repository.pyc
+%%DATADIR%%/tool/test/admin/repository.pyo
%%DATADIR%%/tool/test/compiler/test.py
+%%DATADIR%%/tool/test/compiler/test.pyc
+%%DATADIR%%/tool/test/compiler/test.pyo
%%DATADIR%%/tool/test/compiler/treegenerator.py
+%%DATADIR%%/tool/test/compiler/treegenerator.pyc
+%%DATADIR%%/tool/test/compiler/treegenerator.pyo
%%DATADIR%%/tool/test/config/default_jobs_and_keys/config.json
%%DATADIR%%/tool/test/config/job_extend1/Makefile
%%DATADIR%%/tool/test/config/job_extend1/config.json
@@ -10266,7 +10086,11 @@
%%DATADIR%%/tool/test/config/job_extend3/config_2.json
%%DATADIR%%/tool/test/config/job_extend3/readme.txt
%%DATADIR%%/tool/test/misc/copytool.py
+%%DATADIR%%/tool/test/misc/copytool.pyc
+%%DATADIR%%/tool/test/misc/copytool.pyo
%%DATADIR%%/tool/test/misc/filetool.py
+%%DATADIR%%/tool/test/misc/filetool.pyc
+%%DATADIR%%/tool/test/misc/filetool.pyo
%%DATADIR%%/tool/test/output/uri_handling1/Makefile
%%DATADIR%%/tool/test/output/uri_handling1/Manifest.json
%%DATADIR%%/tool/test/output/uri_handling1/config.json
@@ -10278,6 +10102,8 @@
%%DATADIR%%/tool/test/translation/translation_1/gui/compare/source/translation/en.po
%%DATADIR%%/tool/test/translation/translation_1/gui/config.json
%%DATADIR%%/tool/test/translation/translation_1/gui/generate.py
+%%DATADIR%%/tool/test/translation/translation_1/gui/generate.pyc
+%%DATADIR%%/tool/test/translation/translation_1/gui/generate.pyo
%%DATADIR%%/tool/test/translation/translation_1/gui/readme.txt
%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/Application.js
%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/test/DemoTest.js
@@ -10350,7 +10176,9 @@
@dirrm %%DATADIR%%/tool/doc/diagram
@dirrm %%DATADIR%%/tool/doc
@dirrm %%DATADIR%%/tool/data/py
-@dirrm %%DATADIR%%/tool/data/publish
+@dirrm %%DATADIR%%/tool/data/migration/2.0/patches
+@dirrm %%DATADIR%%/tool/data/migration/2.0/info
+@dirrm %%DATADIR%%/tool/data/migration/2.0
@dirrm %%DATADIR%%/tool/data/migration/1.6/patches
@dirrm %%DATADIR%%/tool/data/migration/1.6/info
@dirrm %%DATADIR%%/tool/data/migration/1.6
@@ -10457,14 +10285,17 @@
@dirrm %%DATADIR%%/framework/source/resource/qx/test/media
@dirrm %%DATADIR%%/framework/source/resource/qx/test
@dirrm %%DATADIR%%/framework/source/resource/qx/static
+@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less/ios
+@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less/common
+@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less/color
+@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less/basic
+@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less/android
+@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less
@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/js
@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/icon/ios
@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/icon/common
@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/icon/android
@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/icon
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/css/ios
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/css/common
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/css/android
@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/css
@dirrm %%DATADIR%%/framework/source/resource/qx/mobile
@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status
@@ -10619,6 +10450,8 @@
@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector
@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows
@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Indigo/font
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Indigo
@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/window
@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual
@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/tree
@@ -10681,7 +10514,6 @@
@dirrm %%DATADIR%%/framework/source/class/qx/ui/popup
@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/toolbar
@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/tabbar
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/page/manager
@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/page
@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/navigationbar
@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/navigation
@@ -10725,6 +10557,7 @@
@dirrm %%DATADIR%%/framework/source/class/qx/theme/simple
@dirrm %%DATADIR%%/framework/source/class/qx/theme/modern
@dirrm %%DATADIR%%/framework/source/class/qx/theme/manager
+@dirrm %%DATADIR%%/framework/source/class/qx/theme/indigo
@dirrm %%DATADIR%%/framework/source/class/qx/theme/icon
@dirrm %%DATADIR%%/framework/source/class/qx/theme/classic
@dirrm %%DATADIR%%/framework/source/class/qx/theme
@@ -10774,6 +10607,7 @@
@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/page
@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/navigationbar
@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/list
+@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/layout
@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/form
@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/embed
@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/dialog
@@ -10792,7 +10626,6 @@
@dirrm %%DATADIR%%/framework/source/class/qx/test/io/part
@dirrm %%DATADIR%%/framework/source/class/qx/test/io
@dirrm %%DATADIR%%/framework/source/class/qx/test/html
-@dirrm %%DATADIR%%/framework/source/class/qx/test/fx
@dirrm %%DATADIR%%/framework/source/class/qx/test/event/type
@dirrm %%DATADIR%%/framework/source/class/qx/test/event/message
@dirrm %%DATADIR%%/framework/source/class/qx/test/event/handler
@@ -10814,7 +10647,11 @@
@dirrm %%DATADIR%%/framework/source/class/qx/test/bom/element
@dirrm %%DATADIR%%/framework/source/class/qx/test/bom/client
@dirrm %%DATADIR%%/framework/source/class/qx/test/bom
+@dirrm %%DATADIR%%/framework/source/class/qx/test/application
@dirrm %%DATADIR%%/framework/source/class/qx/test
+@dirrm %%DATADIR%%/framework/source/class/qx/module/util
+@dirrm %%DATADIR%%/framework/source/class/qx/module/event
+@dirrm %%DATADIR%%/framework/source/class/qx/module
@dirrm %%DATADIR%%/framework/source/class/qx/log/appender
@dirrm %%DATADIR%%/framework/source/class/qx/log
@dirrm %%DATADIR%%/framework/source/class/qx/locale
@@ -10833,6 +10670,7 @@
@dirrm %%DATADIR%%/framework/source/class/qx/fx/effect/combination
@dirrm %%DATADIR%%/framework/source/class/qx/fx/effect
@dirrm %%DATADIR%%/framework/source/class/qx/fx
+@dirrm %%DATADIR%%/framework/source/class/qx/event/util
@dirrm %%DATADIR%%/framework/source/class/qx/event/type
@dirrm %%DATADIR%%/framework/source/class/qx/event/message
@dirrm %%DATADIR%%/framework/source/class/qx/event/handler
@@ -10862,11 +10700,6 @@
@dirrm %%DATADIR%%/framework/source
@dirrm %%DATADIR%%/framework/api/script
@dirrm %%DATADIR%%/framework/api/resource/qx/static
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/32/places
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/32/mimetypes
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/32
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/22/places
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/22/mimetypes
@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/22/apps
@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/22/actions
@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/22
@@ -10877,22 +10710,20 @@
@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/16
@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango
@dirrm %%DATADIR%%/framework/api/resource/qx/icon
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/window
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/tree
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/toolbar
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/tabview
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/table
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/splitpane
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/shadow
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/scrollbar
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/pane
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/menu
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/groupbox
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/form
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/cursors
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/colorselector
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern/arrows
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Modern
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/window
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/tree
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/tabview
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/table
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/splitpane
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/menu
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/cursors
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/colorselector
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/checkbox
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Indigo/font
+@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Indigo
@dirrm %%DATADIR%%/framework/api/resource/qx/decoration
@dirrm %%DATADIR%%/framework/api/resource/qx
@dirrm %%DATADIR%%/framework/api/resource/apiviewer/imagesCombined
@@ -10902,6 +10733,8 @@
@dirrm %%DATADIR%%/framework/api/resource
@dirrm %%DATADIR%%/framework/api
@dirrm %%DATADIR%%/framework
+@dirrm %%DATADIR%%/component/tutorials/website/step1
+@dirrm %%DATADIR%%/component/tutorials/website
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.5/source/translation
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.5/source/resource/twitter
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.5/source/resource
@@ -10919,6 +10752,16 @@
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4/source/class/twitter
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4/source/class
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4/source
+@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4.1/source/translation
+@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4.1/source/resource/twitter
+@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4.1/source/resource
+@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/theme
+@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/test
+@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter/simulation
+@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class/twitter
+@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4.1/source/class
+@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4.1/source
+@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4.1
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.4
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3/source/translation
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3/source/resource/twitter
@@ -10928,16 +10771,6 @@
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3/source/class/twitter
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3/source/class
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3/source
-@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3.1/source/translation
-@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3.1/source/resource/twitter
-@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3.1/source/resource
-@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/theme
-@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/test
-@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter/simulation
-@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class/twitter
-@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3.1/source/class
-@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3.1/source
-@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3.1
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.3
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.2/source/translation
@dirrm %%DATADIR%%/component/tutorials/twitter/step4.2/source/resource/twitter
@@ -11025,8 +10858,30 @@
@dirrm %%DATADIR%%/component/testrunner/source/class
@dirrm %%DATADIR%%/component/testrunner/source
@dirrm %%DATADIR%%/component/testrunner
+@dirrm %%DATADIR%%/component/standalone/website/test
+@dirrm %%DATADIR%%/component/standalone/website/script
+@dirrm %%DATADIR%%/component/standalone/website/api/script
+@dirrm %%DATADIR%%/component/standalone/website/api
+@dirrm %%DATADIR%%/component/standalone/website
+@dirrm %%DATADIR%%/component/standalone/storage
+@dirrm %%DATADIR%%/component/standalone/server/test/npm
+@dirrm %%DATADIR%%/component/standalone/server/test
+@dirrm %%DATADIR%%/component/standalone/server/script
+@dirrm %%DATADIR%%/component/standalone/server/npm
+@dirrm %%DATADIR%%/component/standalone/server
+@dirrm %%DATADIR%%/component/standalone/emitter
+@dirrm %%DATADIR%%/component/standalone
+@dirrm %%DATADIR%%/component/skeleton/website/test
+@dirrm %%DATADIR%%/component/skeleton/website
+@dirrm %%DATADIR%%/component/skeleton/server/source/translation
+@dirrm %%DATADIR%%/component/skeleton/server/source/resource/custom
+@dirrm %%DATADIR%%/component/skeleton/server/source/resource
+@dirrm %%DATADIR%%/component/skeleton/server/source/class/custom/test
+@dirrm %%DATADIR%%/component/skeleton/server/source/class/custom
+@dirrm %%DATADIR%%/component/skeleton/server/source/class
+@dirrm %%DATADIR%%/component/skeleton/server/source
+@dirrm %%DATADIR%%/component/skeleton/server
@dirrm %%DATADIR%%/component/skeleton/native/source/translation
-@dirrm %%DATADIR%%/component/skeleton/native/source/script
@dirrm %%DATADIR%%/component/skeleton/native/source/resource/custom
@dirrm %%DATADIR%%/component/skeleton/native/source/resource
@dirrm %%DATADIR%%/component/skeleton/native/source/class/custom/test
@@ -11035,7 +10890,6 @@
@dirrm %%DATADIR%%/component/skeleton/native/source
@dirrm %%DATADIR%%/component/skeleton/native
@dirrm %%DATADIR%%/component/skeleton/mobile/source/translation
-@dirrm %%DATADIR%%/component/skeleton/mobile/source/script
@dirrm %%DATADIR%%/component/skeleton/mobile/source/resource/custom/icon
@dirrm %%DATADIR%%/component/skeleton/mobile/source/resource/custom/css
@dirrm %%DATADIR%%/component/skeleton/mobile/source/resource/custom
@@ -11047,7 +10901,6 @@
@dirrm %%DATADIR%%/component/skeleton/mobile/source
@dirrm %%DATADIR%%/component/skeleton/mobile
@dirrm %%DATADIR%%/component/skeleton/inline/source/translation
-@dirrm %%DATADIR%%/component/skeleton/inline/source/script
@dirrm %%DATADIR%%/component/skeleton/inline/source/resource/custom
@dirrm %%DATADIR%%/component/skeleton/inline/source/resource
@dirrm %%DATADIR%%/component/skeleton/inline/source/class/custom/theme
@@ -11057,17 +10910,16 @@
@dirrm %%DATADIR%%/component/skeleton/inline/source/class
@dirrm %%DATADIR%%/component/skeleton/inline/source
@dirrm %%DATADIR%%/component/skeleton/inline
-@dirrm %%DATADIR%%/component/skeleton/gui/source/translation
-@dirrm %%DATADIR%%/component/skeleton/gui/source/script
-@dirrm %%DATADIR%%/component/skeleton/gui/source/resource/custom
-@dirrm %%DATADIR%%/component/skeleton/gui/source/resource
-@dirrm %%DATADIR%%/component/skeleton/gui/source/class/custom/theme
-@dirrm %%DATADIR%%/component/skeleton/gui/source/class/custom/test
-@dirrm %%DATADIR%%/component/skeleton/gui/source/class/custom/simulation
-@dirrm %%DATADIR%%/component/skeleton/gui/source/class/custom
-@dirrm %%DATADIR%%/component/skeleton/gui/source/class
-@dirrm %%DATADIR%%/component/skeleton/gui/source
-@dirrm %%DATADIR%%/component/skeleton/gui
+@dirrm %%DATADIR%%/component/skeleton/desktop/source/translation
+@dirrm %%DATADIR%%/component/skeleton/desktop/source/resource/custom
+@dirrm %%DATADIR%%/component/skeleton/desktop/source/resource
+@dirrm %%DATADIR%%/component/skeleton/desktop/source/class/custom/theme
+@dirrm %%DATADIR%%/component/skeleton/desktop/source/class/custom/test
+@dirrm %%DATADIR%%/component/skeleton/desktop/source/class/custom/simulation
+@dirrm %%DATADIR%%/component/skeleton/desktop/source/class/custom
+@dirrm %%DATADIR%%/component/skeleton/desktop/source/class
+@dirrm %%DATADIR%%/component/skeleton/desktop/source
+@dirrm %%DATADIR%%/component/skeleton/desktop
@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/translation
@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/resource/custom
@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/resource
@@ -11079,7 +10931,6 @@
@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class
@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source
@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/translation
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/script
@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/resource/custom/demo
@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/resource/custom
@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/resource
@@ -11094,16 +10945,6 @@
@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo
@dirrm %%DATADIR%%/component/skeleton/contribution/trunk
@dirrm %%DATADIR%%/component/skeleton/contribution
-@dirrm %%DATADIR%%/component/skeleton/bom
-@dirrm %%DATADIR%%/component/skeleton/basic/source/translation
-@dirrm %%DATADIR%%/component/skeleton/basic/source/script
-@dirrm %%DATADIR%%/component/skeleton/basic/source/resource/custom
-@dirrm %%DATADIR%%/component/skeleton/basic/source/resource
-@dirrm %%DATADIR%%/component/skeleton/basic/source/class/custom/test
-@dirrm %%DATADIR%%/component/skeleton/basic/source/class/custom
-@dirrm %%DATADIR%%/component/skeleton/basic/source/class
-@dirrm %%DATADIR%%/component/skeleton/basic/source
-@dirrm %%DATADIR%%/component/skeleton/basic
@dirrm %%DATADIR%%/component/skeleton
@dirrm %%DATADIR%%/component/simulator/tool/user-extensions
@dirrm %%DATADIR%%/component/simulator/tool/com/thoughtworks/selenium
@@ -11114,6 +10955,7 @@
@dirrm %%DATADIR%%/component/simulator/source/resource
@dirrm %%DATADIR%%/component/simulator/source/class/simulator/unit
@dirrm %%DATADIR%%/component/simulator/source/class/simulator/reporter
+@dirrm %%DATADIR%%/component/simulator/source/class/simulator/autounit
@dirrm %%DATADIR%%/component/simulator/source/class/simulator
@dirrm %%DATADIR%%/component/simulator/source/class
@dirrm %%DATADIR%%/component/simulator/source
@@ -11145,6 +10987,15 @@
@dirrm %%DATADIR%%/component/library/logpane/source/class
@dirrm %%DATADIR%%/component/library/logpane/source
@dirrm %%DATADIR%%/component/library/logpane
+@dirrm %%DATADIR%%/component/library/indigo/source/translation
+@dirrm %%DATADIR%%/component/library/indigo/source/resource/indigo/fonts
+@dirrm %%DATADIR%%/component/library/indigo/source/resource/indigo/css
+@dirrm %%DATADIR%%/component/library/indigo/source/resource/indigo
+@dirrm %%DATADIR%%/component/library/indigo/source/resource
+@dirrm %%DATADIR%%/component/library/indigo/source/class/indigo
+@dirrm %%DATADIR%%/component/library/indigo/source/class
+@dirrm %%DATADIR%%/component/library/indigo/source
+@dirrm %%DATADIR%%/component/library/indigo
@dirrm %%DATADIR%%/component/library/formdemo/source/translation
@dirrm %%DATADIR%%/component/library/formdemo/source/resource
@dirrm %%DATADIR%%/component/library/formdemo/source/class/qxc/application/formdemo
@@ -11221,10 +11072,9 @@
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/todo
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/translation
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/static/style/hacks
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/static/style
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/static/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/static/favicon
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/static/css
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/static
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/source
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons
@@ -11259,16 +11109,14 @@
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/form
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/dragdrop
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/databinding
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/animation
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/static/style/hacks
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/static/style
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/static/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/static/favicon
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/static/css
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/static
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist
@@ -11290,9 +11138,6 @@
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/actions
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/32/places
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/32/mimetypes
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/32
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/mimetypes
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes
@@ -11308,49 +11153,36 @@
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/window
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tree
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/toolbar
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/tabview
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/table
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/splitpane
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/shadow
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/scrollbar
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/pane
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/menu
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/groupbox
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/form
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/cursors
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/colorselector
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern/arrows
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Modern
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/tree
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/tabview
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/splitpane
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/menu
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/cursors
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/colorselector
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/checkbox
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Indigo/font
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Indigo
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/indigo/fonts
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/indigo/css
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/indigo
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal/source/translation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal/source/resource/portal/data
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal/source/resource/portal/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal/source/resource/portal
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal/source/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal/source/class/portal/dragdrop
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal/source/class/portal/box
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal/source/class/portal
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal/source/class
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/portal
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/translation
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/script
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/js
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/image
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/css
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/class/playground/view/gist
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/class/playground/view
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/class/playground/theme
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/class/playground/test
@@ -11371,12 +11203,6 @@
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/github/source/translation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/github/source/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/github/source/class/github
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/github/source/class
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/github/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/github
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/translation
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/script
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource/website
@@ -11479,6 +11305,9 @@
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/model
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/filter
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/dragdrop
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo
@@ -11488,18 +11317,17 @@
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/widget
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/tutorials
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/website
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/tool
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/server
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/mobile
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/migration
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/low_level
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/layout
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/introduction
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/gui_toolkit/ui_html_editing
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/gui_toolkit
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/getting_started
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/development
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/desktop/ui_html_editing
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/desktop/tutorials
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/desktop
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/data_binding
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/core
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/communication
@@ -11507,18 +11335,17 @@
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/widget
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/tutorials
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/website
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/tool
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/server
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/mobile
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/migration
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/low_level
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/layout
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/introduction
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/gui_toolkit/ui_html_editing
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/gui_toolkit
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/getting_started
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/development
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/desktop/ui_html_editing
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/desktop/tutorials
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/desktop
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/data_binding
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/core
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/communication
@@ -11544,12 +11371,9 @@
@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/0.7-beta3
@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/0.6.7
@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/decoration/Modern/treevirtual
-@exec mkdir -p %D/%%DATADIR%%/framework/source/class/qx/test/ui/control
-@exec mkdir -p %D/%%DATADIR%%/framework/source/class/qx/test/bom/client
-@exec mkdir -p %D/%%DATADIR%%/framework/source/class/qx/io/request/auth
+@exec mkdir -p %D/%%DATADIR%%/component/skeleton/server/source/resource/custom
@exec mkdir -p %D/%%DATADIR%%/component/skeleton/native/source/resource/custom
@exec mkdir -p %D/%%DATADIR%%/component/skeleton/mobile/source/resource/custom/icon
-@exec mkdir -p %D/%%DATADIR%%/component/skeleton/basic/source/resource/custom
@exec mkdir -p %D/%%DATADIR%%/component/simulator/source/translation
@exec mkdir -p %D/%%DATADIR%%/component/simulator/source/resource
@exec mkdir -p %D/%%DATADIR%%/component/library/versionlabel/source/resource
@@ -11562,7 +11386,5 @@
%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/showcase/source/resource/showcase/css
%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/playground/source/resource/playground/js
%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/playground/source/resource/playground/image
-%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/playground/source/class/playground/view/gist
-%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/github/source/resource
%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons
%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/pages