- 29 Dec, 2015 1 commit
-
-
carlosperate authored
Blockly commit 0274763b 15th August 2015 "Clean up temporary generator data." Merged only up to this point as next commits might cause conflits.
-
- 27 Dec, 2015 1 commit
-
-
carlosperate authored
Synchronised up to version d00f37c724a8c94ff619a04af3381289afa36a40 "Simplify author field logic" released on the 23rd December 2015 https://github.com/szwacz/electron-boilerplate/commit/d00f37c724a8c94ff619a04af3381289afa36a40 Main things left out have been the ES6 import convention.
-
- 26 Dec, 2015 1 commit
-
-
carlosperate authored
Synchronised up to version 7370b7b038855bdf3a83410913bbbbcdd17a7e12 "Documentation tweaks" released on the 11th November 2015 https://github.com/szwacz/electron-boilerplate/commit/7370b7b038855bdf3a83410913bbbbcdd17a7e12
-
- 22 Dec, 2015 3 commits
-
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
-
- 21 Dec, 2015 3 commits
-
-
carlosperate authored
-
carlosperate authored
Importing a js file should not have any secondary effects, like automatically running code. This also allows other Ardublockly-based applications to reuse a lot of the Ardublockly front end code and have their own onLoad init.
-
carlosperate authored
The Arduino specific blocks still need to have their text moved in to language strings. The front end strings still need to have their text moved in to language strings.
-
- 11 Dec, 2015 1 commit
-
-
carlosperate authored
-
- 08 Dec, 2015 2 commits
-
-
carlosperate authored
Synchronised up to version 782150ea4263aee62214ef5996ed89b4b32c0ec3 "Specs bundled with Rollup" released on the 20th September 2015 https://github.com/szwacz/electron-boilerplate/commit/782150ea4263aee62214ef5996ed89b4b32c0ec3
-
carlosperate authored
-
- 07 Dec, 2015 2 commits
-
-
carlosperate authored
Based on http://www.appveyor.com/docs/installed-software#node-js 0.12.4 x86 should still be supported, however it doesn't seem to work.
-
carlosperate authored
Fixes some of the current issues with assigning types.
-
- 01 Dec, 2015 1 commit
-
-
carlosperate authored
-
- 08 Sep, 2015 1 commit
-
-
carlosperate authored
The current Mac OS X build is significantly larger than the others due to symlinks being copied as files. So this update copies the contents of the application respecting symlinks and zips it using the Mac OS console command in a subprocess. This is because the zipfile Python module has issues with the symlinks. Edit the tag to include the OS and reduce the commit hash length. Change outdated CEFPython cache removal for Electron appData. Add method to remove a file type from a given directory (like pyd from the python server, cannot filter all pyd on copy due to the Python to executable conversion relaying on those). Edit the stdout for better readability. Also update the TODO list.
-
- 07 Sep, 2015 1 commit
-
-
carlosperate authored
-
- 06 Sep, 2015 2 commits
-
-
carlosperate authored
Improve the path creation variable declarations for the python build scripts. Improve the Electron project finder module. Update Electron build scripts to use project finder module. All these changes should simplify the process of changing how the desktop app and server executable folders and files are named.
-
carlosperate authored
The files that the desktop app would "download" are the Blockly XML and Arduino Sketch files.
-
- 04 Sep, 2015 1 commit
-
-
carlosperate authored
-
- 03 Sep, 2015 3 commits
-
-
carlosperate authored
This is done to have better control of some rendering features. Some javascript libraries have to be loaded differently on Node, so all Electron code in the front end is now located in the ardublockly_desktop.js file. Also updated the electron version.
-
carlosperate authored
-
carlosperate authored
-
- 01 Sep, 2015 1 commit
-
-
carlosperate authored
-
- 31 Aug, 2015 3 commits
-
-
carlosperate authored
This is the OS X convention.
-
carlosperate authored
Updated up to https://github.com/szwacz/electron-boilerplate/commit/b52a4a0576e7a7872504c2bf34957974069efe53 The next commit from the boilerplate, which adds sourcemaps has been deliberately left out.
-
carlosperate authored
-
- 17 Aug, 2015 1 commit
-
- 15 Aug, 2015 1 commit
-
-
Neil Fraser authored
-
- 10 Aug, 2015 5 commits
-
-
Neil Fraser authored
more type annotation updates
-
Allison Lamm authored
-
Neil Fraser authored
adding type annotations
-
Allison Lamm authored
-
Allison Lamm authored
-
- 08 Aug, 2015 2 commits
-
-
Neil Fraser authored
-
Neil Fraser authored
Add basic lint options for npm
-
- 07 Aug, 2015 1 commit
-
-
Neil Fraser authored
-
- 06 Aug, 2015 1 commit
-
-
Neil Fraser authored
Also of note, Closure Compiler is no longer preserving licences.
-
- 03 Aug, 2015 1 commit
-
-
Markus Bordihn authored
To use this linter, make sure npm is installed and execute the following commands inside the main folder. 1.) Only once to update the package "npm install" 2.) To run the linter "npm run lint" This would make it easier to clean up some of the code.
-
- 30 Jul, 2015 1 commit
-
-
Neil Fraser authored
-