- 06 Feb, 2015 6 commits
-
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
Fix a couple of issues with previous block generator. Removed unnecessary blocks for arduino from the toolbox. Print and prompt use the Serial peripheral.
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
* Due to changes in the materialize navbar sidebar, it is now displayed on all screen resolutions, reducing the number of options available in the nav bar (which are only shown on the menu at low resolutions) * New sidebar menu design. * Temporarily fix height of blockly area and the arduino and XML code panels. In the future the height of these panels will be dependent on viewport. * Added horizontal padding to the arduino and xml code. * Updated modals to include fixed footer. * Updated small modal to have a lower height and a set minimum height. * Changed spinner to the arduino colours. * Updated the colour of the Blockly toolbox to the arduino colours. * Fixed mouseover colour for the run button (it went from orange to teal, now stays orange with the wave effect). Materialize framework updated to latest version. Relevant fixes: * Modals now can have fixed footers. * Modals fixes in IE. * Changes on navbar sidebar menu, it is now independent from horizontal navbar lists. * Several fixes on the navbar layout.
-
- 05 Feb, 2015 3 commits
-
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
Including fixes to previously unfinished blocks. Removing the math to list from toolbox.
-
- 04 Feb, 2015 5 commits
-
-
carlosperate authored
Includes a fix for the main for loop block.
-
carlosperate authored
-
carlosperate authored
Minor improvement from previous version. Paving the way through to start doing unit test on some of the blocks.
-
carlosperate authored
Minor updates to the comments for the IO and serial generators.
-
carlosperate authored
-
- 30 Jan, 2015 2 commits
-
-
carlosperate authored
-
carlosperate authored
Fix carlosperate/ardublockly#5 and refactor spinner js code from arduino_material.js to arduino_material_design.js
-
- 29 Jan, 2015 2 commits
-
-
carlosperate authored
-
carlosperate authored
Refractor base arduino blocks/generator into serial and map blocks and generator files. Updated IO arduino code generator to the Google JavaScript Style Rules.
-
- 28 Jan, 2015 1 commit
-
-
carlosperate authored
* IO blocks moved into the blocks folder, within an Arduino subfolder (as it does not apply to the other language generators). * Hue of blocks separated to global variable, for possible change on Blockly injection * Simpler block wording, and all in lower case (as suggested by Blockly guidelines) * Digital inputs now take the state as an input block * Arduino web app toolbox updated to have one State block included inside the digital write.
-
- 27 Jan, 2015 3 commits
-
-
carlosperate authored
* Toolbox hr tag has changed to sep in blockly * Icon for examples changed * Equalised the size of the "view" and "hide" toolbox icons. * Removed the Content-length and Connection headers from Ajax calls, as they should be filled by the browser and Chrome complains about it.
-
-
carlosperate authored
* The server captures the Arduino CLI output data and sends it back to the web app. * Text is formatted to show success or failure. * It now also checks if settings have been set and indicates if something is not set correctly. * If the sketch is only opened in the IDE, it will now send a response right back instead of waiting to collect output data which only happens when the application is closed. * The Ajax code has been updated accordingly. * The Arduino with Material design web app has been updated to implement this.
-
- 26 Jan, 2015 9 commits
-
-
carlosperate authored
The gitignore file is already set to ignore this file
-
-
Neil Fraser authored
-
Neil Fraser authored
-
Neil Fraser authored
-
Neil Fraser authored
-
Neil Fraser authored
-
carlosperate authored
-
carlosperate authored
* The initialisation procedure was to verbose and constantly saved all read settings from the file back into the file due to the variable accessors. So new setter functions implemented to streamline this process. * The IDE launch options is now initialised correctly. * The console information format has been consolidated. * Only the ServerCompilerSettings module now saves data to the settings file (as it should be).
-
- 25 Jan, 2015 4 commits
-
-
carlosperate authored
* Added console info every time a setting is changed * Changes print statements to be able to print null data * Fix unintended recursion when no Serial Ports are available at launch
-
carlosperate authored
Added new module SerialPort.py. The heavy lifting comes from pyserial python modules imported as source code in ArduinoServerCompiler/PySerialListPorts/ . Updated gitignore to ignore PyCharm IDE files
-
carlosperate authored
-
carlosperate authored
The XML HTTP request to load the toolbox XML file is now asynchronous. One of the bind functions makes a call to Blockly that requires it to be injected, so the bind is now in a recursive function that runs every 50ms until blockly is injected.
-
- 24 Jan, 2015 3 commits
-
-
carlosperate authored
-
carlosperate authored
Still need to add python functionality to detect Serial Ports available in the computer.
-
Neil Fraser authored
-
- 23 Jan, 2015 2 commits
-
-
carlosperate authored
* Modal alignment in IE * Restyling of drop down menus * General sidebar menu fixes
-
-