1. 01 Feb, 2018 1 commit
  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. 09 May, 2017 1 commit
  8. 08 May, 2017 2 commits
  9. 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
  10. 06 May, 2017 5 commits
  11. 05 May, 2017 2 commits
  12. 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
  13. 03 May, 2017 2 commits
  14. 01 May, 2017 1 commit
  15. 27 Apr, 2017 1 commit
  16. 26 Apr, 2017 3 commits
  17. 25 Apr, 2017 3 commits
  18. 24 Apr, 2017 4 commits
  19. 23 Apr, 2017 1 commit
  20. 17 Apr, 2017 3 commits
  21. 16 Apr, 2017 1 commit
    • carlosperate's avatar
      Fix Travis CI Python installations · 7c5ffcf3
      carlosperate authored
      Python 2.7 has been added by default in the Travis CI images, so no
      need to reinstall it. Need to add pip, but ensure the python installation
      picks the right site-packages.
      
      Python3 brew default is 3.6, which is not compatible with PyInstaller,
      so install 3.5 instead.
      7c5ffcf3