Commit Graph

183 Commits

Author SHA1 Message Date
Niklas Laxström
105f0da3d2 Localisation updates from https://translatewiki.net. 2016-06-09 07:41:08 +02:00
Niklas Laxström
6ec7d31629 Localisation updates from https://translatewiki.net. 2016-06-06 08:05:39 +02:00
Neil Fraser
57131165b0 Routine recompile 2016-06-03 16:12:59 -07:00
Niklas Laxström
11a3f77e66 Localisation updates from https://translatewiki.net. 2016-06-02 08:01:07 +02:00
Niklas Laxström
c2368107c5 Localisation updates from https://translatewiki.net. 2016-05-30 10:33:25 +02:00
Niklas Laxström
3d752e57e6 Localisation updates from https://translatewiki.net. 2016-05-26 07:53:34 +02:00
Neil Fraser
6f12c69500 Routine recompile. 2016-05-25 15:44:44 -07:00
Neil Fraser
89811bfb5d Merge branch 'master' into develop 2016-05-25 15:41:19 -07:00
Neil Fraser
763e9b938f Cleanup accessible Blockly. 2016-05-23 17:34:46 -07:00
M
6474fcd774 AccessibleBlockly (#354)
* adding a folder in demos for blind and setting up the package.json file for development. Adding package.json to .gitignore

* removing gitignore~ file

* copied blind blockly demo code over. set up a new dev environment. Up for review: the blind blockly demo code. Much of the drop downs don't actually do anything, but a general look at the way angular is used would be helpful in shaping future development.

* adding an index file that was being ignored by .gitignore

* adding required angular files and libraries previously ignored by git add --a for some unknown reason.

* starting work on toolbox

* got workspace and toolbox connected. Copy to workspace annd copy to clipboard working at 80%.

* cleaning up autogenerated files

* adding my own files. Not sure why the test files are being added.

* cleaning up comments

* removed empty html_formatter.html file from project and put on git ignore list. The file is used on my end to help with formatting the html in javascript files.

* getting rid of unnecessary html_formatter file

* removing merge conflicts

* cleaned up comments

* cleaned up comments, organized file structure, made ToolboxXML a file that can be changed by other developers porting this code, added copyright and file summaries to js files, linted files, moved third party libraries to lib folder

* removing lint files that shouldn't be tracked.

* Made the clipboard a service instead of multiple pieces embedded within the app. Not sold on the name ClipboardService. Open to suggestions.

* syncing up demo updates

* adding insert block menus above and below appropriate blocks.

* hacky version of getting code to run.

* changing toolbox to be a menu. making both the toolbox and workspace ordered lists

* adding new folder dev-old containing a version of blind blockly that uses nested lists for the toolbox

* getting rid of menubar experiment

* adding treeview shenanigans part 1

* adding treeview experiment page and finishing up treeview.

* getting a treeview implementation working in the toolbox

* creating a fishfood folder for fishfood development

* making first level of fishfood

* fixing something

* adding index file for fishfood

* beginning merging the treeview system.

* creating two treeviews

* fishfood level 1 without working music blocks

* fixes to treeview navigation

* final fishfood features done

* adding support for toolboxes without categories

* beginning integration of Sean's new music code

* adding Sean's music blocks and beginning music_player integration.

* merged Sean's music block code into fishfood

* merged Sean's music code and fixed treeview bug with toolbox when no categories

* adding blank_demo

* fixing tab navigation.

* fixing bug with shift-tab. New bug found in alt+tab not opening dropdown?

* fixing labels

* fixing bugs and finding more.

* removing dropdowns in favor of buttons part 1. Still need to change field options.

* index.html for blank_demo

* beginning cleanup

* adding blockly- prefix to label ids.

* integrating AccessibleBlockly with Blockly library.

* remove closure library

* removing testing files that aren't in develop

* removing all demo stuff for a later pull request

* removing gitignore file that doesn't exist in developer branch

* syncing with develop branch files

* removing music files from this pull request

* doing some lint cleanup

* rolling back accidental package.json change

* removing var blocklyApp = blocklyApp || {} from each extraneous file

* adding last debug statement

* changed name of inputType function

* renaming _service arguments

* fixing function names

* fixing all comments.

* fixing minor comments

* renaming variables, etc

* fixing bugs that break demo. Adding the run code and clear workspace buttons back to the workspaceview as their current position breaks tab navigation.

* fixing minor comments

* fixing function names, etc.

* adding comments to getInputTypeLabel function

* removing addClass() calls from the template

* small change to clipboardService

* splitting getCategoryDependantId into two functions: getCategoryId and setActiveDesc

* fixing minor bug with last commit

* using conditional attributes to remove setActiveAttributes function from treeService and do same work in template.

* deleting unnecessary comment created in previous commit.

* adding a utilsService to remove duplicated code.

* changing function names in utilsService

* changing delete to [delete] to allow HTMLText functions to return an empty string instead of undefined. Also renaming concatStringWithSpaces to generateAriaLabelledByAttr

* generating ids in ngOnInit instead of on the fly, allowing us to use [attr.aria-labelledBy] in the template instead of using setLabelledBy(element). Deleting function utilsService.setLabelledBy.

* fixing small bug with tree service left arrow: was throwing an error when you can't go any further left.

* reformatting html to make it easier to read.

* moving from importing the xml file to using an xml toolbox in the demo.

* fixing minor bugs and removing code relevant only to the music game.

* minor fixes

* adding alerts to copy, paste, and mark actions. renaming blocklyApp.TreeView to blocklyApp.WorkspaceTreeView

* Beginning to add Blockly.msg strings.

* making sure index file is being tracked

* adding all demo bits

* removing demo files from this pull request

* fixing providers, some linting, and removing getInfo() function.

* adding small todo comment for sll@

* adding minimal Accessible Blockly demo

* removing demo: accidentally committed to wrong branch

* fixing Blockly.Msg string bugs

* fixing TODOs

* package file changed by an automerge. Changing back.

* addressing sll's comments. Creating shim for utilsService functions.

* fixing comments, changing fieldview to deal with this.field.

* fixing clipboard service bug

* fixing focus bug when editing a text input.

* fixed clipboard bug and added README

* fixing workspaceview not to implement on runCode() function and adding note to README
2016-05-23 16:42:18 -07:00
Niklas Laxström
1a8803a343 Localisation updates from https://translatewiki.net. 2016-05-23 08:00:43 +02:00
Neil Fraser
2a2a6695da Routine recompile. 2016-05-21 05:56:49 -07:00
Niklas Laxström
78648b91ce Localisation updates from https://translatewiki.net. 2016-05-19 09:22:06 +02:00
Niklas Laxström
ff18d961ec Localisation updates from https://translatewiki.net. 2016-05-16 07:09:37 +02:00
Neil Fraser
29e10e0976 Routine recompile. 2016-05-14 03:50:35 -07:00
Neil Fraser
15e1deacbd Merge branch 'master' into develop 2016-05-13 23:37:02 -07:00
Niklas Laxström
5f1568ef60 Localisation updates from https://translatewiki.net. 2016-05-12 08:55:38 +02:00
Neil Fraser
e69ddf9cd2 Routine recompile. 2016-05-10 17:22:17 -07:00
Neil Fraser
3ecdd2fc61 Merge branch 'master' into develop 2016-05-10 16:50:13 -07:00
Neil Fraser
fe0e58114e Merge pull request #360 from dlaliberte/master
lists_sort block
2016-05-10 16:49:28 -07:00
Niklas Laxström
ab1e05ffa4 Localisation updates from https://translatewiki.net. 2016-05-09 07:09:34 +02:00
Dan LaLiberte
55eba0a39b Rebuild, add lists_sort block to demos/code/index.html 2016-05-06 11:14:23 -04:00
Dan LaLiberte
f28928db83 Update pull request, mostly whitespace and comments. 2016-05-06 10:37:19 -04:00
Daniel LaLiberte
73953e9e53 Comment tweaks. 2016-05-05 18:16:20 -04:00
Daniel LaLiberte
8904fd1b9c Fix Dart and PHP lists_sort.
Add generator tests.
2016-05-05 17:58:08 -04:00
Neil Fraser
f8a348a931 Corrections from Google's Klingon Language Group. 2016-05-04 17:25:13 -07:00
Dan LaLiberte
c1cfec8dbd Add lists_sort block. 2016-05-04 17:03:24 -04:00
Neil Fraser
ea71cec0c7 Trivial blocks only inherit tooltip from parent if on external inputs.
Recompile.
2016-05-03 17:49:10 -07:00
Niklas Laxström
a0ac634336 Localisation updates from https://translatewiki.net. 2016-05-02 07:21:38 +02:00
Neil Fraser
9f260501fe Remove duplicate getBlockById function. 2016-04-18 03:14:55 -07:00
Niklas Laxström
17be7c0644 Localisation updates from https://translatewiki.net. 2016-04-18 07:01:29 +02:00
Neil Fraser
83c04c474a Merge branch 'master' into develop 2016-04-15 23:46:06 -07:00
Neil Fraser
ec4ab87916 replace "變量" with "變數" to make translation correct for traditional Chinese #260
Porting JS changes over to JSON.
2016-04-15 23:36:45 -07:00
Neil Fraser
e162a6236a Merge branch 'pr/260'
# Conflicts:
#	core/workspace_svg.js
2016-04-15 23:23:06 -07:00
Neil Fraser
b3a4a355f4 Merge pull request #328 from lindt/master
german translation: broken url, punctuation, grammar fixes
2016-04-14 16:50:47 -07:00
Neil Fraser
8c3de3a581 Routine recompile. 2016-04-14 00:29:13 -07:00
Neil Fraser
e568d5d094 Merge branch 'master' into develop 2016-04-14 00:25:49 -07:00
Niklas Laxström
95828cbd65 Localisation updates from https://translatewiki.net. 2016-04-14 07:56:05 +02:00
Neil Fraser
c21d4bab79 Merge branch 'master' into develop 2016-04-11 17:26:24 -07:00
Niklas Laxström
dfa9b44a7f Localisation updates from https://translatewiki.net. 2016-04-11 07:04:06 +02:00
stefan
8aa0196ded broken url, punctuation, grammar fixes 2016-04-10 14:03:59 +02:00
Neil Fraser
2d696aa731 Normalize order of languages. 2016-04-08 22:56:42 -07:00
Siebrand Mazeland
99aa1505f5 Localisation updates from https://translatewiki.net. 2016-04-08 11:46:08 +02:00
Neil Fraser
dd219d6f9a Routine recompile. 2016-04-07 14:40:51 -07:00
Niklas Laxström
bfdfd0ba02 Localisation updates from https://translatewiki.net. 2016-04-07 07:57:10 +02:00
Neil Fraser
77f0936b08 Routine recompile. 2016-04-04 14:56:11 -07:00
Neil Fraser
d69209a7db Merge branch 'master' into develop 2016-04-04 14:54:07 -07:00
Niklas Laxström
9323a01c35 Localisation updates from https://translatewiki.net. 2016-04-04 07:11:13 +02:00
Neil Fraser
f527c20c90 Add missing Klingon messages. 2016-04-03 15:45:38 -07:00
Neil Fraser
b7f73d60bb Routine recompile. 2016-03-31 14:19:34 -07:00