1. 24 Jun, 2015 4 commits
  2. 23 Jun, 2015 3 commits
  3. 22 Jun, 2015 8 commits
  4. 20 Jun, 2015 2 commits
  5. 19 Jun, 2015 3 commits
  6. 18 Jun, 2015 2 commits
  7. 17 Jun, 2015 8 commits
  8. 16 Jun, 2015 2 commits
  9. 15 Jun, 2015 4 commits
    • carlosperate's avatar
      6e9f9e8d
    • carlosperate's avatar
      2ede766c
    • carlosperate's avatar
      Enable travis-ci builds on master branch. · 7c49203c
      carlosperate authored
      7c49203c
    • carlosperate's avatar
      Move from wx and chromiun for python to electron: · 2ced91da
      carlosperate authored
      Due to the continuous complications encountered when trying to freeze the python
      application when it is integrated with wx widgets and the chromiun embedded
      framework, Ardublockly will move its desktop deployment from using these Python
      bindings to use Electron.
      Electron still uses the chromiun engine, but with Node.js.
      The python server application will still be packed for distribution, but using
      only the modules already included in the python distribution removes all the
      complications encountered so far with wx widgets and cef python.
      
      This commit includes the following:
      Move the old WX and CEF python build scripts and ci config files into the package/wxcef_build
      Add Electron project files in package/electron
      Update the ci config files for addition of nodejs and to build electron
      Update the build scripts to only build the server python code and save in a different location
      Update the packing script to accommodate all this changes
      2ced91da
  10. 13 Jun, 2015 2 commits
  11. 12 Jun, 2015 2 commits