aboutsummaryrefslogtreecommitdiff
path: root/www/qooxdoo
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2010-12-11 08:46:05 +0000
committerNicola Vitale <nivit@FreeBSD.org>2010-12-11 08:46:05 +0000
commit9687c32d22f7dfafaad4268e28abc4762727bbe8 (patch)
treec2fbcffb2d80a5eac2568373a889d6fe14d9026c /www/qooxdoo
parent2cea147a1f4a5ab123dc37fb2a51ad55dddd6769 (diff)
downloadports-9687c32d22f7dfafaad4268e28abc4762727bbe8.tar.gz
ports-9687c32d22f7dfafaad4268e28abc4762727bbe8.zip
qooxdoo is a comprehensive and innovative Ajax application
framework. Leveraging object-oriented JavaScript allows developers to build impressive cross-browser applications. No HTML, CSS nor DOM knowledge is needed. It includes a platform-independent development tool chain, a state-of-the-art GUI toolkit and an advanced client-server communication layer. WWW: http://qooxdoo.org/
Notes
Notes: svn path=/head/; revision=266034
Diffstat (limited to 'www/qooxdoo')
-rw-r--r--www/qooxdoo/Makefile49
-rw-r--r--www/qooxdoo/distinfo2
-rw-r--r--www/qooxdoo/pkg-descr10
-rw-r--r--www/qooxdoo/pkg-plist9980
4 files changed, 10041 insertions, 0 deletions
diff --git a/www/qooxdoo/Makefile b/www/qooxdoo/Makefile
new file mode 100644
index 000000000000..b8e07059fd07
--- /dev/null
+++ b/www/qooxdoo/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: qooxdoo
+# Date created: 2010-12-10
+# Whom: Nicola Vitale <nivit@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= qooxdoo
+PORTVERSION= 1.3
+#PORTREVISION= 0
+CATEGORIES= www devel
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-current/${PORTVERSION}/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-sdk
+
+MAINTAINER= nivit@FreeBSD.org
+COMMENT= A comprehensive and innovative Ajax application framework
+
+FIND_FILES= ${WRKSRC} -type f -name "*.py" -print0
+FIND_FILES_BAK= ${WRKSRC} -type f -and \( -name "*.orig" -or -name "*.bak" \)
+
+NO_BUILD= yes
+
+QXDDIRS= component framework tool
+
+REINPLACE_ARGS= -i.bak -e 's,/usr/bin/env python,&${PYTHON_VER},'
+
+USE_PYTHON= -2.7
+USE_ZIP= yes
+
+XARGS_ARGS= -0
+
+post-patch:
+ ${FIND} ${FIND_FILES} | ${XARGS} ${XARGS_ARGS} ${REINPLACE_CMD}
+ ${FIND} ${FIND_FILES_BAK} -delete
+
+do-install:
+ ${MKDIR} ${DATADIR}
+.for D in ${QXDDIRS}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} ${D} ${DATADIR}
+.endfor
+.if !defined(NOPORTDOCS)
+ cd ${WRKSRC}/documentation/manual && ${COPYTREE_SHARE} . ${DOCSDIR}
+.endif
+.if !defined(NOPORTEXAMPLES)
+ cd ${WRKSRC}/application && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
+.endif
+ ${LN} -s ${DATADIR}/tool/bin/create-application.py ${PREFIX}/bin/create-application.py
+
+.include <bsd.port.mk>
diff --git a/www/qooxdoo/distinfo b/www/qooxdoo/distinfo
new file mode 100644
index 000000000000..2210df1c1a06
--- /dev/null
+++ b/www/qooxdoo/distinfo
@@ -0,0 +1,2 @@
+SHA256 (qooxdoo-1.3-sdk.zip) = 9a7be627c8bf3252c148ab9b9cd09604389510ddd51325e85c55b540a56552f7
+SIZE (qooxdoo-1.3-sdk.zip) = 29895070
diff --git a/www/qooxdoo/pkg-descr b/www/qooxdoo/pkg-descr
new file mode 100644
index 000000000000..c3e1f8cc8439
--- /dev/null
+++ b/www/qooxdoo/pkg-descr
@@ -0,0 +1,10 @@
+qooxdoo is a comprehensive and innovative Ajax application
+framework. Leveraging object-oriented JavaScript allows developers to
+build impressive cross-browser applications. No HTML, CSS nor DOM
+knowledge is needed.
+
+It includes a platform-independent development tool chain, a
+state-of-the-art GUI toolkit and an advanced client-server
+communication layer.
+
+WWW: http://qooxdoo.org/
diff --git a/www/qooxdoo/pkg-plist b/www/qooxdoo/pkg-plist
new file mode 100644
index 000000000000..1c7cfcbe03cc
--- /dev/null
+++ b/www/qooxdoo/pkg-plist
@@ -0,0 +1,9980 @@
+@comment $FreeBSD$
+bin/create-application.py
+%%PORTDOCS%%%%DOCSDIR%%/_downloads/databindingcheatsheet.pdf
+%%PORTDOCS%%%%DOCSDIR%%/_images/api_viewer.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/apiviewer-example.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/apiviewer.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/architecture_ui_new.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/atom.jpg
+%%PORTDOCS%%%%DOCSDIR%%/_images/basic.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/button.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/canvas.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/canvas1.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/checkbox.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/chrome.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/codesampleform.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/combobox.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/complex_menu.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/context_menu.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/cygwin.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/databindingarchitecture.jpg
+%%PORTDOCS%%%%DOCSDIR%%/_images/datefield.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/debug_application.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/demobrowser.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/dock.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/doublerenderer.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/eventhandler.jpg
+%%PORTDOCS%%%%DOCSDIR%%/_images/feedreader.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/ff.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/file_menu.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/flow.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/grid.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/groupbox_clipping.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/iform.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/iformvalue.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/iframe.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/image.jpg
+%%PORTDOCS%%%%DOCSDIR%%/_images/imodel.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/imodelselection.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/inspector.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_console_window.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_objects_window.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_properties_window.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_selenese_window.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_selenium_command_table.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_selenium_toolbar.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_selenium_window.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_widgets_window.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/irange.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/label.jpg
+%%PORTDOCS%%%%DOCSDIR%%/_images/linux.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/list.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/macosx.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/menu.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/menu_uml.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/menubar.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/menubutton.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/new_selection_api.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/opera.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/passwordfield.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/placeholderrenderer.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/playground.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/popup.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/portal.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/progressbar.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/resetter.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/resizer.jpg
+%%PORTDOCS%%%%DOCSDIR%%/_images/running_application.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-createmodel-473x400.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/selectbox.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/serialization.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/showcase.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/singlerenderer.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/step21.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/step3.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/step41.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/step42.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/table.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/table_uml.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/tabview.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner1.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/textfield.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/togglebuttom.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/toolbar.jpg
+%%PORTDOCS%%%%DOCSDIR%%/_images/toolbar_uml.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/twittermockup1.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/validationmanager.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/virtuallist.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/webkit_bug.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/widget.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/window.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/window_classic_theme.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/window_modern_theme.png
+%%PORTDOCS%%%%DOCSDIR%%/_images/windows.png
+%%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/apiviewer.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/demobrowser.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/feedreader.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/inspector.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/inspector_selenium.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/playground.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/portal.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/showcase.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/testrunner.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/remote_io.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/rpc.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/rpc_java.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/rpc_perl.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/rpc_php.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/rpc_python.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/rpc_server_writer_guide.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/array.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/class_quickref.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/classes.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/defining_properties.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/framework_jobs.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/interface_quickref.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/interfaces.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/mixin_quickref.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/mixins.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/oo_feature_summary.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/oo_introduction.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/properties_quickref.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/property_behavior.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/property_features.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/settings.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/understanding_properties.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/variants.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/controller.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/data_binding.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/single_value_binding.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/stores.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/antipatterns.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/aspects_template.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/debugging.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/development_tools.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/enterprise_application_development.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/logging.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/memory_management.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/parts_overview.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/parts_using.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/profiling.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/reporting_bugs.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/simulator.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/unit_testing.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/variants.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_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_theming.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/gui_toolkit/ui_using_themes_of_contribs.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/license.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/basic.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/box.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/canvas.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/dock.txt
+%%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/event_layer_impl.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/focus_layer_impl.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/qooxdoo_animation.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/low_level/setup_a_low-level_library.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/migration.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/migration/migration_config.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/migration/migration_guide.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/migration/migration_guide_from_07.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/migration/migration_makefile.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/migration/migration_notes_from_07.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/migration/migration_support.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/references.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/centering_a_window.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/compress_qooxdoo.js_without_mod_deflate.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/demobrowser.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/different_application_root.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/focusing_a_widget_in_a_window.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/how_do_i_enable_the_browser_context_menu.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/how_do_i_see_html_created_by_qooxdoo.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/implementing_a_contextmenu.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/problems_with_this_in_event_handlers.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/setting_a_different_application_root.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/toctree.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/transparent_colors.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/user-defined_data.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/snippets/using_complex_namespaces.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/astlets.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_config.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_config_articles.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_config_background.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_config_howto.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_config_macros.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_config_ref.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_default_jobs.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator_usage.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/source_code_validation.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/tools_beyond_python_sdk.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.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tutorials/tutorial-part-4-3.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_form_handling2/namespace.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/available_shortcuts.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/browser_bugs.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/copy_and_paste.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/default_paragraph_handling.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/featurelist.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/html_editing_in_general.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/integration_guide.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/list_handling.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/paragraph_handling.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/recommendations.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/technicalfeaturelist.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/textalign.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/ui_html_editing/undo_redo.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/atom.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/button.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/canvas.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/checkbox.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/combobox.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/composite.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/datefield.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/groupbox.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/hoverbutton.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/html.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/iframe.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/image.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/label.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/list.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/menu.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/menubar.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/menubutton.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/passwordfield.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/popup.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/progressbar.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/repeatbutton.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/resizer.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/scroll.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/scrollbar.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/selectbox.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/slidebar.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/slider.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/spacer.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/spinner.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/splitbutton.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/splitpane.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/stack.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/table.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/table_remote_model.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/tabview.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/template.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/textarea.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/textfield.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/themediframe.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/toctree.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/togglebutton.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/toolbar.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/tooltip.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/tree.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/virtuallist.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/widget_ref.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/window.txt
+%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css
+%%PORTDOCS%%%%DOCSDIR%%/_static/colorstrip.gif
+%%PORTDOCS%%%%DOCSDIR%%/_static/contentbackground.gif
+%%PORTDOCS%%%%DOCSDIR%%/_static/default.css
+%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js
+%%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/underscore.js
+%%PORTDOCS%%%%DOCSDIR%%/genindex.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/objects.inv
+%%PORTDOCS%%%%DOCSDIR%%/pages/application.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/application/apiviewer.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/application/demobrowser.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/application/feedreader.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/application/inspector.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/application/inspector_selenium.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/application/playground.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/application/portal.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/application/showcase.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/application/testrunner.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/communication.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/communication/remote_io.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/communication/rpc.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/communication/rpc_java.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/communication/rpc_perl.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/communication/rpc_php.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/communication/rpc_python.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/communication/rpc_server_writer_guide.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/array.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/class_quickref.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/classes.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/defining_properties.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/framework_jobs.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/interface_quickref.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/interfaces.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/mixin_quickref.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/mixins.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/oo_feature_summary.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/oo_introduction.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/properties_quickref.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/property_behavior.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/property_features.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/settings.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/understanding_properties.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/core/variants.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/controller.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/data_binding.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/single_value_binding.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/stores.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/antipatterns.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/aspects_template.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/debugging.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/development_tools.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/enterprise_application_development.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/logging.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/memory_management.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/parts_overview.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/parts_using.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/profiling.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/reporting_bugs.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/simulator.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/unit_testing.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/development/variants.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_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_theming.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/gui_toolkit/ui_using_themes_of_contribs.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/license.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/layout.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/layout/basic.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/layout/box.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/layout/canvas.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/layout/dock.html
+%%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/event_layer_impl.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/focus_layer_impl.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/qooxdoo_animation.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/low_level/setup_a_low-level_library.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/migration.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/migration/migration_config.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/migration/migration_guide.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/migration/migration_guide_from_07.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/migration/migration_makefile.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/migration/migration_notes_from_07.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/migration/migration_support.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/references.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/centering_a_window.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/compress_qooxdoo.js_without_mod_deflate.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/demobrowser.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/different_application_root.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/focusing_a_widget_in_a_window.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/how_do_i_enable_the_browser_context_menu.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/how_do_i_see_html_created_by_qooxdoo.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/implementing_a_contextmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/problems_with_this_in_event_handlers.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/setting_a_different_application_root.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/toctree.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/transparent_colors.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/user-defined_data.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/snippets/using_complex_namespaces.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/astlets.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_config.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_config_articles.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_config_background.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_config_howto.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_config_macros.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_config_ref.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_default_jobs.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator_usage.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/source_code_validation.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tool/tools_beyond_python_sdk.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.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/tutorials/tutorial-part-4-3.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_form_handling2/namespace.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/available_shortcuts.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/browser_bugs.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/copy_and_paste.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/default_paragraph_handling.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/featurelist.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/html_editing_in_general.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/integration_guide.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/list_handling.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/paragraph_handling.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/recommendations.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/technicalfeaturelist.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/textalign.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/ui_html_editing/undo_redo.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/atom.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/button.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/canvas.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/checkbox.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/combobox.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/composite.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/datefield.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/groupbox.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/hoverbutton.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/html.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/iframe.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/image.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/label.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/list.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/menu.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/menubar.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/menubutton.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/passwordfield.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/popup.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/progressbar.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/repeatbutton.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/resizer.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/scroll.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/scrollbar.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/selectbox.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/slidebar.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/slider.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/spacer.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/spinner.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/splitbutton.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/splitpane.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/stack.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/table.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/table_remote_model.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/tabview.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/template.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/textarea.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/textfield.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/themediframe.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/toctree.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/togglebutton.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/toolbar.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/tooltip.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/tree.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/virtuallist.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/widget_ref.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/widget/window.html
+%%PORTDOCS%%%%DOCSDIR%%/qooxdoo.pdf
+%%PORTDOCS%%%%DOCSDIR%%/search.html
+%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/Manifest.demo.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/Manifest.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/config.demobrowser.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/config.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/generate.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/image.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/Appearance.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/Application.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/DemoBrowser.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/Manifest.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/Readme.js
+%%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/AttributeStyle_1.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/AttributeStyle_2.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/Client.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
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Flash.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/HtmlArea.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Iframe.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Input.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Label.js
+%%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/Multimedia.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Overflow.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Request.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/Viewport.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Viewport_StandardMode.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Window.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
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Flickr.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Form.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/FormAndListController.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/FormController.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Gears.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/JsonToList.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/JsonToTree.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ListController.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ListControllerWith3Widgets.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ListControllerWithFilter.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ListControllerWithObjects.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ModelDebugging.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/NamesList.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/OwnCodeInModel.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/SearchAsYouType.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/SelectBox.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/SingleValueBinding.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/TreeController.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Tree_Columns.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Twitter.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/filter/SearchAsYouTypeFilter.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/model/Node.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/model/Person.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/ElementResize.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/Event.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/EventDemo.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/Event_Bubbling.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/Event_Bus.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/Event_Iframe.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/Focus.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/KeyEvent.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/KeyEvent_LowLevel.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/MouseEvent.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/MouseEvent_LowLevel.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Basic.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Canvas_Fixed.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Canvas_LeftRight.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Canvas_MinMaxSizes.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Canvas_Percent.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_AutoSize.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_FlexGrowing.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_FlexShrinking.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_Margin.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_PercentSize.js
+%%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
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_Flex.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_Margin.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_NegativeMargin.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_Percent.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_Reversed.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_Separator.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_ShrinkY.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HSplit.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/ManualLayout.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Spacer_Grid.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Spacer_HBox.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_Flex.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_Margin.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_NegativeMargin.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_Percent.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_Reversed.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_Separator.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_ShrinkX.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VSplit.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/mobile/Fingers.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/mobile/PingPong.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/mobile/ScaleImage.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveLoader.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable_Boolean.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable_Conditional.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable_Html.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable_Mouseover.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable_VarRowHeight.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root/Application.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root/Inline.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root/Inline_Dynamic_Resize.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root/Inline_Window.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root/Page.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Browser.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Calculator.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Dialog.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Form.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Localization.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Maps.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Translation.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/MUtil.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/RemoteTableModel.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/TableDemo.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Cell_Editor.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Conditional.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Context_Menu.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Events.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Filtered_Model.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Huge.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Meta_Columns.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Remote_Model.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Resize_Columns.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Selection.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Window_Editor.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ChildrenHandling.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Decoration_UseCases.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Decorator_Box.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Destructor.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Destructor_Flash.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Element_1.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Element_2.js
+%%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/Opacity.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ResizeEvent.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ScrollContainer_EdgeCaseHeight.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ScrollContainer_EdgeCaseWidth.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ScrollContainer_ResizeMatch.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/SelectBox_EdgeCases.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Style.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_CellEditor.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_CellRenderer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_FocusIndicator.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_Header.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_HeaderRenderer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_Pane.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_RowRenderer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_Scroller.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/TimerManager.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Tokenizer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Touch.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/UIDeclaration.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Validation.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Virtual_List.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Virtual_ListBinding.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/io_HttpRequest.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/io_ImageLoader.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/treevirtual/TreeVirtual.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/treevirtual/TreeVirtual_Events.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/treevirtual/TreeVirtual_Multiple_Columns.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/treevirtual/TreeVirtual_Selections.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Command.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Cursor.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Decoration.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/DragDrop.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FiniteStateMachine.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Font.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormInvalids.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormRenderer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormRendererCustom.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormRendererDouble.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormRendererPlaceholder.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormValidator.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/HeightForWidth.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Label_Reflow.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/MultiPageForm.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/NativeContextMenu.js
+%%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/WidgetOverview.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/MControls.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/TabView.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/pages/Basic.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/pages/Control.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/pages/Embed.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/pages/EmbedFrame.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/pages/Form.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/pages/ToolBar.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/FSMMaze.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/FSMMouse.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/LayoutApplication.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/LayoutPropertyGroup.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/PropertyEditor.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/PropertyGroup.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/CellEvents.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/CellSpan.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Cells.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Complex.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/DemoLayer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/ExtendedList.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Gallery.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/GroupedList.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/HeaderSimple.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/List.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/ListWithFilter.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Messenger.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Pane_Column.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Pane_GridLines.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Pane_Row.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/RowHeader.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Selection.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Table.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/list/List.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/list/ListItem.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/messenger/Buddy.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/messenger/BuddyCell.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/messenger/BuddyModel.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/messenger/Controller.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/messenger/GroupCell.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/messenger/GroupModel.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/messenger/Roster.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/model/Item.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Atom.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Button.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Canvas.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/CheckBox.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ColorPopup.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ColorSelector.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ComboBox.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/DateChooser.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/DateField.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Desktop.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Flash.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/GroupBox.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/HtmlArea.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/HtmlEmbed.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Iframe.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Image.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Label.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/List.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Menu.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/MenuBar.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Popup.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ProgressBar.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/RadioButton.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/RadioButtonGroup.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Resizer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ScrollBar.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/SelectBox.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/SlideBar.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Slider.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Spinner.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/SplitPane.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/StackContainer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/TabView.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/TextField.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ToolBar.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Tooltip.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Tree.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Tree_Columns.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Window.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Login.html
+%%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/AttributeStyle_1.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/AttributeStyle_2.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Background.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Blocker.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Client.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
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Flash.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/HtmlArea.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Iframe.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Input.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Label.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Location.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Location_StandardMode.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Multimedia.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Overflow.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Request.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/Viewport.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Viewport_StandardMode.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Window.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/blank.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ExtendedList.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ExtendedTree.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Finder.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Flickr.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Form.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/FormAndListController.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/FormController.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Gears.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/JsonToList.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/JsonToTree.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ListController.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ListControllerWith3Widgets.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ListControllerWithFilter.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ListControllerWithObjects.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ModelDebugging.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/NamesList.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/OwnCodeInModel.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/SearchAsYouType.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/SelectBox.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/SingleValueBinding.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/TreeController.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Tree_Columns.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Twitter.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/json/finder.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/json/list.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/json/persons.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/json/tree.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/ElementResize.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/Event.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/Event_Bubbling.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/Event_Bus.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/Event_Iframe.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/Focus.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/KeyEvent.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/KeyEvent_LowLevel.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/MouseEvent.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/MouseEvent_LowLevel.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/data/Empty_1.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/data/Event_2_frame.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/data/logger.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/helper.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Basic.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Canvas_Fixed.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Canvas_LeftRight.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Canvas_MinMaxSizes.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Canvas_Percent.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_AutoSize.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_FlexGrowing.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_FlexShrinking.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_Margin.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_PercentSize.html
+%%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
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_Flex.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_Margin.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_NegativeMargin.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_Percent.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_Reversed.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_Separator.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_ShrinkY.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HSplit.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/ManualLayout.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Spacer_Grid.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Spacer_HBox.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_Flex.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_Margin.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_NegativeMargin.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_Percent.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_Reversed.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_Separator.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_ShrinkX.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VSplit.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/mobile/Fingers.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/mobile/PingPong.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/mobile/ScaleImage.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveLoader.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable_Boolean.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable_Conditional.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable_Html.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable_Mouseover.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable_VarRowHeight.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/root/Application.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/root/Inline.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/root/Inline_Dynamic_Resize.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/root/Inline_Window.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/root/Page.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Browser.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Calculator.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Dialog.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Form.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Localization.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Maps.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Translation.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Cell_Editor.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Conditional.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Context_Menu.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Events.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Filtered_Model.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Huge.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Meta_Columns.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Remote_Model.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Resize_Columns.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Selection.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Window_Editor.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ChildrenHandling.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Decoration_UseCases.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Decorator_Box.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Destructor.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Destructor_Flash.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Element_1.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Element_2.html
+%%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/Opacity.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ResizeEvent.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ScrollContainer_EdgeCaseHeight.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ScrollContainer_EdgeCaseWidth.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ScrollContainer_ResizeMatch.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/SelectBox_EdgeCases.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Style.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_CellEditor.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_CellRenderer.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_FocusIndicator.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_Header.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_HeaderRenderer.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_Pane.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_RowRenderer.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_Scroller.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/TestFlash.swf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/TimerManager.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Tokenizer.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Touch.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/UIDeclaration.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Validation.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Virtual_List.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Virtual_ListBinding.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/io_HttpRequest.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/io_ImageLoader.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/treevirtual/TreeVirtual.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/treevirtual/TreeVirtual_Events.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/treevirtual/TreeVirtual_Multiple_Columns.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/treevirtual/TreeVirtual_Selections.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Command.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Cursor.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Decoration.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/DragDrop.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FiniteStateMachine.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Font.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormInvalids.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormRenderer.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormRendererCustom.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormRendererDouble.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormRendererPlaceholder.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormValidator.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/HeightForWidth.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Label_Reflow.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/MultiPageForm.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/NativeContextMenu.html
+%%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/WidgetOverview.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/CellEvents.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/CellSpan.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Cells.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Complex.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/ExtendedList.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Gallery.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/GroupedList.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/HeaderSimple.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/List.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/ListWithFilter.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Messenger.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Pane_Column.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Pane_GridLines.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Pane_Row.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Selection.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Table.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/json/persons.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/welcome.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Atom.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Button.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Canvas.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/CheckBox.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ColorPopup.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ColorSelector.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ComboBox.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/DateChooser.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/DateField.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Desktop.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Flash.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/GroupBox.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/HtmlArea.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/HtmlEmbed.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Iframe.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Image.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Label.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/List.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Menu.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/MenuBar.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Popup.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ProgressBar.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/RadioButton.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/RadioButtonGroup.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Resizer.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ScrollBar.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/SelectBox.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/SlideBar.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Slider.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Spinner.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/SplitPane.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/StackContainer.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/TabView.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/TextField.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ToolBar.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Tooltip.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Tree.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Tree_Columns.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Window.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/blank.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/index.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/backend/remote_table.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/css/sourceview.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/css/style.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/background/gradient-pressed.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/background/gradient.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/background/gradients.svg
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/FlashVersion.swf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/TestFlash.mxml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/TestFlash.swf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/build.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/fo_tester.fla
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/fo_tester.swf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/html/ModalWindow.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/feed-reader.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-indent-less.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-indent-more.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-justify-center.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-justify-fill.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-justify-left.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-justify-right.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/graphics-viewer-document.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/format-fill-color.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/format-list-ordered.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/format-list-unordered.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/format-text-color.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/insert-horizontal-rule.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/insert-table.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/insert-text.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/qooxdoo_logo.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons/christian_schmidt.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons/fabian_jakobs.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons/jonathan_weiss.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons/martin_wittemann.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons/readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons/status_away.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons/status_busy.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons/status_offline.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons/status_online.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons/user_add.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons/user_delete.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/multimedia-player-disabled.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/multimedia-player.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/mobile/qooxdoo-logo.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/alphaPNG.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/combined/icons22.meta
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/combined/icons22.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/combined/thumbs.meta
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/combined/thumbs.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/demobrowser_thumb.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/feedreader_thumb.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/logo.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-hor-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-hor-l.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-hor-r.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-hor.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-vert-b.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-vert-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-vert-t.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-vert.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/FsmMiceMaze.flw
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/FsmMiceMaze.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/mouse-east.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/mouse-north.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/mouse-south.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/mouse-west.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/welcome/feedreader.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/welcome/playground.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/welcome/portal.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/welcome/showcase.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/C.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/de.po
+%%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
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/tool/gendata.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/tool/tmpl.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/Manifest.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/config.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/generate.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/image.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/Application.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/__init__.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/io/FeedLoader.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/io/__init__.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/model/Feed.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/model/FeedFolder.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/model/__init__.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/AddFeedWindow.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/Article.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/Header.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/List.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/PreferenceWindow.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/ToolBar.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/__init__.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/index.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/css/reader.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/combined/icons16.meta
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/combined/icons16.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/combined/icons22.meta
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/combined/icons22.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/loading22.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/loading66.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/C.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/de.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/en.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/es.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/fr.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/it.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/nl.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/ro.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/sv.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/Manifest.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/config.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/generate.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/Application.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/Samples.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/test/Toolbar.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/Editor.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/Header.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/Log.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/PlayArea.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/Toolbar.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/gist/CheckBox.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/gist/GistMenu.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/gist/MenuButton.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/gist/TextMenuItem.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/gist/UserNameMenuItem.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/Document.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/Editor.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/KeyBinding.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/Range.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/RenderLoop.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/ScrollBar.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/Search.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/Selection.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/TextInput.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/Tokenizer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/UndoManager.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/background_tokenizer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/commands/default_commands.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/conf/keybindings/default_mac.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/conf/keybindings/default_win.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/css/editor.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/event_emitter.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/layer/Cursor.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/layer/Gutter.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/layer/Marker.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/layer/Text.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/lib/core.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/lib/dom.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/lib/event.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/lib/lang.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/lib/oop.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/Css.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/Html.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/JavaScript.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/Text.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/Xml.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/css_highlight_rules.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/doc_comment_highlight_rules.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/html_highlight_rules.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/javascript_highlight_rules.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/matching_brace_outdent.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/text_highlight_rules.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode/xml_highlight_rules.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/plugin_manager.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/MockRenderer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/all.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/assertions.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/change_document_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/document_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/event_emitter_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/mode/css_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/mode/css_tokenizer_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/mode/html_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/mode/html_tokenizer_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/mode/javascript_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/mode/javascript_tokenizer_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/mode/text_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/mode/xml_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/mode/xml_tokenizer_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/navigation_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/range_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/search_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/selection_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/text_edit_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/virtual_renderer_test.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/Clouds.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/Cobalt.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/Dawn.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/Eclipse.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/Monokai.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/TextMate.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/Twilight.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/clouds_mignight.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/eclipse.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/idle_fingers.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/kr_theme.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/mono_industrial.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/theme/tm.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/virtual_renderer.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/images/loading.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/images/logo_gist.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/de.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/en.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/ro.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/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/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/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/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
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/bookmark-new.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/check-spelling.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/contact-new.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/dialog-apply.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/dialog-cancel.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/dialog-close.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/dialog-ok.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-new.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-open-recent.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-open.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-print-preview.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-print.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-properties.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-revert.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-save-as.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-save.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-send.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-clear.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-copy.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-cut.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-delete.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-find.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-paste.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-redo.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-select-all.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-undo.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/folder-new.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-indent-less.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-indent-more.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-justify-center.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-justify-fill.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-justify-left.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-justify-right.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-bold.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-direction-ltr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-direction-rtl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-italic.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-strikethrough.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-underline.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-bottom.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-down.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-first.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-home.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-last.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-next.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-previous.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-top.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-up.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/help-about.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/help-contents.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/help-faq.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/insert-image.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/insert-link.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/insert-text.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/list-add.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/list-remove.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-forward.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-mark-important.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-mark-junk.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-mark-read.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-mark-unread.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-message-new.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-receive.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-reply-all.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-reply-sender.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-send.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-eject.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-playback-pause.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-playback-start.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-playback-stop.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-record.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-seek-backward.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-seek-forward.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-skip-backward.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-skip-forward.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/object-flip-horizontal.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/object-flip-vertical.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/object-rotate-left.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/object-rotate-right.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/process-stop.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/system-log-out.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/system-run.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/system-search.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/system-shutdown.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/view-fullscreen.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/view-refresh.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/view-restore.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/view-sort-ascending.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/view-sort-descending.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/window-close.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/window-new.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/zoom-fit-best.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/zoom-in.png
+%%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/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
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/actions/document-send.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/actions/mail-mark-important.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/actions/mail-mark-junk.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/actions/mail-message-new.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/apps/internet-mail.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/apps/office-chart.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/devices/drive-harddisk.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/devices/drive-optical.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
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/network-server.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/network-workgroup.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/user-desktop.png
+%%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
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/battery.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/camera-photo.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/camera-web.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/computer.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/display.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/drive-harddisk.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/drive-optical.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/input-keyboard.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/input-mouse.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/media-flash.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/media-optical.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/multimedia-player.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/network-wired.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/network-wireless.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/pda.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/phone.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/printer.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/scanner.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/static/blank.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/static/blank.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/animation/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/databinding/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/databinding/twitter_logo_outline.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/dragdrop/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/form/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/htmleditor/format-list-ordered.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/htmleditor/format-list-unordered.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/htmleditor/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/de.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/en.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/es.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/nl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/contentbackground.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/headerback.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/loading66.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-hor-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-hor-l.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-hor-r.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-hor.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-vert-b.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-vert-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-vert-t.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-vert.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/welcome.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/table/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/affe.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-b.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-bl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-br.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-combined-lr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-combined-tb.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-l.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-b.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-bl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-br.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-l.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-r.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-t.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-tl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-tr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-r.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-t.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-tl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-tr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-b.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-bl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-br.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-combined-lr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-combined-tb.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-l.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-r.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-t.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-tl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-tr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-b.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-bl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-br.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-combined-lr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-combined-tb.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-l.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-r.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-t.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-tl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-tr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/tree/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-0.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-1.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-10.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-11.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-12.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-2.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-3.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-4.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-5.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-6.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-7.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-8.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase-9.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/config.json
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/generate.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/blank.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/AbstractContent.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/Application.js
+%%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
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/dragdrop/Page.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/form/Content.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/form/Page.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/htmleditor/Content.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/htmleditor/Page.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/i18n/Content.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/i18n/Page.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/table/Content.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/table/Page.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/Content.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/Page.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/Model.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/Presenter.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme/Color.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme/Decoration.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme/appearance/Black.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme/appearance/Modern.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/view/Button.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/view/Calculator.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/view/Display.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/view/ICalculator.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/tree/Content.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/tree/Page.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/test/DemoTest.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/theme/Appearance.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/theme/Color.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/theme/Decoration.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/theme/Font.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/theme/Theme.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/ui/Description.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/ui/PreviewList.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/index.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/animation/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/databinding/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/databinding/twitter_logo_outline.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/dragdrop/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/form/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/htmleditor/format-list-ordered.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/htmleditor/format-list-unordered.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/htmleditor/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/de.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/en.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/es.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/nl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/contentbackground.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/headerback.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/loading66.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-hor-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-hor-l.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-hor-r.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-hor.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-vert-b.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-vert-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-vert-t.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-vert.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/welcome.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/table/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/affe.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-b.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-bl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-br.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-combined-lr.meta
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-combined-lr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-combined-tb.meta
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-combined-tb.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-l.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-b.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-bl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-br.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-l.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-r.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-t.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-tl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-tr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-r.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-t.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-tl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-tr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-b.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-bl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-br.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-combined-lr.meta
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-combined-lr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-combined-tb.meta
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-combined-tb.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-l.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-r.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-t.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-tl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-tr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-b.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-bl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-br.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-c.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-combined-lr.meta
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-combined-lr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-combined-tb.meta
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-combined-tb.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-l.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-r.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-t.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-tl.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-tr.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/tree/icon.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/source/button-pressed.png
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/source/button.png
+%%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/translation/de.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/de_AT.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/de_DE.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/en.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/en_GB.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/en_UK.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/en_US.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/es.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/es_ES.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/es_MX.po
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/ro.po
+%%DATADIR%%/component/apiviewer/Manifest.json
+%%DATADIR%%/component/apiviewer/api.json
+%%DATADIR%%/component/apiviewer/config.json
+%%DATADIR%%/component/apiviewer/generate.py
+%%DATADIR%%/component/apiviewer/image.json
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/Appearance.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/Application.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/ClassLoader.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/Controller.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/MWidgetRegistry.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/ObjectRegistry.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/TabViewController.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/Theme.js
+%%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/dao/Appearance.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/ChildControl.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Class.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/ClassItem.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Constant.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Event.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Method.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Node.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Package.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Param.js
+%%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/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/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/panels/AppearancePanel.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/ChildControlsPanel.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/ClassPanel.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/ConstantPanel.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/EventPanel.js
+%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/InfoPanel.js
+%%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/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/index.html
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/css/apiviewer.css
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/blank.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/childcontrol18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_abstract18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_abstract_warning18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_singleton18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_singleton_warning18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_static18.gif
+%%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
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/event18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/information18.png
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/interface18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/interface_warning18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/method_private18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/method_protected18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/method_public18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/method_public_inherited18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/mixin18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/mixin_warning18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/nextlevel.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/open.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_abstract18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_constructor18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_error18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_inherited18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_mixin18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_overridden18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_static18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_themeable18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_warning18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/package18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/package_warning18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/property18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/property_private18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/property_protected18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/property_themeable18.gif
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/search18.png
+%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/vline.gif
+%%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
+%%DATADIR%%/component/inspector/inspector.json
+%%DATADIR%%/component/inspector/source/class/inspector/Application.js
+%%DATADIR%%/component/inspector/source/class/inspector/components/AbstractView.js
+%%DATADIR%%/component/inspector/source/class/inspector/components/AbstractWindow.js
+%%DATADIR%%/component/inspector/source/class/inspector/components/IInspectorModel.js
+%%DATADIR%%/component/inspector/source/class/inspector/components/InspectorModel.js
+%%DATADIR%%/component/inspector/source/class/inspector/components/Selector.js
+%%DATADIR%%/component/inspector/source/class/inspector/components/State.js
+%%DATADIR%%/component/inspector/source/class/inspector/console/Appender.js
+%%DATADIR%%/component/inspector/source/class/inspector/console/AutoCompletePopup.js
+%%DATADIR%%/component/inspector/source/class/inspector/console/ConsoleView.js
+%%DATADIR%%/component/inspector/source/class/inspector/console/ConsoleWindow.js
+%%DATADIR%%/component/inspector/source/class/inspector/console/DomView.js
+%%DATADIR%%/component/inspector/source/class/inspector/console/Util.js
+%%DATADIR%%/component/inspector/source/class/inspector/console/View.js
+%%DATADIR%%/component/inspector/source/class/inspector/objects/Controller.js
+%%DATADIR%%/component/inspector/source/class/inspector/objects/Model.js
+%%DATADIR%%/component/inspector/source/class/inspector/objects/View.js
+%%DATADIR%%/component/inspector/source/class/inspector/objects/Window.js
+%%DATADIR%%/component/inspector/source/class/inspector/objects/table/AbstractModel.js
+%%DATADIR%%/component/inspector/source/class/inspector/objects/table/CountModel.js
+%%DATADIR%%/component/inspector/source/class/inspector/objects/table/HashModel.js
+%%DATADIR%%/component/inspector/source/class/inspector/property/AbstractPropertyList.js
+%%DATADIR%%/component/inspector/source/class/inspector/property/Filter.js
+%%DATADIR%%/component/inspector/source/class/inspector/property/IFilter.js
+%%DATADIR%%/component/inspector/source/class/inspector/property/IPropertyListController.js
+%%DATADIR%%/component/inspector/source/class/inspector/property/PropertyList.js
+%%DATADIR%%/component/inspector/source/class/inspector/property/PropertyWindow.js
+%%DATADIR%%/component/inspector/source/class/inspector/property/View.js
+%%DATADIR%%/component/inspector/source/class/inspector/selenium/OptionsWindow.js
+%%DATADIR%%/component/inspector/source/class/inspector/selenium/QueuedScriptLoader.js
+%%DATADIR%%/component/inspector/source/class/inspector/selenium/SeleneseTestCase.js
+%%DATADIR%%/component/inspector/source/class/inspector/selenium/SeleniumUtil.js
+%%DATADIR%%/component/inspector/source/class/inspector/selenium/SeleniumWindow.js
+%%DATADIR%%/component/inspector/source/class/inspector/selenium/View.js
+%%DATADIR%%/component/inspector/source/class/inspector/test/components/InspectorModel.js
+%%DATADIR%%/component/inspector/source/class/inspector/test/objects/Model.js
+%%DATADIR%%/component/inspector/source/class/inspector/test/objects/fixture/InspectorModelMock.js
+%%DATADIR%%/component/inspector/source/class/inspector/theme/Appearance.js
+%%DATADIR%%/component/inspector/source/class/inspector/theme/Color.js
+%%DATADIR%%/component/inspector/source/class/inspector/theme/Decoration.js
+%%DATADIR%%/component/inspector/source/class/inspector/theme/Font.js
+%%DATADIR%%/component/inspector/source/class/inspector/theme/Theme.js
+%%DATADIR%%/component/inspector/source/class/inspector/widgets/Util.js
+%%DATADIR%%/component/inspector/source/class/inspector/widgets/View.js
+%%DATADIR%%/component/inspector/source/class/inspector/widgets/WidgetsWindow.js
+%%DATADIR%%/component/inspector/source/index.html
+%%DATADIR%%/component/inspector/source/inspector.html
+%%DATADIR%%/component/inspector/source/resource/inspector/css/consoleview.css
+%%DATADIR%%/component/inspector/source/resource/inspector/css/domview.css
+%%DATADIR%%/component/inspector/source/resource/inspector/css/propertylisthtml.css
+%%DATADIR%%/component/inspector/source/resource/inspector/css/sourceview.css
+%%DATADIR%%/component/inspector/source/resource/inspector/html/index.html
+%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/method_private18.gif
+%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/method_protected18.gif
+%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/method_public18.gif
+%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/property_private18.gif
+%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/property_protected18.gif
+%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/property_public18.gif
+%%DATADIR%%/component/inspector/source/resource/inspector/images/close.gif
+%%DATADIR%%/component/inspector/source/resource/inspector/images/close.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/atom.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/button.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/checkbox.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/combobox.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/document.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/groupbox.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/horizontallayout.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/image.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/label.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/layout.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/listview.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/menu.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/radiobutton.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/spinner.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/splitpane.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/table.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/textarea.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/textfield.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/toolbar.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/tree.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/verticallayout.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/components/window.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/api.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/edit-find-disabled.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/edit-find.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/goto.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/highlight.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/setinit-disabled.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/setinit.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/setnull-disabled.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/setnull.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/null.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/open.gif
+%%DATADIR%%/component/inspector/source/resource/inspector/images/open.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/shell/errorIcon.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/shell/infoIcon.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/shell/warningIcon.png
+%%DATADIR%%/component/inspector/source/resource/inspector/images/spacer.gif
+%%DATADIR%%/component/inspector/source/translation/readme.txt
+%%DATADIR%%/component/simulator/Manifest.json
+%%DATADIR%%/component/simulator/config.json
+%%DATADIR%%/component/simulator/generate.py
+%%DATADIR%%/component/simulator/simulator.json
+%%DATADIR%%/component/simulator/source/class/simulator/Init.js
+%%DATADIR%%/component/simulator/source/class/simulator/MApplicationLogging.js
+%%DATADIR%%/component/simulator/source/class/simulator/MEventSupport.js
+%%DATADIR%%/component/simulator/source/class/simulator/MGlobalErrorHandling.js
+%%DATADIR%%/component/simulator/source/class/simulator/MSeleniumUtil.js
+%%DATADIR%%/component/simulator/source/class/simulator/QxSelenium.js
+%%DATADIR%%/component/simulator/source/class/simulator/QxSimulation.js
+%%DATADIR%%/component/simulator/source/class/simulator/unit/TestCase.js
+%%DATADIR%%/component/simulator/source/class/simulator/unit/TestLoader.js
+%%DATADIR%%/component/simulator/source/class/simulator/unit/TestResult.js
+%%DATADIR%%/component/simulator/tool/com/thoughtworks/selenium/QxSelenium.class
+%%DATADIR%%/component/simulator/tool/simulator.loader.tmpl.js
+%%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/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/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
+%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme/Color.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme/Decoration.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme/Font.tmpl.js
+%%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/readme.txt
+%%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
+%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic/Appearance.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic/Color.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic/Decoration.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic/Font.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic/Theme.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern/Appearance.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern/Color.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern/Decoration.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern/Font.tmpl.js
+%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern/Theme.tmpl.js
+%%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/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/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
+%%DATADIR%%/component/skeleton/inline/source/class/custom/theme/Color.tmpl.js
+%%DATADIR%%/component/skeleton/inline/source/class/custom/theme/Decoration.tmpl.js
+%%DATADIR%%/component/skeleton/inline/source/class/custom/theme/Font.tmpl.js
+%%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/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/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/testrunner/Manifest.json
+%%DATADIR%%/component/testrunner/config.json
+%%DATADIR%%/component/testrunner/generate.py
+%%DATADIR%%/component/testrunner/source/class/testrunner/TestLoader.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/TestLoaderInline.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/TestLoaderNative.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/runner/Application.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/runner/ProgressBar.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/runner/TestHandler.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/runner/TestResultData.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/runner/TestResultView.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/runner/TestRunner.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/runner/Tree.js
+%%DATADIR%%/component/testrunner/source/class/testrunner/test/DemoTest.js
+%%DATADIR%%/component/testrunner/source/html/SuiteAll.html
+%%DATADIR%%/component/testrunner/source/html/Variants.html
+%%DATADIR%%/component/testrunner/source/html/blank.html
+%%DATADIR%%/component/testrunner/source/html/tests-inline.html
+%%DATADIR%%/component/testrunner/source/html/tests-native.html
+%%DATADIR%%/component/testrunner/source/html/tests-quirks.html
+%%DATADIR%%/component/testrunner/source/html/tests-source-quirks.html
+%%DATADIR%%/component/testrunner/source/html/tests-source.html
+%%DATADIR%%/component/testrunner/source/html/tests.html
+%%DATADIR%%/component/testrunner/source/index-inline.html
+%%DATADIR%%/component/testrunner/source/index-native.html
+%%DATADIR%%/component/testrunner/source/index-source.html
+%%DATADIR%%/component/testrunner/source/index.html
+%%DATADIR%%/component/testrunner/source/resource/testrunner/css/testrunner.css
+%%DATADIR%%/component/testrunner/source/resource/testrunner/data/qooxdoo-blog.xml
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/class18.gif
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/class18_grey.gif
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/class_warning18.gif
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/colorstrip.gif
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/method_public18.gif
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/method_public18_grey.gif
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/method_public_error18.gif
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/package18.gif
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/package18_grey.gif
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/package_warning18.gif
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/yellow_diamond_full18.gif
+%%DATADIR%%/component/testrunner/source/resource/testrunner/image/yellow_diamond_hollow18.gif
+%%DATADIR%%/component/testrunner/source/translation/C.po
+%%DATADIR%%/component/testrunner/source/translation/de.po
+%%DATADIR%%/component/testrunner/source/translation/de_DE.po
+%%DATADIR%%/component/testrunner/source/translation/en.po
+%%DATADIR%%/component/testrunner/source/translation/fr.po
+%%DATADIR%%/component/testrunner/source/translation/fr_FR.po
+%%DATADIR%%/component/testrunner/testrunner.json
+%%DATADIR%%/component/testrunner2/Manifest.json
+%%DATADIR%%/component/testrunner2/config.json
+%%DATADIR%%/component/testrunner2/generate.py
+%%DATADIR%%/component/testrunner2/source/class/testrunner2/Application.js
+%%DATADIR%%/component/testrunner2/source/class/testrunner2/TestLoader.js
+%%DATADIR%%/component/testrunner2/source/class/testrunner2/TestLoaderInline.js
+%%DATADIR%%/component/testrunner2/source/class/testrunner2/TestLoaderNative.js
+%%DATADIR%%/component/testrunner2/source/class/testrunner2/runner/TestResultData.js
+%%DATADIR%%/component/testrunner2/source/class/testrunner2/runner/TestRunner.js
+%%DATADIR%%/component/testrunner2/source/class/testrunner2/test/DemoTest.js
+%%DATADIR%%/component/testrunner2/source/class/testrunner2/unit/TestResult.js
+%%DATADIR%%/component/testrunner2/source/class/testrunner2/view/Abstract.js
+%%DATADIR%%/component/testrunner2/source/class/testrunner2/view/Console.js
+%%DATADIR%%/component/testrunner2/source/class/testrunner2/view/Html.js
+%%DATADIR%%/component/testrunner2/source/html/blank.html
+%%DATADIR%%/component/testrunner2/source/html/tests-source.html
+%%DATADIR%%/component/testrunner2/source/html/tests.html
+%%DATADIR%%/component/testrunner2/source/index-console.html
+%%DATADIR%%/component/testrunner2/source/index-inline.html
+%%DATADIR%%/component/testrunner2/source/index-source.html
+%%DATADIR%%/component/testrunner2/source/index.html
+%%DATADIR%%/component/testrunner2/source/resource/image/colorstrip.gif
+%%DATADIR%%/component/testrunner2/source/resource/testrunner2/data/qooxdoo-blog.xml
+%%DATADIR%%/component/testrunner2/source/resource/testrunner2/view/html/css/testrunner2.css
+%%DATADIR%%/component/testrunner2/source/translation/readme.txt
+%%DATADIR%%/component/testrunner2/testrunner.json
+%%DATADIR%%/framework/Manifest.json
+%%DATADIR%%/framework/api/index.html
+%%DATADIR%%/framework/api/resource/apiviewer/css/apiviewer.css
+%%DATADIR%%/framework/api/resource/apiviewer/image/blank.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/childcontrol18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/class18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/class_abstract18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/class_abstract_warning18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/class_singleton18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/class_singleton_warning18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/class_static18.gif
+%%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
+%%DATADIR%%/framework/api/resource/apiviewer/image/event18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/information18.png
+%%DATADIR%%/framework/api/resource/apiviewer/image/interface18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/interface_warning18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/method_private18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/method_protected18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/method_public18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/method_public_inherited18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/mixin18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/mixin_warning18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/nextlevel.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/open.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_abstract18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_constructor18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_error18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_inherited18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_mixin18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_overridden18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_static18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_themeable18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_warning18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/package18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/package_warning18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/property18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/property_private18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/property_protected18.gif
+%%DATADIR%%/framework/api/resource/apiviewer/image/property_themeable18.gif
+%%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/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/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/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/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
+%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/actions/media-seek-forward.png
+%%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/qx.Bootstrap.json
+%%DATADIR%%/framework/api/script/qx.Class.json
+%%DATADIR%%/framework/api/script/qx.Interface.json
+%%DATADIR%%/framework/api/script/qx.Mixin.json
+%%DATADIR%%/framework/api/script/qx.Part.json
+%%DATADIR%%/framework/api/script/qx.Theme.json
+%%DATADIR%%/framework/api/script/qx.application.AbstractGui.json
+%%DATADIR%%/framework/api/script/qx.application.IApplication.json
+%%DATADIR%%/framework/api/script/qx.application.Inline.json
+%%DATADIR%%/framework/api/script/qx.application.Native.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
+%%DATADIR%%/framework/api/script/qx.bom.Cookie.json
+%%DATADIR%%/framework/api/script/qx.bom.Document.json
+%%DATADIR%%/framework/api/script/qx.bom.Element.json
+%%DATADIR%%/framework/api/script/qx.bom.Event.json
+%%DATADIR%%/framework/api/script/qx.bom.Flash.json
+%%DATADIR%%/framework/api/script/qx.bom.Font.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
+%%DATADIR%%/framework/api/script/qx.bom.IframeHistory.json
+%%DATADIR%%/framework/api/script/qx.bom.Input.json
+%%DATADIR%%/framework/api/script/qx.bom.Label.json
+%%DATADIR%%/framework/api/script/qx.bom.Lifecycle.json
+%%DATADIR%%/framework/api/script/qx.bom.NativeHistory.json
+%%DATADIR%%/framework/api/script/qx.bom.Range.json
+%%DATADIR%%/framework/api/script/qx.bom.Request.json
+%%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.String.json
+%%DATADIR%%/framework/api/script/qx.bom.Stylesheet.json
+%%DATADIR%%/framework/api/script/qx.bom.Viewport.json
+%%DATADIR%%/framework/api/script/qx.bom.Vml.json
+%%DATADIR%%/framework/api/script/qx.bom.Window.json
+%%DATADIR%%/framework/api/script/qx.bom.client.Browser.json
+%%DATADIR%%/framework/api/script/qx.bom.client.Engine.json
+%%DATADIR%%/framework/api/script/qx.bom.client.Feature.json
+%%DATADIR%%/framework/api/script/qx.bom.client.Flash.json
+%%DATADIR%%/framework/api/script/qx.bom.client.Locale.json
+%%DATADIR%%/framework/api/script/qx.bom.client.Multimedia.json
+%%DATADIR%%/framework/api/script/qx.bom.client.Platform.json
+%%DATADIR%%/framework/api/script/qx.bom.client.System.json
+%%DATADIR%%/framework/api/script/qx.bom.client.Transport.json
+%%DATADIR%%/framework/api/script/qx.bom.client.Version.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
+%%DATADIR%%/framework/api/script/qx.bom.element.Class.json
+%%DATADIR%%/framework/api/script/qx.bom.element.Clip.json
+%%DATADIR%%/framework/api/script/qx.bom.element.Cursor.json
+%%DATADIR%%/framework/api/script/qx.bom.element.Decoration.json
+%%DATADIR%%/framework/api/script/qx.bom.element.Dimension.json
+%%DATADIR%%/framework/api/script/qx.bom.element.Location.json
+%%DATADIR%%/framework/api/script/qx.bom.element.Opacity.json
+%%DATADIR%%/framework/api/script/qx.bom.element.Overflow.json
+%%DATADIR%%/framework/api/script/qx.bom.element.Scroll.json
+%%DATADIR%%/framework/api/script/qx.bom.element.Style.json
+%%DATADIR%%/framework/api/script/qx.bom.htmlarea.HtmlArea.json
+%%DATADIR%%/framework/api/script/qx.bom.htmlarea.manager.Command.json
+%%DATADIR%%/framework/api/script/qx.bom.htmlarea.manager.UndoRedo.json
+%%DATADIR%%/framework/api/script/qx.core.Aspect.json
+%%DATADIR%%/framework/api/script/qx.core.Assert.json
+%%DATADIR%%/framework/api/script/qx.core.AssertionError.json
+%%DATADIR%%/framework/api/script/qx.core.GlobalError.json
+%%DATADIR%%/framework/api/script/qx.core.Init.json
+%%DATADIR%%/framework/api/script/qx.core.MAssert.json
+%%DATADIR%%/framework/api/script/qx.core.MBindTo.json
+%%DATADIR%%/framework/api/script/qx.core.Object.json
+%%DATADIR%%/framework/api/script/qx.core.ObjectRegistry.json
+%%DATADIR%%/framework/api/script/qx.core.Property.json
+%%DATADIR%%/framework/api/script/qx.core.Setting.json
+%%DATADIR%%/framework/api/script/qx.core.ValidationError.json
+%%DATADIR%%/framework/api/script/qx.core.Variant.json
+%%DATADIR%%/framework/api/script/qx.core.WindowError.json
+%%DATADIR%%/framework/api/script/qx.data.Array.json
+%%DATADIR%%/framework/api/script/qx.data.Conversion.json
+%%DATADIR%%/framework/api/script/qx.data.IListData.json
+%%DATADIR%%/framework/api/script/qx.data.MBinding.json
+%%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.List.json
+%%DATADIR%%/framework/api/script/qx.data.controller.MSelection.json
+%%DATADIR%%/framework/api/script/qx.data.controller.Object.json
+%%DATADIR%%/framework/api/script/qx.data.controller.Tree.json
+%%DATADIR%%/framework/api/script/qx.data.marshal.IMarshaler.json
+%%DATADIR%%/framework/api/script/qx.data.marshal.IMarshalerDelegate.json
+%%DATADIR%%/framework/api/script/qx.data.marshal.Json.json
+%%DATADIR%%/framework/api/script/qx.data.marshal.MEventBubbling.json
+%%DATADIR%%/framework/api/script/qx.data.store.IStoreDelegate.json
+%%DATADIR%%/framework/api/script/qx.data.store.Json.json
+%%DATADIR%%/framework/api/script/qx.data.store.Jsonp.json
+%%DATADIR%%/framework/api/script/qx.data.store.Yql.json
+%%DATADIR%%/framework/api/script/qx.dev.Debug.json
+%%DATADIR%%/framework/api/script/qx.dev.ObjectSummary.json
+%%DATADIR%%/framework/api/script/qx.dev.Pollution.json
+%%DATADIR%%/framework/api/script/qx.dev.Profile.json
+%%DATADIR%%/framework/api/script/qx.dev.StackTrace.json
+%%DATADIR%%/framework/api/script/qx.dev.Tokenizer.json
+%%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.MRequirements.json
+%%DATADIR%%/framework/api/script/qx.dev.unit.RequirementError.json
+%%DATADIR%%/framework/api/script/qx.dev.unit.TestCase.json
+%%DATADIR%%/framework/api/script/qx.dev.unit.TestClass.json
+%%DATADIR%%/framework/api/script/qx.dev.unit.TestFunction.json
+%%DATADIR%%/framework/api/script/qx.dev.unit.TestLoader.json
+%%DATADIR%%/framework/api/script/qx.dev.unit.TestLoaderInline.json
+%%DATADIR%%/framework/api/script/qx.dev.unit.TestLoaderNative.json
+%%DATADIR%%/framework/api/script/qx.dev.unit.TestResult.json
+%%DATADIR%%/framework/api/script/qx.dev.unit.TestSuite.json
+%%DATADIR%%/framework/api/script/qx.dom.Element.json
+%%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.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.Pool.json
+%%DATADIR%%/framework/api/script/qx.event.Registration.json
+%%DATADIR%%/framework/api/script/qx.event.Timer.json
+%%DATADIR%%/framework/api/script/qx.event.dispatch.AbstractBubbling.json
+%%DATADIR%%/framework/api/script/qx.event.dispatch.Direct.json
+%%DATADIR%%/framework/api/script/qx.event.dispatch.DomBubbling.json
+%%DATADIR%%/framework/api/script/qx.event.dispatch.MouseCapture.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Appear.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Application.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Capture.json
+%%DATADIR%%/framework/api/script/qx.event.handler.DragDrop.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Element.json
+%%DATADIR%%/framework/api/script/qx.event.handler.ElementResize.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Focus.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Iframe.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Input.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Keyboard.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Mouse.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Object.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Orientation.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Touch.json
+%%DATADIR%%/framework/api/script/qx.event.handler.UserAction.json
+%%DATADIR%%/framework/api/script/qx.event.handler.Window.json
+%%DATADIR%%/framework/api/script/qx.event.message.Bus.json
+%%DATADIR%%/framework/api/script/qx.event.message.Message.json
+%%DATADIR%%/framework/api/script/qx.event.type.Data.json
+%%DATADIR%%/framework/api/script/qx.event.type.Dom.json
+%%DATADIR%%/framework/api/script/qx.event.type.Drag.json
+%%DATADIR%%/framework/api/script/qx.event.type.Event.json
+%%DATADIR%%/framework/api/script/qx.event.type.Focus.json
+%%DATADIR%%/framework/api/script/qx.event.type.KeyInput.json
+%%DATADIR%%/framework/api/script/qx.event.type.KeySequence.json
+%%DATADIR%%/framework/api/script/qx.event.type.Mouse.json
+%%DATADIR%%/framework/api/script/qx.event.type.MouseWheel.json
+%%DATADIR%%/framework/api/script/qx.event.type.Native.json
+%%DATADIR%%/framework/api/script/qx.event.type.Orientation.json
+%%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.fx.Base.json
+%%DATADIR%%/framework/api/script/qx.fx.Transition.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.combination.ColorFlow.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Drop.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Fold.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Grow.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Puff.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Pulsate.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Shake.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Shrink.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Switch.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.core.Consecutive.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.core.Custom.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.core.Fade.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.core.Highlight.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.core.Move.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.core.Parallel.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.core.Property.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.core.Scale.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.core.Scroll.json
+%%DATADIR%%/framework/api/script/qx.fx.effect.core.Style.json
+%%DATADIR%%/framework/api/script/qx.fx.queue.Manager.json
+%%DATADIR%%/framework/api/script/qx.fx.queue.Queue.json
+%%DATADIR%%/framework/api/script/qx.html.Blocker.json
+%%DATADIR%%/framework/api/script/qx.html.Canvas.json
+%%DATADIR%%/framework/api/script/qx.html.Decorator.json
+%%DATADIR%%/framework/api/script/qx.html.Element.json
+%%DATADIR%%/framework/api/script/qx.html.Flash.json
+%%DATADIR%%/framework/api/script/qx.html.Iframe.json
+%%DATADIR%%/framework/api/script/qx.html.Image.json
+%%DATADIR%%/framework/api/script/qx.html.Input.json
+%%DATADIR%%/framework/api/script/qx.html.Label.json
+%%DATADIR%%/framework/api/script/qx.html.Root.json
+%%DATADIR%%/framework/api/script/qx.io.HttpRequest.json
+%%DATADIR%%/framework/api/script/qx.io.ImageLoader.json
+%%DATADIR%%/framework/api/script/qx.io.PartLoader.json
+%%DATADIR%%/framework/api/script/qx.io.ScriptLoader.json
+%%DATADIR%%/framework/api/script/qx.io.part.ClosurePart.json
+%%DATADIR%%/framework/api/script/qx.io.part.Package.json
+%%DATADIR%%/framework/api/script/qx.io.part.Part.json
+%%DATADIR%%/framework/api/script/qx.io.remote.Exchange.json
+%%DATADIR%%/framework/api/script/qx.io.remote.Request.json
+%%DATADIR%%/framework/api/script/qx.io.remote.RequestQueue.json
+%%DATADIR%%/framework/api/script/qx.io.remote.Response.json
+%%DATADIR%%/framework/api/script/qx.io.remote.Rpc.json
+%%DATADIR%%/framework/api/script/qx.io.remote.transport.Abstract.json
+%%DATADIR%%/framework/api/script/qx.io.remote.transport.Iframe.json
+%%DATADIR%%/framework/api/script/qx.io.remote.transport.Script.json
+%%DATADIR%%/framework/api/script/qx.io.remote.transport.XmlHttp.json
+%%DATADIR%%/framework/api/script/qx.lang.Array.json
+%%DATADIR%%/framework/api/script/qx.lang.Core.json
+%%DATADIR%%/framework/api/script/qx.lang.Date.json
+%%DATADIR%%/framework/api/script/qx.lang.Function.json
+%%DATADIR%%/framework/api/script/qx.lang.Generics.json
+%%DATADIR%%/framework/api/script/qx.lang.Json.json
+%%DATADIR%%/framework/api/script/qx.lang.JsonImpl.json
+%%DATADIR%%/framework/api/script/qx.lang.Number.json
+%%DATADIR%%/framework/api/script/qx.lang.Object.json
+%%DATADIR%%/framework/api/script/qx.lang.RingBuffer.json
+%%DATADIR%%/framework/api/script/qx.lang.String.json
+%%DATADIR%%/framework/api/script/qx.lang.Type.json
+%%DATADIR%%/framework/api/script/qx.locale.Date.json
+%%DATADIR%%/framework/api/script/qx.locale.Key.json
+%%DATADIR%%/framework/api/script/qx.locale.LocalizedString.json
+%%DATADIR%%/framework/api/script/qx.locale.MTranslation.json
+%%DATADIR%%/framework/api/script/qx.locale.Manager.json
+%%DATADIR%%/framework/api/script/qx.locale.Number.json
+%%DATADIR%%/framework/api/script/qx.locale.String.json
+%%DATADIR%%/framework/api/script/qx.log.Logger.json
+%%DATADIR%%/framework/api/script/qx.log.appender.Console.json
+%%DATADIR%%/framework/api/script/qx.log.appender.Element.json
+%%DATADIR%%/framework/api/script/qx.log.appender.Native.json
+%%DATADIR%%/framework/api/script/qx.log.appender.PhoneGap.json
+%%DATADIR%%/framework/api/script/qx.log.appender.RhinoConsole.json
+%%DATADIR%%/framework/api/script/qx.log.appender.RingBuffer.json
+%%DATADIR%%/framework/api/script/qx.log.appender.Util.json
+%%DATADIR%%/framework/api/script/qx.theme.Classic.json
+%%DATADIR%%/framework/api/script/qx.theme.Modern.json
+%%DATADIR%%/framework/api/script/qx.theme.classic.Appearance.json
+%%DATADIR%%/framework/api/script/qx.theme.classic.Color.json
+%%DATADIR%%/framework/api/script/qx.theme.classic.Decoration.json
+%%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.manager.Appearance.json
+%%DATADIR%%/framework/api/script/qx.theme.manager.Color.json
+%%DATADIR%%/framework/api/script/qx.theme.manager.Decoration.json
+%%DATADIR%%/framework/api/script/qx.theme.manager.Font.json
+%%DATADIR%%/framework/api/script/qx.theme.manager.Icon.json
+%%DATADIR%%/framework/api/script/qx.theme.manager.Meta.json
+%%DATADIR%%/framework/api/script/qx.theme.modern.Appearance.json
+%%DATADIR%%/framework/api/script/qx.theme.modern.Color.json
+%%DATADIR%%/framework/api/script/qx.theme.modern.Decoration.json
+%%DATADIR%%/framework/api/script/qx.theme.modern.Font.json
+%%DATADIR%%/framework/api/script/qx.type.Array.json
+%%DATADIR%%/framework/api/script/qx.type.BaseArray.json
+%%DATADIR%%/framework/api/script/qx.type.BaseError.json
+%%DATADIR%%/framework/api/script/qx.type.BaseString.json
+%%DATADIR%%/framework/api/script/qx.ui.basic.Atom.json
+%%DATADIR%%/framework/api/script/qx.ui.basic.Image.json
+%%DATADIR%%/framework/api/script/qx.ui.basic.Label.json
+%%DATADIR%%/framework/api/script/qx.ui.container.Composite.json
+%%DATADIR%%/framework/api/script/qx.ui.container.Resizer.json
+%%DATADIR%%/framework/api/script/qx.ui.container.Scroll.json
+%%DATADIR%%/framework/api/script/qx.ui.container.SlideBar.json
+%%DATADIR%%/framework/api/script/qx.ui.container.Stack.json
+%%DATADIR%%/framework/api/script/qx.ui.control.ColorPopup.json
+%%DATADIR%%/framework/api/script/qx.ui.control.ColorSelector.json
+%%DATADIR%%/framework/api/script/qx.ui.control.DateChooser.json
+%%DATADIR%%/framework/api/script/qx.ui.control.Progressbar.json
+%%DATADIR%%/framework/api/script/qx.ui.core.Blocker.json
+%%DATADIR%%/framework/api/script/qx.ui.core.ColumnData.json
+%%DATADIR%%/framework/api/script/qx.ui.core.Command.json
+%%DATADIR%%/framework/api/script/qx.ui.core.DecoratorFactory.json
+%%DATADIR%%/framework/api/script/qx.ui.core.DragDropCursor.json
+%%DATADIR%%/framework/api/script/qx.ui.core.EventHandler.json
+%%DATADIR%%/framework/api/script/qx.ui.core.FocusHandler.json
+%%DATADIR%%/framework/api/script/qx.ui.core.IMultiSelection.json
+%%DATADIR%%/framework/api/script/qx.ui.core.ISingleSelection.json
+%%DATADIR%%/framework/api/script/qx.ui.core.ISingleSelectionProvider.json
+%%DATADIR%%/framework/api/script/qx.ui.core.LayoutItem.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MBlocker.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MChildrenHandling.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MContentPadding.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MExecutable.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MLayoutHandling.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MMovable.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MMultiSelectionHandling.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MNativeOverflow.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MPlacement.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MRemoteChildrenHandling.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MRemoteLayoutHandling.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MResizable.json
+%%DATADIR%%/framework/api/script/qx.ui.core.MSingleSelectionHandling.json
+%%DATADIR%%/framework/api/script/qx.ui.core.SingleSelectionManager.json
+%%DATADIR%%/framework/api/script/qx.ui.core.Spacer.json
+%%DATADIR%%/framework/api/script/qx.ui.core.Widget.json
+%%DATADIR%%/framework/api/script/qx.ui.core.queue.Appearance.json
+%%DATADIR%%/framework/api/script/qx.ui.core.queue.Dispose.json
+%%DATADIR%%/framework/api/script/qx.ui.core.queue.Layout.json
+%%DATADIR%%/framework/api/script/qx.ui.core.queue.Manager.json
+%%DATADIR%%/framework/api/script/qx.ui.core.queue.Visibility.json
+%%DATADIR%%/framework/api/script/qx.ui.core.queue.Widget.json
+%%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.NativeScrollBar.json
+%%DATADIR%%/framework/api/script/qx.ui.core.scroll.ScrollBar.json
+%%DATADIR%%/framework/api/script/qx.ui.core.scroll.ScrollPane.json
+%%DATADIR%%/framework/api/script/qx.ui.core.scroll.ScrollSlider.json
+%%DATADIR%%/framework/api/script/qx.ui.core.selection.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.core.selection.ScrollArea.json
+%%DATADIR%%/framework/api/script/qx.ui.core.selection.Widget.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.AbstractBox.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.Background.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.Beveled.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.BoxDiv.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.Double.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.Grid.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.GridDiv.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.HBox.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.IDecorator.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.MBackgroundImage.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.Single.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.Uniform.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.VBox.json
+%%DATADIR%%/framework/api/script/qx.ui.decoration.css3.BorderImage.json
+%%DATADIR%%/framework/api/script/qx.ui.embed.AbstractIframe.json
+%%DATADIR%%/framework/api/script/qx.ui.embed.Canvas.json
+%%DATADIR%%/framework/api/script/qx.ui.embed.Flash.json
+%%DATADIR%%/framework/api/script/qx.ui.embed.Html.json
+%%DATADIR%%/framework/api/script/qx.ui.embed.HtmlArea.json
+%%DATADIR%%/framework/api/script/qx.ui.embed.Iframe.json
+%%DATADIR%%/framework/api/script/qx.ui.embed.ThemedIframe.json
+%%DATADIR%%/framework/api/script/qx.ui.form.AbstractField.json
+%%DATADIR%%/framework/api/script/qx.ui.form.AbstractSelectBox.json
+%%DATADIR%%/framework/api/script/qx.ui.form.Button.json
+%%DATADIR%%/framework/api/script/qx.ui.form.CheckBox.json
+%%DATADIR%%/framework/api/script/qx.ui.form.ComboBox.json
+%%DATADIR%%/framework/api/script/qx.ui.form.DateField.json
+%%DATADIR%%/framework/api/script/qx.ui.form.Form.json
+%%DATADIR%%/framework/api/script/qx.ui.form.HoverButton.json
+%%DATADIR%%/framework/api/script/qx.ui.form.IBooleanForm.json
+%%DATADIR%%/framework/api/script/qx.ui.form.IColorForm.json
+%%DATADIR%%/framework/api/script/qx.ui.form.IDateForm.json
+%%DATADIR%%/framework/api/script/qx.ui.form.IExecutable.json
+%%DATADIR%%/framework/api/script/qx.ui.form.IForm.json
+%%DATADIR%%/framework/api/script/qx.ui.form.IModel.json
+%%DATADIR%%/framework/api/script/qx.ui.form.IModelSelection.json
+%%DATADIR%%/framework/api/script/qx.ui.form.INumberForm.json
+%%DATADIR%%/framework/api/script/qx.ui.form.IRadioItem.json
+%%DATADIR%%/framework/api/script/qx.ui.form.IRange.json
+%%DATADIR%%/framework/api/script/qx.ui.form.IStringForm.json
+%%DATADIR%%/framework/api/script/qx.ui.form.List.json
+%%DATADIR%%/framework/api/script/qx.ui.form.ListItem.json
+%%DATADIR%%/framework/api/script/qx.ui.form.MForm.json
+%%DATADIR%%/framework/api/script/qx.ui.form.MModelProperty.json
+%%DATADIR%%/framework/api/script/qx.ui.form.MModelSelection.json
+%%DATADIR%%/framework/api/script/qx.ui.form.MenuButton.json
+%%DATADIR%%/framework/api/script/qx.ui.form.PasswordField.json
+%%DATADIR%%/framework/api/script/qx.ui.form.RadioButton.json
+%%DATADIR%%/framework/api/script/qx.ui.form.RadioButtonGroup.json
+%%DATADIR%%/framework/api/script/qx.ui.form.RadioGroup.json
+%%DATADIR%%/framework/api/script/qx.ui.form.RepeatButton.json
+%%DATADIR%%/framework/api/script/qx.ui.form.Resetter.json
+%%DATADIR%%/framework/api/script/qx.ui.form.SelectBox.json
+%%DATADIR%%/framework/api/script/qx.ui.form.Slider.json
+%%DATADIR%%/framework/api/script/qx.ui.form.Spinner.json
+%%DATADIR%%/framework/api/script/qx.ui.form.SplitButton.json
+%%DATADIR%%/framework/api/script/qx.ui.form.TextArea.json
+%%DATADIR%%/framework/api/script/qx.ui.form.TextField.json
+%%DATADIR%%/framework/api/script/qx.ui.form.ToggleButton.json
+%%DATADIR%%/framework/api/script/qx.ui.form.renderer.AbstractRenderer.json
+%%DATADIR%%/framework/api/script/qx.ui.form.renderer.Double.json
+%%DATADIR%%/framework/api/script/qx.ui.form.renderer.IFormRenderer.json
+%%DATADIR%%/framework/api/script/qx.ui.form.renderer.Single.json
+%%DATADIR%%/framework/api/script/qx.ui.form.renderer.SinglePlaceholder.json
+%%DATADIR%%/framework/api/script/qx.ui.form.validation.AsyncValidator.json
+%%DATADIR%%/framework/api/script/qx.ui.form.validation.Manager.json
+%%DATADIR%%/framework/api/script/qx.ui.groupbox.CheckGroupBox.json
+%%DATADIR%%/framework/api/script/qx.ui.groupbox.GroupBox.json
+%%DATADIR%%/framework/api/script/qx.ui.groupbox.RadioGroupBox.json
+%%DATADIR%%/framework/api/script/qx.ui.indicator.ProgressBar.json
+%%DATADIR%%/framework/api/script/qx.ui.indicator.Progressbar.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.Atom.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.Basic.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.Canvas.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.Dock.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.Flow.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.Grid.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.Grow.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.HBox.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.LineSizeIterator.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.Util.json
+%%DATADIR%%/framework/api/script/qx.ui.layout.VBox.json
+%%DATADIR%%/framework/api/script/qx.ui.list.List.json
+%%DATADIR%%/framework/api/script/qx.ui.list.core.IControllerDelegate.json
+%%DATADIR%%/framework/api/script/qx.ui.list.core.IListDelegate.json
+%%DATADIR%%/framework/api/script/qx.ui.list.core.MSelectionHandling.json
+%%DATADIR%%/framework/api/script/qx.ui.list.core.MWidgetCellController.json
+%%DATADIR%%/framework/api/script/qx.ui.list.core.MWidgetController.json
+%%DATADIR%%/framework/api/script/qx.ui.list.core.WidgetCellProvider.json
+%%DATADIR%%/framework/api/script/qx.ui.list.provider.IListProvider.json
+%%DATADIR%%/framework/api/script/qx.ui.list.provider.WidgetProvider.json
+%%DATADIR%%/framework/api/script/qx.ui.menu.AbstractButton.json
+%%DATADIR%%/framework/api/script/qx.ui.menu.Button.json
+%%DATADIR%%/framework/api/script/qx.ui.menu.ButtonLayout.json
+%%DATADIR%%/framework/api/script/qx.ui.menu.CheckBox.json
+%%DATADIR%%/framework/api/script/qx.ui.menu.Layout.json
+%%DATADIR%%/framework/api/script/qx.ui.menu.Manager.json
+%%DATADIR%%/framework/api/script/qx.ui.menu.Menu.json
+%%DATADIR%%/framework/api/script/qx.ui.menu.MenuSlideBar.json
+%%DATADIR%%/framework/api/script/qx.ui.menu.RadioButton.json
+%%DATADIR%%/framework/api/script/qx.ui.menu.Separator.json
+%%DATADIR%%/framework/api/script/qx.ui.menubar.Button.json
+%%DATADIR%%/framework/api/script/qx.ui.menubar.MenuBar.json
+%%DATADIR%%/framework/api/script/qx.ui.popup.Manager.json
+%%DATADIR%%/framework/api/script/qx.ui.popup.Popup.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.Progressive.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.State.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.headfoot.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.headfoot.Null.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.headfoot.Progress.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.headfoot.TableHeading.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.model.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.model.Default.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.FunctionCaller.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.Row.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.Widths.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Boolean.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Conditional.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Default.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Html.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Icon.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Image.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.String.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.structure.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.progressive.structure.Default.json
+%%DATADIR%%/framework/api/script/qx.ui.root.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.root.Application.json
+%%DATADIR%%/framework/api/script/qx.ui.root.Inline.json
+%%DATADIR%%/framework/api/script/qx.ui.root.Page.json
+%%DATADIR%%/framework/api/script/qx.ui.splitpane.Blocker.json
+%%DATADIR%%/framework/api/script/qx.ui.splitpane.HLayout.json
+%%DATADIR%%/framework/api/script/qx.ui.splitpane.Pane.json
+%%DATADIR%%/framework/api/script/qx.ui.splitpane.Slider.json
+%%DATADIR%%/framework/api/script/qx.ui.splitpane.Splitter.json
+%%DATADIR%%/framework/api/script/qx.ui.splitpane.VLayout.json
+%%DATADIR%%/framework/api/script/qx.ui.table.ICellEditorFactory.json
+%%DATADIR%%/framework/api/script/qx.ui.table.ICellRenderer.json
+%%DATADIR%%/framework/api/script/qx.ui.table.IColumnMenuButton.json
+%%DATADIR%%/framework/api/script/qx.ui.table.IColumnMenuItem.json
+%%DATADIR%%/framework/api/script/qx.ui.table.IHeaderRenderer.json
+%%DATADIR%%/framework/api/script/qx.ui.table.IRowRenderer.json
+%%DATADIR%%/framework/api/script/qx.ui.table.ITableModel.json
+%%DATADIR%%/framework/api/script/qx.ui.table.MTableContextMenu.json
+%%DATADIR%%/framework/api/script/qx.ui.table.Table.json
+%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.AbstractField.json
+%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.CheckBox.json
+%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.ComboBox.json
+%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.Dynamic.json
+%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.PasswordField.json
+%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.SelectBox.json
+%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.TextField.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.AbstractImage.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Boolean.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Conditional.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Date.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Debug.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Default.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Dynamic.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Html.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Image.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Number.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Password.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Replace.json
+%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.String.json
+%%DATADIR%%/framework/api/script/qx.ui.table.columnmenu.Button.json
+%%DATADIR%%/framework/api/script/qx.ui.table.columnmenu.MenuItem.json
+%%DATADIR%%/framework/api/script/qx.ui.table.columnmodel.Basic.json
+%%DATADIR%%/framework/api/script/qx.ui.table.columnmodel.Resize.json
+%%DATADIR%%/framework/api/script/qx.ui.table.columnmodel.resizebehavior.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.table.columnmodel.resizebehavior.Default.json
+%%DATADIR%%/framework/api/script/qx.ui.table.headerrenderer.Default.json
+%%DATADIR%%/framework/api/script/qx.ui.table.headerrenderer.HeaderCell.json
+%%DATADIR%%/framework/api/script/qx.ui.table.headerrenderer.Icon.json
+%%DATADIR%%/framework/api/script/qx.ui.table.model.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.table.model.Filtered.json
+%%DATADIR%%/framework/api/script/qx.ui.table.model.Remote.json
+%%DATADIR%%/framework/api/script/qx.ui.table.model.Simple.json
+%%DATADIR%%/framework/api/script/qx.ui.table.pane.CellEvent.json
+%%DATADIR%%/framework/api/script/qx.ui.table.pane.Clipper.json
+%%DATADIR%%/framework/api/script/qx.ui.table.pane.FocusIndicator.json
+%%DATADIR%%/framework/api/script/qx.ui.table.pane.Header.json
+%%DATADIR%%/framework/api/script/qx.ui.table.pane.Model.json
+%%DATADIR%%/framework/api/script/qx.ui.table.pane.Pane.json
+%%DATADIR%%/framework/api/script/qx.ui.table.pane.Scroller.json
+%%DATADIR%%/framework/api/script/qx.ui.table.rowrenderer.Default.json
+%%DATADIR%%/framework/api/script/qx.ui.table.selection.Manager.json
+%%DATADIR%%/framework/api/script/qx.ui.table.selection.Model.json
+%%DATADIR%%/framework/api/script/qx.ui.tabview.Page.json
+%%DATADIR%%/framework/api/script/qx.ui.tabview.TabButton.json
+%%DATADIR%%/framework/api/script/qx.ui.tabview.TabView.json
+%%DATADIR%%/framework/api/script/qx.ui.toolbar.Button.json
+%%DATADIR%%/framework/api/script/qx.ui.toolbar.CheckBox.json
+%%DATADIR%%/framework/api/script/qx.ui.toolbar.MenuButton.json
+%%DATADIR%%/framework/api/script/qx.ui.toolbar.Part.json
+%%DATADIR%%/framework/api/script/qx.ui.toolbar.PartContainer.json
+%%DATADIR%%/framework/api/script/qx.ui.toolbar.RadioButton.json
+%%DATADIR%%/framework/api/script/qx.ui.toolbar.Separator.json
+%%DATADIR%%/framework/api/script/qx.ui.toolbar.SplitButton.json
+%%DATADIR%%/framework/api/script/qx.ui.toolbar.ToolBar.json
+%%DATADIR%%/framework/api/script/qx.ui.tooltip.Manager.json
+%%DATADIR%%/framework/api/script/qx.ui.tooltip.ToolTip.json
+%%DATADIR%%/framework/api/script/qx.ui.tree.AbstractTreeItem.json
+%%DATADIR%%/framework/api/script/qx.ui.tree.FolderOpenButton.json
+%%DATADIR%%/framework/api/script/qx.ui.tree.SelectionManager.json
+%%DATADIR%%/framework/api/script/qx.ui.tree.Tree.json
+%%DATADIR%%/framework/api/script/qx.ui.tree.TreeFile.json
+%%DATADIR%%/framework/api/script/qx.ui.tree.TreeFolder.json
+%%DATADIR%%/framework/api/script/qx.ui.treevirtual.DefaultDataCellRenderer.json
+%%DATADIR%%/framework/api/script/qx.ui.treevirtual.MFamily.json
+%%DATADIR%%/framework/api/script/qx.ui.treevirtual.MNode.json
+%%DATADIR%%/framework/api/script/qx.ui.treevirtual.MTreePrimitive.json
+%%DATADIR%%/framework/api/script/qx.ui.treevirtual.SelectionManager.json
+%%DATADIR%%/framework/api/script/qx.ui.treevirtual.SimpleTreeDataCellRenderer.json
+%%DATADIR%%/framework/api/script/qx.ui.treevirtual.SimpleTreeDataModel.json
+%%DATADIR%%/framework/api/script/qx.ui.treevirtual.SimpleTreeDataRowRenderer.json
+%%DATADIR%%/framework/api/script/qx.ui.treevirtual.TreeVirtual.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.behavior.Prefetch.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.AbstractImage.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.AbstractWidget.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Boolean.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Cell.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.CellStylesheet.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Date.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Html.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.ICell.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.IWidgetCell.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.IWidgetCellDelegate.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Image.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.ListItemWidgetCell.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Number.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.String.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.WidgetCell.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.core.Axis.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.core.CellEvent.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.core.IHtmlCellProvider.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.core.ILayer.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.core.IWidgetCellProvider.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.core.Pane.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.core.Scroller.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.form.IListDelegate.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.form.List.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.form.ListController.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.form.ListItemCell.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.AbstractBackground.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.CellSpanManager.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.Column.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.GridLines.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.HtmlCell.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.HtmlCellSpan.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.Row.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.WidgetCell.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.WidgetCellSpan.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.Abstract.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.CellLines.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.CellRectangle.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.Column.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.ISelectionDelegate.json
+%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.Row.json
+%%DATADIR%%/framework/api/script/qx.ui.window.Desktop.json
+%%DATADIR%%/framework/api/script/qx.ui.window.IDesktop.json
+%%DATADIR%%/framework/api/script/qx.ui.window.IWindowManager.json
+%%DATADIR%%/framework/api/script/qx.ui.window.MDesktop.json
+%%DATADIR%%/framework/api/script/qx.ui.window.Manager.json
+%%DATADIR%%/framework/api/script/qx.ui.window.Window.json
+%%DATADIR%%/framework/api/script/qx.util.AliasManager.json
+%%DATADIR%%/framework/api/script/qx.util.Base64.json
+%%DATADIR%%/framework/api/script/qx.util.ColorUtil.json
+%%DATADIR%%/framework/api/script/qx.util.DeferredCall.json
+%%DATADIR%%/framework/api/script/qx.util.DeferredCallManager.json
+%%DATADIR%%/framework/api/script/qx.util.Delegate.json
+%%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.Json.json
+%%DATADIR%%/framework/api/script/qx.util.ObjectPool.json
+%%DATADIR%%/framework/api/script/qx.util.Permutation.json
+%%DATADIR%%/framework/api/script/qx.util.PropertyUtil.json
+%%DATADIR%%/framework/api/script/qx.util.ResourceManager.json
+%%DATADIR%%/framework/api/script/qx.util.Serializer.json
+%%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.Validate.json
+%%DATADIR%%/framework/api/script/qx.util.ValueManager.json
+%%DATADIR%%/framework/api/script/qx.util.format.DateFormat.json
+%%DATADIR%%/framework/api/script/qx.util.format.IFormat.json
+%%DATADIR%%/framework/api/script/qx.util.format.NumberFormat.json
+%%DATADIR%%/framework/api/script/qx.util.fsm.FiniteStateMachine.json
+%%DATADIR%%/framework/api/script/qx.util.fsm.State.json
+%%DATADIR%%/framework/api/script/qx.util.fsm.Transition.json
+%%DATADIR%%/framework/api/script/qx.util.placement.AbstractAxis.json
+%%DATADIR%%/framework/api/script/qx.util.placement.BestFitAxis.json
+%%DATADIR%%/framework/api/script/qx.util.placement.DirectAxis.json
+%%DATADIR%%/framework/api/script/qx.util.placement.KeepAlignAxis.json
+%%DATADIR%%/framework/api/script/qx.util.placement.Placement.json
+%%DATADIR%%/framework/api/script/qx.xml.Document.json
+%%DATADIR%%/framework/api/script/qx.xml.Element.json
+%%DATADIR%%/framework/api/script/qx.xml.String.json
+%%DATADIR%%/framework/config.json
+%%DATADIR%%/framework/generate.py
+%%DATADIR%%/framework/image.json
+%%DATADIR%%/framework/source/class/qx/Bootstrap.js
+%%DATADIR%%/framework/source/class/qx/Class.js
+%%DATADIR%%/framework/source/class/qx/Interface.js
+%%DATADIR%%/framework/source/class/qx/Mixin.js
+%%DATADIR%%/framework/source/class/qx/Part.js
+%%DATADIR%%/framework/source/class/qx/Theme.js
+%%DATADIR%%/framework/source/class/qx/__init__.js
+%%DATADIR%%/framework/source/class/qx/application/AbstractGui.js
+%%DATADIR%%/framework/source/class/qx/application/IApplication.js
+%%DATADIR%%/framework/source/class/qx/application/Inline.js
+%%DATADIR%%/framework/source/class/qx/application/Native.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
+%%DATADIR%%/framework/source/class/qx/bom/Collection.js
+%%DATADIR%%/framework/source/class/qx/bom/Cookie.js
+%%DATADIR%%/framework/source/class/qx/bom/Document.js
+%%DATADIR%%/framework/source/class/qx/bom/Element.js
+%%DATADIR%%/framework/source/class/qx/bom/Event.js
+%%DATADIR%%/framework/source/class/qx/bom/Flash.js
+%%DATADIR%%/framework/source/class/qx/bom/Font.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
+%%DATADIR%%/framework/source/class/qx/bom/IframeHistory.js
+%%DATADIR%%/framework/source/class/qx/bom/Input.js
+%%DATADIR%%/framework/source/class/qx/bom/Label.js
+%%DATADIR%%/framework/source/class/qx/bom/Lifecycle.js
+%%DATADIR%%/framework/source/class/qx/bom/NativeHistory.js
+%%DATADIR%%/framework/source/class/qx/bom/Range.js
+%%DATADIR%%/framework/source/class/qx/bom/Request.js
+%%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/String.js
+%%DATADIR%%/framework/source/class/qx/bom/Stylesheet.js
+%%DATADIR%%/framework/source/class/qx/bom/Viewport.js
+%%DATADIR%%/framework/source/class/qx/bom/Vml.js
+%%DATADIR%%/framework/source/class/qx/bom/Window.js
+%%DATADIR%%/framework/source/class/qx/bom/__init__.js
+%%DATADIR%%/framework/source/class/qx/bom/client/Browser.js
+%%DATADIR%%/framework/source/class/qx/bom/client/Engine.js
+%%DATADIR%%/framework/source/class/qx/bom/client/Feature.js
+%%DATADIR%%/framework/source/class/qx/bom/client/Flash.js
+%%DATADIR%%/framework/source/class/qx/bom/client/Locale.js
+%%DATADIR%%/framework/source/class/qx/bom/client/Multimedia.js
+%%DATADIR%%/framework/source/class/qx/bom/client/Platform.js
+%%DATADIR%%/framework/source/class/qx/bom/client/System.js
+%%DATADIR%%/framework/source/class/qx/bom/client/Transport.js
+%%DATADIR%%/framework/source/class/qx/bom/client/Version.js
+%%DATADIR%%/framework/source/class/qx/bom/client/__init__.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
+%%DATADIR%%/framework/source/class/qx/bom/element/Class.js
+%%DATADIR%%/framework/source/class/qx/bom/element/Clip.js
+%%DATADIR%%/framework/source/class/qx/bom/element/Cursor.js
+%%DATADIR%%/framework/source/class/qx/bom/element/Decoration.js
+%%DATADIR%%/framework/source/class/qx/bom/element/Dimension.js
+%%DATADIR%%/framework/source/class/qx/bom/element/Location.js
+%%DATADIR%%/framework/source/class/qx/bom/element/Opacity.js
+%%DATADIR%%/framework/source/class/qx/bom/element/Overflow.js
+%%DATADIR%%/framework/source/class/qx/bom/element/Scroll.js
+%%DATADIR%%/framework/source/class/qx/bom/element/Style.js
+%%DATADIR%%/framework/source/class/qx/bom/element/__init__.js
+%%DATADIR%%/framework/source/class/qx/bom/htmlarea/HtmlArea.js
+%%DATADIR%%/framework/source/class/qx/bom/htmlarea/__init__.js
+%%DATADIR%%/framework/source/class/qx/bom/htmlarea/manager/Command.js
+%%DATADIR%%/framework/source/class/qx/bom/htmlarea/manager/UndoRedo.js
+%%DATADIR%%/framework/source/class/qx/bom/htmlarea/manager/__init__.js
+%%DATADIR%%/framework/source/class/qx/core/Aspect.js
+%%DATADIR%%/framework/source/class/qx/core/Assert.js
+%%DATADIR%%/framework/source/class/qx/core/AssertionError.js
+%%DATADIR%%/framework/source/class/qx/core/GlobalError.js
+%%DATADIR%%/framework/source/class/qx/core/Init.js
+%%DATADIR%%/framework/source/class/qx/core/MAssert.js
+%%DATADIR%%/framework/source/class/qx/core/MBindTo.js
+%%DATADIR%%/framework/source/class/qx/core/Object.js
+%%DATADIR%%/framework/source/class/qx/core/ObjectRegistry.js
+%%DATADIR%%/framework/source/class/qx/core/Property.js
+%%DATADIR%%/framework/source/class/qx/core/Setting.js
+%%DATADIR%%/framework/source/class/qx/core/ValidationError.js
+%%DATADIR%%/framework/source/class/qx/core/Variant.js
+%%DATADIR%%/framework/source/class/qx/core/WindowError.js
+%%DATADIR%%/framework/source/class/qx/core/__init__.js
+%%DATADIR%%/framework/source/class/qx/data/Array.js
+%%DATADIR%%/framework/source/class/qx/data/Conversion.js
+%%DATADIR%%/framework/source/class/qx/data/IListData.js
+%%DATADIR%%/framework/source/class/qx/data/MBinding.js
+%%DATADIR%%/framework/source/class/qx/data/SingleValueBinding.js
+%%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/List.js
+%%DATADIR%%/framework/source/class/qx/data/controller/MSelection.js
+%%DATADIR%%/framework/source/class/qx/data/controller/Object.js
+%%DATADIR%%/framework/source/class/qx/data/controller/Tree.js
+%%DATADIR%%/framework/source/class/qx/data/controller/__init__.js
+%%DATADIR%%/framework/source/class/qx/data/marshal/IMarshaler.js
+%%DATADIR%%/framework/source/class/qx/data/marshal/IMarshalerDelegate.js
+%%DATADIR%%/framework/source/class/qx/data/marshal/Json.js
+%%DATADIR%%/framework/source/class/qx/data/marshal/MEventBubbling.js
+%%DATADIR%%/framework/source/class/qx/data/marshal/__init__.js
+%%DATADIR%%/framework/source/class/qx/data/store/IStoreDelegate.js
+%%DATADIR%%/framework/source/class/qx/data/store/Json.js
+%%DATADIR%%/framework/source/class/qx/data/store/Jsonp.js
+%%DATADIR%%/framework/source/class/qx/data/store/Yql.js
+%%DATADIR%%/framework/source/class/qx/data/store/__init__.js
+%%DATADIR%%/framework/source/class/qx/dev/Debug.js
+%%DATADIR%%/framework/source/class/qx/dev/ObjectSummary.js
+%%DATADIR%%/framework/source/class/qx/dev/Pollution.js
+%%DATADIR%%/framework/source/class/qx/dev/Profile.js
+%%DATADIR%%/framework/source/class/qx/dev/StackTrace.js
+%%DATADIR%%/framework/source/class/qx/dev/Tokenizer.js
+%%DATADIR%%/framework/source/class/qx/dev/__init__.js
+%%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/MRequirements.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/RequirementError.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/TestCase.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/TestClass.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/TestFunction.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/TestLoader.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/TestLoaderInline.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/TestLoaderNative.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/TestResult.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/TestSuite.js
+%%DATADIR%%/framework/source/class/qx/dev/unit/__init__.js
+%%DATADIR%%/framework/source/class/qx/dom/Element.js
+%%DATADIR%%/framework/source/class/qx/dom/Hierarchy.js
+%%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/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/Pool.js
+%%DATADIR%%/framework/source/class/qx/event/Registration.js
+%%DATADIR%%/framework/source/class/qx/event/Timer.js
+%%DATADIR%%/framework/source/class/qx/event/__init__.js
+%%DATADIR%%/framework/source/class/qx/event/dispatch/AbstractBubbling.js
+%%DATADIR%%/framework/source/class/qx/event/dispatch/Direct.js
+%%DATADIR%%/framework/source/class/qx/event/dispatch/DomBubbling.js
+%%DATADIR%%/framework/source/class/qx/event/dispatch/MouseCapture.js
+%%DATADIR%%/framework/source/class/qx/event/dispatch/__init__.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Appear.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Application.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Capture.js
+%%DATADIR%%/framework/source/class/qx/event/handler/DragDrop.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Element.js
+%%DATADIR%%/framework/source/class/qx/event/handler/ElementResize.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Focus.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Iframe.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Input.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Keyboard.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Mouse.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Object.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Orientation.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Touch.js
+%%DATADIR%%/framework/source/class/qx/event/handler/UserAction.js
+%%DATADIR%%/framework/source/class/qx/event/handler/Window.js
+%%DATADIR%%/framework/source/class/qx/event/handler/__init__.js
+%%DATADIR%%/framework/source/class/qx/event/message/Bus.js
+%%DATADIR%%/framework/source/class/qx/event/message/Message.js
+%%DATADIR%%/framework/source/class/qx/event/message/__init__.js
+%%DATADIR%%/framework/source/class/qx/event/type/Data.js
+%%DATADIR%%/framework/source/class/qx/event/type/Dom.js
+%%DATADIR%%/framework/source/class/qx/event/type/Drag.js
+%%DATADIR%%/framework/source/class/qx/event/type/Event.js
+%%DATADIR%%/framework/source/class/qx/event/type/Focus.js
+%%DATADIR%%/framework/source/class/qx/event/type/KeyInput.js
+%%DATADIR%%/framework/source/class/qx/event/type/KeySequence.js
+%%DATADIR%%/framework/source/class/qx/event/type/Mouse.js
+%%DATADIR%%/framework/source/class/qx/event/type/MouseWheel.js
+%%DATADIR%%/framework/source/class/qx/event/type/Native.js
+%%DATADIR%%/framework/source/class/qx/event/type/Orientation.js
+%%DATADIR%%/framework/source/class/qx/event/type/Swipe.js
+%%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/fx/Base.js
+%%DATADIR%%/framework/source/class/qx/fx/Transition.js
+%%DATADIR%%/framework/source/class/qx/fx/__init__.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/__init__.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/combination/ColorFlow.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Drop.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Fold.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Grow.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Puff.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Pulsate.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Shake.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Shrink.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Switch.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/combination/__init__.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/core/Consecutive.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/core/Custom.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/core/Fade.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/core/Highlight.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/core/Move.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/core/Parallel.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/core/Property.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/core/Scale.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/core/Scroll.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/core/Style.js
+%%DATADIR%%/framework/source/class/qx/fx/effect/core/__init__.js
+%%DATADIR%%/framework/source/class/qx/fx/queue/Manager.js
+%%DATADIR%%/framework/source/class/qx/fx/queue/Queue.js
+%%DATADIR%%/framework/source/class/qx/fx/queue/__init__.js
+%%DATADIR%%/framework/source/class/qx/html/Blocker.js
+%%DATADIR%%/framework/source/class/qx/html/Canvas.js
+%%DATADIR%%/framework/source/class/qx/html/Decorator.js
+%%DATADIR%%/framework/source/class/qx/html/Element.js
+%%DATADIR%%/framework/source/class/qx/html/Flash.js
+%%DATADIR%%/framework/source/class/qx/html/Iframe.js
+%%DATADIR%%/framework/source/class/qx/html/Image.js
+%%DATADIR%%/framework/source/class/qx/html/Input.js
+%%DATADIR%%/framework/source/class/qx/html/Label.js
+%%DATADIR%%/framework/source/class/qx/html/Root.js
+%%DATADIR%%/framework/source/class/qx/html/__init__.js
+%%DATADIR%%/framework/source/class/qx/io/HttpRequest.js
+%%DATADIR%%/framework/source/class/qx/io/ImageLoader.js
+%%DATADIR%%/framework/source/class/qx/io/PartLoader.js
+%%DATADIR%%/framework/source/class/qx/io/ScriptLoader.js
+%%DATADIR%%/framework/source/class/qx/io/__init__.js
+%%DATADIR%%/framework/source/class/qx/io/part/ClosurePart.js
+%%DATADIR%%/framework/source/class/qx/io/part/Package.js
+%%DATADIR%%/framework/source/class/qx/io/part/Part.js
+%%DATADIR%%/framework/source/class/qx/io/part/__init__.js
+%%DATADIR%%/framework/source/class/qx/io/remote/Exchange.js
+%%DATADIR%%/framework/source/class/qx/io/remote/Request.js
+%%DATADIR%%/framework/source/class/qx/io/remote/RequestQueue.js
+%%DATADIR%%/framework/source/class/qx/io/remote/Response.js
+%%DATADIR%%/framework/source/class/qx/io/remote/Rpc.js
+%%DATADIR%%/framework/source/class/qx/io/remote/__init__.js
+%%DATADIR%%/framework/source/class/qx/io/remote/transport/Abstract.js
+%%DATADIR%%/framework/source/class/qx/io/remote/transport/Iframe.js
+%%DATADIR%%/framework/source/class/qx/io/remote/transport/Script.js
+%%DATADIR%%/framework/source/class/qx/io/remote/transport/XmlHttp.js
+%%DATADIR%%/framework/source/class/qx/io/remote/transport/__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
+%%DATADIR%%/framework/source/class/qx/lang/Function.js
+%%DATADIR%%/framework/source/class/qx/lang/Generics.js
+%%DATADIR%%/framework/source/class/qx/lang/Json.js
+%%DATADIR%%/framework/source/class/qx/lang/JsonImpl.js
+%%DATADIR%%/framework/source/class/qx/lang/Number.js
+%%DATADIR%%/framework/source/class/qx/lang/Object.js
+%%DATADIR%%/framework/source/class/qx/lang/RingBuffer.js
+%%DATADIR%%/framework/source/class/qx/lang/String.js
+%%DATADIR%%/framework/source/class/qx/lang/Type.js
+%%DATADIR%%/framework/source/class/qx/lang/__init__.js
+%%DATADIR%%/framework/source/class/qx/locale/Date.js
+%%DATADIR%%/framework/source/class/qx/locale/Key.js
+%%DATADIR%%/framework/source/class/qx/locale/LocalizedString.js
+%%DATADIR%%/framework/source/class/qx/locale/MTranslation.js
+%%DATADIR%%/framework/source/class/qx/locale/Manager.js
+%%DATADIR%%/framework/source/class/qx/locale/Number.js
+%%DATADIR%%/framework/source/class/qx/locale/String.js
+%%DATADIR%%/framework/source/class/qx/locale/__init__.js
+%%DATADIR%%/framework/source/class/qx/log/Logger.js
+%%DATADIR%%/framework/source/class/qx/log/__init__.js
+%%DATADIR%%/framework/source/class/qx/log/appender/Console.js
+%%DATADIR%%/framework/source/class/qx/log/appender/Element.js
+%%DATADIR%%/framework/source/class/qx/log/appender/Native.js
+%%DATADIR%%/framework/source/class/qx/log/appender/PhoneGap.js
+%%DATADIR%%/framework/source/class/qx/log/appender/RhinoConsole.js
+%%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/test/Bootstrap.js
+%%DATADIR%%/framework/source/class/qx/test/Browser.js
+%%DATADIR%%/framework/source/class/qx/test/Class.js
+%%DATADIR%%/framework/source/class/qx/test/Dom.js
+%%DATADIR%%/framework/source/class/qx/test/EditDistance.js
+%%DATADIR%%/framework/source/class/qx/test/Interface.js
+%%DATADIR%%/framework/source/class/qx/test/Mixin.js
+%%DATADIR%%/framework/source/class/qx/test/Part.js
+%%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/bom/Attribute.js
+%%DATADIR%%/framework/source/class/qx/test/bom/Basic.js
+%%DATADIR%%/framework/source/class/qx/test/bom/Blocker.js
+%%DATADIR%%/framework/source/class/qx/test/bom/Class.js
+%%DATADIR%%/framework/source/class/qx/test/bom/Collection.js
+%%DATADIR%%/framework/source/class/qx/test/bom/Cookie.js
+%%DATADIR%%/framework/source/class/qx/test/bom/Element.js
+%%DATADIR%%/framework/source/class/qx/test/bom/Event.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/Location.js
+%%DATADIR%%/framework/source/class/qx/test/bom/Selector.js
+%%DATADIR%%/framework/source/class/qx/test/bom/String.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/element/Class.js
+%%DATADIR%%/framework/source/class/qx/test/bom/element/Dimension.js
+%%DATADIR%%/framework/source/class/qx/test/core/Assert.js
+%%DATADIR%%/framework/source/class/qx/test/core/EventEmitterDummy.js
+%%DATADIR%%/framework/source/class/qx/test/core/InheritanceDummy.js
+%%DATADIR%%/framework/source/class/qx/test/core/Object.js
+%%DATADIR%%/framework/source/class/qx/test/core/Property.js
+%%DATADIR%%/framework/source/class/qx/test/core/PropertyHelper.js
+%%DATADIR%%/framework/source/class/qx/test/core/Target.js
+%%DATADIR%%/framework/source/class/qx/test/core/Validation.js
+%%DATADIR%%/framework/source/class/qx/test/core/Variants.js
+%%DATADIR%%/framework/source/class/qx/test/core/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/data/DataArray.js
+%%DATADIR%%/framework/source/class/qx/test/data/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/data/controller/Form.js
+%%DATADIR%%/framework/source/class/qx/test/data/controller/List.js
+%%DATADIR%%/framework/source/class/qx/test/data/controller/ListReverse.js
+%%DATADIR%%/framework/source/class/qx/test/data/controller/ListWithObjects.js
+%%DATADIR%%/framework/source/class/qx/test/data/controller/Object.js
+%%DATADIR%%/framework/source/class/qx/test/data/controller/Tree.js
+%%DATADIR%%/framework/source/class/qx/test/data/controller/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/data/marshal/Json.js
+%%DATADIR%%/framework/source/class/qx/test/data/marshal/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/data/singlevalue/Array.js
+%%DATADIR%%/framework/source/class/qx/test/data/singlevalue/Deep.js
+%%DATADIR%%/framework/source/class/qx/test/data/singlevalue/Simple.js
+%%DATADIR%%/framework/source/class/qx/test/data/singlevalue/TextFieldDummy.js
+%%DATADIR%%/framework/source/class/qx/test/data/singlevalue/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/data/store/Json.js
+%%DATADIR%%/framework/source/class/qx/test/data/store/Jsonp.js
+%%DATADIR%%/framework/source/class/qx/test/data/store/__init__.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/event/Bubbling.js
+%%DATADIR%%/framework/source/class/qx/test/event/GlobalError.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
+%%DATADIR%%/framework/source/class/qx/test/event/Timer.js
+%%DATADIR%%/framework/source/class/qx/test/event/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/event/dispatch/MouseCapture.js
+%%DATADIR%%/framework/source/class/qx/test/event/dispatch/TestingHandler.js
+%%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/message/Bus.js
+%%DATADIR%%/framework/source/class/qx/test/event/message/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/event/type/Dom.js
+%%DATADIR%%/framework/source/class/qx/test/event/type/Event.js
+%%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/html/Element.js
+%%DATADIR%%/framework/source/class/qx/test/html/Flash.js
+%%DATADIR%%/framework/source/class/qx/test/html/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/io/ImageLoader.js
+%%DATADIR%%/framework/source/class/qx/test/io/MRemoteTest.js
+%%DATADIR%%/framework/source/class/qx/test/io/ScriptLoader.js
+%%DATADIR%%/framework/source/class/qx/test/io/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/io/part/ClosurePart.js
+%%DATADIR%%/framework/source/class/qx/test/io/part/MockLoader.js
+%%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/remote/Request.js
+%%DATADIR%%/framework/source/class/qx/test/io/remote/RequestIframe.js
+%%DATADIR%%/framework/source/class/qx/test/io/remote/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/io/remote/transport/Iframe.js
+%%DATADIR%%/framework/source/class/qx/test/io/remote/transport/XmlHttp.js
+%%DATADIR%%/framework/source/class/qx/test/io/remote/transport/__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
+%%DATADIR%%/framework/source/class/qx/test/lang/Json.js
+%%DATADIR%%/framework/source/class/qx/test/lang/JsonParseES5.js
+%%DATADIR%%/framework/source/class/qx/test/lang/JsonStringifyES5.js
+%%DATADIR%%/framework/source/class/qx/test/lang/Object.js
+%%DATADIR%%/framework/source/class/qx/test/lang/RingBuffer.js
+%%DATADIR%%/framework/source/class/qx/test/lang/String.js
+%%DATADIR%%/framework/source/class/qx/test/lang/Type.js
+%%DATADIR%%/framework/source/class/qx/test/lang/Webkit.js
+%%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/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/log/DeprecationMethodOverriding.js
+%%DATADIR%%/framework/source/class/qx/test/log/Logger.js
+%%DATADIR%%/framework/source/class/qx/test/log/RingBuffer.js
+%%DATADIR%%/framework/source/class/qx/test/log/Util.js
+%%DATADIR%%/framework/source/class/qx/test/log/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/log/fixture/ClassA.js
+%%DATADIR%%/framework/source/class/qx/test/log/fixture/ClassB1.js
+%%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/renderer/Color.js
+%%DATADIR%%/framework/source/class/qx/test/renderer/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/theme/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/theme/manager/Decoration.js
+%%DATADIR%%/framework/source/class/qx/test/theme/manager/Font.js
+%%DATADIR%%/framework/source/class/qx/test/theme/manager/Icon.js
+%%DATADIR%%/framework/source/class/qx/test/theme/manager/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/toolchain/Optimizer.js
+%%DATADIR%%/framework/source/class/qx/test/toolchain/TestRunner.js
+%%DATADIR%%/framework/source/class/qx/test/toolchain/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/type/BaseArray.js
+%%DATADIR%%/framework/source/class/qx/test/type/BaseString.js
+%%DATADIR%%/framework/source/class/qx/test/type/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/ui/BackgroundColor.js
+%%DATADIR%%/framework/source/class/qx/test/ui/ChildrenHandling.js
+%%DATADIR%%/framework/source/class/qx/test/ui/Destroy.js
+%%DATADIR%%/framework/source/class/qx/test/ui/Focus.js
+%%DATADIR%%/framework/source/class/qx/test/ui/Insets.js
+%%DATADIR%%/framework/source/class/qx/test/ui/LayoutTestCase.js
+%%DATADIR%%/framework/source/class/qx/test/ui/LocaleSwitch.js
+%%DATADIR%%/framework/source/class/qx/test/ui/Widget.js
+%%DATADIR%%/framework/source/class/qx/test/ui/Window.js
+%%DATADIR%%/framework/source/class/qx/test/ui/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/ui/basic/Image.js
+%%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/core/Appearance.js
+%%DATADIR%%/framework/source/class/qx/test/ui/core/Blocker.js
+%%DATADIR%%/framework/source/class/qx/test/ui/core/Command.js
+%%DATADIR%%/framework/source/class/qx/test/ui/core/Placement.js
+%%DATADIR%%/framework/source/class/qx/test/ui/core/SizeHint.js
+%%DATADIR%%/framework/source/class/qx/test/ui/core/SizeHintX.js
+%%DATADIR%%/framework/source/class/qx/test/ui/core/SizeHintY.js
+%%DATADIR%%/framework/source/class/qx/test/ui/core/Widget.js
+%%DATADIR%%/framework/source/class/qx/test/ui/core/__init__.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/embed/Flash.js
+%%DATADIR%%/framework/source/class/qx/test/ui/embed/HtmlArea.js
+%%DATADIR%%/framework/source/class/qx/test/ui/embed/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/BooleanFormat.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/Color.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/ComboBox.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/Date.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/Executable.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/Field.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/Form.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/FormManager.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/FormValidator.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/Label.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/MenuButton.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/ModelProperty.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/ModelSelection.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/NumberFormat.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/Placeholder.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/Range.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/Renderer.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/Resetter.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/StringFormat.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/ToggleButton.js
+%%DATADIR%%/framework/source/class/qx/test/ui/form/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/ui/indicator/ProgressBar.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
+%%DATADIR%%/framework/source/class/qx/test/ui/layout/LayoutItem.js
+%%DATADIR%%/framework/source/class/qx/test/ui/layout/LayoutRoot.js
+%%DATADIR%%/framework/source/class/qx/test/ui/layout/Util.js
+%%DATADIR%%/framework/source/class/qx/test/ui/layout/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/ui/list/AbstractListTest.js
+%%DATADIR%%/framework/source/class/qx/test/ui/list/Group.js
+%%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/core/MultiSelection.js
+%%DATADIR%%/framework/source/class/qx/test/ui/list/core/SingleSelection.js
+%%DATADIR%%/framework/source/class/qx/test/ui/root/Inline.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
+%%DATADIR%%/framework/source/class/qx/test/ui/selection/ListSingleSelection.js
+%%DATADIR%%/framework/source/class/qx/test/ui/selection/RadioGroup.js
+%%DATADIR%%/framework/source/class/qx/test/ui/selection/SelectBox.js
+%%DATADIR%%/framework/source/class/qx/test/ui/selection/Stack.js
+%%DATADIR%%/framework/source/class/qx/test/ui/selection/TabView.js
+%%DATADIR%%/framework/source/class/qx/test/ui/selection/TreeMultiSelection.js
+%%DATADIR%%/framework/source/class/qx/test/ui/selection/TreeSingleSelection.js
+%%DATADIR%%/framework/source/class/qx/test/ui/selection/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/ui/table/Dispose.js
+%%DATADIR%%/framework/source/class/qx/test/ui/table/Table.js
+%%DATADIR%%/framework/source/class/qx/test/ui/table/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/AbstractField.js
+%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/ComboBox.js
+%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/PasswordField.js
+%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/SelectBox.js
+%%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/model/Simple.js
+%%DATADIR%%/framework/source/class/qx/test/ui/toolbar/OverflowHandling.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/virtual/Axis.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/MouseEventMock.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/Pane.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/PaneUpdate.js
+%%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/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
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/GridLinesHorizontal.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/GridLinesVertical.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/HtmlCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/HtmlCellSpan.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/LayerMock.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/LayerSimple.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/LayerTestCase.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/Row.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/WidgetCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/WidgetCellSpan.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/AbstractLayerTest.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/DomCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/DomPoolCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/HtmlDivCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/HtmlDivRelative.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/HtmlTableCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/HtmlTableCellNaive.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/HtmlTableCssCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/WidgetCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/DomCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/DomPoolCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/HtmlDivRelative.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/HtmlTableCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/HtmlTableCellNaive.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/HtmlTableCssCell.js
+%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/util/ColorUtil.js
+%%DATADIR%%/framework/source/class/qx/test/util/DateFormat.js
+%%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/Json.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/ResourceManager.js
+%%DATADIR%%/framework/source/class/qx/test/util/Serializer.js
+%%DATADIR%%/framework/source/class/qx/test/util/StringSplit.js
+%%DATADIR%%/framework/source/class/qx/test/util/Template.js
+%%DATADIR%%/framework/source/class/qx/test/util/Validate.js
+%%DATADIR%%/framework/source/class/qx/test/util/__init__.js
+%%DATADIR%%/framework/source/class/qx/test/util/placement/BestFitAxis.js
+%%DATADIR%%/framework/source/class/qx/test/util/placement/DirectAxis.js
+%%DATADIR%%/framework/source/class/qx/test/util/placement/KeepAlignAxis.js
+%%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/Modern.js
+%%DATADIR%%/framework/source/class/qx/theme/__init__.js
+%%DATADIR%%/framework/source/class/qx/theme/classic/Appearance.js
+%%DATADIR%%/framework/source/class/qx/theme/classic/Color.js
+%%DATADIR%%/framework/source/class/qx/theme/classic/Decoration.js
+%%DATADIR%%/framework/source/class/qx/theme/classic/Font.js
+%%DATADIR%%/framework/source/class/qx/theme/classic/__init__.js
+%%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/manager/Appearance.js
+%%DATADIR%%/framework/source/class/qx/theme/manager/Color.js
+%%DATADIR%%/framework/source/class/qx/theme/manager/Decoration.js
+%%DATADIR%%/framework/source/class/qx/theme/manager/Font.js
+%%DATADIR%%/framework/source/class/qx/theme/manager/Icon.js
+%%DATADIR%%/framework/source/class/qx/theme/manager/Meta.js
+%%DATADIR%%/framework/source/class/qx/theme/manager/__init__.js
+%%DATADIR%%/framework/source/class/qx/theme/modern/Appearance.js
+%%DATADIR%%/framework/source/class/qx/theme/modern/Color.js
+%%DATADIR%%/framework/source/class/qx/theme/modern/Decoration.js
+%%DATADIR%%/framework/source/class/qx/theme/modern/Font.js
+%%DATADIR%%/framework/source/class/qx/theme/modern/__init__.js
+%%DATADIR%%/framework/source/class/qx/type/Array.js
+%%DATADIR%%/framework/source/class/qx/type/BaseArray.js
+%%DATADIR%%/framework/source/class/qx/type/BaseError.js
+%%DATADIR%%/framework/source/class/qx/type/BaseString.js
+%%DATADIR%%/framework/source/class/qx/type/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/basic/Atom.js
+%%DATADIR%%/framework/source/class/qx/ui/basic/Image.js
+%%DATADIR%%/framework/source/class/qx/ui/basic/Label.js
+%%DATADIR%%/framework/source/class/qx/ui/basic/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/container/Composite.js
+%%DATADIR%%/framework/source/class/qx/ui/container/Resizer.js
+%%DATADIR%%/framework/source/class/qx/ui/container/Scroll.js
+%%DATADIR%%/framework/source/class/qx/ui/container/SlideBar.js
+%%DATADIR%%/framework/source/class/qx/ui/container/Stack.js
+%%DATADIR%%/framework/source/class/qx/ui/container/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/control/ColorPopup.js
+%%DATADIR%%/framework/source/class/qx/ui/control/ColorSelector.js
+%%DATADIR%%/framework/source/class/qx/ui/control/DateChooser.js
+%%DATADIR%%/framework/source/class/qx/ui/control/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/core/Blocker.js
+%%DATADIR%%/framework/source/class/qx/ui/core/ColumnData.js
+%%DATADIR%%/framework/source/class/qx/ui/core/Command.js
+%%DATADIR%%/framework/source/class/qx/ui/core/DecoratorFactory.js
+%%DATADIR%%/framework/source/class/qx/ui/core/DragDropCursor.js
+%%DATADIR%%/framework/source/class/qx/ui/core/EventHandler.js
+%%DATADIR%%/framework/source/class/qx/ui/core/FocusHandler.js
+%%DATADIR%%/framework/source/class/qx/ui/core/IMultiSelection.js
+%%DATADIR%%/framework/source/class/qx/ui/core/ISingleSelection.js
+%%DATADIR%%/framework/source/class/qx/ui/core/ISingleSelectionProvider.js
+%%DATADIR%%/framework/source/class/qx/ui/core/LayoutItem.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MBlocker.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MChildrenHandling.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MContentPadding.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MExecutable.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MLayoutHandling.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MMovable.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MMultiSelectionHandling.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MNativeOverflow.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MPlacement.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MRemoteChildrenHandling.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MRemoteLayoutHandling.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MResizable.js
+%%DATADIR%%/framework/source/class/qx/ui/core/MSingleSelectionHandling.js
+%%DATADIR%%/framework/source/class/qx/ui/core/SingleSelectionManager.js
+%%DATADIR%%/framework/source/class/qx/ui/core/Spacer.js
+%%DATADIR%%/framework/source/class/qx/ui/core/Widget.js
+%%DATADIR%%/framework/source/class/qx/ui/core/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/core/queue/Appearance.js
+%%DATADIR%%/framework/source/class/qx/ui/core/queue/Dispose.js
+%%DATADIR%%/framework/source/class/qx/ui/core/queue/Layout.js
+%%DATADIR%%/framework/source/class/qx/ui/core/queue/Manager.js
+%%DATADIR%%/framework/source/class/qx/ui/core/queue/Visibility.js
+%%DATADIR%%/framework/source/class/qx/ui/core/queue/Widget.js
+%%DATADIR%%/framework/source/class/qx/ui/core/queue/__init__.js
+%%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/NativeScrollBar.js
+%%DATADIR%%/framework/source/class/qx/ui/core/scroll/ScrollBar.js
+%%DATADIR%%/framework/source/class/qx/ui/core/scroll/ScrollPane.js
+%%DATADIR%%/framework/source/class/qx/ui/core/scroll/ScrollSlider.js
+%%DATADIR%%/framework/source/class/qx/ui/core/scroll/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/core/selection/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/core/selection/ScrollArea.js
+%%DATADIR%%/framework/source/class/qx/ui/core/selection/Widget.js
+%%DATADIR%%/framework/source/class/qx/ui/core/selection/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/core/value/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/AbstractBox.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/Background.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/Beveled.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/BoxDiv.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/Double.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/Grid.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/GridDiv.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/HBox.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/IDecorator.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/MBackgroundImage.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/Single.js
+%%DATADIR%%/framework/source/class/qx/ui/decoration/Uniform.js
+%%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/embed/AbstractIframe.js
+%%DATADIR%%/framework/source/class/qx/ui/embed/Canvas.js
+%%DATADIR%%/framework/source/class/qx/ui/embed/Flash.js
+%%DATADIR%%/framework/source/class/qx/ui/embed/Html.js
+%%DATADIR%%/framework/source/class/qx/ui/embed/HtmlArea.js
+%%DATADIR%%/framework/source/class/qx/ui/embed/Iframe.js
+%%DATADIR%%/framework/source/class/qx/ui/embed/ThemedIframe.js
+%%DATADIR%%/framework/source/class/qx/ui/embed/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/form/AbstractField.js
+%%DATADIR%%/framework/source/class/qx/ui/form/AbstractSelectBox.js
+%%DATADIR%%/framework/source/class/qx/ui/form/Button.js
+%%DATADIR%%/framework/source/class/qx/ui/form/CheckBox.js
+%%DATADIR%%/framework/source/class/qx/ui/form/ComboBox.js
+%%DATADIR%%/framework/source/class/qx/ui/form/DateField.js
+%%DATADIR%%/framework/source/class/qx/ui/form/Form.js
+%%DATADIR%%/framework/source/class/qx/ui/form/HoverButton.js
+%%DATADIR%%/framework/source/class/qx/ui/form/IBooleanForm.js
+%%DATADIR%%/framework/source/class/qx/ui/form/IColorForm.js
+%%DATADIR%%/framework/source/class/qx/ui/form/IDateForm.js
+%%DATADIR%%/framework/source/class/qx/ui/form/IExecutable.js
+%%DATADIR%%/framework/source/class/qx/ui/form/IForm.js
+%%DATADIR%%/framework/source/class/qx/ui/form/IModel.js
+%%DATADIR%%/framework/source/class/qx/ui/form/IModelSelection.js
+%%DATADIR%%/framework/source/class/qx/ui/form/INumberForm.js
+%%DATADIR%%/framework/source/class/qx/ui/form/IRadioItem.js
+%%DATADIR%%/framework/source/class/qx/ui/form/IRange.js
+%%DATADIR%%/framework/source/class/qx/ui/form/IStringForm.js
+%%DATADIR%%/framework/source/class/qx/ui/form/List.js
+%%DATADIR%%/framework/source/class/qx/ui/form/ListItem.js
+%%DATADIR%%/framework/source/class/qx/ui/form/MForm.js
+%%DATADIR%%/framework/source/class/qx/ui/form/MModelProperty.js
+%%DATADIR%%/framework/source/class/qx/ui/form/MModelSelection.js
+%%DATADIR%%/framework/source/class/qx/ui/form/MenuButton.js
+%%DATADIR%%/framework/source/class/qx/ui/form/PasswordField.js
+%%DATADIR%%/framework/source/class/qx/ui/form/RadioButton.js
+%%DATADIR%%/framework/source/class/qx/ui/form/RadioButtonGroup.js
+%%DATADIR%%/framework/source/class/qx/ui/form/RadioGroup.js
+%%DATADIR%%/framework/source/class/qx/ui/form/RepeatButton.js
+%%DATADIR%%/framework/source/class/qx/ui/form/Resetter.js
+%%DATADIR%%/framework/source/class/qx/ui/form/SelectBox.js
+%%DATADIR%%/framework/source/class/qx/ui/form/Slider.js
+%%DATADIR%%/framework/source/class/qx/ui/form/Spinner.js
+%%DATADIR%%/framework/source/class/qx/ui/form/SplitButton.js
+%%DATADIR%%/framework/source/class/qx/ui/form/TextArea.js
+%%DATADIR%%/framework/source/class/qx/ui/form/TextField.js
+%%DATADIR%%/framework/source/class/qx/ui/form/ToggleButton.js
+%%DATADIR%%/framework/source/class/qx/ui/form/__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
+%%DATADIR%%/framework/source/class/qx/ui/form/renderer/Single.js
+%%DATADIR%%/framework/source/class/qx/ui/form/renderer/SinglePlaceholder.js
+%%DATADIR%%/framework/source/class/qx/ui/form/renderer/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/form/validation/AsyncValidator.js
+%%DATADIR%%/framework/source/class/qx/ui/form/validation/Manager.js
+%%DATADIR%%/framework/source/class/qx/ui/form/validation/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/groupbox/CheckGroupBox.js
+%%DATADIR%%/framework/source/class/qx/ui/groupbox/GroupBox.js
+%%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/layout/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/layout/Atom.js
+%%DATADIR%%/framework/source/class/qx/ui/layout/Basic.js
+%%DATADIR%%/framework/source/class/qx/ui/layout/Canvas.js
+%%DATADIR%%/framework/source/class/qx/ui/layout/Dock.js
+%%DATADIR%%/framework/source/class/qx/ui/layout/Flow.js
+%%DATADIR%%/framework/source/class/qx/ui/layout/Grid.js
+%%DATADIR%%/framework/source/class/qx/ui/layout/Grow.js
+%%DATADIR%%/framework/source/class/qx/ui/layout/HBox.js
+%%DATADIR%%/framework/source/class/qx/ui/layout/LineSizeIterator.js
+%%DATADIR%%/framework/source/class/qx/ui/layout/Util.js
+%%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/core/IListDelegate.js
+%%DATADIR%%/framework/source/class/qx/ui/list/core/MSelectionHandling.js
+%%DATADIR%%/framework/source/class/qx/ui/list/core/MWidgetController.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/menu/AbstractButton.js
+%%DATADIR%%/framework/source/class/qx/ui/menu/Button.js
+%%DATADIR%%/framework/source/class/qx/ui/menu/ButtonLayout.js
+%%DATADIR%%/framework/source/class/qx/ui/menu/CheckBox.js
+%%DATADIR%%/framework/source/class/qx/ui/menu/Layout.js
+%%DATADIR%%/framework/source/class/qx/ui/menu/Manager.js
+%%DATADIR%%/framework/source/class/qx/ui/menu/Menu.js
+%%DATADIR%%/framework/source/class/qx/ui/menu/MenuSlideBar.js
+%%DATADIR%%/framework/source/class/qx/ui/menu/RadioButton.js
+%%DATADIR%%/framework/source/class/qx/ui/menu/Separator.js
+%%DATADIR%%/framework/source/class/qx/ui/menu/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/menubar/Button.js
+%%DATADIR%%/framework/source/class/qx/ui/menubar/MenuBar.js
+%%DATADIR%%/framework/source/class/qx/ui/menubar/__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
+%%DATADIR%%/framework/source/class/qx/ui/progressive/Progressive.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/State.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/TODO
+%%DATADIR%%/framework/source/class/qx/ui/progressive/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot/Null.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot/Progress.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot/TableHeading.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/model/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/model/Default.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/model/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/FunctionCaller.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/Row.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/Widths.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Boolean.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Conditional.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Default.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Html.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Icon.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Image.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/String.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/structure/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/structure/Default.js
+%%DATADIR%%/framework/source/class/qx/ui/progressive/structure/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/root/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/root/Application.js
+%%DATADIR%%/framework/source/class/qx/ui/root/Inline.js
+%%DATADIR%%/framework/source/class/qx/ui/root/Page.js
+%%DATADIR%%/framework/source/class/qx/ui/root/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/splitpane/Blocker.js
+%%DATADIR%%/framework/source/class/qx/ui/splitpane/HLayout.js
+%%DATADIR%%/framework/source/class/qx/ui/splitpane/Pane.js
+%%DATADIR%%/framework/source/class/qx/ui/splitpane/Slider.js
+%%DATADIR%%/framework/source/class/qx/ui/splitpane/Splitter.js
+%%DATADIR%%/framework/source/class/qx/ui/splitpane/VLayout.js
+%%DATADIR%%/framework/source/class/qx/ui/splitpane/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/ICellEditorFactory.js
+%%DATADIR%%/framework/source/class/qx/ui/table/ICellRenderer.js
+%%DATADIR%%/framework/source/class/qx/ui/table/IColumnMenuButton.js
+%%DATADIR%%/framework/source/class/qx/ui/table/IColumnMenuItem.js
+%%DATADIR%%/framework/source/class/qx/ui/table/IHeaderRenderer.js
+%%DATADIR%%/framework/source/class/qx/ui/table/IRowRenderer.js
+%%DATADIR%%/framework/source/class/qx/ui/table/ITableModel.js
+%%DATADIR%%/framework/source/class/qx/ui/table/MTableContextMenu.js
+%%DATADIR%%/framework/source/class/qx/ui/table/Table.js
+%%DATADIR%%/framework/source/class/qx/ui/table/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/AbstractField.js
+%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/CheckBox.js
+%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/ComboBox.js
+%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/Dynamic.js
+%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/PasswordField.js
+%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/SelectBox.js
+%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/TextField.js
+%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/AbstractImage.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Boolean.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Conditional.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Date.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Debug.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Default.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Dynamic.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Html.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Image.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Number.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Password.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Replace.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/String.js
+%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/Button.js
+%%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/MenuItem.js
+%%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/grid/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/simple/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/Basic.js
+%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/Resize.js
+%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/resizebehavior/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/resizebehavior/Default.js
+%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/resizebehavior/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/headerrenderer/Default.js
+%%DATADIR%%/framework/source/class/qx/ui/table/headerrenderer/HeaderCell.js
+%%DATADIR%%/framework/source/class/qx/ui/table/headerrenderer/Icon.js
+%%DATADIR%%/framework/source/class/qx/ui/table/headerrenderer/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/model/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/table/model/Filtered.js
+%%DATADIR%%/framework/source/class/qx/ui/table/model/Remote.js
+%%DATADIR%%/framework/source/class/qx/ui/table/model/Simple.js
+%%DATADIR%%/framework/source/class/qx/ui/table/model/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/pane/CellEvent.js
+%%DATADIR%%/framework/source/class/qx/ui/table/pane/Clipper.js
+%%DATADIR%%/framework/source/class/qx/ui/table/pane/FocusIndicator.js
+%%DATADIR%%/framework/source/class/qx/ui/table/pane/Header.js
+%%DATADIR%%/framework/source/class/qx/ui/table/pane/Model.js
+%%DATADIR%%/framework/source/class/qx/ui/table/pane/Pane.js
+%%DATADIR%%/framework/source/class/qx/ui/table/pane/Scroller.js
+%%DATADIR%%/framework/source/class/qx/ui/table/pane/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/rowrenderer/Default.js
+%%DATADIR%%/framework/source/class/qx/ui/table/rowrenderer/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/table/selection/Manager.js
+%%DATADIR%%/framework/source/class/qx/ui/table/selection/Model.js
+%%DATADIR%%/framework/source/class/qx/ui/table/selection/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/tabview/Page.js
+%%DATADIR%%/framework/source/class/qx/ui/tabview/TabButton.js
+%%DATADIR%%/framework/source/class/qx/ui/tabview/TabView.js
+%%DATADIR%%/framework/source/class/qx/ui/tabview/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/toolbar/Button.js
+%%DATADIR%%/framework/source/class/qx/ui/toolbar/CheckBox.js
+%%DATADIR%%/framework/source/class/qx/ui/toolbar/MenuButton.js
+%%DATADIR%%/framework/source/class/qx/ui/toolbar/Part.js
+%%DATADIR%%/framework/source/class/qx/ui/toolbar/PartContainer.js
+%%DATADIR%%/framework/source/class/qx/ui/toolbar/RadioButton.js
+%%DATADIR%%/framework/source/class/qx/ui/toolbar/Separator.js
+%%DATADIR%%/framework/source/class/qx/ui/toolbar/SplitButton.js
+%%DATADIR%%/framework/source/class/qx/ui/toolbar/ToolBar.js
+%%DATADIR%%/framework/source/class/qx/ui/toolbar/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/tooltip/Manager.js
+%%DATADIR%%/framework/source/class/qx/ui/tooltip/ToolTip.js
+%%DATADIR%%/framework/source/class/qx/ui/tooltip/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/tree/AbstractTreeItem.js
+%%DATADIR%%/framework/source/class/qx/ui/tree/FolderOpenButton.js
+%%DATADIR%%/framework/source/class/qx/ui/tree/SelectionManager.js
+%%DATADIR%%/framework/source/class/qx/ui/tree/Tree.js
+%%DATADIR%%/framework/source/class/qx/ui/tree/TreeFile.js
+%%DATADIR%%/framework/source/class/qx/ui/tree/TreeFolder.js
+%%DATADIR%%/framework/source/class/qx/ui/tree/__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
+%%DATADIR%%/framework/source/class/qx/ui/treevirtual/MTreePrimitive.js
+%%DATADIR%%/framework/source/class/qx/ui/treevirtual/SelectionManager.js
+%%DATADIR%%/framework/source/class/qx/ui/treevirtual/SimpleTreeDataCellRenderer.js
+%%DATADIR%%/framework/source/class/qx/ui/treevirtual/SimpleTreeDataModel.js
+%%DATADIR%%/framework/source/class/qx/ui/treevirtual/SimpleTreeDataRowRenderer.js
+%%DATADIR%%/framework/source/class/qx/ui/treevirtual/TreeVirtual.js
+%%DATADIR%%/framework/source/class/qx/ui/treevirtual/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/behavior/Prefetch.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/behavior/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/AbstractImage.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/AbstractWidget.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Boolean.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Cell.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/CellStylesheet.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Date.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Html.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/ICell.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/IWidgetCell.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/IWidgetCellDelegate.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Image.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Number.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/String.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/WidgetCell.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/core/Axis.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/core/CellEvent.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/core/IHtmlCellProvider.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/core/ILayer.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/core/IWidgetCellProvider.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/core/Pane.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/core/Scroller.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/core/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/form/IListDelegate.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/form/List.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/form/ListController.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/form/ListItemCell.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/form/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/AbstractBackground.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/CellSpanManager.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/Column.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/GridLines.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/HtmlCell.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/HtmlCellSpan.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/Row.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/WidgetCell.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/WidgetCellSpan.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/Abstract.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/CellLines.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/CellRectangle.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/Column.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/ISelectionDelegate.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/Row.js
+%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/__init__.js
+%%DATADIR%%/framework/source/class/qx/ui/window/Desktop.js
+%%DATADIR%%/framework/source/class/qx/ui/window/IDesktop.js
+%%DATADIR%%/framework/source/class/qx/ui/window/IWindowManager.js
+%%DATADIR%%/framework/source/class/qx/ui/window/MDesktop.js
+%%DATADIR%%/framework/source/class/qx/ui/window/Manager.js
+%%DATADIR%%/framework/source/class/qx/ui/window/Window.js
+%%DATADIR%%/framework/source/class/qx/ui/window/__init__.js
+%%DATADIR%%/framework/source/class/qx/util/AliasManager.js
+%%DATADIR%%/framework/source/class/qx/util/Base64.js
+%%DATADIR%%/framework/source/class/qx/util/ColorUtil.js
+%%DATADIR%%/framework/source/class/qx/util/DeferredCall.js
+%%DATADIR%%/framework/source/class/qx/util/DeferredCallManager.js
+%%DATADIR%%/framework/source/class/qx/util/Delegate.js
+%%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/Json.js
+%%DATADIR%%/framework/source/class/qx/util/ObjectPool.js
+%%DATADIR%%/framework/source/class/qx/util/Permutation.js
+%%DATADIR%%/framework/source/class/qx/util/PropertyUtil.js
+%%DATADIR%%/framework/source/class/qx/util/ResourceManager.js
+%%DATADIR%%/framework/source/class/qx/util/Serializer.js
+%%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/Validate.js
+%%DATADIR%%/framework/source/class/qx/util/ValueManager.js
+%%DATADIR%%/framework/source/class/qx/util/__init__.js
+%%DATADIR%%/framework/source/class/qx/util/format/DateFormat.js
+%%DATADIR%%/framework/source/class/qx/util/format/IFormat.js
+%%DATADIR%%/framework/source/class/qx/util/format/NumberFormat.js
+%%DATADIR%%/framework/source/class/qx/util/format/__init__.js
+%%DATADIR%%/framework/source/class/qx/util/fsm/FiniteStateMachine.js
+%%DATADIR%%/framework/source/class/qx/util/fsm/State.js
+%%DATADIR%%/framework/source/class/qx/util/fsm/Transition.js
+%%DATADIR%%/framework/source/class/qx/util/fsm/__init__.js
+%%DATADIR%%/framework/source/class/qx/util/placement/AbstractAxis.js
+%%DATADIR%%/framework/source/class/qx/util/placement/BestFitAxis.js
+%%DATADIR%%/framework/source/class/qx/util/placement/DirectAxis.js
+%%DATADIR%%/framework/source/class/qx/util/placement/KeepAlignAxis.js
+%%DATADIR%%/framework/source/class/qx/util/placement/Placement.js
+%%DATADIR%%/framework/source/class/qx/util/placement/__init__.js
+%%DATADIR%%/framework/source/class/qx/xml/Document.js
+%%DATADIR%%/framework/source/class/qx/xml/Element.js
+%%DATADIR%%/framework/source/class/qx/xml/String.js
+%%DATADIR%%/framework/source/class/qx/xml/__init__.js
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows-combined.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/down-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/down-small-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/down-small.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/down.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/forward-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/forward.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/left-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/left-small-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/left-small.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/left.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/next-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/next.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/previous-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/previous.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/rewind-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/rewind.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/right-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/right-small-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/right-small.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/right.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/up-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/up-small-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/up-small.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/up.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/checkbox-radiobutton-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/checkbox-radiobutton-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector-combined.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector/brightness-field.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector/brightness-handle.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector/huesaturation-field.jpg
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector/huesaturation-handle.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors-combined.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors/alias.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors/copy.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors/move.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors/nodrop.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/last-month-invert.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/last-month.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/last-year-invert.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/last-year.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/next-month-invert.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/next-month.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/next-year-invert.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/next-year.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-disabled.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-focused-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-pressed-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-pressed.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-disabled.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-focused-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-pressed-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-pressed.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-disabled.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-focused-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-disabled.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-focused-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-pressed-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-pressed.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-disabled.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-focused-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-pressed-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-pressed.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu-combined.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu/checkbox-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu/checkbox.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu/radiobutton-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu/radiobutton.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-small-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-small-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-small-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-small-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/splitpane/knob-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/splitpane/knob-vertical.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/ascending-invert.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/ascending.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/boolean-false.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/boolean-true.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/descending-invert.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/descending.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/select-column-order.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/tree/minus.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/tree/plus.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/cross.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/cross_minus.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/cross_plus.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/end.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/end_minus.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/end_plus.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/line.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/only_minus.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/only_plus.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/start.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/start_minus.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/start_plus.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window-captionbar-buttons-combined.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window-captionbar-buttons-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window/close.gif
+%%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/Modern/app-header.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/down-invert.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/down-small-invert.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/down-small.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/down.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/forward.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/left-invert.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/left.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/rewind.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/right-invert.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/right.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/up-invert.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/up-small.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/up.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/button-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/button-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/button-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/button-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/checkradio-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/checkradio-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector-combined.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector/brightness-field.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector/brightness-handle.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector/huesaturation-field.jpg
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector/huesaturation-handle.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors-combined.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors/alias.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors/copy.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors/move.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors/nodrop.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-disabled.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-focused-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-pressed-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-pressed.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-disabled.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-focused-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-pressed-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-pressed.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-disabled.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-focused-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/input-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/input.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-disabled.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-focused-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-pressed-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-pressed.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-disabled.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-focused-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-focused.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-invalid.png
+%%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.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
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/group-item.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu-background-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu-background-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu-checkradio-combined.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu-checkradio-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/background.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/bar-background.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/checkbox-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/checkbox.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/radiobutton-invert.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/radiobutton.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-pressed-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-pressed-vertical.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-vertical.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-button-bg-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-button-bg-vertical.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-down.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-left.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-right.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-up.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/slider-knob-background.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/selection.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-small-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-small-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-small-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-small-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/splitpane-knobs-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/splitpane-knobs-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/splitpane/knob-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/splitpane/knob-vertical.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/ascending.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/boolean-false.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/boolean-true.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/descending.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/header-cell.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/select-column-order.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-active-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-active-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-active-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-active-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-b-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-b-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-t-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-t-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-active-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-active-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-active-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-active-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-b-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-b-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-t-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-t-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-active-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-active-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-active-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-active-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-b-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-b-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-t-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-t-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-active-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-active-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-active-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-active-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-b-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-b-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-t-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-t-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-pane-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-pane-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-pane-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-pane-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar/toolbar-gradient-blue.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar/toolbar-gradient.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar/toolbar-handle-knob.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar/toolbar-part.gif
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tooltip-error-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tooltip-error-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tooltip-error-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tooltip-error-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree/closed-selected.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree/closed.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree/open-selected.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree/open.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-buttons-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-buttons-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-lr-active-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-lr-active-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-lr-inactive-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-lr-inactive-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-tb-active-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-tb-active-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-tb-inactive-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-tb-inactive-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-statusbar-lr-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-statusbar-lr-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-statusbar-tb-combined.meta
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-statusbar-tb-combined.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/close-active-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/close-active.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/close-inactive.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/maximize-active-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/maximize-active.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/maximize-inactive.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/minimize-active-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/minimize-active.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/minimize-inactive.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/restore-active-hovered.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/restore-active.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/restore-inactive.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-b.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-bl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-br.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-c.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-l.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-r.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-t.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-tl.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-tr.png
+%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar.png
+%%DATADIR%%/framework/source/resource/qx/icon/LICENSE
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/AUTHORS
+%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/LICENSE
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/address-book-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/application-exit.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/appointment-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/bookmark-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/check-spelling.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/contact-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/dialog-apply.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/dialog-cancel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/dialog-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/dialog-ok.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-open-recent.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-print-preview.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-print.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-properties.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-revert.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-save-as.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-save.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-clear.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-copy.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-cut.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-delete.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-find.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-paste.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-redo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-select-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-undo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/folder-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-indent-less.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-indent-more.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-justify-center.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-justify-fill.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-justify-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-justify-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-bold.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-direction-ltr.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-direction-rtl.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-italic.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-strikethrough.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-underline.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-bottom.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-down.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-first.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-last.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-next.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-previous.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-top.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-up.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/help-about.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/help-contents.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/help-faq.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/insert-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/insert-link.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/insert-text.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/list-add.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/list-remove.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-mark-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-mark-junk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-mark-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-mark-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-message-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-receive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-reply-all.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-reply-sender.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-send.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-eject.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-playback-pause.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-playback-start.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-playback-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-record.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-seek-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-seek-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-skip-backward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-skip-forward.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/object-flip-horizontal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/object-flip-vertical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/object-rotate-left.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/object-rotate-right.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/process-stop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/system-log-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/system-run.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/system-search.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/system-shutdown.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/view-fullscreen.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/view-refresh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/view-restore.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/view-sort-ascending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/view-sort-descending.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/window-close.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/window-new.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/zoom-fit-best.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/zoom-in.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/zoom-original.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/zoom-out.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-blog.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-download-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-feed-reader.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-mail.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-messenger.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-telephony.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-transfer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-web-browser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/media-audio-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/media-photo-album.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/media-video-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-address-book.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-chart.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-database.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-draw.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-layout.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-project.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-writer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-accessibility.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-clock.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-font.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-locale.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-network.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-security.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-sound.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-theme.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-users.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-wallpaper.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-archiver.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-calculator.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-character-map.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-color-chooser.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-dictionary.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-graphics-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-help.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-keyring.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-log-viewer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-network-manager.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-notes.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-statistics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-system-monitor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-terminal.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-text-editor.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/accessories.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/development.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/engineering.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/games.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/graphics.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/internet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/multimedia.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/office.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/science.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/system.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/utilities.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/audio-card.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/audio-input-microphone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/battery.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/camera-photo.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/camera-web.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/computer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/display.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/drive-harddisk.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/drive-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/input-keyboard.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/input-mouse.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/media-flash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/media-optical.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/multimedia-player.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/network-wired.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/network-wireless.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/pda.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/phone.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/printer.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/scanner.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emblems/emblem-favorite.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emblems/emblem-important.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-angel.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-embarrassed.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-kiss.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-laugh.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-raspberry.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-sad.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-smile-big.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-smile.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-surprise.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/archive.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/executable.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/media-audio.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/media-image.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/media-video.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-calendar.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-contact.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-document.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-illustration.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-presentation.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-spreadsheet.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/text-html.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/text-plain.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/folder-open.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/folder-remote.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/folder.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/network-server.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/network-workgroup.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/user-desktop.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/user-home.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/user-trash-full.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/user-trash.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/dialog-error.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/dialog-information.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/dialog-password.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/dialog-warning.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/image-loading.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/image-missing.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/mail-read.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/mail-replied.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/mail-unread.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/security-high.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/security-low.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/security-medium.png
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/AUTHORS
+%%DATADIR%%/framework/source/resource/qx/icon/Tango/LICENSE
+%%DATADIR%%/framework/source/resource/qx/static/blank.gif
+%%DATADIR%%/framework/source/resource/qx/static/blank.html
+%%DATADIR%%/framework/source/resource/qx/static/ellipsis.xml
+%%DATADIR%%/framework/source/resource/qx/test/UnitTestFlash.mxml
+%%DATADIR%%/framework/source/resource/qx/test/UnitTestFlash.swf
+%%DATADIR%%/framework/source/resource/qx/test/array.json
+%%DATADIR%%/framework/source/resource/qx/test/build.xml
+%%DATADIR%%/framework/source/resource/qx/test/cached-script.php
+%%DATADIR%%/framework/source/resource/qx/test/jsonp_primitive.php
+%%DATADIR%%/framework/source/resource/qx/test/object.json
+%%DATADIR%%/framework/source/resource/qx/test/part/delay.php
+%%DATADIR%%/framework/source/resource/qx/test/part/file1-closure.js
+%%DATADIR%%/framework/source/resource/qx/test/part/file1.js
+%%DATADIR%%/framework/source/resource/qx/test/part/file2-closure.js
+%%DATADIR%%/framework/source/resource/qx/test/part/file2.js
+%%DATADIR%%/framework/source/resource/qx/test/part/file3-closure.js
+%%DATADIR%%/framework/source/resource/qx/test/part/file3.js
+%%DATADIR%%/framework/source/resource/qx/test/primitive.json
+%%DATADIR%%/framework/source/resource/qx/test/script.js
+%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/404.php
+%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/echo_form_request.php
+%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/echo_get_request.php
+%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/echo_header.php
+%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/php_version.php
+%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/send_known_header.php
+%%DATADIR%%/framework/source/resource/source/Modern/Assets.psd
+%%DATADIR%%/framework/source/resource/source/Modern/AssetsInvalid.psd
+%%DATADIR%%/framework/source/resource/source/Modern/button-checked-focused.png
+%%DATADIR%%/framework/source/resource/source/Modern/button-checked.png
+%%DATADIR%%/framework/source/resource/source/Modern/button-disabled.png
+%%DATADIR%%/framework/source/resource/source/Modern/button-focused.png
+%%DATADIR%%/framework/source/resource/source/Modern/button-hovered.png
+%%DATADIR%%/framework/source/resource/source/Modern/button-preselected-focused.png
+%%DATADIR%%/framework/source/resource/source/Modern/button-preselected.png
+%%DATADIR%%/framework/source/resource/source/Modern/button-pressed.png
+%%DATADIR%%/framework/source/resource/source/Modern/button.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-disabled.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-focused-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-focused.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-hovered.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-pressed-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-pressed.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-disabled.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-focused-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-focused.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-hovered.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-pressed-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-pressed.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-disabled.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-focused-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-focused.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-hovered.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined.png
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined.xcf
+%%DATADIR%%/framework/source/resource/source/Modern/checkbox.png
+%%DATADIR%%/framework/source/resource/source/Modern/combobox-pfeil.png
+%%DATADIR%%/framework/source/resource/source/Modern/draftj.psd
+%%DATADIR%%/framework/source/resource/source/Modern/fenster-aktiv.png
+%%DATADIR%%/framework/source/resource/source/Modern/fenster-inktiv.png
+%%DATADIR%%/framework/source/resource/source/Modern/group-item.png
+%%DATADIR%%/framework/source/resource/source/Modern/groupbox.png
+%%DATADIR%%/framework/source/resource/source/Modern/input-focus.png
+%%DATADIR%%/framework/source/resource/source/Modern/input-vertical.png
+%%DATADIR%%/framework/source/resource/source/Modern/input.png
+%%DATADIR%%/framework/source/resource/source/Modern/menu-divider.png
+%%DATADIR%%/framework/source/resource/source/Modern/menu-gradient.png
+%%DATADIR%%/framework/source/resource/source/Modern/menubar-gradient.png
+%%DATADIR%%/framework/source/resource/source/Modern/pane.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-focused-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-focused.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-hovered.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-pressed-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-pressed.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-checked.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-focused-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-focused.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-hovered-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-hovered.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-pressed-invalid.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio-pressed.png
+%%DATADIR%%/framework/source/resource/source/Modern/radio.png
+%%DATADIR%%/framework/source/resource/source/Modern/scrollbar-bg.png
+%%DATADIR%%/framework/source/resource/source/Modern/scrollbar-pfeil-down.png
+%%DATADIR%%/framework/source/resource/source/Modern/scrollbar-pfeil-up.png
+%%DATADIR%%/framework/source/resource/source/Modern/selection.png
+%%DATADIR%%/framework/source/resource/source/Modern/shadow-small.png
+%%DATADIR%%/framework/source/resource/source/Modern/shadow.png
+%%DATADIR%%/framework/source/resource/source/Modern/slider-knob-bg.png
+%%DATADIR%%/framework/source/resource/source/Modern/tab-aktiv.png
+%%DATADIR%%/framework/source/resource/source/Modern/tab-background.png
+%%DATADIR%%/framework/source/resource/source/Modern/tab-button-bottom-active.png
+%%DATADIR%%/framework/source/resource/source/Modern/tab-button-bottom-inactive.png
+%%DATADIR%%/framework/source/resource/source/Modern/tab-button-left-active.png
+%%DATADIR%%/framework/source/resource/source/Modern/tab-button-left-inactive.png
+%%DATADIR%%/framework/source/resource/source/Modern/tab-button-right-active.png
+%%DATADIR%%/framework/source/resource/source/Modern/tab-button-right-inactive.png
+%%DATADIR%%/framework/source/resource/source/Modern/tab-button-top-active.png
+%%DATADIR%%/framework/source/resource/source/Modern/tab-button-top-inactive.png
+%%DATADIR%%/framework/source/resource/source/Modern/tab-inaktiv.png
+%%DATADIR%%/framework/source/resource/source/Modern/tabs-39.png
+%%DATADIR%%/framework/source/resource/source/Modern/tabs-41.png
+%%DATADIR%%/framework/source/resource/source/Modern/tabs-42.png
+%%DATADIR%%/framework/source/resource/source/Modern/tabs-44.png
+%%DATADIR%%/framework/source/resource/source/Modern/tabs-46.png
+%%DATADIR%%/framework/source/resource/source/Modern/tabs-47.png
+%%DATADIR%%/framework/source/resource/source/Modern/tabs.png
+%%DATADIR%%/framework/source/resource/source/Modern/tabview-pane.png
+%%DATADIR%%/framework/source/resource/source/Modern/tabview.png
+%%DATADIR%%/framework/source/resource/source/Modern/toolbar-anfasser-38.png
+%%DATADIR%%/framework/source/resource/source/Modern/toolbar-anfasser.png
+%%DATADIR%%/framework/source/resource/source/Modern/toolbar-divider.png
+%%DATADIR%%/framework/source/resource/source/Modern/toolbar-gradient.png
+%%DATADIR%%/framework/source/resource/source/Modern/toolbar-part.png
+%%DATADIR%%/framework/source/resource/source/Modern/tooltip-error.png
+%%DATADIR%%/framework/source/resource/source/Modern/tree-closed.png
+%%DATADIR%%/framework/source/resource/source/Modern/tree-open.png
+%%DATADIR%%/framework/source/resource/source/Modern/window-background.png
+%%DATADIR%%/framework/source/resource/source/Modern/window-captionbar-active.png
+%%DATADIR%%/framework/source/resource/source/Modern/window-captionbar-inactive.png
+%%DATADIR%%/framework/source/resource/source/Modern/window-statusbar.png
+%%DATADIR%%/framework/source/resource/source/readme.txt
+%%DATADIR%%/framework/source/translation/C.po
+%%DATADIR%%/framework/source/translation/de.po
+%%DATADIR%%/framework/source/translation/en.po
+%%DATADIR%%/framework/source/translation/es.po
+%%DATADIR%%/framework/source/translation/fr.po
+%%DATADIR%%/framework/source/translation/it.po
+%%DATADIR%%/framework/source/translation/nl.po
+%%DATADIR%%/framework/source/translation/ro.po
+%%DATADIR%%/framework/source/translation/sv.po
+%%DATADIR%%/tool/bin/checklocales.py
+%%DATADIR%%/tool/bin/compile.py
+%%DATADIR%%/tool/bin/create-application.py
+%%DATADIR%%/tool/bin/doc__init__.py
+%%DATADIR%%/tool/bin/ecmalint.py
+%%DATADIR%%/tool/bin/generator.py
+%%DATADIR%%/tool/bin/generator_compspec.bash
+%%DATADIR%%/tool/bin/iconpackager.py
+%%DATADIR%%/tool/bin/migrator.py
+%%DATADIR%%/tool/bin/qxenviron.py
+%%DATADIR%%/tool/data/apidoc/pydoc2qx-xml.xsl
+%%DATADIR%%/tool/data/apidoc/qx-xml.rnc
+%%DATADIR%%/tool/data/apidoc/qx-xml.rng
+%%DATADIR%%/tool/data/apidoc/qx-xml2qx-json.xsl
+%%DATADIR%%/tool/data/apidoc/readme.txt
+%%DATADIR%%/tool/data/cldr/main/aa.xml
+%%DATADIR%%/tool/data/cldr/main/aa_DJ.xml
+%%DATADIR%%/tool/data/cldr/main/aa_ER.xml
+%%DATADIR%%/tool/data/cldr/main/aa_ER_SAAHO.xml
+%%DATADIR%%/tool/data/cldr/main/aa_ET.xml
+%%DATADIR%%/tool/data/cldr/main/af.xml
+%%DATADIR%%/tool/data/cldr/main/af_NA.xml
+%%DATADIR%%/tool/data/cldr/main/af_ZA.xml
+%%DATADIR%%/tool/data/cldr/main/ak.xml
+%%DATADIR%%/tool/data/cldr/main/ak_GH.xml
+%%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_AE.xml
+%%DATADIR%%/tool/data/cldr/main/ar_BH.xml
+%%DATADIR%%/tool/data/cldr/main/ar_DZ.xml
+%%DATADIR%%/tool/data/cldr/main/ar_EG.xml
+%%DATADIR%%/tool/data/cldr/main/ar_IQ.xml
+%%DATADIR%%/tool/data/cldr/main/ar_JO.xml
+%%DATADIR%%/tool/data/cldr/main/ar_KW.xml
+%%DATADIR%%/tool/data/cldr/main/ar_LB.xml
+%%DATADIR%%/tool/data/cldr/main/ar_LY.xml
+%%DATADIR%%/tool/data/cldr/main/ar_MA.xml
+%%DATADIR%%/tool/data/cldr/main/ar_OM.xml
+%%DATADIR%%/tool/data/cldr/main/ar_QA.xml
+%%DATADIR%%/tool/data/cldr/main/ar_SA.xml
+%%DATADIR%%/tool/data/cldr/main/ar_SD.xml
+%%DATADIR%%/tool/data/cldr/main/ar_SY.xml
+%%DATADIR%%/tool/data/cldr/main/ar_TN.xml
+%%DATADIR%%/tool/data/cldr/main/ar_YE.xml
+%%DATADIR%%/tool/data/cldr/main/as.xml
+%%DATADIR%%/tool/data/cldr/main/as_IN.xml
+%%DATADIR%%/tool/data/cldr/main/az.xml
+%%DATADIR%%/tool/data/cldr/main/az_AZ.xml
+%%DATADIR%%/tool/data/cldr/main/az_Cyrl.xml
+%%DATADIR%%/tool/data/cldr/main/az_Cyrl_AZ.xml
+%%DATADIR%%/tool/data/cldr/main/az_Latn.xml
+%%DATADIR%%/tool/data/cldr/main/az_Latn_AZ.xml
+%%DATADIR%%/tool/data/cldr/main/be.xml
+%%DATADIR%%/tool/data/cldr/main/be_BY.xml
+%%DATADIR%%/tool/data/cldr/main/bg.xml
+%%DATADIR%%/tool/data/cldr/main/bg_BG.xml
+%%DATADIR%%/tool/data/cldr/main/bn.xml
+%%DATADIR%%/tool/data/cldr/main/bn_BD.xml
+%%DATADIR%%/tool/data/cldr/main/bn_IN.xml
+%%DATADIR%%/tool/data/cldr/main/bo.xml
+%%DATADIR%%/tool/data/cldr/main/bo_CN.xml
+%%DATADIR%%/tool/data/cldr/main/bo_IN.xml
+%%DATADIR%%/tool/data/cldr/main/bs.xml
+%%DATADIR%%/tool/data/cldr/main/bs_BA.xml
+%%DATADIR%%/tool/data/cldr/main/byn.xml
+%%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/cop.xml
+%%DATADIR%%/tool/data/cldr/main/cop_Arab.xml
+%%DATADIR%%/tool/data/cldr/main/cop_Arab_EG.xml
+%%DATADIR%%/tool/data/cldr/main/cop_Arab_US.xml
+%%DATADIR%%/tool/data/cldr/main/cop_EG.xml
+%%DATADIR%%/tool/data/cldr/main/cop_US.xml
+%%DATADIR%%/tool/data/cldr/main/cs.xml
+%%DATADIR%%/tool/data/cldr/main/cs_CZ.xml
+%%DATADIR%%/tool/data/cldr/main/cy.xml
+%%DATADIR%%/tool/data/cldr/main/cy_GB.xml
+%%DATADIR%%/tool/data/cldr/main/da.xml
+%%DATADIR%%/tool/data/cldr/main/da_DK.xml
+%%DATADIR%%/tool/data/cldr/main/de.xml
+%%DATADIR%%/tool/data/cldr/main/de_AT.xml
+%%DATADIR%%/tool/data/cldr/main/de_BE.xml
+%%DATADIR%%/tool/data/cldr/main/de_CH.xml
+%%DATADIR%%/tool/data/cldr/main/de_DE.xml
+%%DATADIR%%/tool/data/cldr/main/de_LI.xml
+%%DATADIR%%/tool/data/cldr/main/de_LU.xml
+%%DATADIR%%/tool/data/cldr/main/dv.xml
+%%DATADIR%%/tool/data/cldr/main/dv_MV.xml
+%%DATADIR%%/tool/data/cldr/main/dz.xml
+%%DATADIR%%/tool/data/cldr/main/dz_BT.xml
+%%DATADIR%%/tool/data/cldr/main/ee.xml
+%%DATADIR%%/tool/data/cldr/main/ee_GH.xml
+%%DATADIR%%/tool/data/cldr/main/ee_TG.xml
+%%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
+%%DATADIR%%/tool/data/cldr/main/en_BE.xml
+%%DATADIR%%/tool/data/cldr/main/en_BW.xml
+%%DATADIR%%/tool/data/cldr/main/en_BZ.xml
+%%DATADIR%%/tool/data/cldr/main/en_CA.xml
+%%DATADIR%%/tool/data/cldr/main/en_Dsrt.xml
+%%DATADIR%%/tool/data/cldr/main/en_Dsrt_US.xml
+%%DATADIR%%/tool/data/cldr/main/en_GB.xml
+%%DATADIR%%/tool/data/cldr/main/en_GU.xml
+%%DATADIR%%/tool/data/cldr/main/en_HK.xml
+%%DATADIR%%/tool/data/cldr/main/en_IE.xml
+%%DATADIR%%/tool/data/cldr/main/en_IN.xml
+%%DATADIR%%/tool/data/cldr/main/en_JM.xml
+%%DATADIR%%/tool/data/cldr/main/en_MH.xml
+%%DATADIR%%/tool/data/cldr/main/en_MP.xml
+%%DATADIR%%/tool/data/cldr/main/en_MT.xml
+%%DATADIR%%/tool/data/cldr/main/en_NA.xml
+%%DATADIR%%/tool/data/cldr/main/en_NZ.xml
+%%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
+%%DATADIR%%/tool/data/cldr/main/en_US_POSIX.xml
+%%DATADIR%%/tool/data/cldr/main/en_VI.xml
+%%DATADIR%%/tool/data/cldr/main/en_ZA.xml
+%%DATADIR%%/tool/data/cldr/main/en_ZW.xml
+%%DATADIR%%/tool/data/cldr/main/eo.xml
+%%DATADIR%%/tool/data/cldr/main/es.xml
+%%DATADIR%%/tool/data/cldr/main/es_AR.xml
+%%DATADIR%%/tool/data/cldr/main/es_BO.xml
+%%DATADIR%%/tool/data/cldr/main/es_CL.xml
+%%DATADIR%%/tool/data/cldr/main/es_CO.xml
+%%DATADIR%%/tool/data/cldr/main/es_CR.xml
+%%DATADIR%%/tool/data/cldr/main/es_DO.xml
+%%DATADIR%%/tool/data/cldr/main/es_EC.xml
+%%DATADIR%%/tool/data/cldr/main/es_ES.xml
+%%DATADIR%%/tool/data/cldr/main/es_GT.xml
+%%DATADIR%%/tool/data/cldr/main/es_HN.xml
+%%DATADIR%%/tool/data/cldr/main/es_MX.xml
+%%DATADIR%%/tool/data/cldr/main/es_NI.xml
+%%DATADIR%%/tool/data/cldr/main/es_PA.xml
+%%DATADIR%%/tool/data/cldr/main/es_PE.xml
+%%DATADIR%%/tool/data/cldr/main/es_PR.xml
+%%DATADIR%%/tool/data/cldr/main/es_PY.xml
+%%DATADIR%%/tool/data/cldr/main/es_SV.xml
+%%DATADIR%%/tool/data/cldr/main/es_US.xml
+%%DATADIR%%/tool/data/cldr/main/es_UY.xml
+%%DATADIR%%/tool/data/cldr/main/es_VE.xml
+%%DATADIR%%/tool/data/cldr/main/et.xml
+%%DATADIR%%/tool/data/cldr/main/et_EE.xml
+%%DATADIR%%/tool/data/cldr/main/eu.xml
+%%DATADIR%%/tool/data/cldr/main/eu_ES.xml
+%%DATADIR%%/tool/data/cldr/main/fa.xml
+%%DATADIR%%/tool/data/cldr/main/fa_AF.xml
+%%DATADIR%%/tool/data/cldr/main/fa_IR.xml
+%%DATADIR%%/tool/data/cldr/main/fi.xml
+%%DATADIR%%/tool/data/cldr/main/fi_FI.xml
+%%DATADIR%%/tool/data/cldr/main/fil.xml
+%%DATADIR%%/tool/data/cldr/main/fil_PH.xml
+%%DATADIR%%/tool/data/cldr/main/fo.xml
+%%DATADIR%%/tool/data/cldr/main/fo_FO.xml
+%%DATADIR%%/tool/data/cldr/main/fr.xml
+%%DATADIR%%/tool/data/cldr/main/fr_BE.xml
+%%DATADIR%%/tool/data/cldr/main/fr_CA.xml
+%%DATADIR%%/tool/data/cldr/main/fr_CH.xml
+%%DATADIR%%/tool/data/cldr/main/fr_FR.xml
+%%DATADIR%%/tool/data/cldr/main/fr_LU.xml
+%%DATADIR%%/tool/data/cldr/main/fr_MC.xml
+%%DATADIR%%/tool/data/cldr/main/fr_SN.xml
+%%DATADIR%%/tool/data/cldr/main/fur.xml
+%%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/gez.xml
+%%DATADIR%%/tool/data/cldr/main/gez_ER.xml
+%%DATADIR%%/tool/data/cldr/main/gez_ET.xml
+%%DATADIR%%/tool/data/cldr/main/gl.xml
+%%DATADIR%%/tool/data/cldr/main/gl_ES.xml
+%%DATADIR%%/tool/data/cldr/main/gsw.xml
+%%DATADIR%%/tool/data/cldr/main/gsw_CH.xml
+%%DATADIR%%/tool/data/cldr/main/gu.xml
+%%DATADIR%%/tool/data/cldr/main/gu_IN.xml
+%%DATADIR%%/tool/data/cldr/main/gv.xml
+%%DATADIR%%/tool/data/cldr/main/gv_GB.xml
+%%DATADIR%%/tool/data/cldr/main/ha.xml
+%%DATADIR%%/tool/data/cldr/main/ha_Arab.xml
+%%DATADIR%%/tool/data/cldr/main/ha_Arab_NG.xml
+%%DATADIR%%/tool/data/cldr/main/ha_Arab_SD.xml
+%%DATADIR%%/tool/data/cldr/main/ha_GH.xml
+%%DATADIR%%/tool/data/cldr/main/ha_Latn.xml
+%%DATADIR%%/tool/data/cldr/main/ha_Latn_GH.xml
+%%DATADIR%%/tool/data/cldr/main/ha_Latn_NE.xml
+%%DATADIR%%/tool/data/cldr/main/ha_Latn_NG.xml
+%%DATADIR%%/tool/data/cldr/main/ha_NE.xml
+%%DATADIR%%/tool/data/cldr/main/ha_NG.xml
+%%DATADIR%%/tool/data/cldr/main/ha_SD.xml
+%%DATADIR%%/tool/data/cldr/main/haw.xml
+%%DATADIR%%/tool/data/cldr/main/haw_US.xml
+%%DATADIR%%/tool/data/cldr/main/he.xml
+%%DATADIR%%/tool/data/cldr/main/he_IL.xml
+%%DATADIR%%/tool/data/cldr/main/hi.xml
+%%DATADIR%%/tool/data/cldr/main/hi_IN.xml
+%%DATADIR%%/tool/data/cldr/main/hr.xml
+%%DATADIR%%/tool/data/cldr/main/hr_HR.xml
+%%DATADIR%%/tool/data/cldr/main/hu.xml
+%%DATADIR%%/tool/data/cldr/main/hu_HU.xml
+%%DATADIR%%/tool/data/cldr/main/hy.xml
+%%DATADIR%%/tool/data/cldr/main/hy_AM.xml
+%%DATADIR%%/tool/data/cldr/main/hy_AM_REVISED.xml
+%%DATADIR%%/tool/data/cldr/main/ia.xml
+%%DATADIR%%/tool/data/cldr/main/id.xml
+%%DATADIR%%/tool/data/cldr/main/id_ID.xml
+%%DATADIR%%/tool/data/cldr/main/ig.xml
+%%DATADIR%%/tool/data/cldr/main/ig_NG.xml
+%%DATADIR%%/tool/data/cldr/main/ii.xml
+%%DATADIR%%/tool/data/cldr/main/ii_CN.xml
+%%DATADIR%%/tool/data/cldr/main/in.xml
+%%DATADIR%%/tool/data/cldr/main/is.xml
+%%DATADIR%%/tool/data/cldr/main/is_IS.xml
+%%DATADIR%%/tool/data/cldr/main/it.xml
+%%DATADIR%%/tool/data/cldr/main/it_CH.xml
+%%DATADIR%%/tool/data/cldr/main/it_IT.xml
+%%DATADIR%%/tool/data/cldr/main/iu.xml
+%%DATADIR%%/tool/data/cldr/main/iw.xml
+%%DATADIR%%/tool/data/cldr/main/ja.xml
+%%DATADIR%%/tool/data/cldr/main/ja_JP.xml
+%%DATADIR%%/tool/data/cldr/main/ka.xml
+%%DATADIR%%/tool/data/cldr/main/ka_GE.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/kfo.xml
+%%DATADIR%%/tool/data/cldr/main/kfo_CI.xml
+%%DATADIR%%/tool/data/cldr/main/kfo_NG.xml
+%%DATADIR%%/tool/data/cldr/main/kk.xml
+%%DATADIR%%/tool/data/cldr/main/kk_Cyrl.xml
+%%DATADIR%%/tool/data/cldr/main/kk_Cyrl_KZ.xml
+%%DATADIR%%/tool/data/cldr/main/kk_KZ.xml
+%%DATADIR%%/tool/data/cldr/main/kl.xml
+%%DATADIR%%/tool/data/cldr/main/kl_GL.xml
+%%DATADIR%%/tool/data/cldr/main/km.xml
+%%DATADIR%%/tool/data/cldr/main/km_KH.xml
+%%DATADIR%%/tool/data/cldr/main/kn.xml
+%%DATADIR%%/tool/data/cldr/main/kn_IN.xml
+%%DATADIR%%/tool/data/cldr/main/ko.xml
+%%DATADIR%%/tool/data/cldr/main/ko_KR.xml
+%%DATADIR%%/tool/data/cldr/main/kok.xml
+%%DATADIR%%/tool/data/cldr/main/kok_IN.xml
+%%DATADIR%%/tool/data/cldr/main/kpe.xml
+%%DATADIR%%/tool/data/cldr/main/kpe_GN.xml
+%%DATADIR%%/tool/data/cldr/main/kpe_LR.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_Arab_SY.xml
+%%DATADIR%%/tool/data/cldr/main/ku_IQ.xml
+%%DATADIR%%/tool/data/cldr/main/ku_IR.xml
+%%DATADIR%%/tool/data/cldr/main/ku_Latn.xml
+%%DATADIR%%/tool/data/cldr/main/ku_Latn_IQ.xml
+%%DATADIR%%/tool/data/cldr/main/ku_Latn_IR.xml
+%%DATADIR%%/tool/data/cldr/main/ku_Latn_SY.xml
+%%DATADIR%%/tool/data/cldr/main/ku_Latn_TR.xml
+%%DATADIR%%/tool/data/cldr/main/ku_SY.xml
+%%DATADIR%%/tool/data/cldr/main/ku_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/ln.xml
+%%DATADIR%%/tool/data/cldr/main/ln_CD.xml
+%%DATADIR%%/tool/data/cldr/main/ln_CG.xml
+%%DATADIR%%/tool/data/cldr/main/lo.xml
+%%DATADIR%%/tool/data/cldr/main/lo_LA.xml
+%%DATADIR%%/tool/data/cldr/main/lt.xml
+%%DATADIR%%/tool/data/cldr/main/lt_LT.xml
+%%DATADIR%%/tool/data/cldr/main/lv.xml
+%%DATADIR%%/tool/data/cldr/main/lv_LV.xml
+%%DATADIR%%/tool/data/cldr/main/mk.xml
+%%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_CN.xml
+%%DATADIR%%/tool/data/cldr/main/mn_Cyrl.xml
+%%DATADIR%%/tool/data/cldr/main/mn_Cyrl_MN.xml
+%%DATADIR%%/tool/data/cldr/main/mn_MN.xml
+%%DATADIR%%/tool/data/cldr/main/mn_Mong.xml
+%%DATADIR%%/tool/data/cldr/main/mn_Mong_CN.xml
+%%DATADIR%%/tool/data/cldr/main/mo.xml
+%%DATADIR%%/tool/data/cldr/main/mr.xml
+%%DATADIR%%/tool/data/cldr/main/mr_IN.xml
+%%DATADIR%%/tool/data/cldr/main/ms.xml
+%%DATADIR%%/tool/data/cldr/main/ms_BN.xml
+%%DATADIR%%/tool/data/cldr/main/ms_MY.xml
+%%DATADIR%%/tool/data/cldr/main/mt.xml
+%%DATADIR%%/tool/data/cldr/main/mt_MT.xml
+%%DATADIR%%/tool/data/cldr/main/my.xml
+%%DATADIR%%/tool/data/cldr/main/my_MM.xml
+%%DATADIR%%/tool/data/cldr/main/nb.xml
+%%DATADIR%%/tool/data/cldr/main/nb_NO.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_BE.xml
+%%DATADIR%%/tool/data/cldr/main/nl_NL.xml
+%%DATADIR%%/tool/data/cldr/main/nn.xml
+%%DATADIR%%/tool/data/cldr/main/nn_NO.xml
+%%DATADIR%%/tool/data/cldr/main/no.xml
+%%DATADIR%%/tool/data/cldr/main/nr.xml
+%%DATADIR%%/tool/data/cldr/main/nr_ZA.xml
+%%DATADIR%%/tool/data/cldr/main/nso.xml
+%%DATADIR%%/tool/data/cldr/main/nso_ZA.xml
+%%DATADIR%%/tool/data/cldr/main/ny.xml
+%%DATADIR%%/tool/data/cldr/main/ny_MW.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
+%%DATADIR%%/tool/data/cldr/main/or.xml
+%%DATADIR%%/tool/data/cldr/main/or_IN.xml
+%%DATADIR%%/tool/data/cldr/main/pa.xml
+%%DATADIR%%/tool/data/cldr/main/pa_Arab.xml
+%%DATADIR%%/tool/data/cldr/main/pa_Arab_PK.xml
+%%DATADIR%%/tool/data/cldr/main/pa_Guru.xml
+%%DATADIR%%/tool/data/cldr/main/pa_Guru_IN.xml
+%%DATADIR%%/tool/data/cldr/main/pa_IN.xml
+%%DATADIR%%/tool/data/cldr/main/pa_PK.xml
+%%DATADIR%%/tool/data/cldr/main/pl.xml
+%%DATADIR%%/tool/data/cldr/main/pl_PL.xml
+%%DATADIR%%/tool/data/cldr/main/ps.xml
+%%DATADIR%%/tool/data/cldr/main/ps_AF.xml
+%%DATADIR%%/tool/data/cldr/main/pt.xml
+%%DATADIR%%/tool/data/cldr/main/pt_BR.xml
+%%DATADIR%%/tool/data/cldr/main/pt_PT.xml
+%%DATADIR%%/tool/data/cldr/main/ro.xml
+%%DATADIR%%/tool/data/cldr/main/ro_MD.xml
+%%DATADIR%%/tool/data/cldr/main/ro_RO.xml
+%%DATADIR%%/tool/data/cldr/main/root.xml
+%%DATADIR%%/tool/data/cldr/main/ru.xml
+%%DATADIR%%/tool/data/cldr/main/ru_RU.xml
+%%DATADIR%%/tool/data/cldr/main/ru_UA.xml
+%%DATADIR%%/tool/data/cldr/main/rw.xml
+%%DATADIR%%/tool/data/cldr/main/rw_RW.xml
+%%DATADIR%%/tool/data/cldr/main/sa.xml
+%%DATADIR%%/tool/data/cldr/main/sa_IN.xml
+%%DATADIR%%/tool/data/cldr/main/se.xml
+%%DATADIR%%/tool/data/cldr/main/se_FI.xml
+%%DATADIR%%/tool/data/cldr/main/se_NO.xml
+%%DATADIR%%/tool/data/cldr/main/sh.xml
+%%DATADIR%%/tool/data/cldr/main/sh_BA.xml
+%%DATADIR%%/tool/data/cldr/main/sh_CS.xml
+%%DATADIR%%/tool/data/cldr/main/sh_YU.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
+%%DATADIR%%/tool/data/cldr/main/sl_SI.xml
+%%DATADIR%%/tool/data/cldr/main/so.xml
+%%DATADIR%%/tool/data/cldr/main/so_DJ.xml
+%%DATADIR%%/tool/data/cldr/main/so_ET.xml
+%%DATADIR%%/tool/data/cldr/main/so_KE.xml
+%%DATADIR%%/tool/data/cldr/main/so_SO.xml
+%%DATADIR%%/tool/data/cldr/main/sq.xml
+%%DATADIR%%/tool/data/cldr/main/sq_AL.xml
+%%DATADIR%%/tool/data/cldr/main/sr.xml
+%%DATADIR%%/tool/data/cldr/main/sr_BA.xml
+%%DATADIR%%/tool/data/cldr/main/sr_CS.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Cyrl.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Cyrl_BA.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Cyrl_CS.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Cyrl_ME.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Cyrl_RS.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Cyrl_YU.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Latn.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Latn_BA.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Latn_CS.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Latn_ME.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Latn_RS.xml
+%%DATADIR%%/tool/data/cldr/main/sr_Latn_YU.xml
+%%DATADIR%%/tool/data/cldr/main/sr_ME.xml
+%%DATADIR%%/tool/data/cldr/main/sr_RS.xml
+%%DATADIR%%/tool/data/cldr/main/sr_YU.xml
+%%DATADIR%%/tool/data/cldr/main/ss.xml
+%%DATADIR%%/tool/data/cldr/main/ss_SZ.xml
+%%DATADIR%%/tool/data/cldr/main/ss_ZA.xml
+%%DATADIR%%/tool/data/cldr/main/ssy.xml
+%%DATADIR%%/tool/data/cldr/main/st.xml
+%%DATADIR%%/tool/data/cldr/main/st_LS.xml
+%%DATADIR%%/tool/data/cldr/main/st_ZA.xml
+%%DATADIR%%/tool/data/cldr/main/sv.xml
+%%DATADIR%%/tool/data/cldr/main/sv_FI.xml
+%%DATADIR%%/tool/data/cldr/main/sv_SE.xml
+%%DATADIR%%/tool/data/cldr/main/sw.xml
+%%DATADIR%%/tool/data/cldr/main/sw_KE.xml
+%%DATADIR%%/tool/data/cldr/main/sw_TZ.xml
+%%DATADIR%%/tool/data/cldr/main/syr.xml
+%%DATADIR%%/tool/data/cldr/main/syr_SY.xml
+%%DATADIR%%/tool/data/cldr/main/ta.xml
+%%DATADIR%%/tool/data/cldr/main/ta_IN.xml
+%%DATADIR%%/tool/data/cldr/main/te.xml
+%%DATADIR%%/tool/data/cldr/main/te_IN.xml
+%%DATADIR%%/tool/data/cldr/main/tg.xml
+%%DATADIR%%/tool/data/cldr/main/tg_Cyrl.xml
+%%DATADIR%%/tool/data/cldr/main/tg_Cyrl_TJ.xml
+%%DATADIR%%/tool/data/cldr/main/tg_TJ.xml
+%%DATADIR%%/tool/data/cldr/main/th.xml
+%%DATADIR%%/tool/data/cldr/main/th_TH.xml
+%%DATADIR%%/tool/data/cldr/main/ti.xml
+%%DATADIR%%/tool/data/cldr/main/ti_ER.xml
+%%DATADIR%%/tool/data/cldr/main/ti_ET.xml
+%%DATADIR%%/tool/data/cldr/main/tig.xml
+%%DATADIR%%/tool/data/cldr/main/tig_ER.xml
+%%DATADIR%%/tool/data/cldr/main/tl.xml
+%%DATADIR%%/tool/data/cldr/main/tn.xml
+%%DATADIR%%/tool/data/cldr/main/tn_ZA.xml
+%%DATADIR%%/tool/data/cldr/main/to.xml
+%%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/tt.xml
+%%DATADIR%%/tool/data/cldr/main/tt_RU.xml
+%%DATADIR%%/tool/data/cldr/main/ug.xml
+%%DATADIR%%/tool/data/cldr/main/ug_Arab.xml
+%%DATADIR%%/tool/data/cldr/main/ug_Arab_CN.xml
+%%DATADIR%%/tool/data/cldr/main/ug_CN.xml
+%%DATADIR%%/tool/data/cldr/main/uk.xml
+%%DATADIR%%/tool/data/cldr/main/uk_UA.xml
+%%DATADIR%%/tool/data/cldr/main/und.xml
+%%DATADIR%%/tool/data/cldr/main/und_ZZ.xml
+%%DATADIR%%/tool/data/cldr/main/ur.xml
+%%DATADIR%%/tool/data/cldr/main/ur_IN.xml
+%%DATADIR%%/tool/data/cldr/main/ur_PK.xml
+%%DATADIR%%/tool/data/cldr/main/uz.xml
+%%DATADIR%%/tool/data/cldr/main/uz_AF.xml
+%%DATADIR%%/tool/data/cldr/main/uz_Arab.xml
+%%DATADIR%%/tool/data/cldr/main/uz_Arab_AF.xml
+%%DATADIR%%/tool/data/cldr/main/uz_Cyrl.xml
+%%DATADIR%%/tool/data/cldr/main/uz_Cyrl_UZ.xml
+%%DATADIR%%/tool/data/cldr/main/uz_Latn.xml
+%%DATADIR%%/tool/data/cldr/main/uz_Latn_UZ.xml
+%%DATADIR%%/tool/data/cldr/main/uz_UZ.xml
+%%DATADIR%%/tool/data/cldr/main/ve.xml
+%%DATADIR%%/tool/data/cldr/main/ve_ZA.xml
+%%DATADIR%%/tool/data/cldr/main/vi.xml
+%%DATADIR%%/tool/data/cldr/main/vi_VN.xml
+%%DATADIR%%/tool/data/cldr/main/wal.xml
+%%DATADIR%%/tool/data/cldr/main/wal_ET.xml
+%%DATADIR%%/tool/data/cldr/main/wo.xml
+%%DATADIR%%/tool/data/cldr/main/wo_Arab.xml
+%%DATADIR%%/tool/data/cldr/main/wo_Arab_SN.xml
+%%DATADIR%%/tool/data/cldr/main/wo_Latn.xml
+%%DATADIR%%/tool/data/cldr/main/wo_Latn_SN.xml
+%%DATADIR%%/tool/data/cldr/main/wo_SN.xml
+%%DATADIR%%/tool/data/cldr/main/xh.xml
+%%DATADIR%%/tool/data/cldr/main/xh_ZA.xml
+%%DATADIR%%/tool/data/cldr/main/yo.xml
+%%DATADIR%%/tool/data/cldr/main/yo_NG.xml
+%%DATADIR%%/tool/data/cldr/main/zh.xml
+%%DATADIR%%/tool/data/cldr/main/zh_CN.xml
+%%DATADIR%%/tool/data/cldr/main/zh_HK.xml
+%%DATADIR%%/tool/data/cldr/main/zh_Hans.xml
+%%DATADIR%%/tool/data/cldr/main/zh_Hans_CN.xml
+%%DATADIR%%/tool/data/cldr/main/zh_Hans_HK.xml
+%%DATADIR%%/tool/data/cldr/main/zh_Hans_MO.xml
+%%DATADIR%%/tool/data/cldr/main/zh_Hans_SG.xml
+%%DATADIR%%/tool/data/cldr/main/zh_Hant.xml
+%%DATADIR%%/tool/data/cldr/main/zh_Hant_HK.xml
+%%DATADIR%%/tool/data/cldr/main/zh_Hant_MO.xml
+%%DATADIR%%/tool/data/cldr/main/zh_Hant_TW.xml
+%%DATADIR%%/tool/data/cldr/main/zh_MO.xml
+%%DATADIR%%/tool/data/cldr/main/zh_SG.xml
+%%DATADIR%%/tool/data/cldr/main/zh_TW.xml
+%%DATADIR%%/tool/data/cldr/main/zu.xml
+%%DATADIR%%/tool/data/cldr/main/zu_ZA.xml
+%%DATADIR%%/tool/data/cldr/readme.txt
+%%DATADIR%%/tool/data/config/application.json
+%%DATADIR%%/tool/data/config/base.json
+%%DATADIR%%/tool/data/config/config_schema.json
+%%DATADIR%%/tool/data/config/example.json
+%%DATADIR%%/tool/data/config/schema_sample.json
+%%DATADIR%%/tool/data/generator/generate.tmpl.py
+%%DATADIR%%/tool/data/generator/loader.tmpl.js
+%%DATADIR%%/tool/data/generator/oo.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
+%%DATADIR%%/tool/data/migration/0.6.1/patches/01-xml.dat
+%%DATADIR%%/tool/data/migration/0.6.1/patches/02-application.dat
+%%DATADIR%%/tool/data/migration/0.6.2/info/01-nativewindow.dat
+%%DATADIR%%/tool/data/migration/0.6.2/info/02-functionextension.dat
+%%DATADIR%%/tool/data/migration/0.6.2/patches/01-parent.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/01-constants.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/02-oo.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/03-widget.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/04-nativewindow.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/05-font.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/06-border.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/07-color.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/08-image.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/09-tree.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/10-table.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/11-embed.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/12-label.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/13-window.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/14-colorselector.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/15-datechooser.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/16-button.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/17-selection.dat
+%%DATADIR%%/tool/data/migration/0.6.3/patches/40-classnames.dat
+%%DATADIR%%/tool/data/migration/0.6.4/info/01-locale.dat
+%%DATADIR%%/tool/data/migration/0.6.4/info/02-deprecated.dat
+%%DATADIR%%/tool/data/migration/0.6.5/info/01-mime.dat
+%%DATADIR%%/tool/data/migration/0.6.5/info/02-iconcleanup.dat
+%%DATADIR%%/tool/data/migration/0.6.5/info/03-icons.dat
+%%DATADIR%%/tool/data/migration/0.6.5/patches/01-locale.dat
+%%DATADIR%%/tool/data/migration/0.6.5/patches/02-spinner.dat
+%%DATADIR%%/tool/data/migration/0.6.5/patches/03-api.dat
+%%DATADIR%%/tool/data/migration/0.6.5/patches/04-string.dat
+%%DATADIR%%/tool/data/migration/0.6.5/patches/05-xml.dat
+%%DATADIR%%/tool/data/migration/0.6.5/patches/06-mime.dat
+%%DATADIR%%/tool/data/migration/0.6.5/patches/07-icons.dat
+%%DATADIR%%/tool/data/migration/0.6.5/patches/08-genvar.dat
+%%DATADIR%%/tool/data/migration/0.6.6/patches/01-clazz.dat
+%%DATADIR%%/tool/data/migration/0.6/info/01-prototypes.dat
+%%DATADIR%%/tool/data/migration/0.6/info/02-obsolete.dat
+%%DATADIR%%/tool/data/migration/0.6/patches/01-classnames.dat
+%%DATADIR%%/tool/data/migration/0.6/patches/02-domapi.dat
+%%DATADIR%%/tool/data/migration/0.6/patches/03-const.dat
+%%DATADIR%%/tool/data/migration/0.6/patches/04-events.dat
+%%DATADIR%%/tool/data/migration/0.6/patches/05-util.dat
+%%DATADIR%%/tool/data/migration/0.6/patches/06-main.dat
+%%DATADIR%%/tool/data/migration/0.7-beta1/info/01-colors.dat
+%%DATADIR%%/tool/data/migration/0.7-beta1/info/02-init.dat
+%%DATADIR%%/tool/data/migration/0.7-beta1/info/03-removed.dat
+%%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/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
+%%DATADIR%%/tool/data/migration/0.7-beta1/patches/04-themes.dat
+%%DATADIR%%/tool/data/migration/0.7-beta1/patches/05-color.dat
+%%DATADIR%%/tool/data/migration/0.7-beta1/patches/06-classname.dat
+%%DATADIR%%/tool/data/migration/0.7-beta1/patches/07-colors.dat
+%%DATADIR%%/tool/data/migration/0.7-beta1/patches/08-themes.dat
+%%DATADIR%%/tool/data/migration/0.7-beta1/patches/09-fonts.dat
+%%DATADIR%%/tool/data/migration/0.7-beta1/theme_07.patch
+%%DATADIR%%/tool/data/migration/0.7-beta2/patches/01-apply.dat
+%%DATADIR%%/tool/data/migration/0.7-beta2/patches/02-resizable.dat
+%%DATADIR%%/tool/data/migration/0.7-beta2/patches/03-rename.dat
+%%DATADIR%%/tool/data/migration/0.7-beta2/patches/04-alias.dat
+%%DATADIR%%/tool/data/migration/0.7-beta2/patches/05-settings.dat
+%%DATADIR%%/tool/data/migration/0.7.1/patches/01-treemerge.dat
+%%DATADIR%%/tool/data/migration/0.7.2/patches/01-table.dat
+%%DATADIR%%/tool/data/migration/0.7.3/info/01-table.dat
+%%DATADIR%%/tool/data/migration/0.7/patches/01-rename.dat
+%%DATADIR%%/tool/data/migration/0.8-beta1/patches/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8-pre1/info/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8-pre1/patches/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8-pre2/patches/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8-pre2/patches/02-fix.dat
+%%DATADIR%%/tool/data/migration/0.8-rc1/info/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8-rc1/patches/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8.1/info/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8.1/patches/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8.2/info/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8.2/patches/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8.2/patches/02-type.dat
+%%DATADIR%%/tool/data/migration/0.8.2/patches/03-package.dat
+%%DATADIR%%/tool/data/migration/0.8.2/patches/04-legacy.dat
+%%DATADIR%%/tool/data/migration/0.8.2/patches/05-lang.dat
+%%DATADIR%%/tool/data/migration/0.8.3/info/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8.3/info/02-form.dat
+%%DATADIR%%/tool/data/migration/0.8.3/patches/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8/info/01-main.dat
+%%DATADIR%%/tool/data/migration/0.8/patches/01-main.dat
+%%DATADIR%%/tool/data/migration/1.0/info/01-main.dat
+%%DATADIR%%/tool/data/migration/1.0/patches/01-main.dat
+%%DATADIR%%/tool/data/migration/1.2/info/01-main.dat
+%%DATADIR%%/tool/data/migration/1.2/info/02-removed.dat
+%%DATADIR%%/tool/data/migration/1.2/patches/01-main.dat
+%%DATADIR%%/tool/data/migration/1.3/info/01-main.dat
+%%DATADIR%%/tool/data/migration/1.3/patches/01-main.dat
+%%DATADIR%%/tool/data/publish/index.html
+%%DATADIR%%/tool/data/py/_class_head.py
+%%DATADIR%%/tool/data/py/_fun_head.py
+%%DATADIR%%/tool/data/py/_mod_head.py
+%%DATADIR%%/tool/doc/diagram/code_generation_classes.graphml
+%%DATADIR%%/tool/doc/diagram/compile_calls1.graphml
+%%DATADIR%%/tool/doc/diagram/compile_calls2.graphml
+%%DATADIR%%/tool/doc/diagram/compile_runtimes.graphml
+%%DATADIR%%/tool/doc/diagram/deps_calls.graphml
+%%DATADIR%%/tool/doc/diagram/readme.txt
+%%DATADIR%%/tool/doc/generator_cheat_sheet.odt
+%%DATADIR%%/tool/pylib/ecmascript/__init__.py
+%%DATADIR%%/tool/pylib/ecmascript/backend/Packer.py
+%%DATADIR%%/tool/pylib/ecmascript/backend/__init__.py
+%%DATADIR%%/tool/pylib/ecmascript/backend/api.py
+%%DATADIR%%/tool/pylib/ecmascript/backend/pretty.py
+%%DATADIR%%/tool/pylib/ecmascript/compiler.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Scanner.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/Script.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/SyntaxException.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/__init__.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/comment.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/lang.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/tokenizer.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/tree.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator.py
+%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/__init__.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/__init__.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/basecalloptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/featureoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/inlineoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/privateoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/propertyoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/protectedoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/stringoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variableoptimizer.py
+%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer.py
+%%DATADIR%%/tool/pylib/elementtree/ElementInclude.py
+%%DATADIR%%/tool/pylib/elementtree/ElementPath.py
+%%DATADIR%%/tool/pylib/elementtree/ElementTree.py
+%%DATADIR%%/tool/pylib/elementtree/HTMLTreeBuilder.py
+%%DATADIR%%/tool/pylib/elementtree/SgmlopXMLTreeBuilder.py
+%%DATADIR%%/tool/pylib/elementtree/SimpleXMLTreeBuilder.py
+%%DATADIR%%/tool/pylib/elementtree/SimpleXMLWriter.py
+%%DATADIR%%/tool/pylib/elementtree/TidyHTMLTreeBuilder.py
+%%DATADIR%%/tool/pylib/elementtree/TidyTools.py
+%%DATADIR%%/tool/pylib/elementtree/XMLTreeBuilder.py
+%%DATADIR%%/tool/pylib/elementtree/__init__.py
+%%DATADIR%%/tool/pylib/generator/Context.py
+%%DATADIR%%/tool/pylib/generator/Generator.py
+%%DATADIR%%/tool/pylib/generator/__init__.py
+%%DATADIR%%/tool/pylib/generator/action/ActionLib.py
+%%DATADIR%%/tool/pylib/generator/action/ApiLoader.py
+%%DATADIR%%/tool/pylib/generator/action/CodeProvider.py
+%%DATADIR%%/tool/pylib/generator/action/ContribLoader.py
+%%DATADIR%%/tool/pylib/generator/action/Locale.py
+%%DATADIR%%/tool/pylib/generator/action/Migrator.py
+%%DATADIR%%/tool/pylib/generator/action/Wget.py
+%%DATADIR%%/tool/pylib/generator/action/__init__.py
+%%DATADIR%%/tool/pylib/generator/code/Class.py
+%%DATADIR%%/tool/pylib/generator/code/CodeGenerator.py
+%%DATADIR%%/tool/pylib/generator/code/DependencyLoader.py
+%%DATADIR%%/tool/pylib/generator/code/Package.py
+%%DATADIR%%/tool/pylib/generator/code/Part.py
+%%DATADIR%%/tool/pylib/generator/code/PartBuilder.py
+%%DATADIR%%/tool/pylib/generator/code/Script.py
+%%DATADIR%%/tool/pylib/generator/code/TreeCompiler.py
+%%DATADIR%%/tool/pylib/generator/code/__init__.py
+%%DATADIR%%/tool/pylib/generator/config/Config.py
+%%DATADIR%%/tool/pylib/generator/config/Defaults.py
+%%DATADIR%%/tool/pylib/generator/config/Job.py
+%%DATADIR%%/tool/pylib/generator/config/Lang.py
+%%DATADIR%%/tool/pylib/generator/config/Manifest.py
+%%DATADIR%%/tool/pylib/generator/config/__init__.py
+%%DATADIR%%/tool/pylib/generator/resource/AssetHint.py
+%%DATADIR%%/tool/pylib/generator/resource/CombinedImage.py
+%%DATADIR%%/tool/pylib/generator/resource/Image.py
+%%DATADIR%%/tool/pylib/generator/resource/ImageClipping.py
+%%DATADIR%%/tool/pylib/generator/resource/ImageInfo.py
+%%DATADIR%%/tool/pylib/generator/resource/Library.py
+%%DATADIR%%/tool/pylib/generator/resource/Resource.py
+%%DATADIR%%/tool/pylib/generator/resource/ResourceHandler.py
+%%DATADIR%%/tool/pylib/generator/resource/__init__.py
+%%DATADIR%%/tool/pylib/generator/runtime/Cache.py
+%%DATADIR%%/tool/pylib/generator/runtime/InterruptRegistry.py
+%%DATADIR%%/tool/pylib/generator/runtime/Log.py
+%%DATADIR%%/tool/pylib/generator/runtime/ShellCmd.py
+%%DATADIR%%/tool/pylib/generator/runtime/__init__.py
+%%DATADIR%%/tool/pylib/graph/__init__.py
+%%DATADIR%%/tool/pylib/graph/algorithms/__init__.py
+%%DATADIR%%/tool/pylib/graph/algorithms/accessibility.py
+%%DATADIR%%/tool/pylib/graph/algorithms/cycles.py
+%%DATADIR%%/tool/pylib/graph/algorithms/exceptions.py
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/Find.py
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/Null.py
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/Radius.py
+%%DATADIR%%/tool/pylib/graph/algorithms/filters/__init__.py
+%%DATADIR%%/tool/pylib/graph/algorithms/generators.py
+%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Chow.py
+%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Euclidean.py
+%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/__init__.py
+%%DATADIR%%/tool/pylib/graph/algorithms/minmax.py
+%%DATADIR%%/tool/pylib/graph/algorithms/readwrite.py
+%%DATADIR%%/tool/pylib/graph/algorithms/searching.py
+%%DATADIR%%/tool/pylib/graph/algorithms/sorting.py
+%%DATADIR%%/tool/pylib/graph/algorithms/traversal.py
+%%DATADIR%%/tool/pylib/graph/algorithms/utils.py
+%%DATADIR%%/tool/pylib/graph/classes/Digraph.py
+%%DATADIR%%/tool/pylib/graph/classes/Graph.py
+%%DATADIR%%/tool/pylib/graph/classes/Hypergraph.py
+%%DATADIR%%/tool/pylib/graph/classes/__init__.py
+%%DATADIR%%/tool/pylib/misc/ExtMap.py
+%%DATADIR%%/tool/pylib/misc/ExtendAction.py
+%%DATADIR%%/tool/pylib/misc/ImmutableClass.py
+%%DATADIR%%/tool/pylib/misc/NameSpace.py
+%%DATADIR%%/tool/pylib/misc/Path.py
+%%DATADIR%%/tool/pylib/misc/PathType.py
+%%DATADIR%%/tool/pylib/misc/Trie.py
+%%DATADIR%%/tool/pylib/misc/__init__.py
+%%DATADIR%%/tool/pylib/misc/cldr.py
+%%DATADIR%%/tool/pylib/misc/copytool.py
+%%DATADIR%%/tool/pylib/misc/filetool.py
+%%DATADIR%%/tool/pylib/misc/imginfo.py
+%%DATADIR%%/tool/pylib/misc/json.py
+%%DATADIR%%/tool/pylib/misc/securehash.py
+%%DATADIR%%/tool/pylib/misc/textutil.py
+%%DATADIR%%/tool/pylib/misc/util.py
+%%DATADIR%%/tool/pylib/polib/LICENSE
+%%DATADIR%%/tool/pylib/polib/__init__.py
+%%DATADIR%%/tool/pylib/polib/polib.py
+%%DATADIR%%/tool/pylib/pyparsing/LICENSE
+%%DATADIR%%/tool/pylib/pyparsing/__init__.py
+%%DATADIR%%/tool/pylib/pyparsing/pyparsing.py
+%%DATADIR%%/tool/pylib/simplejson/LICENSE.txt
+%%DATADIR%%/tool/pylib/simplejson/__init__.py
+%%DATADIR%%/tool/pylib/simplejson/decoder.py
+%%DATADIR%%/tool/pylib/simplejson/encoder.py
+%%DATADIR%%/tool/pylib/simplejson/jsonfilter.py
+%%DATADIR%%/tool/pylib/simplejson/scanner.py
+%%DATADIR%%/tool/pylib/simplejson/tool.py
+%%DATADIR%%/tool/pylib/textile/__init__.py
+%%DATADIR%%/tool/pylib/textile/textile.py
+%%DATADIR%%/tool/test/admin/repository.py
+%%DATADIR%%/tool/test/compiler/test.py
+%%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
+%%DATADIR%%/tool/test/config/job_extend1/config_1.json
+%%DATADIR%%/tool/test/config/job_extend1/config_2.json
+%%DATADIR%%/tool/test/config/job_extend1/readme.txt
+%%DATADIR%%/tool/test/config/job_extend2/Makefile
+%%DATADIR%%/tool/test/config/job_extend2/config.json
+%%DATADIR%%/tool/test/config/job_extend2/config_1.json
+%%DATADIR%%/tool/test/config/job_extend2/config_2.json
+%%DATADIR%%/tool/test/config/job_extend2/readme.txt
+%%DATADIR%%/tool/test/config/job_extend3/Makefile
+%%DATADIR%%/tool/test/config/job_extend3/config.json
+%%DATADIR%%/tool/test/config/job_extend3/config_1.json
+%%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/filetool.py
+%%DATADIR%%/tool/test/output/uri_handling1/Makefile
+%%DATADIR%%/tool/test/output/uri_handling1/Manifest.json
+%%DATADIR%%/tool/test/output/uri_handling1/config.json
+%%DATADIR%%/tool/test/output/uri_handling1/readme.txt
+%%DATADIR%%/tool/test/output/uri_handling1/source.js
+%%DATADIR%%/tool/test/output/uri_handling1/source/class/gui/Application.js
+%%DATADIR%%/tool/test/output/uri_handling1/source/resource/gui/test.png
+%%DATADIR%%/tool/test/translation/translation_1/gui/Manifest.json
+%%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/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
+%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme/Appearance.js
+%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme/Color.js
+%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme/Decoration.js
+%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme/Font.js
+%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme/Theme.js
+%%DATADIR%%/tool/test/translation/translation_1/gui/source/index.html
+%%DATADIR%%/tool/test/translation/translation_1/gui/source/resource/gui/test.png
+%%DATADIR%%/tool/test/translation/translation_1/gui/source/translation/readme.txt
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/translation
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/script
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/resource/gui
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/resource
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/test
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/class
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/compare/source/translation
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/compare/source
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/compare
+@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui
+@dirrm %%DATADIR%%/tool/test/translation/translation_1
+@dirrm %%DATADIR%%/tool/test/translation
+@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source/translation
+@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source/resource/gui
+@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source/resource
+@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source/class/gui
+@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source/class
+@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source
+@dirrm %%DATADIR%%/tool/test/output/uri_handling1
+@dirrm %%DATADIR%%/tool/test/output
+@dirrm %%DATADIR%%/tool/test/misc
+@dirrm %%DATADIR%%/tool/test/config/job_extend3
+@dirrm %%DATADIR%%/tool/test/config/job_extend2
+@dirrm %%DATADIR%%/tool/test/config/job_extend1
+@dirrm %%DATADIR%%/tool/test/config/default_jobs_and_keys
+@dirrm %%DATADIR%%/tool/test/config
+@dirrm %%DATADIR%%/tool/test/compiler
+@dirrm %%DATADIR%%/tool/test/admin
+@dirrm %%DATADIR%%/tool/test
+@dirrm %%DATADIR%%/tool/pylib/textile
+@dirrm %%DATADIR%%/tool/pylib/simplejson
+@dirrm %%DATADIR%%/tool/pylib/pyparsing
+@dirrm %%DATADIR%%/tool/pylib/polib
+@dirrm %%DATADIR%%/tool/pylib/misc
+@dirrm %%DATADIR%%/tool/pylib/graph/classes
+@dirrm %%DATADIR%%/tool/pylib/graph/algorithms/heuristics
+@dirrm %%DATADIR%%/tool/pylib/graph/algorithms/filters
+@dirrm %%DATADIR%%/tool/pylib/graph/algorithms
+@dirrm %%DATADIR%%/tool/pylib/graph
+@dirrm %%DATADIR%%/tool/pylib/generator/runtime
+@dirrm %%DATADIR%%/tool/pylib/generator/resource
+@dirrm %%DATADIR%%/tool/pylib/generator/config
+@dirrm %%DATADIR%%/tool/pylib/generator/code
+@dirrm %%DATADIR%%/tool/pylib/generator/action
+@dirrm %%DATADIR%%/tool/pylib/generator
+@dirrm %%DATADIR%%/tool/pylib/elementtree
+@dirrm %%DATADIR%%/tool/pylib/ecmascript/transform/optimizer
+@dirrm %%DATADIR%%/tool/pylib/ecmascript/transform
+@dirrm %%DATADIR%%/tool/pylib/ecmascript/frontend
+@dirrm %%DATADIR%%/tool/pylib/ecmascript/backend
+@dirrm %%DATADIR%%/tool/pylib/ecmascript
+@dirrm %%DATADIR%%/tool/pylib
+@dirrm %%DATADIR%%/tool/doc/diagram
+@dirrm %%DATADIR%%/tool/doc
+@dirrm %%DATADIR%%/tool/data/py
+@dirrm %%DATADIR%%/tool/data/publish
+@dirrm %%DATADIR%%/tool/data/migration/1.3/patches
+@dirrm %%DATADIR%%/tool/data/migration/1.3/info
+@dirrm %%DATADIR%%/tool/data/migration/1.3
+@dirrm %%DATADIR%%/tool/data/migration/1.2/patches
+@dirrm %%DATADIR%%/tool/data/migration/1.2/info
+@dirrm %%DATADIR%%/tool/data/migration/1.2
+@dirrm %%DATADIR%%/tool/data/migration/1.1
+@dirrm %%DATADIR%%/tool/data/migration/1.0/patches
+@dirrm %%DATADIR%%/tool/data/migration/1.0/info
+@dirrm %%DATADIR%%/tool/data/migration/1.0.1
+@dirrm %%DATADIR%%/tool/data/migration/1.0
+@dirrm %%DATADIR%%/tool/data/migration/0.8/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.8/info
+@dirrm %%DATADIR%%/tool/data/migration/0.8.3/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.8.3/info
+@dirrm %%DATADIR%%/tool/data/migration/0.8.3
+@dirrm %%DATADIR%%/tool/data/migration/0.8.2/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.8.2/info
+@dirrm %%DATADIR%%/tool/data/migration/0.8.2
+@dirrm %%DATADIR%%/tool/data/migration/0.8.1/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.8.1/info
+@dirrm %%DATADIR%%/tool/data/migration/0.8.1
+@dirrm %%DATADIR%%/tool/data/migration/0.8-rc1/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.8-rc1/info
+@dirrm %%DATADIR%%/tool/data/migration/0.8-rc1
+@dirrm %%DATADIR%%/tool/data/migration/0.8-pre2/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.8-pre2
+@dirrm %%DATADIR%%/tool/data/migration/0.8-pre1/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.8-pre1/info
+@dirrm %%DATADIR%%/tool/data/migration/0.8-pre1
+@dirrm %%DATADIR%%/tool/data/migration/0.8-beta1/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.8-beta1
+@dirrm %%DATADIR%%/tool/data/migration/0.8
+@dirrm %%DATADIR%%/tool/data/migration/0.7/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.7.4/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.7.4/info
+@dirrm %%DATADIR%%/tool/data/migration/0.7.4
+@dirrm %%DATADIR%%/tool/data/migration/0.7.3/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.7.3/info
+@dirrm %%DATADIR%%/tool/data/migration/0.7.3
+@dirrm %%DATADIR%%/tool/data/migration/0.7.2/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.7.2
+@dirrm %%DATADIR%%/tool/data/migration/0.7.1/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.7.1
+@dirrm %%DATADIR%%/tool/data/migration/0.7-beta3
+@dirrm %%DATADIR%%/tool/data/migration/0.7-beta2/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.7-beta2
+@dirrm %%DATADIR%%/tool/data/migration/0.7-beta1/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.7-beta1/info
+@dirrm %%DATADIR%%/tool/data/migration/0.7-beta1
+@dirrm %%DATADIR%%/tool/data/migration/0.7
+@dirrm %%DATADIR%%/tool/data/migration/0.6/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.6/info
+@dirrm %%DATADIR%%/tool/data/migration/0.6.7
+@dirrm %%DATADIR%%/tool/data/migration/0.6.6/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.6.6
+@dirrm %%DATADIR%%/tool/data/migration/0.6.5/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.6.5/info
+@dirrm %%DATADIR%%/tool/data/migration/0.6.5
+@dirrm %%DATADIR%%/tool/data/migration/0.6.4/info
+@dirrm %%DATADIR%%/tool/data/migration/0.6.4
+@dirrm %%DATADIR%%/tool/data/migration/0.6.3/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.6.3
+@dirrm %%DATADIR%%/tool/data/migration/0.6.2/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.6.2/info
+@dirrm %%DATADIR%%/tool/data/migration/0.6.2
+@dirrm %%DATADIR%%/tool/data/migration/0.6.1/patches
+@dirrm %%DATADIR%%/tool/data/migration/0.6.1/info
+@dirrm %%DATADIR%%/tool/data/migration/0.6.1
+@dirrm %%DATADIR%%/tool/data/migration/0.6
+@dirrm %%DATADIR%%/tool/data/migration/0.5.2/info
+@dirrm %%DATADIR%%/tool/data/migration/0.5.2
+@dirrm %%DATADIR%%/tool/data/migration
+@dirrm %%DATADIR%%/tool/data/icon
+@dirrm %%DATADIR%%/tool/data/generator
+@dirrm %%DATADIR%%/tool/data/config
+@dirrm %%DATADIR%%/tool/data/cldr/main
+@dirrm %%DATADIR%%/tool/data/cldr
+@dirrm %%DATADIR%%/tool/data/apidoc
+@dirrm %%DATADIR%%/tool/data
+@dirrm %%DATADIR%%/tool/bin
+@dirrm %%DATADIR%%/tool
+@dirrm %%DATADIR%%/framework/source/translation
+@dirrm %%DATADIR%%/framework/source/resource/source/Modern
+@dirrm %%DATADIR%%/framework/source/resource/source
+@dirrm %%DATADIR%%/framework/source/resource/qx/test/xmlhttp
+@dirrm %%DATADIR%%/framework/source/resource/qx/test/part
+@dirrm %%DATADIR%%/framework/source/resource/qx/test
+@dirrm %%DATADIR%%/framework/source/resource/qx/static
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emblems
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen
+@dirrm %%DATADIR%%/framework/source/resource/qx/icon
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/window
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/treevirtual
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/table
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/splitpane
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/form
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors
+@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/Classic/window
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/tree
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/table
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/splitpane
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/form
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic
+@dirrm %%DATADIR%%/framework/source/resource/qx/decoration
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/window
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/tree
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/table
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/splitpane
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/menu
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/datechooser
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/cursors
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/core
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/colorselector
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/arrows
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget/Windows
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/widget
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/status
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/places
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/mimetypes
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/devices
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/categories
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/apps
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/actions
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat/icon
+@dirrm %%DATADIR%%/framework/source/resource/qx/compat
+@dirrm %%DATADIR%%/framework/source/resource/qx
+@dirrm %%DATADIR%%/framework/source/resource
+@dirrm %%DATADIR%%/framework/source/class/qx/xml
+@dirrm %%DATADIR%%/framework/source/class/qx/util/placement
+@dirrm %%DATADIR%%/framework/source/class/qx/util/fsm
+@dirrm %%DATADIR%%/framework/source/class/qx/util/format
+@dirrm %%DATADIR%%/framework/source/class/qx/util
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/window
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/selection
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/layer
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/form
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/core
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/cell
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/behavior
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/treevirtual
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/tree
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/tooltip
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/toolbar
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/tabview
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/selection
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/rowrenderer
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/pane
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/model
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/headerrenderer
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/resizebehavior
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/columnmodel
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/simple
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/grid
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/columnmenu
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/celleditor
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/table
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/splitpane
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/root
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/structure
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/renderer
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/model
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/popup
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/menubar
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/menu
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/list/provider
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/list/core
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/list
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/layout
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/indicator
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/groupbox
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/form/validation
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/form/renderer
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/form
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/embed
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/decoration/css3
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/decoration
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/core/value
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/core/selection
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/core/scroll
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/core/queue
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/core
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/control
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/container
+@dirrm %%DATADIR%%/framework/source/class/qx/ui/basic
+@dirrm %%DATADIR%%/framework/source/class/qx/ui
+@dirrm %%DATADIR%%/framework/source/class/qx/type
+@dirrm %%DATADIR%%/framework/source/class/qx/theme/modern
+@dirrm %%DATADIR%%/framework/source/class/qx/theme/manager
+@dirrm %%DATADIR%%/framework/source/class/qx/theme/icon
+@dirrm %%DATADIR%%/framework/source/class/qx/theme/classic
+@dirrm %%DATADIR%%/framework/source/class/qx/theme
+@dirrm %%DATADIR%%/framework/source/class/qx/test/util/placement
+@dirrm %%DATADIR%%/framework/source/class/qx/test/util
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/virtual/cell
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/virtual
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/tree
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/toolbar
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/table/model
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/table/columnmodel
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/table
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/selection
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/root
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/list/core
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/list
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/layout
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/indicator
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/form
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/embed
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/decoration
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/core
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/control
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/basic
+@dirrm %%DATADIR%%/framework/source/class/qx/test/ui
+@dirrm %%DATADIR%%/framework/source/class/qx/test/type
+@dirrm %%DATADIR%%/framework/source/class/qx/test/toolchain
+@dirrm %%DATADIR%%/framework/source/class/qx/test/theme/manager
+@dirrm %%DATADIR%%/framework/source/class/qx/test/theme
+@dirrm %%DATADIR%%/framework/source/class/qx/test/renderer
+@dirrm %%DATADIR%%/framework/source/class/qx/test/log/fixture
+@dirrm %%DATADIR%%/framework/source/class/qx/test/log
+@dirrm %%DATADIR%%/framework/source/class/qx/test/locale
+@dirrm %%DATADIR%%/framework/source/class/qx/test/lang
+@dirrm %%DATADIR%%/framework/source/class/qx/test/io/remote/transport
+@dirrm %%DATADIR%%/framework/source/class/qx/test/io/remote
+@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/event/type
+@dirrm %%DATADIR%%/framework/source/class/qx/test/event/message
+@dirrm %%DATADIR%%/framework/source/class/qx/test/event/dispatch
+@dirrm %%DATADIR%%/framework/source/class/qx/test/event
+@dirrm %%DATADIR%%/framework/source/class/qx/test/dom
+@dirrm %%DATADIR%%/framework/source/class/qx/test/data/store
+@dirrm %%DATADIR%%/framework/source/class/qx/test/data/singlevalue
+@dirrm %%DATADIR%%/framework/source/class/qx/test/data/marshal
+@dirrm %%DATADIR%%/framework/source/class/qx/test/data/controller
+@dirrm %%DATADIR%%/framework/source/class/qx/test/data
+@dirrm %%DATADIR%%/framework/source/class/qx/test/core
+@dirrm %%DATADIR%%/framework/source/class/qx/test/bom/element
+@dirrm %%DATADIR%%/framework/source/class/qx/test/bom
+@dirrm %%DATADIR%%/framework/source/class/qx/test
+@dirrm %%DATADIR%%/framework/source/class/qx/log/appender
+@dirrm %%DATADIR%%/framework/source/class/qx/log
+@dirrm %%DATADIR%%/framework/source/class/qx/locale
+@dirrm %%DATADIR%%/framework/source/class/qx/lang
+@dirrm %%DATADIR%%/framework/source/class/qx/io/remote/transport
+@dirrm %%DATADIR%%/framework/source/class/qx/io/remote
+@dirrm %%DATADIR%%/framework/source/class/qx/io/part
+@dirrm %%DATADIR%%/framework/source/class/qx/io
+@dirrm %%DATADIR%%/framework/source/class/qx/html
+@dirrm %%DATADIR%%/framework/source/class/qx/fx/queue
+@dirrm %%DATADIR%%/framework/source/class/qx/fx/effect/core
+@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/type
+@dirrm %%DATADIR%%/framework/source/class/qx/event/message
+@dirrm %%DATADIR%%/framework/source/class/qx/event/handler
+@dirrm %%DATADIR%%/framework/source/class/qx/event/dispatch
+@dirrm %%DATADIR%%/framework/source/class/qx/event
+@dirrm %%DATADIR%%/framework/source/class/qx/dom
+@dirrm %%DATADIR%%/framework/source/class/qx/dev/unit
+@dirrm %%DATADIR%%/framework/source/class/qx/dev
+@dirrm %%DATADIR%%/framework/source/class/qx/data/store
+@dirrm %%DATADIR%%/framework/source/class/qx/data/marshal
+@dirrm %%DATADIR%%/framework/source/class/qx/data/controller
+@dirrm %%DATADIR%%/framework/source/class/qx/data
+@dirrm %%DATADIR%%/framework/source/class/qx/core
+@dirrm %%DATADIR%%/framework/source/class/qx/bom/htmlarea/manager
+@dirrm %%DATADIR%%/framework/source/class/qx/bom/htmlarea
+@dirrm %%DATADIR%%/framework/source/class/qx/bom/element
+@dirrm %%DATADIR%%/framework/source/class/qx/bom/client
+@dirrm %%DATADIR%%/framework/source/class/qx/bom
+@dirrm %%DATADIR%%/framework/source/class/qx/application
+@dirrm %%DATADIR%%/framework/source/class/qx
+@dirrm %%DATADIR%%/framework/source/class
+@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
+@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/16/places
+@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/16/mimetypes
+@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/16/apps
+@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/16/actions
+@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
+@dirrm %%DATADIR%%/framework/api/resource/qx
+@dirrm %%DATADIR%%/framework/api/resource/apiviewer/imagesCombined
+@dirrm %%DATADIR%%/framework/api/resource/apiviewer/image
+@dirrm %%DATADIR%%/framework/api/resource/apiviewer/css
+@dirrm %%DATADIR%%/framework/api/resource/apiviewer
+@dirrm %%DATADIR%%/framework/api/resource
+@dirrm %%DATADIR%%/framework/api
+@dirrm %%DATADIR%%/framework
+@dirrm %%DATADIR%%/component/testrunner2/source/translation
+@dirrm %%DATADIR%%/component/testrunner2/source/resource/testrunner2/view/html/css
+@dirrm %%DATADIR%%/component/testrunner2/source/resource/testrunner2/view/html
+@dirrm %%DATADIR%%/component/testrunner2/source/resource/testrunner2/view
+@dirrm %%DATADIR%%/component/testrunner2/source/resource/testrunner2/data
+@dirrm %%DATADIR%%/component/testrunner2/source/resource/testrunner2
+@dirrm %%DATADIR%%/component/testrunner2/source/resource/image
+@dirrm %%DATADIR%%/component/testrunner2/source/resource
+@dirrm %%DATADIR%%/component/testrunner2/source/html
+@dirrm %%DATADIR%%/component/testrunner2/source/class/testrunner2/view
+@dirrm %%DATADIR%%/component/testrunner2/source/class/testrunner2/unit
+@dirrm %%DATADIR%%/component/testrunner2/source/class/testrunner2/test
+@dirrm %%DATADIR%%/component/testrunner2/source/class/testrunner2/runner
+@dirrm %%DATADIR%%/component/testrunner2/source/class/testrunner2
+@dirrm %%DATADIR%%/component/testrunner2/source/class
+@dirrm %%DATADIR%%/component/testrunner2/source
+@dirrm %%DATADIR%%/component/testrunner2
+@dirrm %%DATADIR%%/component/testrunner/source/translation
+@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner/image
+@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner/data
+@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner/css
+@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner
+@dirrm %%DATADIR%%/component/testrunner/source/resource
+@dirrm %%DATADIR%%/component/testrunner/source/html
+@dirrm %%DATADIR%%/component/testrunner/source/class/testrunner/test
+@dirrm %%DATADIR%%/component/testrunner/source/class/testrunner/runner
+@dirrm %%DATADIR%%/component/testrunner/source/class/testrunner
+@dirrm %%DATADIR%%/component/testrunner/source/class
+@dirrm %%DATADIR%%/component/testrunner/source
+@dirrm %%DATADIR%%/component/testrunner
+@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
+@dirrm %%DATADIR%%/component/skeleton/native/source/class/custom
+@dirrm %%DATADIR%%/component/skeleton/native/source/class
+@dirrm %%DATADIR%%/component/skeleton/native/source
+@dirrm %%DATADIR%%/component/skeleton/native
+@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
+@dirrm %%DATADIR%%/component/skeleton/inline/source/class/custom/test
+@dirrm %%DATADIR%%/component/skeleton/inline/source/class/custom/simulation
+@dirrm %%DATADIR%%/component/skeleton/inline/source/class/custom
+@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/contribution/trunk/source/translation
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/resource/custom
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/resource
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/test
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom
+@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
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/test
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/simulation
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source
+@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default
+@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
+@dirrm %%DATADIR%%/component/simulator/tool/com/thoughtworks/selenium
+@dirrm %%DATADIR%%/component/simulator/tool/com/thoughtworks
+@dirrm %%DATADIR%%/component/simulator/tool/com
+@dirrm %%DATADIR%%/component/simulator/tool
+@dirrm %%DATADIR%%/component/simulator/source/translation
+@dirrm %%DATADIR%%/component/simulator/source/resource
+@dirrm %%DATADIR%%/component/simulator/source/class/simulator/unit
+@dirrm %%DATADIR%%/component/simulator/source/class/simulator
+@dirrm %%DATADIR%%/component/simulator/source/class
+@dirrm %%DATADIR%%/component/simulator/source
+@dirrm %%DATADIR%%/component/simulator
+@dirrm %%DATADIR%%/component/inspector/source/translation
+@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/images/shell
+@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/images/icons
+@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/images/components
+@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete
+@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/images
+@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/html
+@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/css
+@dirrm %%DATADIR%%/component/inspector/source/resource/inspector
+@dirrm %%DATADIR%%/component/inspector/source/resource
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/widgets
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/theme
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/test/objects/fixture
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/test/objects
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/test/components/fixture
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/test/components
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/test
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/selenium
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/property
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/objects/table
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/objects
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/console
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector/components
+@dirrm %%DATADIR%%/component/inspector/source/class/inspector
+@dirrm %%DATADIR%%/component/inspector/source/class
+@dirrm %%DATADIR%%/component/inspector/source
+@dirrm %%DATADIR%%/component/inspector
+@dirrm %%DATADIR%%/component/apiviewer/source/translation
+@dirrm %%DATADIR%%/component/apiviewer/source/resource/apiviewer/imagesCombined
+@dirrm %%DATADIR%%/component/apiviewer/source/resource/apiviewer/image
+@dirrm %%DATADIR%%/component/apiviewer/source/resource/apiviewer/css
+@dirrm %%DATADIR%%/component/apiviewer/source/resource/apiviewer
+@dirrm %%DATADIR%%/component/apiviewer/source/resource
+@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/tabview
+@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels
+@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer/ui
+@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer/test
+@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer/dao
+@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer
+@dirrm %%DATADIR%%/component/apiviewer/source/class
+@dirrm %%DATADIR%%/component/apiviewer/source
+@dirrm %%DATADIR%%/component/apiviewer
+@dirrm %%DATADIR%%/component
+@dirrm %%DATADIR%%
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/translation
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/source
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/tree
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/theme
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/table
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/images
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/htmleditor
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/form
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/dragdrop
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/databinding
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/css
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/animation
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/ui
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/theme
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/test
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/tree
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/view
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme/appearance
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/table
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/i18n
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/htmleditor
+%%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/showcase/tree
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/theme
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/table
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/images
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/htmleditor
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/form
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/dragdrop
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/databinding
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/animation
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/static
+%%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/devices
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/apps
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/actions
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/status
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/places
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/mimetypes
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/apps
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions
+%%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
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx
+%%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/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/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/ace/theme
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test/mode
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/test
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/mode
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/lib
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/layer
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/css
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/conf/keybindings
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/conf
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace/commands
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace
+%%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/test
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/class/playground
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/class
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/translation
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/combined
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource/feedreader/css
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource/feedreader
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/view
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/model
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/io
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/tool
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/translation
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/welcome
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/combined
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/mobile
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/html
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/background
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/css
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/backend
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/widget
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/virtual/json
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/virtual
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/ui
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/treevirtual
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/test
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/table
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/showcase
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/root
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/progressive
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/mobile
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/layout
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/event/data
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/event
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/data/json
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/data
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/bom
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/animation
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/model
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/messenger
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/list
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/pages
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/treevirtual
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/mobile
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event
+%%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
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/widget
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/ui_html_editing
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/ui_form_handling2
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/tutorials
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/tool
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/snippets
+%%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
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/getting_started
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/development
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/data_binding
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/core
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/communication
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/application
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/widget
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/ui_html_editing
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/ui_form_handling2
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/tutorials
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/tool
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/snippets
+%%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
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/getting_started
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/development
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/data_binding
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/core
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/communication
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/application
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_images
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_downloads
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@exec mkdir -p %D/%%DATADIR%%/tool/test/translation/translation_1/gui/source/script
+@exec mkdir -p %D/%%DATADIR%%/tool/test/output/uri_handling1/source/translation
+@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/1.1
+@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/1.0.1
+@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/0.7.4/patches
+@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/0.7.4/info
+@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/0.7.3/patches
+@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/resource/qx/compat/widget/Windows/window
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/tree
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/table
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/splitpane
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/menu
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/datechooser
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/cursors
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/core
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/colorselector
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/widget/Windows/arrows
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/status
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/places
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/mimetypes
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/devices
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/categories
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/apps
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/64/actions
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/status
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/places
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/mimetypes
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/devices
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/categories
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/apps
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/48/actions
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/status
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/places
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/mimetypes
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/devices
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/categories
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/apps
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/32/actions
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/status
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/places
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/mimetypes
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/devices
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/categories
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/apps
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/22/actions
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/status
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/places
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/mimetypes
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/devices
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/categories
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/apps
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/16/actions
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/status
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/places
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/mimetypes
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/devices
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/categories
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/apps
+@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/compat/icon/CrystalClear/128/actions
+@exec mkdir -p %D/%%DATADIR%%/framework/source/class/qx/test/ui/control
+@exec mkdir -p %D/%%DATADIR%%/component/skeleton/native/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/inspector/source/class/inspector/test/components/fixture
+%%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