Commit Graph

6501 Commits

Author SHA1 Message Date
Cristian Maglie cc6c68e521 Releasing 1.8.2 2017-03-22 13:27:36 +01:00
Cristian Maglie acf17ec305 Updates to translations 2017-03-22 13:27:36 +01:00
Cristian Maglie c70efd950f Fixed --save-prefs regression
Also removed deprecated Prefences.save() method.

Fix #6067
2017-03-22 13:13:06 +01:00
Cristian Maglie 39f396e55a Added test to check preference saving from cmd line
See #6067
2017-03-22 12:59:38 +01:00
Cristian Maglie 674419a464 Fixed a bunch of trivial javac warnings 2017-03-22 12:12:46 +01:00
Martino Facchin 804d890ce2 Update revisions.txt 2017-03-21 17:07:45 +01:00
Martino Facchin ddcf8227c0 Merge branch 'master' of github.com:arduino/Arduino 2017-03-21 15:01:11 +01:00
Martino Facchin f163d5816a Update bundled Servo to 1.1.2 2017-03-21 15:00:58 +01:00
Cristian Maglie b4a1a03eb5 Updated translations resources 2017-03-21 12:47:10 +01:00
Martino Facchin 8aaa0d0a11 Merge branch 'master' of github.com:arduino/Arduino 2017-03-21 12:16:01 +01:00
Martino Facchin 09378a5ba6 Update bundled libraries
- Firmata to 2.5.6
- Temboo to 1.2.1
- RobotControl to 1.0.3
2017-03-21 12:15:02 +01:00
Cristian Maglie b81059f616 Updates to translations 2017-03-21 11:40:53 +01:00
jenkins 975fd420e1 Fix shasums for arduino-builder 1.3.25 2017-03-20 18:34:21 +01:00
Martino Facchin b439a7727a Release avr core 1.6.18 2017-03-20 18:23:35 +01:00
Cristian Maglie 3994509ff7 Fixed warning about unused variable 2017-03-20 17:36:08 +01:00
Cristian Maglie f483287585 Servo: library is now downloaded from his own repository 2017-03-20 17:36:08 +01:00
Martino Facchin 5b6adec95f add preference checkbox for core cache 2017-03-20 17:31:38 +01:00
Martino Facchin 2efa09507a update arduino-builder to 1.3.25 2017-03-20 17:31:38 +01:00
sergiotomasello 75e7b6b1b3 upd: build.board 2017-03-20 15:10:53 +01:00
Sandeep Mistry 3e9448d34b Disable serial monitor for non-SSH network ports 2017-03-20 15:09:54 +01:00
liu nick 40e7b1db39 use IAD Descriptor for device descriptor per the definition in "USB 2.0 ECN Interface Association Descriptor" and "USB Interface Association Descriptor Device Class Code and Use Model" 2017-03-16 19:38:01 +02:00
Cristian Maglie 3c0f26d6a8 [AVR] USB send ZLP when needed
See #5732 #4864 #4138 #3946
2017-03-16 19:35:47 +02:00
Cristian Maglie a707f0ba4d Revert "Subtract one from USB_EP_SIZE in USB_SendSpace"
This reverts commit 817d700a75.
2017-03-16 19:35:47 +02:00
Martino Facchin 14b3f9b1d6 Merge pull request #6041 from delftswa2017/bug/data-folder
Fix "save as" operation for the data folder of a sketch
2017-03-16 09:46:23 +01:00
tomneutens 938df21778 Added a CompilerProgressListenerList to the EditorStatus class so you can add a listener for compiler progress from an external tool. To enable this the build method in the compiler class had to be changed 2017-03-15 19:32:53 +02:00
sergiotomasello 9f0eaafed4 upd: uno wifi with wifi link
compatibility of uno wifi dev. ed. with wifi link library
2017-03-14 19:04:39 +02:00
Arturo Guadalupi 09d5cba777 Merge pull request #6069 from sandeepmistry/WiFi101-Updater-0.9.0
Use version 0.9.0 of the WiFi101 firmware updater
2017-03-14 14:11:42 +01:00
Sandeep Mistry 99200cbbae Use version 0.9.0 of the WiFi101 firmware updater 2017-03-13 15:03:52 -04:00
Cristian Maglie c6bac06406 AVR: Prevent warnings if BIN is previously defined
Fix #4784
Close #4791
2017-03-08 13:34:17 +01:00
Petri Laarne 1fc0997f71 Do not delete the source if source = destination
While the previous version could handle the case, it only did so after
deleting the destination file, therefore causing data loss.
2017-03-08 13:23:50 +01:00
Cristian Maglie d3b3714802 Updated revision log 2017-03-08 11:48:27 +01:00
Sandeep Mistry 197fe6df9f Updated Firmata to version 2.5.5 2017-03-07 16:16:44 -05:00
jeroenoverman 7714a41c0c Fix copy data folder when performing save as operation
Changed the location where the variable `folder` gets updated. The
function `getDataFolder()` uses this variable to return the data folder.
It was looking for the data folder of the original sketch in the folder
of the new created sketch.
Furthermore the data folder will now be created if it does not exist yet
in the new sketch before copying the files of the original sketch.
2017-03-07 17:14:00 +01:00
Adrien Descamps a700af1b4d fix extended fuse bits for ethernet board
Forgot to fix ethernet board in previous commit
2017-03-07 12:25:54 +01:00
Adrien Descamps a899b9e1a8 Set unused bits of extended fuse to 1
Avrdude has changed the way it handle unused bits in the extended fuse for atmega 328 and atmega 168, they are now at 1 instead of 0.
See http://svn.savannah.nongnu.org/viewvc?view=rev&root=avrdude&revision=1335 for more info.
This causes avrdude to fail when one try to write the fuse with the unused bits at 0, because the value it read back is not the same than the one it tried to write. This commit fixes the fuse value for all boards that use atmega328 or 168.
2017-03-07 12:25:54 +01:00
Cristian Maglie 1f35bfca53 Fixed regression tests on Indent/Unindent and Comment/Uncomment actions
RSTA for some reason doesn't fire update signals on DocumentListeners.
2017-03-01 10:38:09 +01:00
Matthijs Kooijman f5eb673f44 Update RSyntaxTextArea to 2.6.1
This imports the unmodified upstream version of RSTA from
http://repo1.maven.org/maven2/com/fifesoft/rsyntaxtextarea/2.6.1/rsyntaxtextarea-2.6.1.jar
since the Arduino-specific changes are no longer required.

