Federico Fissore
47451c0f82
Update translations
2015-08-24 16:42:13 +02:00
Cristian Maglie
abd9e341b0
Merge branch 'ethernet-keywords' of https://github.com/per1234/Arduino
2015-08-24 10:56:40 +02:00
Federico Fissore
d304c45dd1
Clearing state of editor.status when hitting one of new/rename/delete context menu entries. Fixes #3720
2015-08-24 10:20:40 +02:00
Federico Fissore
fa78f718ce
Editor on MacOSX: editor.keys.home_and_end_beginning_end_of_doc, when set to true, makes HOME and END keys go to the beginning and end of the line. Fixes #3715
2015-08-24 09:25:21 +02:00
per1234
4d7723fb95
Add localIP and maintain to Ethernet keywords
2015-08-22 04:16:43 -07:00
Federico Fissore
36e43713c2
Deleted I18NTest. It's been disabled for a long time and it was not really useful
2015-08-21 12:31:58 +02:00
Federico Fissore
6b9048751e
Proxy PAC support: SubnetUtils is not IPv6 aware, using CIDRUtils to check if IP is in range
2015-08-21 10:38:42 +02:00
Federico Fissore
7e15e9d6d1
build.xml:
...
- Removed macosx-*common* targets.
- Deprecated macosx-debug target.
- Ensured all *-run targets don't spawn process and fail on error
2015-08-21 09:10:50 +02:00
Federico Fissore
c697542287
MacOSX: better macosx-debug target. See #3705
2015-08-21 08:56:27 +02:00
Federico Fissore
e9859b4ea0
.gitignore
2015-08-21 08:48:02 +02:00
Federico Fissore
8d2393d7fe
Merge pull request #3637 from ffissore/proxy
...
New proxy tab in preferences
2015-08-21 08:42:16 +02:00
Federico Fissore
5e518b9929
Added missing license headers
2015-08-21 08:41:50 +02:00
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