Commit Graph

5203 Commits

Author SHA1 Message Date
Federico Fissore 17032ec543 Added proxy PAC file support functions 2015-08-21 08:41:50 +02:00
Federico Fissore 7637970a22 Windows: added -DDEBUG=true to launcher 2015-08-21 08:41:50 +02:00
Federico Fissore 0c7e0d6bb4 CustomProxySelector: auto proxy (PAC) needs login info too 2015-08-21 08:41:50 +02:00
Federico Fissore 916de939e6 Using new CustomProxySelector in FileDownloader 2015-08-21 08:41:50 +02:00
Federico Fissore 708da3bd86 Introducing CustomProxySelector 2015-08-21 08:41:50 +02:00
Federico Fissore d884a2d14f Preferences: proxy settings are back again (GUI and key/value pairs storage only) 2015-08-21 08:41:50 +02:00
Cristian Maglie 5b3d16fa78 Simplified ScanNetwork example
Fixes #3629
2015-08-20 16:40:40 +02:00
Federico Fissore 0c2498a367 MacOSX: patched appbundler so that bundled JVM does NOT load jars from /Library/Java/Extensions 2015-08-19 10:28:45 +02:00
Cristian Maglie 8de4715778 Merge branch 'toneMinor' of https://github.com/onovy/Arduino 2015-08-18 02:08:34 +02:00
Cristian Maglie 617c4a4c72 Merge branch 'master' of https://github.com/lathoub/Arduino 2015-08-17 16:12:31 +02:00
Federico Fissore 985244ab19 Sketch: read-only files were overwritten in case of successful "save as". Fixes #3678 2015-08-17 09:13:56 +02:00
lathoub 006124136e Provide for support for ZeroConf/Bonjour
Provide for support for ZeroConf/Bonjour, by allowing derived classes
access to _sock and _remaining. See
https://github.com/lathoub/EthernetBonjour
2015-08-16 15:29:26 +02:00
onovy bf2ef13b50 Tone: Added missing break 2015-08-15 21:11:52 +02:00
Cristian Maglie 695fc40fbd Merge branch 'cdc-settings' of https://github.com/matthijskooijman/Arduino 2015-08-14 13:37:00 +02:00
Federico Fissore e45f07d507 Added missing license headers 2015-08-13 11:33:35 +02:00
Martino Facchin 5fe796d52e Merge pull request #3640 from NicoHood/USB-Core-Fixes
Usb core fixes
2015-08-13 09:39:21 +02:00
NicoHood 60e64cfd35 Added u2 Series support 2015-08-12 17:48:17 +02:00
NicoHood 7bd77de70b Precised USB Endpoint definitions 2015-08-12 17:48:17 +02:00
NicoHood fd6f57d2d7 Added 16 byte endpoint support 2015-08-12 17:48:17 +02:00
NicoHood a1cf7042b2 Fixed HID Reports >255 bytes 2015-08-12 17:48:17 +02:00
NicoHood b97b2519d1 Added missing static inline to USB Recv function 2015-08-12 17:48:17 +02:00
NicoHood 344897301c Made Magic Key Settings more flexible 2015-08-12 17:48:09 +02:00
Chuck Todd 25d81c98e4 Print not Aborting on Write() failure
Print::write(const uint8_t *buffer, size_t size) and Print::print(const
__FlashStringHelper *ifsh) would continue calling write(char) after a
failed write(char) this behavior would render returned count unuseable
see arduino/Arduino issue #3614
2015-08-12 11:47:57 +02:00
Federico Fissore cb6b2cf607 Updating Firmata to 2.4.4 2015-08-10 10:00:23 +02:00
Federico Fissore 26a3c7cd4a Got rid of ANTLR: we never used it 2015-08-10 09:35:47 +02:00
Federico Fissore 7ae21e6561 Got rid of bundled javadoc. We never updated it since forking processing. No plans to start maintaining it 2015-08-10 09:31:20 +02:00
Federico Fissore f719bae255 Update readme.md 2015-08-10 09:07:55 +02:00
Federico Fissore 879c1e1888 Merge pull request #3648 from Ramoonus/patch-2
Rename howto.txt to readme.md
2015-08-10 08:52:10 +02:00
Ramon van Belzen 36d597f93e Rename howto.txt to readme.md 2015-08-09 17:22:27 +02:00
Federico Fissore bd93add964 Update translations 2015-08-07 17:30:12 +02:00
Federico Fissore 4d93232789 Verify / Compile -> Verify/Compile. Fixes #3514 2015-08-06 16:11:30 +02:00
Federico Fissore 70fbb8b08e "Nope" is not a nice title for an error dialog 2015-08-06 15:48:14 +02:00
Federico Fissore 0a7b3d5ba8 Updated bundled reference 2015-08-06 15:09:20 +02:00
Federico Fissore 7daf13e73a Serial methods reference is located into a different folder. Work around this difference in order to make in editor help work as expected 2015-08-06 14:48:23 +02:00
Federico Fissore ae857efa78 Updating translations 2015-08-06 14:27:57 +02:00
Federico Fissore 582992caff "Library Manager" wasn't translated 2015-08-06 14:27:47 +02:00
Federico Fissore 64bf90fec4 Translations: fixed a nasty bug that prevented new translations to be included 2015-08-06 13:19:08 +02:00
Federico Fissore 119cda6dda Update revisions.txt 2015-08-06 10:30:38 +02:00
Federico Fissore 1461412049 Merge pull request #3625 from ffissore/update-notifications
Update notifications
2015-08-06 10:28:13 +02:00
Federico Fissore 5b0ad4fada Switched to I18N.tr method (_ is deprecated) 2015-08-06 10:27:51 +02:00
Federico Fissore a43757d5c3 Update notification: UX feedback 2015-08-06 10:27:51 +02:00
Federico Fissore 0bb7fd7e8b Cancelling ContributionsSelfCheck will prevent indexes from being updated.
Opening boards/libs manager when NotificationPopup is shown will close it
2015-08-06 10:27:51 +02:00
Federico Fissore 2daf330c09 LibraryInstaller and ContributionInstaller are now singletons: members of Base, they get passed to dependents, thus allowing a synchronized method execution, needed to avoid race conditions when accessing files 2015-08-06 10:27:51 +02:00
Federico Fissore dc93bb93d0 ProgressListener is now a method arg (was an instance arg) 2015-08-06 10:27:51 +02:00
Federico Fissore b3baa27435 ContributionInstaller.onProgress is now a collaborator: ProgressListener 2015-08-06 10:27:51 +02:00
Federico Fissore c61c39f5d9 Canceling self check timer when opening boards/libs manager 2015-08-06 10:27:51 +02:00
Federico Fissore f9612bcdbd Updatable boards support and libraries notification 2015-08-06 10:27:51 +02:00
Federico Fissore b68cf12758 Boards manager: when filtering result using text field, consider both core name AND supported boards names 2015-08-05 17:33:55 +02:00
Federico Fissore 4967a1135e Update revisions.txt 2015-08-05 17:02:57 +02:00
Federico Fissore 59dfede5ac Libraries with a .development file in their root are flagged as "OnDevelopment".
This allows users to edit and save those libraries examples: they won't be flagged as read-only any more
2015-08-05 16:26:21 +02:00