1. 06 Feb, 2015 6 commits
    • carlosperate's avatar
      7bb86d8c
    • carlosperate's avatar
      3984caed
    • carlosperate's avatar
      Updated arduino text code generator. · 61a16040
      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.
      61a16040
    • carlosperate's avatar
      ec36ed8d
    • carlosperate's avatar
      22a65b3a
    • carlosperate's avatar
      Updates to Arduino Material app: · 0070253a
      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.
      0070253a
  2. 05 Feb, 2015 3 commits
  3. 04 Feb, 2015 5 commits
  4. 30 Jan, 2015 2 commits
  5. 29 Jan, 2015 2 commits
  6. 28 Jan, 2015 1 commit
    • carlosperate's avatar
      Updated IO arduino code generation: · 7e7d5670
      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.
      7e7d5670
  7. 27 Jan, 2015 3 commits
    • carlosperate's avatar
      Minor changes to Arduino with Material design webapp and JS Ajax: · e0fa38e2
      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.
      e0fa38e2
    • carlosperate's avatar
    • carlosperate's avatar
      Added Arduino IDE output data to web app: · c9cdf219
      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.
      c9cdf219
  8. 26 Jan, 2015 9 commits
  9. 25 Jan, 2015 4 commits
  10. 24 Jan, 2015 3 commits
  11. 23 Jan, 2015 2 commits