Added lancelot-based scenegraph rendering regression test
authoraavit <qt_aavit@ovi.com>
Fri, 7 Sep 2012 11:29:53 +0000 (13:29 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Sep 2012 10:08:39 +0000 (12:08 +0200)
commit4fc4e7ed89c3085ae98c57dd80e6cd8cc61f6ee2
tree0426f330789a67db260e5995172f0ba7ec9e8c59
parenta49154a75005403185e3813d441fb3e1931af2a2
Added lancelot-based scenegraph rendering regression test

Change-Id: I6718d00ba96dc9c96dac82de4ded9228f6bfb990
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
208 files changed:
tests/manual/scenegraph_lancelot/data/Ignore [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/borderimages/SimpleBorderImage.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/borderimages/SimpleNoBorder.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/borderimages/borderimage.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/borderimages/borderimage_no_border.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/borderimages/borderimage_smoothed.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/borderimages/borderimage_tiling_horizontal.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/borderimages/borderimage_tiling_vertical.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/borderimages/borderimage_unsmoothed.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/gradients/gradients.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/fill_mode.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/images_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/images_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/jpeg_full.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/jpeg_scaled.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/linear_smooth_0_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/linear_smooth_0_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/linear_smooth_0_3.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/linear_smooth_0_4.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/linear_smooth_0_5.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/linear_smooth_0_6.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/linear_smooth_0_7.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/linear_smooth_0_8.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/linear_smooth_0_9.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/linear_smooth_1_0.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/overlap.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/tiling.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/images/transform.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/opacity/opacity.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/rectangles/rectangles.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/rectangles/rectangles_smoothed.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/rectangles/rectangles_unsmoothed.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/rotation/rotation.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/rotation/rotation_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/activity/activity.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/basic/basic.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/culling/culling_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/culling/culling_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/gridmesh/attributes.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/gridmesh/resolution_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/gridmesh/resolution_16.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/gridmesh/resolution_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/gridmesh/resolution_4.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/gridmesh/resolution_8.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/hiddensource/hiddensource_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/hiddensource/hiddensource_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/hiddensource/unhidden_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/hiddensource/unhidden_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/image/async.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/image/face-smile.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/image/source.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/live/liveonce_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/live/liveonce_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/live/livetwice_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/live/livetwice_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/live/samesource.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/mimap/mimap_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/mimap/mimap_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/mimap/mimap_3.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/mimap/mimap_4.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/nesting/nesting.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/recursive/recursive_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/recursive/recursive_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/source/one-source.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/source/rect.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/source/switch_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/source/switch_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/source/switch_3.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/source/two-sources.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/source/visible_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/source/visible_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/texture/size.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/tree/hiddentree_1.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/tree/hiddentree_2.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shaders/wrap/modes.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/blue_72x96.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/bw_1535x2244.jpg [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/col320x480.jpg [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/cyan_72x96.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/green_72x96.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/orange_72x96.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/red_72x96.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/sample_1.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/tile.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/violet_72x96.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/winter.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/world.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/shared/yellow_72x96.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/data/logo.png [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/element_sizes.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/scale_smoothed.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_1000_chinese_characters.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_2500_chinese_characters.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_arabic.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_background_color.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_background_color_styledtext.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_bengali.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_bidi.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_bidi_control_character_left_elide.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_bidi_control_character_right_elide.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_bidi_left_elide.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_bidi_right_elide.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_bidi_underline.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_capitalization.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_chinese.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_colored_text.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_cyrillic.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_devanagari.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_floating_image_left.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_floating_image_right.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_fonts.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_georgian.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_hebrew.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_inline_image.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_italic_bold.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_italic_bold_chinese.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_khmer.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_list_circle.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_list_inline_image.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_list_ordered.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_list_ordered_lower_alpha.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_list_ordered_lower_roman.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_list_ordered_upper_alpha.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_list_ordered_upper_roman.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_list_square.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_multiline.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_multiline_overline.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_multiline_partial_underline.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_multiline_strikeout.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_multiline_underline.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_multiparagraph.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_overline_multisize.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_partially_colored_ligature.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_resize_glyph_cache.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_rotation_smoothed.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_rotation_unsmoothed.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_scale_unsmoothed.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_strikeout_multisize.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_style.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_style_color.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_table.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_table_inline_image.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_table_selected.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_tamil.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_thai.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_underline_merged.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_underline_merged_colored.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_underline_multisize.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_weight.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/text_wrap_elide.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_arabic.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_background_color.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_bidi.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_bidi_selected.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_capitalization.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_chinese.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_cyrillic.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_devanagari.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_floating_image_left.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_floating_image_right.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_hebrew.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_list_circle.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_list_selected.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiline_center_aligned.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiline_center_aligned_selected.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiline_center_aligned_selected_eol.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiline_center_aligned_underline.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiline_center_aligned_underline_selected.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiline_hebrew_selected.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiline_partial_underline.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiline_right_aligned.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiline_right_aligned_selected.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiline_selected_eol.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiline_selected_long.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiparagraph_overline.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiparagraph_partial_underline.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiparagraph_selected.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiparagraph_strikeout.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_multiparagraph_underline.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_overline_multisize.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_resize_glyph_cache.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_selected_inline_image.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_selected_ligature.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_selected_space.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_selected_space_at_eol.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_selection_color.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_strikeout_multisize.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_underline_multisize.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textedit_weight.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_arabic.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_bidi_selected.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_capitalization.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_chinese.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_cyrillic.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_devanagari.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_echomodes.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_hebrew.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_resize_glyph_cache.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_selected_ligature.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_selected_space.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/data/text/textinput_weight.qml [new file with mode: 0644]
tests/manual/scenegraph_lancelot/hostinfo.sh [new file with mode: 0644]
tests/manual/scenegraph_lancelot/scenegrabber/main.cpp [new file with mode: 0644]
tests/manual/scenegraph_lancelot/scenegrabber/scenegrabber.pro [new file with mode: 0644]
tests/manual/scenegraph_lancelot/scenegraph/scenegraph.pro [new file with mode: 0644]
tests/manual/scenegraph_lancelot/scenegraph/tst_scenegraph.cpp [new file with mode: 0644]
tests/manual/scenegraph_lancelot/scenegraph_lancelot.pro [new file with mode: 0644]