Commit Graph

1981 Commits

Author SHA1 Message Date
marisaleung
59e87e5a5c Merge pull request #1187 from marisaleung/develop_moreTests
Revamping mostly gesture tests.
2017-06-23 10:40:20 -07:00
marisaleung
4a2c95fd1b Revamping mostly gesture tests. 2017-06-22 16:56:28 -07:00
CoryDCode
ac5b322de5 Fixing the tree service so it doesn't treat unknown block deletion (#1182)
as an error, and turning off keypresses on the workspace when the
variable modals are open.
2017-06-22 14:44:02 -07:00
marisaleung
11167ca28c Merge pull request #1181 from marisaleung/develop_fixCheckBoxBug
Fix checkbox delete bug.
2017-06-22 14:41:48 -07:00
marisaleung
5d91051ec7 Merge pull request #1186 from marisaleung/develop_flyoutCLickBug
Bug fix: always open flyout fields are not editable.
2017-06-22 11:24:45 -07:00
marisaleung
95594bd070 Always open flyout fields are editable. 2017-06-22 10:59:12 -07:00
CoryDCode
d4bf02a451 Fixing variable dropdowns so they select the correct option. (#1184) 2017-06-21 19:05:36 -07:00
marisaleung
7c71b9e7fc Fix checkbox delete bug. 2017-06-20 15:13:10 -07:00
marisaleung
912712cbf5 Merge pull request #1180 from marisaleung/develop_removeTodos
Remove out of date todo comments.
2017-06-20 15:08:59 -07:00
marisaleung
6869b68ba0 Merge pull request #1178 from marisaleung/refreshToolbox
Followup RefreshToolbox.
2017-06-20 13:55:43 -07:00
marisaleung
d937920afc Remove out of date todo comments. 2017-06-20 13:15:28 -07:00
CoryDCode
668d220faa Fixing an error with block messages and ordering. (#1171) 2017-06-20 12:55:27 -07:00
marisaleung
7b664d90e9 Followup RefreshToolbox. 2017-06-20 10:40:20 -07:00
marisaleung
d7e05a6f5c Merge pull request #1177 from marisaleung/develop_fixworkspaceSvg
createVariable in workspaceSvg takes in id and type.
2017-06-19 17:11:37 -07:00
marisaleung
803681efa1 createVariable in workspaceSvg takes in id and type. 2017-06-19 17:06:07 -07:00
CoryDCode
1ee550aa24 Fixing the accessible variable stuff so it interacts correctly with (#1170)
variableMap.
2017-06-13 09:47:27 -07:00
RoboErikG
df84c71c66 Convert more text blocks to JSON format (#1163)
* Convert more text blocks to JSON format

Converts text_charAt, text_indexOf, text_isEmpty, and text_length
to JSON.

Includes a rebuild to pick up message changes.
2017-06-12 10:36:36 -07:00
marisaleung
884703b057 Merge pull request #1166 from marisaleung/develop_FireVarEvents
Test Delete Variable Twice.
2017-06-09 16:54:34 -07:00
marisaleung
5b1a0ae284 Test Delete Variable Twice. 2017-06-09 16:32:16 -07:00
marisaleung
d8eb2fb4f4 Merge pull request #1165 from marisaleung/develop_checkForDeleteVariable
In DropdownCreate check for Msg.DELETE_VARIABLE.
2017-06-09 16:26:03 -07:00
marisaleung
d852a2b116 In DropdownCreate check for Msg.DELETE_VARIABLE. 2017-06-09 16:22:25 -07:00
marisaleung
bb3ebfa93e Merge pull request #1164 from marisaleung/develop_checkVariableValuesUtilityFunction
Create utility function for checking variable values.
2017-06-09 15:36:48 -07:00
marisaleung
c58553b7ba Create utility function for checking variable values. 2017-06-09 15:24:31 -07:00
marisaleung
e6c70df6f8 Merge pull request #1162 from marisaleung/develop_FireVarEvents
Fire VAR events and test.
2017-06-09 15:21:51 -07:00
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