Commit Graph

1957 Commits

Author SHA1 Message Date
marisaleung 833c2d0c40 Fire VAR events and test. 2017-06-09 14:42:14 -07:00
marisaleung 7b29eca8e7 Merge pull request #1150 from marisaleung/develop_varEvents
Add VAR events.
2017-06-08 15:54:29 -07:00
marisaleung 5bd966b46a Merge pull request #1151 from marisaleung/addBlockandVarEvents
Correctly named block events called.
2017-06-08 15:46:00 -07:00
marisaleung aff9c4867c Correctly named block events called. 2017-06-08 15:44:43 -07:00
marisaleung e9a480c51f Add VAR events. 2017-06-08 15:15:17 -07:00
Rachel Fenichel 2d532225d3 Split flyout into flyout_base, flyout_horizontal, and flyou_vertical
* Rename flyout to flyout_base

* flyout_base minus horizontal and vertical code

* Add flyout_vertical and flyout_horizontal

* review fixes + toolbox and workspace use

* Fix hat block case

* rebuild uncompressed

* Fix travis problem

* Fix build problem
2017-06-08 13:36:11 -07:00
CoryDCode f9e8d0fff2 Changing the build file to allow forced rebuilding of the msg files. (#1158) 2017-06-07 11:38:34 -07:00
marisaleung d6ea50b8b8 Merge pull request #1157 from marisaleung/wrapInTryCatch
Wrap Error in Try Finally Block.
2017-06-07 10:26:31 -07:00
marisaleung 7f873b12c4 Wrap Error in Try Finally Block. 2017-06-07 10:00:04 -07:00
marisaleung 7e18ddd218 Merge pull request #1156 from marisaleung/develop_accessiblebugfix
Field Variable setValue() looks up variable.
2017-06-06 15:31:05 -07:00
marisaleung 0040ff636c Field Variable setValue() looks up variable. 2017-06-06 15:29:28 -07:00
CoryDCode f48a68a9ef Adding automatically-generated variable lists to the accessible toolbox. (#1149)
Fixing a bug with the core-only uncompressed file not finding its own directory.
2017-06-05 13:42:51 -07:00
CoryDCode 7336d03538 Fixing modals so they're announced on focus, and changing variables t… (#1030)
* Fixing modals so they're announced on focus, and changing variables to only react to enter, not onChange.

* Adding a temp index.

* Whoops - added it in the wrong spot.
2017-06-01 17:30:50 -07:00
marisaleung 1a6ac798eb Merge pull request #1148 from marisaleung/addBlockandVarEvents
Add block events.
2017-06-01 15:35:45 -07:00
RoboErikG fa72e02dc5 Convert more text blocks to json (#1147)
* Convert more text blocks to json

Converts the mutator blocks for text_join and the text_append block
to JSON format.
2017-06-01 14:21:16 -07:00
marisaleung ccf3ad1473 Add BLOCK events and constructor tests. 2017-06-01 12:38:38 -07:00
marisaleung 231f650cbe Merge pull request #1146 from marisaleung/createTestUtilitiesFile
Clean up and create test utilities file.
2017-06-01 11:03:42 -07:00
marisaleung cd0487e816 Clean up and create test utilities file. 2017-06-01 10:36:01 -07:00
marisaleung 47cc79eb19 Merge pull request #1137 from marisaleung/develop_bugfix
Fix #1109
2017-05-31 15:50:11 -07:00
RoboErikG 039f536cf3 Convert text_join block to JSON + mutator format (#1140) 2017-05-31 10:22:44 -07:00
RoboErikG 12b7db6207 Fix for travis-ci testing failure (#1141)
It looks like the default configuration for Travis might have changed. Adding a manual step to install webdriverio.
2017-05-30 17:25:32 -07:00
CoryDCode 50c1eb995f Adding command-line options to the buildscript. (#1136) 2017-05-30 15:26:23 -07:00
marisaleung ca6fc462c4 Fix #1109 2017-05-26 17:25:23 -07:00
marisaleung 4c4cc7bb3b Merge pull request #1135 from marisaleung/develop_deserialization_variables_at_top
Deserialization variables at top.
2017-05-26 14:52:20 -07:00
marisaleung 5415c899d7 Merge pull request #1124 from marisaleung/develop_appease_lint
Appease eslint: semicolons and such.
2017-05-26 14:30:40 -07:00
CoryDCode e2ee3aa9c9 Setting up accessible Blockly for Closure compilation. (#1134)
Moving closure compilation into the build file.

Fixing up goog.requires for accessible blockly. Adding accessible to the build script.
2017-05-26 10:43:02 -07:00
marisaleung f7f664063b Deserialization variables at top. 2017-05-25 14:03:37 -07:00
marisaleung a6f85cec53 Appease eslint: semicolons and such. 2017-05-25 13:44:06 -07:00
Rachel Fenichel c0b906f4b6 Create grid object (#1131)
* Create grid object

* Doc

* Units!  Thanks @RoboErikG
2017-05-24 16:14:24 -07:00
marisaleung bebbf8fd39 Merge pull request #1130 from marisaleung/develop_deserialization_variables_at_top
Develop deserialization variables at top
2017-05-24 15:35:30 -07:00
marisaleung dc06872a37 Deserialization variables at top. 2017-05-24 15:29:46 -07:00
Rachel Fenichel 71066faff6 Move blockSvg.getHeightWidth to block_render_svg.js (#1118) 2017-05-24 13:38:46 -07:00
marisaleung 3d1420ba5f Merge pull request #1127 from marisaleung/develop_top_variables_dom
Include Variables at the top of dom.
2017-05-24 11:03:09 -07:00
marisaleung ce4a84b3cf Include variables at top of serialization. 2017-05-24 10:53:44 -07:00
marisaleung b5ad5c6185 Merge pull request #1125 from marisaleung/develop_toolbox_uses_targetworkspace_variableMap
Make flyout get variables from target workspace's variableMap.
2017-05-24 10:39:50 -07:00
Rachel Fenichel 3f58abfd8e Update contributing.md (#1126) 2017-05-23 14:59:39 -07:00
marisaleung c246e41bec Merge pull request #1123 from marisaleung/develop_fix_require
Require VariableModel in field_variable.js.
2017-05-23 14:00:19 -07:00
marisaleung 7603f9aa69 Require VariableModel in field_variable.js. 2017-05-23 13:36:24 -07:00
marisaleung 7d57143f75 Make flyout get variables from target workspace's variableMap. 2017-05-23 11:59:13 -07:00
marisaleung e84121690b Merge pull request #1113 from marisaleung/SmallFix
Small fix
2017-05-23 11:40:39 -07:00
marisaleung 67906939cd Merge pull request #1117 from marisaleung/develop_updateVariablesXml
Add variable info to xml generated in variables.js
2017-05-23 11:40:02 -07:00
Rachel Fenichel 620a210106 Move audio code to a new file (#1122)
* move audio code to a new file

* dispose

* null check
2017-05-22 16:58:31 -07:00
Andrew n marshall 10ad450176 Forgot update code demo (#1121) 2017-05-22 12:34:22 -07:00
Andrew n marshall 3840b3804f Replacing latest prettifier hosted in repo with latest version at rawgit CDN. (#1120) 2017-05-22 12:09:23 -07:00
RoboErikG c53605fef4 Add missing CLAs info to the contributing file (#1119)
* Add missing CLAs info to the contributing file

* Added larger changes paragraph
2017-05-22 11:33:30 -07:00
marisaleung 3b34038445 Add variable info to xml generated in variables.js 2017-05-19 17:07:12 -07:00
Rachel Fenichel 65908e8874 Spelling. Spelling is hard. 2017-05-19 16:31:12 -07:00
Rachel Fenichel 104958e25f Cleanup: semicolons, spacing, etc. (#1116) 2017-05-19 16:27:48 -07:00
Derek Brown 63fe91180b Add image_onclick option (#1080) 2017-05-19 16:18:54 -07:00
Rachel Fenichel d4694b49d3 Click events on shadow blocks have the correct id (#1089) 2017-05-19 16:16:01 -07:00