- 25 Jun, 2015 1 commit
-
-
carlosperate authored
-
- 24 Jun, 2015 4 commits
-
-
carlosperate authored
Originally set to SIGKILL. In versions of the server executable from pyinstaller it creates a child subprocess that was not killed, so SIGTERM allows for clean up on all platforms.
-
carlosperate authored
Updated the start script to set the file directory to the project root directory. Updated unit test.
-
carlosperate authored
Conflicts resolved: blockly/blocks/lists.js blockly/blocks/logic.js blockly/blocks/loops.js blockly/blocks/math.js blockly/blocks/text.js blockly/blocks/variables.js blockly/demos/blockfactory/blocks.js
-
carlosperate authored
-
- 23 Jun, 2015 3 commits
-
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
Also increased version of electron used. Updated boilerplate with latest changes from https://github.com/szwacz/electron-boilerplate
-
- 22 Jun, 2015 8 commits
-
-
Neil Fraser authored
-
Neil Fraser authored
-
Neil Fraser authored
-
Neil Fraser authored
Handle non ascii characters in keys with an error.
-
Stefan Sauer authored
Instead of a hard to handle UnicodeEncodeError exception, check the keys and print a human readable error. Turn more format strings into utf-8 to avoid the exception. Fixes #116
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
For keys: * "CONTROLS_FOREACH_HELPURL": "https://github.com/google/blockly/wiki/Loops#for-each", * "MATH_CONSTRAIN_HELPURL": "https://en.wikipedia.org/wiki/Clamping_%28graphics%29", * "LISTS_ISEMPTY_HELPURL": "https://github.com/google/blockly/wiki/Lists#is-empty",
-
-
- 20 Jun, 2015 2 commits
-
-
carlosperate authored
-
carlosperate authored
-
- 19 Jun, 2015 3 commits
-
-
carlosperate authored
Update the Electron application to launch the Ardublockly server. Update Electron application to allow to stop and reset server in developer mode. Remove unnecesary files from the Electron boilerplate. Update the version of prebuilt-electron Update the build scripts to generate shell launch scripst for the Electron app. Set circleci build server to use node.js 0.12.4 Set fs-jetpack electron dependency to 0.6.5
-
carlosperate authored
-
carlosperate authored
-
- 18 Jun, 2015 2 commits
-
-
-
carlosperate authored
-
- 17 Jun, 2015 8 commits
-
-
Neil Fraser authored
-
Neil Fraser authored
-
Carlos authored
Updates to the ardublocklyserver package to follow naming convenctions.
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
This commit goes hand-in-hand with the previous. They were separated in order to ensure git correctly captured in the history the file renames instead of thinking there were deletions and new files created.
-
carlosperate authored
This commit on its own break ardublocklyserver, it is only pushed together with the next chronological commit.
-
- 16 Jun, 2015 2 commits
-
-
carlosperate authored
Good foundation to expand in the future.
-
carlosperate authored
Also added unicode file parsing for ServerCompilersettings configparser.
-
- 15 Jun, 2015 4 commits
-
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
Due to the continuous complications encountered when trying to freeze the python application when it is integrated with wx widgets and the chromiun embedded framework, Ardublockly will move its desktop deployment from using these Python bindings to use Electron. Electron still uses the chromiun engine, but with Node.js. The python server application will still be packed for distribution, but using only the modules already included in the python distribution removes all the complications encountered so far with wx widgets and cef python. This commit includes the following: Move the old WX and CEF python build scripts and ci config files into the package/wxcef_build Add Electron project files in package/electron Update the ci config files for addition of nodejs and to build electron Update the build scripts to only build the server python code and save in a different location Update the packing script to accommodate all this changes
-
- 13 Jun, 2015 2 commits
-
-
Neil Fraser authored
-
Neil Fraser authored
-
- 12 Jun, 2015 1 commit
-
-
Neil Fraser authored
-