1. 24 Apr, 2017 4 commits
  2. 23 Apr, 2017 1 commit
  3. 17 Apr, 2017 3 commits
  4. 16 Apr, 2017 2 commits
    • 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
    • carlosperate's avatar
      Fix AppVeyor CI build: dead link and downgrade Py · 9af8df99
      carlosperate authored
      Look like in March DropBox has changed their download links so the
      link for py2exe has been dead since.
      There is also a bug in Python 2.7.13 that affects one of the
      pyserial scripts, so need to install and use an older version.
      9af8df99
  5. 15 Apr, 2017 4 commits
  6. 09 Mar, 2017 2 commits
    • carlosperate's avatar
      Compile Blockly to update language changes · ed5388c2
      carlosperate authored
      ed5388c2
    • Ruslan Ishkildin's avatar
      Russian translation (#155) · 5d55ff07
      Ruslan Ishkildin authored
      * add russian
      
      * a little of translation
      
      * another translation part
      
      * small interface translation
      
      * transl 2
      
      * some dumb translation push
      
      * almost done translation
      
      * polishing translation
      
      * small typos
      
      * pteacher remarks + encoding issue
      
      * small typos
      
      * roll back changes to actions/py
      
      * move translation to json
      5d55ff07
  7. 07 Mar, 2017 2 commits
  8. 28 Oct, 2016 2 commits
  9. 27 Oct, 2016 1 commit
  10. 16 Oct, 2016 2 commits
  11. 13 Oct, 2016 1 commit
  12. 08 Oct, 2016 5 commits
  13. 13 Sep, 2016 2 commits
  14. 29 Jul, 2016 1 commit
  15. 23 Jul, 2016 1 commit
  16. 05 Jul, 2016 1 commit
    • carlosperate's avatar
      First step for "instances", acceptably working, but not finished. · c757d75a
      carlosperate authored
      Instances are to be used for Blocks that need to create an "instance" of something that can then be used for creating custom-made field dropdowns.
      
      Updated with the stepper block, as it was using a similar concept, but now can be used by any blocks.
      
      Still need to fix some bugs with the "unique naming" from flyout to the workspace. And cleanup the code, comment documentation, etc.
      c757d75a
  17. 26 Jun, 2016 6 commits