1. 01 Feb, 2018 2 commits
  2. 31 Jan, 2018 1 commit
  3. 06 Jan, 2018 1 commit
  4. 18 Dec, 2017 1 commit
  5. 04 Nov, 2017 1 commit
  6. 02 Nov, 2017 1 commit
  7. 21 Jul, 2017 1 commit
  8. 09 May, 2017 1 commit
  9. 08 May, 2017 2 commits
  10. 07 May, 2017 4 commits
    • carlosperate's avatar
      Electron: Add hooks to Settings to launch file dialogs · 64c5a9da
      carlosperate authored
      When the input text elements for the Settings Compiler path or Sketch path
      are clicked it will launch the Electron native file and folder browsers to
      select a path for the selected setting.
      64c5a9da
    • carlosperate's avatar
      Remove the Python GUI window to select sketch or compiler paths · b6afda1c
      carlosperate authored
      Before this change when the "compiler" or "sketch" options were selected
      in the settings the server launched a GUI file or folder browser window to
      get the user to navigate the server filesystem.
      
      This means that the server needed to be run on a desktop environment and
      this feature of the application could only be used in the same computer
      that is executing the Python server.
      
      This commit removes this GUI window from the Python server, it now expects
      the path to be sent from the front end interface. So for the text inputs
      the user has to manually enter the file or directory paths.
      This can then be extended to either offer a file browser in the html page,
      or to add Electron hooks to use the native application browser.
      b6afda1c
    • carlosperate's avatar
    • carlosperate's avatar
      Packaging: Edit README to link to wiki documentation · 95f67d87
      carlosperate authored
      Also updates the requirements.txt file for the Python build scripts
      dependencies.
      Removed the TODO list as it has been moved to the Wiki documentation.
      95f67d87
  11. 06 May, 2017 5 commits
  12. 05 May, 2017 2 commits
  13. 04 May, 2017 1 commit
    • carlosperate's avatar
      Transition server and handlers to use new Bottle implementation · 734267f8
      carlosperate authored
      Moving from SimpleHTTPServer to a Bottle + Waitress implementation of the
      Ardublockly Server.
      The request have been changed slightly to be more "RESTful" (but not
      really) and te actions module had to be updated accordingly.
      The front end JavaScript had to be updated as well to work with the new
      version.
      734267f8
  14. 03 May, 2017 2 commits
  15. 01 May, 2017 1 commit
  16. 27 Apr, 2017 1 commit
  17. 26 Apr, 2017 3 commits
  18. 25 Apr, 2017 3 commits
  19. 24 Apr, 2017 4 commits
  20. 23 Apr, 2017 1 commit
  21. 17 Apr, 2017 2 commits