This fixes #5888
2017-03-01 10:38:09 +01:00
Cristian Maglie 5f12bb9a3e Removed the need for get/setUndoManager()
This dramatically simplifies undo/redo handling and allows to use
unpatched RSyntaxTextArea library.
2017-03-01 10:38:09 +01:00
Cristian Maglie 1062307c52 Removed some redundant `this` keyword 2017-02-27 13:48:54 +01:00
Cristian Maglie dd17388280 Removed unneeded up-cast 2017-02-27 13:48:54 +01:00
Matthijs Kooijman 87c917f4ea Remove unused CaretAwareUndoableEdit class
It seems this class has been unused since the switch to RSyntaxTextArea
was made.
2017-02-27 13:46:38 +01:00
Cristian Maglie ad503bce6d Added missing license 2017-02-27 13:45:16 +01:00
Martino Facchin c0a99f9ec9 Disallow opening Serial monitor during compilation
Commit 6d5597b070 introduced a guard against multiple concurrent operations.
This guard also avoid any real serial monitor "open" during the compile+upload phase, but it didn't handle keyboard shortcuts.

Fixes https://github.com/arduino/Arduino/issues/6015
2017-02-24 16:42:58 +01:00
Cristian Maglie 58422f71a0 Other updates to readme 2017-02-20 18:47:45 +01:00
Suryaveer 3d7cb7f179 added guide for installation in macOS and windows 2017-02-20 18:44:55 +01:00
Cristian Maglie 241df10c85 Merge branch 'handle_UTF-8_serial' of https://github.com/aknrdureegaesr/Arduino 2017-02-20 16:12:50 +01:00
Cristian Maglie 0b297d2906 Fixed fields hidden by local variable warnings 2017-02-20 15:22:27 +01:00
Cristian Maglie ffe6aee5a6 Updated eclipse formatter options 2017-02-20 15:22:27 +01:00
Cristian Maglie 4d6385ab6d Serial monitor: input textfield is automatically selected
When the serial monitor window is focused again (not reopened but put
in background and selected again) the text input field is now
automatically focused.

Fix #5810
2017-02-17 10:57:20 +01:00
Martino Facchin e9e24bd369 Merge pull request #5879 from facchinm/better-mdns
Update jmdns to 3.5.1
2017-02-10 18:36:14 +01:00