Cristian Maglie
43bec97da7
Added Circuit Playground library
2016-12-14 18:24:58 +01:00
Cristian Maglie
e3c19d7ab3
Added Adafruit Circuits Playground board
2016-12-14 15:00:23 +01:00
Martino Facchin
c2c9456f10
Merge branch 'master' of github.com:arduino/Arduino
2016-12-13 10:11:30 +01:00
Martino Facchin
55b55b29e6
Swap "Copy for Forum" and "Copy as HTML" actions
...
Fixes #5401
The bug was introduced by 982d4f3f
, when DiscourseFormat(Editor, bool html) declarations were swapped. The contextual/right click menu in EditorTab already behaves correctly.
2016-12-13 10:07:05 +01:00
Sandeep Mistry
813acf5ccb
Updated SD lib to ver 1.1.0
2016-12-12 11:42:24 -05:00
Martino Facchin
6dacb6b0bf
Clear Modified flag on Save As...
...
Fixes #5550 (in the proper way this time)
2016-12-12 14:14:36 +01:00
Martino Facchin
8756482910
Merge branch 'master' of github.com:arduino/Arduino
2016-12-12 10:16:21 +01:00
Martino Facchin
83f9ed7e0a
Fix ctags version on Win build
2016-12-12 10:16:00 +01:00
Martino Facchin
a93b45d9c8
Merge pull request #5573 from facchinm/fix_symlink_5478
...
Fix symlinks being replaced with files on save
2016-12-07 13:17:28 +01:00
Martino Facchin
1a97ec4481
Remove sketch size calculation from Java IDE
...
It is now performed by arduino-builder (>= 1.3.22)
2016-11-28 15:09:46 +01:00
jenkins
df0009601e
update arduino-builder to 1.3.22
2016-11-28 15:09:31 +01:00
Martino Facchin
e39560ecfd
Rebuild header on "Save as"
...
Fixes #5550
2016-11-28 15:07:42 +01:00
Martino Facchin
bb5fe24ae5
Merge pull request #5625 from matthijskooijman/remove-build-cmd
...
Remove build/cmd/ directory
2016-11-25 16:39:39 +01:00
Colby Newman
08af7f8991
Improved Blink example comment wording
2016-11-25 15:36:36 +01:00
Fabián Inostroza
b17c5122c2
Set default color of text for descriptions shown in library manager.
2016-11-25 15:19:36 +01:00
Cristian Maglie
39c3e8bb8b
Merge branch 'x11-fix'
2016-11-25 15:12:05 +01:00
Cristian Maglie
c363777f06
Reduce verbosity during downloads in text-only mode
2016-11-25 15:10:38 +01:00
Cristian Maglie
8eae64181e
Removed old prototype code from #2328 that is now in Base
2016-11-25 15:10:38 +01:00
Cristian Maglie
3d52de7191
Removed useless showEditor
parameter from Base.handleOpen
...
Previously it was used to prevent the Editor from being displayed
when running in command-line mode. Now the Editor is not created at
all, so this parameter is useless.
This is also confirmed by the remaining calls to `handleOpen` that
all have the parameter set to `true`.
2016-11-25 15:10:38 +01:00
Cristian Maglie
1a640f6139
...and Upload too (part 3/3)
...
This commit concludes the refactoring.
2016-11-25 15:10:37 +01:00
Cristian Maglie
ae990954d3
...now Verify works again... (part 2/3)
2016-11-25 15:10:36 +01:00
Cristian Maglie
611ed081b3
Use PreferenceData.setBoolean() where appropriate
2016-11-25 15:09:51 +01:00
Cristian Maglie
df1841f0cd
Initialize Editor only in GUI mode (part 1/3)
...
Move the initialization of Editor into the GUI section of the big
if-then-elseif chain. This actually breaks cases for Verify and
Upload that uses Editor to access core functions.
This will be fixed in next commits.
2016-11-25 15:04:35 +01:00
Cristian Maglie
21bcb6417c
Build menus only in gui mode
2016-11-25 15:04:33 +01:00
Cristian Maglie
8d84432f71
Prompt for sketchbook folder only if in GUI mode
2016-11-25 15:04:33 +01:00
Cristian Maglie
fedc2b6cd2
Give sense to isCommandLine()
method
2016-11-25 15:04:27 +01:00
Cristian Maglie
b73bc92a5c
Moving some other graphic related parts into GUI initialization
2016-11-25 15:04:24 +01:00
Cristian Maglie
cf54cce660
SplashScreenHelper output progress in console for text-only mode
...
This commit makes this changes:
- SplashScreenHelper is now local in Base constructor
- if SplashScreenHelper is instantiated with a null SplashScreen
instance then it outputs progress in console and avoid to make
calls to Swing toolkit
- The parsing of command line arguments is anticipated so we can
determine if we are in command line or GUI mode early and setup
objects that produces output to not use graphics toolkits.
- In this case the SplashScreenHelper is initialized with a real
splashscreen only if we are in GUI mode
2016-11-25 15:04:24 +01:00
Cristian Maglie
fbe6bf3792
Moved all initializations into Base constructor
2016-11-25 15:04:24 +01:00
Martino Facchin
2d1f49a077
Fix symlinks being replaced with files on save
...
Fixes #5478
Backported from Processing 0abee5af6a/app/src/processing/app/Util.java (L174)
2016-11-24 09:58:27 +01:00
Matthijs Kooijman
6e52bcbf83
Remove build/cmd/ directory
...
This was a leftover from processing that is no longer used.
2016-11-23 16:07:16 +01:00
Martino Facchin
c209e33e97
Starting version 1.6.14
2016-11-23 10:48:13 +01:00
Cristian Maglie
e7f51f225b
Updated Wifi101 firmware updater to ver 0.8.3
2016-11-22 15:49:35 +01:00
Cristian Maglie
f9969e5820
Updated Wifi101 firmware updater to ver 0.8.2
2016-11-22 13:17:14 +01:00
Cristian Maglie
aff7b4bcba
Updated SD lib to ver 1.0.9
2016-11-22 11:42:16 +01:00
Cristian Maglie
b22f522316
Updated revision log
2016-11-22 11:37:36 +01:00
Cristian Maglie
b1b8e92d5e
Updated Temboo lib to 1.1.8
2016-11-22 11:37:14 +01:00
Cristian Maglie
f471256ffb
Updated Firmata to version 2.5.4
2016-11-22 11:37:14 +01:00
Martino Facchin
58be0341d0
Update bundled avr core to 1.6.15
2016-11-22 11:21:23 +01:00
Cristian Maglie
de65c3d89f
Updated translations
2016-11-21 18:14:40 +01:00
Cristian Maglie
954941c0aa
Updated string
2016-11-21 18:14:38 +01:00
Cristian Maglie
27d1b8d9a1
Merge branch 'windows-dpi-awareness'
2016-11-21 12:43:01 +01:00
Cristian Maglie
5b690b9b9e
Win32: use legacy SHGetFolderPath if SHGetKnownFolderPath is not available
...
This ensure windows XP compatibility
2016-11-21 12:42:58 +01:00
Cristian Maglie
1f1092fb3a
Removed debug messages in 39577072
2016-11-21 11:50:24 +01:00
Arturo Guadalupi
7134056f8d
Merge pull request #5589 from martinnm/master
...
Updated Steper Motors Circuits URL
2016-11-11 09:55:48 +01:00
martinnm
d31826af1f
Updated Steper Motors Circuits URL
2016-11-11 00:03:16 -07:00
Cristian Maglie
3957707218
Use Win10 API SetThreadDpiAwarenessContext to force DPI Awareness
...
This commit contains debug messages used for testing purposes.
2016-11-10 16:14:25 +02:00
Cristian Maglie
41092be596
Merge branch 'editor-refactor-fixup'
2016-11-09 14:25:45 +01:00
Cristian Maglie
650840381f
Small cleanup, no code change
2016-11-07 14:51:25 +01:00
Cristian Maglie
5b4af28f47
Removed dead code
2016-11-07 14:47:33 +01:00