Federico Fissore
f261f35907
Forgot to update build_pull_request.bash with the bundled MacOSX jvm
2015-03-25 11:15:15 +01:00
Federico Fissore
b48e07c8c3
MacOSX: switching to bundled JVM (1.8), deprecating java 6
2015-03-25 11:08:05 +01:00
Federico Fissore
f183966296
Added GTKLookAndFeelFixer, courtesy Klaus Reimer
...
https://www.ailis.de/~k/archives/67-Workaround-for-borderless-Java-Swing-menus-on-Linux.html
It makes menu separators visible on linux with the GTK look and feel
2015-03-25 10:16:07 +01:00
Federico Fissore
36079efccb
Added missing license headers
2015-03-25 10:13:42 +01:00
Martino Facchin
ab5aea40a6
Stream: set findMulti function as protected
...
let's not expose it until the API is not accepted
widely by the dev mailing list
2015-03-24 17:13:14 +01:00
Federico Fissore
41d5cad91e
MacOSX: appbundler is now the upstream one, not our fork
2015-03-24 16:45:25 +01:00
Martino Facchin
c25dc61bd6
Merge pull request #2814 from facchinm/test_pr2696
...
Fix findUntil in Stream library
2015-03-24 15:24:42 +00:00
Martino Facchin
948bf209fa
Merge branch 'master' of https://github.com/arduino/Arduino
2015-03-24 14:56:39 +01:00
Martino Facchin
9141edcf5b
update revisions.txt
2015-03-24 14:56:13 +01:00
Federico Fissore
6fa73cfc7d
Update revisions.txt
2015-03-24 14:39:37 +01:00
Federico Fissore
70bbe398ab
Network and Serial board ports discovery is now asynchronous, hence it does not block "tools" menu any more.
...
Fixes #2788
2015-03-24 13:41:10 +01:00
Jim Leonard (Xuth)
f43a7a698e
Fix findUntil in Stream library
...
PR #2696 without timeout-related changes
2015-03-24 12:31:50 +01:00
Martino Facchin
046f335d5f
Merge pull request #2812 from facchinm/test_pr2794
...
EEPROM library V2
2015-03-24 09:24:00 +00:00
Martino Facchin
54da627789
EEPROM: examples: fix Serial for board Leonardo
2015-03-24 10:20:00 +01:00
Chris--A
bd2b9d1afd
Fixed EEPROM examples and added readme
2015-03-24 13:58:01 +10:00
Martino Facchin
f9ec8a40aa
Merge pull request #2808 from facchinm/test_pr1977
...
SD: avoid timeout lock if millis() approaches 2^16
2015-03-23 14:31:54 +00:00
Martino Facchin
a6be90f983
SD: avoid timeout lock if millis() approaches 2^16
...
this is a rework of @Timmmm 's PR #1977
2015-03-23 15:28:19 +01:00
Federico Fissore
8ce8b720f5
Windows: using unzip ant task instead of native zip for unpacking launch4j
2015-03-23 09:45:04 +01:00
Federico Fissore
7d09a12184
Windows: specifying that the need JRE has to be 32bit
2015-03-23 09:29:50 +01:00
Federico Fissore
2ea9073d9f
Windows: launch4j updated to 3.7 (latest)
2015-03-23 09:29:19 +01:00
Martino Facchin
22bd9f69a2
Ethernet: fix include files path
2015-03-20 15:28:50 +01:00
Federico Fissore
196d8d3d2f
Added build_all_dist.bash: one script to build all IDEs
2015-03-20 11:43:20 +01:00
Chris--A
ab14475248
Updated EEPROM examples.
...
Removed hard coded lengths, which were incorrect for standard Arduino's
now.
2015-03-20 12:06:20 +10:00
Federico Fissore
6bdfa00e61
Splashscreen: initial message
2015-03-19 12:26:36 +01:00
Federico Fissore
dcb65d9edd
Merge pull request #2783 from ffissore/windows-glitch
...
Attempt to fix glitches introduced by java8 on windows. Fixes #2761
2015-03-19 10:21:21 +01:00
Federico Fissore
c3410ff779
Merge pull request #2785 from ffissore/statically-linked-gcc
...
Windows: avr toolchain is now statically linked
2015-03-19 10:20:31 +01:00
Federico Fissore
ad72e41aa0
Introducing CollectStdOut and CollectStdOutStderrExecutor, handy classes for executing external execs and collecting their outputs
2015-03-19 10:17:10 +01:00
Federico Fissore
b93bd8ea7f
Macosx: upgrading quaqua, swing look & feel library
2015-03-19 09:39:28 +01:00
Chris--A
28cff64b80
Small tweaks to EEPROM lib and examples.
2015-03-19 17:13:32 +10:00
Victor Aprea
0e898d5e03
Do not influence state of SS if it's already been set to an output previously, e.g. by user sketch
...
squashes and closes PR #2659
2015-03-18 10:37:40 +01:00
Federico Fissore
ee8b5a0162
Windows: avr toolchain is now statically linked
2015-03-18 10:17:30 +01:00
Chris--A
d6637e7f08
Updated EEPROM storage class
...
To avoid having a .cpp just for an extern variable definition, `static`
has been chosen over `extern`.
As the `EEPROMClass` class simply wraps functionality located elsewhere,
it is completely compiled away. Even though each translation unit which
includes the header will get a copy with internal linkage, there is no
associated overhead.
More info
[here](http://stackoverflow.com/questions/29098518/extern-variable-only-in-header-unexpectedly-working-why )
2015-03-18 18:56:08 +10:00
Federico Fissore
8da868d47a
Attempt to fix glitches introduced by java8 on windows. Fixes #2761
2015-03-17 15:07:19 +01:00
Martino Facchin
375013173d
Merge pull request #2781 from arve0/yun_bridge_bug_read_forever
...
Bridge: discard message if length is bigger than buffer size
2015-03-17 14:48:28 +01:00
Federico Fissore
ec1db8ca8a
New splashscreen and about images
2015-03-17 10:49:16 +01:00
Chris--A
80f01fbab1
Added additional examples to EEPROM lib
2015-03-17 17:17:08 +10:00
Chris--A
bed78fd144
Added new version of EEPROM library.
2015-03-17 17:13:47 +10:00
arve0
ff48ee4c5b
do not trust received msg length to read forever
2015-03-16 21:23:01 +01:00
Federico Fissore
f7eb24815c
.gitignore
2015-03-16 17:46:08 +01:00
Martino Facchin
2222e0f2cd
Merge pull request #2709 from projectgus/master
...
Fix auto-reset on Leonardo-derived boards from Linux hosts
2015-03-16 15:29:47 +01:00
Federico Fissore
72bf97709c
Ordered windows jars
2015-03-13 12:08:32 +01:00
Federico Fissore
dba808c3dc
Instantiating SplashScreenHelper in main() was leaving it null for the tests. Fixed
2015-03-13 11:35:37 +01:00
Federico Fissore
38f868af5b
Fixed placement of find & replace dialog
2015-03-13 11:30:42 +01:00
Federico Fissore
b4ff39144c
Preferences frame opens on top of active editor
2015-03-13 10:49:16 +01:00
Federico Fissore
2a0bc2bfca
Splashscreen
2015-03-13 10:39:18 +01:00
Federico Fissore
af3c2bd1f6
Update revision.txt
2015-03-13 09:43:01 +01:00
Federico Fissore
e08bd63038
Resetting swing.aatext to the preferred value as soon as preferences are available
2015-03-13 09:43:01 +01:00
Federico Fissore
06d95d4225
Merge pull request #2760 from jogo-/patch-2
...
Update README.txt
2015-03-12 17:20:06 +01:00
Federico Fissore
c946a29aac
Nicer fonts
2015-03-12 09:58:32 +01:00
Federico Fissore
cc6c647825
Macosx: halving JVM Xmx, now 512M
2015-03-12 09:25:57 +01:00