scarpe 0.2.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +7 -1
- data/.yardopts +1 -0
- data/CHANGELOG.md +52 -6
- data/Gemfile +2 -1
- data/Gemfile.lock +20 -6
- data/LICENSE.txt +7 -1
- data/README.md +100 -21
- data/Rakefile +68 -1
- data/examples/Edit_box_Styles.rb +8 -0
- data/examples/Kerning.rb +7 -0
- data/examples/animate.rb +20 -0
- data/examples/arrow.rb +10 -0
- data/examples/border.rb +11 -0
- data/examples/btn_tooltip.rb +7 -0
- data/examples/button_style_changed.rb +7 -0
- data/examples/button_styles_default.rb +6 -0
- data/examples/check.rb +2 -0
- data/examples/download_and_show_image.rb +3 -0
- data/examples/flags/finland.rb +15 -0
- data/examples/flags/italy.rb +11 -0
- data/examples/flags/mauritius.rb +14 -0
- data/examples/font_family.rb +17 -0
- data/examples/font_shorthand.rb +9 -0
- data/examples/gen.rb +12 -8
- data/examples/highlander.rb +3 -3
- data/examples/legacy/README.md +6 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/shoes-notes.rb +1 -1
- data/examples/legacy/not_checked/shoes-manual/append.rb +10 -0
- data/examples/legacy/not_checked/shoes-manual/background_change.rb +12 -0
- data/examples/legacy/not_checked/shoes-manual/background_pattern.rb +5 -0
- data/examples/legacy/not_checked/shoes-manual/basic_app.rb +8 -0
- data/examples/legacy/not_checked/shoes-manual/border.rb +9 -0
- data/examples/legacy/not_checked/shoes-manual/builtins/FONTS.rb +5 -0
- data/examples/legacy/not_checked/shoes-manual/builtins/ask.rb +2 -0
- data/examples/legacy/not_checked/shoes-manual/builtins/ask_color.rb +5 -0
- data/examples/legacy/not_checked/shoes-manual/builtins/ask_open_file.rb +5 -0
- data/examples/legacy/not_checked/shoes-manual/builtins/ask_save_folder.rb +2 -0
- data/examples/legacy/not_checked/shoes-manual/builtins/confirm.rb +4 -0
- data/examples/legacy/not_checked/shoes-manual/builtins/debug.rb +2 -0
- data/examples/legacy/not_checked/shoes-manual/builtins/info.rb +3 -0
- data/examples/legacy/not_checked/shoes-manual/button.rb +9 -0
- data/examples/legacy/not_checked/shoes-manual/clear.rb +7 -0
- data/examples/legacy/not_checked/shoes-manual/custom_header.rb +13 -0
- data/examples/legacy/not_checked/shoes-manual/displace.rb +14 -0
- data/examples/legacy/not_checked/shoes-manual/edit_box.rb +8 -0
- data/examples/legacy/not_checked/shoes-manual/fill_pattern.rb +5 -0
- data/examples/legacy/not_checked/shoes-manual/fonts.rb +7 -0
- data/examples/legacy/not_checked/shoes-manual/gutter.rb +6 -0
- data/examples/legacy/not_checked/shoes-manual/image_web.rb +4 -0
- data/examples/legacy/not_checked/shoes-manual/keypress.rb +7 -0
- data/examples/legacy/not_checked/shoes-manual/list_box.rb +10 -0
- data/examples/legacy/not_checked/shoes-manual/motion.rb +10 -0
- data/examples/legacy/not_checked/shoes-manual/mouse.rb +8 -0
- data/examples/legacy/not_checked/shoes-manual/move.rb +14 -0
- data/examples/legacy/not_checked/shoes-manual/nested_ovals.rb +8 -0
- data/examples/legacy/not_checked/shoes-manual/oval.rb +7 -0
- data/examples/legacy/not_checked/shoes-manual/ovals.rb +6 -0
- data/examples/legacy/not_checked/shoes-manual/ovals_image.rb +8 -0
- data/examples/legacy/not_checked/shoes-manual/prepend.rb +7 -0
- data/examples/legacy/not_checked/shoes-manual/progress_bar.rb +10 -0
- data/examples/legacy/not_checked/shoes-manual/radio.rb +18 -0
- data/examples/legacy/not_checked/shoes-manual/radio_alternative_1.rb +7 -0
- data/examples/legacy/not_checked/shoes-manual/radio_alternative_2.rb +9 -0
- data/examples/legacy/not_checked/shoes-manual/rotate_rectangle.rb +6 -0
- data/examples/legacy/not_checked/shoes-manual/shape.rb +11 -0
- data/examples/legacy/not_checked/shoes-manual/static/avatar.png +0 -0
- data/examples/legacy/not_checked/shoes-manual/stroke.rb +5 -0
- data/examples/legacy/not_checked/shoes-manual/style.rb +3 -0
- data/examples/legacy/not_checked/shoes-manual/style_alternative_1.rb +4 -0
- data/examples/legacy/not_checked/shoes-manual/style_alternative_2.rb +5 -0
- data/examples/legacy/not_checked/shoes-manual/style_length.rb +5 -0
- data/examples/legacy/not_checked/shoes-manual/timer.rb +6 -0
- data/examples/legacy/not_checked/shoes-manual/trigger_window.rb +8 -0
- data/examples/legacy/not_checked/shoes-manual/window_owner.rb +8 -0
- data/examples/legacy/not_checked/simple/anim-shapes.rb +1 -1
- data/examples/legacy/not_checked/speedometer_app.rb +55 -0
- data/examples/legacy/working/shoes_manual/alert_button.rb +2 -0
- data/examples/legacy/working/shoes_manual/animate.rb +7 -0
- data/examples/legacy/working/shoes_manual/background_para.rb +4 -0
- data/examples/legacy/working/shoes_manual/button_alternative.rb +7 -0
- data/examples/legacy/working/shoes_manual/checkbox.rb +17 -0
- data/examples/legacy/working/shoes_manual/download.rb +12 -0
- data/examples/legacy/working/shoes_manual/edit_box.rb +6 -0
- data/examples/legacy/working/shoes_manual/editline.rb +7 -0
- data/examples/legacy/working/shoes_manual/fixed_height.rb +8 -0
- data/examples/legacy/working/shoes_manual/fixed_width.rb +12 -0
- data/examples/legacy/working/shoes_manual/image.rb +5 -0
- data/examples/legacy/working/shoes_manual/instance_variable_check.rb +10 -0
- data/examples/legacy/working/shoes_manual/message.rb +18 -0
- data/examples/legacy/working/shoes_manual/rectangle.rb +6 -0
- data/examples/legacy/working/shoes_manual/save_download.rb +12 -0
- data/examples/legacy/working/shoes_manual/self_check.rb +10 -0
- data/examples/legacy/working/shoes_manual/stack.rb +7 -0
- data/examples/legacy/working/shoes_manual/style_info.rb +8 -0
- data/examples/legacy/working/shoes_manual/utf8_support.rb +8 -0
- data/examples/legacy/working/shoes_manual/width.rb +4 -0
- data/examples/legacy/working/simple/image-icon.rb +3 -0
- data/examples/legacy/{not_checked → working}/simple/image.rb +1 -1
- data/examples/list_box_choose.rb +17 -0
- data/examples/local_assets/local_file_server.rb +82 -0
- data/examples/local_assets/multi_image.rb +5 -0
- data/examples/local_assets/sample.gif +0 -0
- data/examples/local_assets/sample.mp4 +0 -0
- data/examples/local_assets/small.png +0 -0
- data/examples/local_fonts.rb +5 -2
- data/examples/local_images.rb +2 -3
- data/examples/margin.rb +13 -0
- data/examples/margin_check.rb +27 -0
- data/examples/oval-with-kwargs.rb +3 -0
- data/examples/oval.rb +26 -0
- data/examples/para/para_text.rb +14 -0
- data/examples/para_font_styles.rb +17 -0
- data/examples/para_font_variant.rb +6 -0
- data/examples/para_fontweight.rb +13 -0
- data/examples/parse_xl_funnies.rb +3 -0
- data/examples/progress.rb +31 -0
- data/examples/radio/radio_groups.rb +2 -2
- data/examples/rect.rb +4 -0
- data/examples/rotate_shapes.rb +17 -0
- data/examples/scarpe_ext.rb +3 -0
- data/examples/shapes/star.rb +1 -3
- data/examples/simpler-menu.rb +21 -0
- data/examples/spacing.rb +1 -1
- data/examples/span.rb +4 -2
- data/exe/scarpe +2 -1
- data/lacci/Gemfile +2 -0
- data/lacci/Gemfile.lock +8 -1
- data/lacci/lacci.gemspec +2 -2
- data/lacci/lib/lacci/scarpe_cli.rb +2 -2
- data/lacci/lib/lacci/scarpe_core.rb +2 -1
- data/lacci/lib/lacci/version.rb +1 -1
- data/lacci/lib/scarpe/niente/app.rb +23 -0
- data/lacci/lib/scarpe/niente/display_service.rb +66 -0
- data/lacci/lib/scarpe/niente/drawable.rb +59 -0
- data/lacci/lib/scarpe/niente/shoes_spec.rb +93 -0
- data/lacci/lib/scarpe/niente.rb +32 -0
- data/lacci/lib/shoes/app.rb +111 -72
- data/lacci/lib/shoes/background.rb +2 -2
- data/lacci/lib/shoes/border.rb +2 -2
- data/lacci/lib/shoes/builtins.rb +63 -0
- data/lacci/lib/shoes/changelog.rb +52 -0
- data/lacci/lib/shoes/colors.rb +3 -1
- data/lacci/lib/shoes/constants.rb +41 -2
- data/lacci/lib/shoes/display_service.rb +80 -18
- data/lacci/lib/shoes/download.rb +2 -2
- data/lacci/lib/shoes/drawable.rb +654 -0
- data/lacci/lib/shoes/drawables/arc.rb +27 -0
- data/lacci/lib/shoes/drawables/arrow.rb +21 -0
- data/lacci/lib/shoes/drawables/border.rb +28 -0
- data/lacci/lib/shoes/drawables/button.rb +57 -0
- data/lacci/lib/shoes/drawables/check.rb +33 -0
- data/lacci/lib/shoes/drawables/document_root.rb +20 -0
- data/lacci/lib/shoes/{widgets → drawables}/edit_box.rb +9 -8
- data/lacci/lib/shoes/{widgets → drawables}/edit_line.rb +8 -7
- data/lacci/lib/shoes/drawables/flow.rb +20 -0
- data/lacci/lib/shoes/drawables/font_helper.rb +62 -0
- data/lacci/lib/shoes/{widgets → drawables}/image.rb +7 -7
- data/lacci/lib/shoes/drawables/line.rb +17 -0
- data/lacci/lib/shoes/drawables/link.rb +31 -0
- data/lacci/lib/shoes/drawables/list_box.rb +59 -0
- data/lacci/lib/shoes/drawables/oval.rb +48 -0
- data/lacci/lib/shoes/drawables/para.rb +206 -0
- data/lacci/lib/shoes/drawables/progress.rb +15 -0
- data/lacci/lib/shoes/drawables/radio.rb +35 -0
- data/lacci/lib/shoes/drawables/rect.rb +18 -0
- data/lacci/lib/shoes/{widgets → drawables}/shape.rb +8 -8
- data/lacci/lib/shoes/drawables/slot.rb +178 -0
- data/lacci/lib/shoes/drawables/stack.rb +21 -0
- data/lacci/lib/shoes/drawables/star.rb +28 -0
- data/lacci/lib/shoes/drawables/subscription_item.rb +93 -0
- data/lacci/lib/shoes/drawables/text_drawable.rb +122 -0
- data/lacci/lib/shoes/drawables/video.rb +17 -0
- data/lacci/lib/shoes/drawables/widget.rb +74 -0
- data/lacci/lib/shoes/drawables.rb +32 -0
- data/lacci/lib/shoes/errors.rb +38 -0
- data/lacci/lib/shoes/log.rb +2 -2
- data/lacci/lib/shoes/margin_helper.rb +79 -0
- data/lacci/lib/shoes/ruby_extensions.rb +15 -0
- data/lacci/lib/shoes-spec.rb +93 -0
- data/lacci/lib/shoes.rb +31 -10
- data/lacci/test/.gitignore +1 -0
- data/lacci/test/test_draw_context.rb +167 -0
- data/lacci/test/test_font_helper.rb +57 -0
- data/lacci/test/test_helper.rb +81 -0
- data/lacci/test/test_lacci.rb +99 -3
- data/lacci/test/test_margin_helper.rb +82 -0
- data/lacci/test/test_niente_test_infra.rb +26 -0
- data/lacci/test/test_oval.rb +82 -0
- data/lacci/test/test_parenting.rb +140 -0
- data/lacci/test/test_shoes_errors.rb +49 -0
- data/lacci/test/test_text_drawables.rb +23 -0
- data/lib/scarpe/assets.rb +18 -0
- data/lib/scarpe/cats_cradle.rb +84 -103
- data/lib/scarpe/errors.rb +77 -0
- data/lib/scarpe/shoes_spec.rb +160 -0
- data/lib/scarpe/version.rb +2 -2
- data/lib/scarpe/wv/app.rb +21 -20
- data/lib/scarpe/wv/arc.rb +4 -51
- data/lib/scarpe/wv/arrow.rb +9 -0
- data/lib/scarpe/wv/border.rb +9 -18
- data/lib/scarpe/wv/button.rb +7 -35
- data/lib/scarpe/wv/check.rb +3 -5
- data/lib/scarpe/wv/control_interface.rb +20 -30
- data/lib/scarpe/wv/document_root.rb +81 -4
- data/lib/scarpe/wv/{widget.rb → drawable.rb} +71 -82
- data/lib/scarpe/wv/edit_box.rb +8 -18
- data/lib/scarpe/wv/edit_line.rb +9 -20
- data/lib/scarpe/wv/flow.rb +2 -18
- data/lib/scarpe/wv/image.rb +7 -30
- data/lib/scarpe/wv/line.rb +3 -25
- data/lib/scarpe/wv/link.rb +6 -17
- data/lib/scarpe/wv/list_box.rb +6 -29
- data/lib/scarpe/wv/oval.rb +13 -0
- data/lib/scarpe/wv/para.rb +12 -30
- data/lib/scarpe/wv/progress.rb +19 -0
- data/lib/scarpe/wv/radio.rb +9 -10
- data/lib/scarpe/wv/rect.rb +13 -0
- data/lib/scarpe/wv/scarpe_extensions.rb +8 -0
- data/lib/scarpe/wv/shape.rb +13 -13
- data/lib/scarpe/wv/slot.rb +8 -25
- data/lib/scarpe/wv/stack.rb +2 -18
- data/lib/scarpe/wv/star.rb +3 -53
- data/lib/scarpe/wv/subscription_item.rb +38 -4
- data/lib/scarpe/wv/text_drawable.rb +90 -0
- data/lib/scarpe/wv/video.rb +15 -15
- data/lib/scarpe/wv/web_wrangler.rb +320 -328
- data/lib/scarpe/wv/webview_local_display.rb +52 -33
- data/lib/scarpe/wv/webview_relay_display.rb +12 -12
- data/lib/scarpe/wv/webview_relay_util.rb +7 -10
- data/lib/scarpe/wv/wv_display_worker.rb +2 -2
- data/lib/scarpe/wv.rb +52 -12
- data/lib/scarpe/wv_local.rb +1 -1
- data/lib/scarpe/wv_relay.rb +1 -1
- data/lib/scarpe.rb +1 -0
- data/logger/debug_web_wrangler.json +1 -1
- data/logger/scarpe_wv_test.json +1 -1
- data/scarpe-components/Gemfile +4 -1
- data/scarpe-components/Gemfile.lock +85 -0
- data/scarpe-components/README.md +2 -2
- data/scarpe-components/assets/bootstrap-themes/bootstrap-cerulean.css +12229 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-cosmo.css +11810 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-cyborg.css +12210 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-darkly.css +12153 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-flatly.css +12126 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-icons.min.css +5 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-journal.css +12099 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-litera.css +12211 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-lumen.css +12369 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-lux.css +11928 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-materia.css +13184 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-minty.css +12177 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-morph.css +12750 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-pulse.css +11890 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-quartz.css +12622 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-sandstone.css +12201 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-simplex.css +12186 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-sketchy.css +12451 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-slate.css +12492 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-solar.css +12149 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-spacelab.css +12266 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-superhero.css +12216 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-united.css +12077 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-vapor.css +12549 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-yeti.css +12325 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap-zephyr.css +12283 -0
- data/scarpe-components/assets/bootstrap-themes/bootstrap.bundle.min.js +7 -0
- data/scarpe-components/lib/scarpe/components/asset_server.rb +219 -0
- data/scarpe-components/lib/scarpe/components/base64.rb +23 -5
- data/scarpe-components/lib/scarpe/components/calzini/alert.rb +49 -0
- data/scarpe-components/lib/scarpe/components/calzini/art_drawables.rb +227 -0
- data/scarpe-components/lib/scarpe/components/calzini/border.rb +38 -0
- data/scarpe-components/lib/scarpe/components/calzini/button.rb +37 -0
- data/scarpe-components/lib/scarpe/components/calzini/misc.rb +136 -0
- data/scarpe-components/lib/scarpe/components/calzini/para.rb +237 -0
- data/scarpe-components/lib/scarpe/components/calzini/slots.rb +109 -0
- data/scarpe-components/lib/scarpe/components/calzini.rb +236 -0
- data/scarpe-components/lib/scarpe/components/errors.rb +24 -0
- data/scarpe-components/lib/scarpe/components/file_helpers.rb +1 -0
- data/scarpe-components/lib/scarpe/components/html.rb +134 -0
- data/scarpe-components/lib/scarpe/components/minitest_export_reporter.rb +83 -0
- data/scarpe-components/lib/scarpe/components/minitest_import_runnable.rb +98 -0
- data/scarpe-components/lib/scarpe/components/minitest_result.rb +127 -0
- data/scarpe-components/lib/scarpe/components/modular_logger.rb +5 -5
- data/scarpe-components/lib/scarpe/components/print_logger.rb +22 -3
- data/scarpe-components/lib/scarpe/components/process_helpers.rb +37 -0
- data/scarpe-components/lib/scarpe/components/promises.rb +14 -14
- data/scarpe-components/lib/scarpe/components/segmented_file_loader.rb +36 -17
- data/scarpe-components/lib/scarpe/components/string_helpers.rb +10 -0
- data/scarpe-components/lib/scarpe/components/tiranti.rb +167 -0
- data/scarpe-components/lib/scarpe/components/unit_test_helpers.rb +48 -6
- data/scarpe-components/lib/scarpe/components/version.rb +2 -2
- data/scarpe-components/test/assets/big-image.png +0 -0
- data/scarpe-components/test/assets/big-stylesheet.css +497 -0
- data/scarpe-components/test/assets/little-image.png +0 -0
- data/scarpe-components/test/assets/little-stylesheet.css +1 -0
- data/scarpe-components/test/calzini/test_calzini_alert.rb +30 -0
- data/scarpe-components/test/calzini/test_calzini_art_drawables.rb +105 -0
- data/scarpe-components/test/calzini/test_calzini_button.rb +54 -0
- data/scarpe-components/test/calzini/test_calzini_misc.rb +115 -0
- data/scarpe-components/test/calzini/test_calzini_para.rb +34 -0
- data/scarpe-components/test/calzini/test_calzini_slots.rb +85 -0
- data/scarpe-components/test/calzini/test_calzini_text_drawables.rb +106 -0
- data/scarpe-components/test/calzini/test_various.rb +133 -0
- data/scarpe-components/test/mtr_data/exception.json +1 -0
- data/scarpe-components/test/mtr_data/fail_with_message.json +1 -0
- data/scarpe-components/test/mtr_data/skipped_no_message.json +1 -0
- data/scarpe-components/test/mtr_data/skipped_w_msg.json +1 -0
- data/scarpe-components/test/mtr_data/succeed_2_asserts.json +1 -0
- data/scarpe-components/test/test_asset_server.rb +72 -0
- data/scarpe-components/test/test_components.rb +31 -2
- data/scarpe-components/test/test_dimensions.rb +26 -0
- data/scarpe-components/test/test_helper.rb +20 -1
- data/scarpe-components/test/test_html.rb +65 -0
- data/scarpe-components/test/test_minitest_result.rb +68 -0
- data/scarpe-components/test/test_promises.rb +5 -4
- data/scarpe-components/test/test_segmented_app_files.rb +10 -6
- data/scarpegen.rb +14 -14
- data/sig/scarpe.rbs +1 -1
- data/tasks/check_html_fixtures.rb +140 -0
- data/tasks/regenerate_html_fixtures.rb +104 -0
- data/templates/basic_class_template.erb +13 -14
- data/templates/class_template_with_event_bind.erb +4 -4
- data/templates/class_template_with_shapes.erb +8 -28
- data/templates/example_template.erb +1 -1
- data/templates/module_template.erb +4 -4
- data/templates/webview_template.erb +3 -2
- metadata +286 -80
- data/examples/legacy/not_checked/shoes-contrib/elements/image-icon.rb +0 -3
- data/lacci/lib/shoes/spacing.rb +0 -9
- data/lacci/lib/shoes/widget.rb +0 -218
- data/lacci/lib/shoes/widgets/alert.rb +0 -19
- data/lacci/lib/shoes/widgets/arc.rb +0 -51
- data/lacci/lib/shoes/widgets/button.rb +0 -35
- data/lacci/lib/shoes/widgets/check.rb +0 -28
- data/lacci/lib/shoes/widgets/document_root.rb +0 -20
- data/lacci/lib/shoes/widgets/flow.rb +0 -22
- data/lacci/lib/shoes/widgets/font.rb +0 -14
- data/lacci/lib/shoes/widgets/line.rb +0 -18
- data/lacci/lib/shoes/widgets/link.rb +0 -25
- data/lacci/lib/shoes/widgets/list_box.rb +0 -25
- data/lacci/lib/shoes/widgets/para.rb +0 -68
- data/lacci/lib/shoes/widgets/radio.rb +0 -35
- data/lacci/lib/shoes/widgets/slot.rb +0 -75
- data/lacci/lib/shoes/widgets/span.rb +0 -26
- data/lacci/lib/shoes/widgets/stack.rb +0 -24
- data/lacci/lib/shoes/widgets/star.rb +0 -44
- data/lacci/lib/shoes/widgets/subscription_item.rb +0 -60
- data/lacci/lib/shoes/widgets/text_widget.rb +0 -51
- data/lacci/lib/shoes/widgets/video.rb +0 -15
- data/lacci/lib/shoes/widgets.rb +0 -29
- data/lib/scarpe/evented_assertions.rb +0 -88
- data/lib/scarpe/wv/alert.rb +0 -66
- data/lib/scarpe/wv/background.rb +0 -27
- data/lib/scarpe/wv/control_interface_test.rb +0 -238
- data/lib/scarpe/wv/dimensions.rb +0 -22
- data/lib/scarpe/wv/font.rb +0 -36
- data/lib/scarpe/wv/html.rb +0 -108
- data/lib/scarpe/wv/spacing.rb +0 -41
- data/lib/scarpe/wv/span.rb +0 -68
- data/lib/scarpe/wv/text_widget.rb +0 -30
- /data/examples/legacy/not_checked/{expert → shoes-contrib/basic}/definr.rb +0 -0
- /data/examples/legacy/not_checked/{expert → shoes-contrib/basic}/funnies.rb +0 -0
- /data/examples/legacy/not_checked/shoes-contrib/{elements → basic}/list_box-select-class.rb +0 -0
- /data/examples/legacy/{not_checked → working}/shoes3-tests/editline/editline.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/basic → working/simple}/basic-edit-box.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/elements → working/simple}/basic-fps.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/elements → working/simple}/border-cat.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/elements → working/simple}/check-mate.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/manipulation → working/simple}/clear-slot.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/basic → working/simple}/clock.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/basic → working/simple}/gradient-shoes.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/basic → working/simple}/list_box-shape-report.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/elements → working/simple}/list_box.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/elements → working/simple}/phat-button.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib → working}/simple/simple-calc.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/position → working/simple}/stack-width.rb +0 -0
- /data/examples/legacy/{not_checked/shoes-contrib/elements → working/simple}/width-introspec.rb +0 -0
@@ -0,0 +1,63 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Shoes has a number of built-in methods that are intended to be available everywhere,
|
4
|
+
# in every Shoes and non-Shoes class, for every Shoes app.
|
5
|
+
module Shoes::Builtins
|
6
|
+
# Register the given font with Shoes so that text that wants it can use it.
|
7
|
+
# Also add it to the FONTS constant.
|
8
|
+
#
|
9
|
+
# @param font_file_or_url [String] the filename or URL for the font
|
10
|
+
# @return [void]
|
11
|
+
def font(font_file_or_url)
|
12
|
+
shoes_builtin("font", font_file_or_url)
|
13
|
+
|
14
|
+
font_name = File.basename(font_file_or_url, ".*")
|
15
|
+
Shoes::FONTS << font_name
|
16
|
+
end
|
17
|
+
|
18
|
+
def ask(message_string)
|
19
|
+
shoes_builtin("ask", message_string)
|
20
|
+
end
|
21
|
+
|
22
|
+
def alert(message)
|
23
|
+
shoes_builtin("alert", message)
|
24
|
+
end
|
25
|
+
|
26
|
+
def ask_color(title_bar)
|
27
|
+
shoes_builtin("ask_color", title_bar)
|
28
|
+
end
|
29
|
+
|
30
|
+
def ask_open_file()
|
31
|
+
shoes_builtin("ask_open_file")
|
32
|
+
end
|
33
|
+
|
34
|
+
def ask_save_file()
|
35
|
+
shoes_builtin("ask_save_file")
|
36
|
+
end
|
37
|
+
|
38
|
+
def ask_open_folder()
|
39
|
+
shoes_builtin("ask_open_folder")
|
40
|
+
end
|
41
|
+
|
42
|
+
def ask_save_folder()
|
43
|
+
shoes_builtin("ask_save_folder")
|
44
|
+
end
|
45
|
+
|
46
|
+
def confirm(question)
|
47
|
+
shoes_builtin("confirm", question)
|
48
|
+
end
|
49
|
+
|
50
|
+
# TO ADD: debug, error, info, warn
|
51
|
+
# TO VERIFY OR ADD: gradient, gray, rgb
|
52
|
+
|
53
|
+
private
|
54
|
+
|
55
|
+
def shoes_builtin(cmd_name, *args)
|
56
|
+
Shoes::DisplayService.dispatch_event("builtin", nil, cmd_name, args)
|
57
|
+
nil
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
module Kernel
|
62
|
+
include Shoes::Builtins
|
63
|
+
end
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative "log"
|
4
|
+
# require "scarpe/components/modular_logger"
|
5
|
+
|
6
|
+
class Shoes
|
7
|
+
class Changelog
|
8
|
+
# include Shoes::Log
|
9
|
+
|
10
|
+
def initialize
|
11
|
+
#TODO : refer to https://github.com/scarpe-team/scarpe/pull/400
|
12
|
+
# and figure out how to use scarpe logger here without getting duplicate or nil error
|
13
|
+
# Shoes::Log.instance = Scarpe::Components::ModularLogImpl.new
|
14
|
+
# log_init("Changelog")
|
15
|
+
end
|
16
|
+
|
17
|
+
def get_latest_release_info
|
18
|
+
root_dir = File.dirname(__FILE__, 4) # this duplicates constants.rb, but how to share?
|
19
|
+
|
20
|
+
git_dir = "#{root_dir}/.git"
|
21
|
+
revision = nil
|
22
|
+
if File.exist?(git_dir)
|
23
|
+
revision = `git rev-parse HEAD`.chomp
|
24
|
+
end
|
25
|
+
|
26
|
+
changelog_file = "#{root_dir}/CHANGELOG.md"
|
27
|
+
if File.exist?(changelog_file)
|
28
|
+
changelog_content = File.read(changelog_file)
|
29
|
+
release_name_pattern = /^## \[(\d+\.\d+\.\d+)\] - (\d{4}-\d{2}-\d{2}) - (\w+)$/m
|
30
|
+
release_matches = changelog_content.scan(release_name_pattern)
|
31
|
+
latest_release = release_matches.max_by { |version, _date, _name| Gem::Version.new(version) }
|
32
|
+
|
33
|
+
if latest_release
|
34
|
+
#puts "Found release #{latest_release[0]} in CHANGELOG.md"
|
35
|
+
# @log.debug("Found release #{latest_release[0]} in CHANGELOG.md") # Logger isn't initialized yet
|
36
|
+
version_parts = latest_release[0].split(".").map(&:to_i)
|
37
|
+
rel_id = ("%02d%02d%02d" % version_parts).to_i
|
38
|
+
|
39
|
+
return({
|
40
|
+
RELEASE_NAME: latest_release[2],
|
41
|
+
RELEASE_BUILD_DATE: latest_release[1],
|
42
|
+
RELEASE_ID: rel_id,
|
43
|
+
REVISION: revision,
|
44
|
+
})
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
puts "No release found in CHANGELOG.md"
|
49
|
+
{ RELEASE_NAME: nil, RELEASE_BUILD_DATE: nil, RELEASE_ID: nil, REVISION: revision }
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
data/lacci/lib/shoes/colors.rb
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
3
|
+
require_relative "changelog"
|
4
|
+
class Shoes
|
4
5
|
module Constants
|
5
6
|
def self.find_lib_dir
|
6
7
|
begin
|
@@ -12,18 +13,56 @@ module Shoes
|
|
12
13
|
[ENV["LOCALAPPDATA"], "Shoes"],
|
13
14
|
[ENV["APPDATA"], "Shoes"],
|
14
15
|
[ENV["HOME"], ".shoes"],
|
15
|
-
[Dir.tmpdir, "shoes"],
|
16
16
|
]
|
17
|
+
|
17
18
|
top, file = homes.detect { |home_top, _| home_top && File.exist?(home_top) }
|
19
|
+
return nil if top.nil?
|
18
20
|
File.join(top, file)
|
19
21
|
end
|
20
22
|
|
23
|
+
# A temp dir for Shoes app files
|
21
24
|
LIB_DIR = find_lib_dir
|
22
25
|
|
26
|
+
# the Shoes library dir
|
27
|
+
DIR = File.dirname(__FILE__, 4)
|
28
|
+
|
23
29
|
# Math constants from Shoes3
|
24
30
|
RAD2PI = 0.01745329251994329577
|
25
31
|
TWO_PI = 6.28318530717958647693
|
26
32
|
HALF_PI = 1.57079632679489661923
|
27
33
|
PI = 3.14159265358979323846
|
34
|
+
|
35
|
+
# These should be set up by the Display Service when it loads. They are intentionally
|
36
|
+
# *not* frozen so that the Display Service can add to them (and then optionally
|
37
|
+
# freeze them.)
|
38
|
+
|
39
|
+
# Fonts currently loaded and available
|
40
|
+
FONTS = []
|
41
|
+
|
42
|
+
# Standard features available in this display service - see KNOWN_FEATURES.
|
43
|
+
# These may or may not require the Shoes.app requesting them per-app.
|
44
|
+
FEATURES = []
|
45
|
+
|
46
|
+
# Nonstandard extensions, e.g. Scarpe extensions, supported by this display lib.
|
47
|
+
# An application may have to request the extensions for them to be available so
|
48
|
+
# that a casual reader can see Shoes.app(features: :scarpe) and realize why
|
49
|
+
# there are nonstandard styles or drawables.
|
50
|
+
EXTENSIONS = []
|
51
|
+
|
52
|
+
# These are all known features supported by this version of Lacci.
|
53
|
+
# Features on this list are allowed to be in FEATURES. Anything else
|
54
|
+
# goes in EXTENSIONS and is nonstandard.
|
55
|
+
KNOWN_FEATURES = [
|
56
|
+
:html, # Supports .to_html on display objects, HTML classes on drawables, etc.
|
57
|
+
].freeze
|
28
58
|
end
|
59
|
+
|
60
|
+
# Access and assign the release constants
|
61
|
+
changelog_instance = Shoes::Changelog.new
|
62
|
+
RELEASE_INFO = changelog_instance.get_latest_release_info
|
63
|
+
RELEASE_NAME = RELEASE_INFO[:RELEASE_NAME]
|
64
|
+
RELEASE_ID = RELEASE_INFO[:RELEASE_ID]
|
65
|
+
RELEASE_BUILD_DATE = RELEASE_INFO[:RELEASE_BUILD_DATE]
|
66
|
+
RELEASE_TYPE = "LOOSE_SHOES" # This isn't really a thing any more
|
67
|
+
REVISION = RELEASE_INFO[:REVISION]
|
29
68
|
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Lacci Shoes apps operate in multiple layers. A Shoes
|
4
|
-
# plain, simple Ruby objects. And then a display-service
|
3
|
+
# Lacci Shoes apps operate in multiple layers. A Shoes drawable tree exists as fairly
|
4
|
+
# plain, simple Ruby objects. And then a display-service drawable tree integrates with
|
5
5
|
# the display technology. This lets us use Ruby as our API while
|
6
6
|
# not tying it too closely to the limitations of Webview, WASM, LibUI, etc.
|
7
7
|
#
|
@@ -15,24 +15,31 @@
|
|
15
15
|
#
|
16
16
|
# ## Events
|
17
17
|
#
|
18
|
-
# Events are a lot of what tie the Shoes
|
18
|
+
# Events are a lot of what tie the Shoes drawables and the display service together.
|
19
19
|
#
|
20
|
-
# Shoes
|
20
|
+
# Shoes drawables *expect* to operate in a fairly "hands off" mode where they record
|
21
21
|
# to an event queue to send to the display service, and the display service records
|
22
22
|
# events to send back.
|
23
23
|
#
|
24
24
|
# When a Shoes handler takes an action (e.g. some_para.replace(),) the relevant
|
25
25
|
# call will be dispatched as a :display event, to be sent to the display service.
|
26
26
|
# And when a display-side event occurs (e.g. user pushes a button,) it will be
|
27
|
-
# dispatched as a :shoes event, to be sent to the Shoes tree of
|
27
|
+
# dispatched as a :shoes event, to be sent to the Shoes tree of drawables.
|
28
28
|
#
|
29
|
-
|
29
|
+
class Shoes
|
30
30
|
class DisplayService
|
31
31
|
class << self
|
32
32
|
# This is in the eigenclass/metaclass, *not* instances of DisplayService
|
33
33
|
include Shoes::Log
|
34
34
|
|
35
|
+
# Send a Shoes event to all subscribers.
|
35
36
|
# An event_target may be nil, to indicate there is no target.
|
37
|
+
#
|
38
|
+
# @param event_name [String] the name of the event
|
39
|
+
# @param event_target [String] the specific target, if any
|
40
|
+
# @param args [Array] arguments to pass to the subscribing block
|
41
|
+
# @param args [Array] keyword arguments to pass to the subscribing block
|
42
|
+
# @return [void]
|
36
43
|
def dispatch_event(event_name, event_target, *args, **kwargs)
|
37
44
|
@@display_event_handlers ||= {}
|
38
45
|
|
@@ -69,10 +76,20 @@ module Shoes
|
|
69
76
|
kwargs[:event_name] = event_name
|
70
77
|
kwargs[:event_target] = event_target if event_target
|
71
78
|
handlers.each { |h| h[:handler].call(*args, **kwargs) }
|
79
|
+
nil
|
72
80
|
end
|
73
81
|
|
74
|
-
#
|
75
|
-
#
|
82
|
+
# Subscribe to the given event name and target.
|
83
|
+
# It's permitted to subscribe to event_name :any for all event names,
|
84
|
+
# and event_target :any for all targets. An event_target of nil means
|
85
|
+
# "no target", and only matches events dispatched with a nil target.
|
86
|
+
# The subscription will return an unsubscribe ID, which can be used
|
87
|
+
# later to unsubscribe from the notification.
|
88
|
+
#
|
89
|
+
# @param event_name [String,Symbol] the event name to subscribe to, or :any for all event names
|
90
|
+
# @param event_target [String,Symbol,NilClass] the event target to subscribe to, or :any for all targets - nil is a valid target
|
91
|
+
# @block the block to call when the event occurs - it will receive arguments from the event-dispatch call
|
92
|
+
# @return [Integer] an unsubscription ID which can be used later to cancel the subscription
|
76
93
|
def subscribe_to_event(event_name, event_target, &handler)
|
77
94
|
@@display_event_handlers ||= {}
|
78
95
|
@@display_event_unsub_id ||= 0
|
@@ -96,6 +113,10 @@ module Shoes
|
|
96
113
|
id
|
97
114
|
end
|
98
115
|
|
116
|
+
# Unsubscribe from any event subscriptions matching the unsub ID.
|
117
|
+
#
|
118
|
+
# @param unsub_id [Integer] the unsub ID returned when subscribing
|
119
|
+
# @return [void]
|
99
120
|
def unsub_from_events(unsub_id)
|
100
121
|
raise "Must provide an unsubscribe ID!" if unsub_id.nil?
|
101
122
|
|
@@ -106,17 +127,32 @@ module Shoes
|
|
106
127
|
end
|
107
128
|
end
|
108
129
|
|
130
|
+
# Reset the display service, for instance between unit tests.
|
131
|
+
# This destroys all existing subscriptions.
|
132
|
+
#
|
133
|
+
# @return [void]
|
109
134
|
def full_reset!
|
110
135
|
@@display_event_handlers = {}
|
111
136
|
@json_debug_serialize = nil
|
112
137
|
end
|
113
138
|
|
139
|
+
# Set the Display Service class which will handle display service functions
|
140
|
+
# for this process. This can only be set once. The display service can be
|
141
|
+
# a subclass of Shoes::DisplayService, but isn't required to be.
|
142
|
+
#
|
143
|
+
# Shoes will create an instance of this class with no arguments passed to
|
144
|
+
# initialize, and use it as the display service for the lifetime of the
|
145
|
+
# process.
|
146
|
+
#
|
147
|
+
# @param klass [Class] the class for the display service
|
114
148
|
def set_display_service_class(klass)
|
115
149
|
raise "Can only set a single display service class!" if @display_service_klass
|
116
150
|
|
117
151
|
@display_service_klass = klass
|
118
152
|
end
|
119
153
|
|
154
|
+
# Get the current display service instance. This requires a display service
|
155
|
+
# class having been set first. @see set_display_service_class
|
120
156
|
def display_service
|
121
157
|
return @service if @service
|
122
158
|
|
@@ -126,24 +162,38 @@ module Shoes
|
|
126
162
|
end
|
127
163
|
end
|
128
164
|
|
165
|
+
def initialize
|
166
|
+
@display_drawable_for = {}
|
167
|
+
end
|
168
|
+
|
129
169
|
# These methods are an interface to DisplayService objects.
|
130
170
|
|
131
|
-
def
|
171
|
+
def create_display_drawable_for(drawable_class_name, drawable_id, properties, parent_id:, is_widget:)
|
132
172
|
raise "Override in DisplayService implementation!"
|
133
173
|
end
|
134
174
|
|
135
|
-
def
|
136
|
-
|
137
|
-
|
175
|
+
def set_drawable_pairing(id, display_drawable)
|
176
|
+
if id.nil?
|
177
|
+
raise Shoes::Errors::BadLinkableIdError, "Linkable ID may not be nil!"
|
178
|
+
end
|
179
|
+
|
180
|
+
@display_drawable_for ||= {}
|
181
|
+
if @display_drawable_for[id]
|
182
|
+
raise Shoes::Errors::DuplicateCreateDrawableError, "There is already a drawable for #{id.inspect}! Not setting a new one."
|
183
|
+
end
|
184
|
+
|
185
|
+
@display_drawable_for[id] = display_drawable
|
186
|
+
nil
|
138
187
|
end
|
139
188
|
|
140
|
-
def
|
141
|
-
|
142
|
-
|
143
|
-
|
189
|
+
def query_display_drawable_for(id, nil_ok: false)
|
190
|
+
@display_drawable_for ||= {}
|
191
|
+
display_drawable = @display_drawable_for[id]
|
192
|
+
unless display_drawable || nil_ok
|
193
|
+
raise "Could not find display drawable for linkable ID #{id.inspect}!"
|
144
194
|
end
|
145
195
|
|
146
|
-
|
196
|
+
display_drawable
|
147
197
|
end
|
148
198
|
|
149
199
|
def destroy
|
@@ -163,6 +213,7 @@ module Shoes
|
|
163
213
|
|
164
214
|
def initialize(linkable_id: object_id)
|
165
215
|
@linkable_id = linkable_id
|
216
|
+
@subscriptions = {}
|
166
217
|
end
|
167
218
|
|
168
219
|
def send_self_event(*args, event_name:, **kwargs)
|
@@ -174,11 +225,22 @@ module Shoes
|
|
174
225
|
end
|
175
226
|
|
176
227
|
def bind_shoes_event(event_name:, target: nil, &handler)
|
177
|
-
DisplayService.subscribe_to_event(event_name, target, &handler)
|
228
|
+
sub = DisplayService.subscribe_to_event(event_name, target, &handler)
|
229
|
+
@subscriptions[sub] = true
|
230
|
+
sub
|
178
231
|
end
|
179
232
|
|
180
233
|
def unsub_shoes_event(unsub_id)
|
234
|
+
unless @subscriptions[unsub_id]
|
235
|
+
$stderr.puts "Unsubscribing from event that isn't in subscriptions! #{unsub_id.inspect}"
|
236
|
+
end
|
181
237
|
DisplayService.unsub_from_events(unsub_id)
|
238
|
+
@subscriptions.delete unsub_id
|
239
|
+
end
|
240
|
+
|
241
|
+
def unsub_all_shoes_events
|
242
|
+
@subscriptions.keys.each { |k| DisplayService.unsub_from_events(k) }
|
243
|
+
@subscriptions.clear
|
182
244
|
end
|
183
245
|
end
|
184
246
|
end
|