- 09 Jul, 2015 3 commits
-
-
carlosperate authored
No longer required to remove Electron framework symlinks as the electron bug fix has been fixed Updated some unit tests that failed under Mac OS Updated compilersettings to fix the singleton implementation
-
carlosperate authored
compilersettings.py uses better python variables names. Unit test for the ide load option added (still a lot of work left for unit testing in general).
-
carlosperate authored
Also updated Electron app to be able to use the IDE options from the menu bar.
-
- 08 Jul, 2015 4 commits
-
-
https://github.com/carlosperate/ardublocklycarlosperate authored
Freaking git sometimes does not make any sense at all! Conflicts: ardublockly/ardublockly_design.js
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
-
- 07 Jul, 2015 6 commits
-
-
carlosperate authored
Updated the main code to better control the splash screen.
-
carlosperate authored
Due to logic implementation the old version had an ugly effect at the point where the toolbar scrolled up and the button background appeared. Now it scales back up to the button position and has a softer background fade effect. Moved all the layout control into the ardublockly_design.js file as it all deals with the front end design. Logic code still in main ardublockly.js file, but much simple implementation. If there were any error loading the page the visibility icon would awkwardly stand in the workspace corner, now it is only displayed together with the Blockly workspace.
-
carlosperate authored
Resolved conflicts: blockly/blocks/loops.js blockly/blocks/math.js
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
-
- 05 Jul, 2015 3 commits
-
-
carlosperate authored
-
carlosperate authored
[ci skip]
-
carlosperate authored
-
- 04 Jul, 2015 2 commits
-
-
carlosperate authored
Also the developer menu can trigger the hidden side menu.
-
carlosperate authored
-
- 03 Jul, 2015 3 commits
-
-
carlosperate authored
Also improved the top nav bar content sizes in different screen resolutions.
-
Neil Fraser authored
-
Neil Fraser authored
-
- 02 Jul, 2015 4 commits
-
-
Neil Fraser authored
-
Neil Fraser authored
-
carlosperate authored
-
carlosperate authored
-
- 01 Jul, 2015 4 commits
-
-
carlosperate authored
There is a text input at the top navigational bar to add the sketch name (no action yet taken) The electron desktop app html layout improved (full width and no sidebar menu). Move slightly the load XML code floating button for better positioning. Code to open the "not connected to server" modal to its own function. Move all design initialisation code into a single function all for general init.
-
Neil Fraser authored
-
-
Neil Fraser authored
-
- 30 Jun, 2015 2 commits
-
-
carlosperate authored
-
Neil Fraser authored
-
- 29 Jun, 2015 4 commits
-
-
carlosperate authored
-
carlosperate authored
This include dependencies updated to the latest versions.
-
carlosperate authored
-
carlosperate authored
-
- 27 Jun, 2015 1 commit
-
-
Neil Fraser authored
-
- 25 Jun, 2015 2 commits
-
-
carlosperate authored
-
carlosperate authored
-
- 24 Jun, 2015 2 commits
-
-
carlosperate authored
Originally set to SIGKILL. In versions of the server executable from pyinstaller it creates a child subprocess that was not killed, so SIGTERM allows for clean up on all platforms.
-
carlosperate authored
Updated the start script to set the file directory to the project root directory. Updated unit test.
-