- 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 3 commits
-
-
carlosperate authored
* Modal alignment in IE * Restyling of drop down menus * General sidebar menu fixes
-
-
carlosperate authored
Helper JS Ajax calls updated to return an HTML element with the settings data. IDE launch options is more flexible now (used to be set by a boolean).
-
- 22 Jan, 2015 4 commits
-
-
Neil Fraser authored
-
Neil Fraser authored
-
Neil Fraser authored
-
Neil Fraser authored
-
- 21 Jan, 2015 1 commit
-
-
Neil Fraser authored
-
- 20 Jan, 2015 1 commit
-
-
- 19 Jan, 2015 2 commits
-
-
-
Neil Fraser authored
-
- 17 Jan, 2015 1 commit
-
-
Neil Fraser authored
-
- 16 Jan, 2015 1 commit
-
-
carlosperate authored
* Can send code to the server (to either compile or load in Arduino IDE) * Spinner showed around the "run" button while processing to give the user feedback * Implemented the gets and sets for the following settings options - Compiler location - Sketch location - IDE settings (compile and upload, or load in IDE only)
-
- 15 Jan, 2015 5 commits
-
-
Neil Fraser authored
-
Neil Fraser authored
-
Neil Fraser authored
Don't ignore touch events on iOS 7.1.2 or later.
-
Neil Fraser authored
Fixes google/blockly#40
-
carlosperate authored
* Compiler location can be get and set * Sketch location can be get and set * IDE settings location can be get and set
-
- 14 Jan, 2015 2 commits
-
-
carlosperate authored
Also added an imagine illustrating the adaptive design into the README
-
carlosperate authored
This update only includes the design and not the functionality implementation. This has also updated the general alert modal to improve content positioning. Materialize CSS framework updated to latest version ( https://github.com/Dogfalo/materialize/commit/6028cea09eeb7841bd42bb61006b231d2bff5244 ) due to fix in following bugs: * Dropdowns in modals were not rendered correctly in IE. * Several cosmetic fixes in the navbar
-
- 13 Jan, 2015 1 commit
-
-
carlosperate authored
This is not to be confused with the code demo, which has not been modified.
-