1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00
Commit Graph

1512 Commits

Author SHA1 Message Date
c540ac19b3 Excluding .bz2 files from source-dist. 2012-04-08 19:17:03 -04:00
1247b1e5e4 Merge pull request #72 from dcuartielles/master
modified language files
2012-04-08 14:57:07 -07:00
7f2f7ea5e5 revised language files 2012-04-08 23:49:56 +02:00
49be972ca4 Case correction in preferences dialog. 2012-04-08 17:33:52 -04:00
ea4693026e Removing comment. 2012-04-08 17:33:34 -04:00
cf02e3a491 Removing unused po and properties files. 2012-04-08 17:33:24 -04:00
3ea9d4734f Updating the Chinese names of the Chinese languages.
Previous names referred to geographic locations; new ones are to the
style of characters.
2012-04-08 16:58:31 -04:00
189e023346 Replacing call to isEmpty(), which isn't in Java 1.5. 2012-04-08 16:18:57 -04:00
3875a6c00f Adding language names in their own language. 2012-04-08 15:47:27 -04:00
a9284d7a11 Defaulting to system language instead of English. 2012-04-08 15:25:05 -04:00
b816571772 Adding "system default" (default locale) option for IDE language.
That is, if the editor.languages.current preference is empty (or
missing), use the default system locale.
2012-04-08 15:06:24 -04:00
c03ea000a2 Moving language selection up in the preferences dialog. 2012-04-08 14:51:37 -04:00
fbc23b50d7 Merge pull request #71 from dcuartielles/master
added improved multilanguage functionality
2012-04-08 11:27:15 -07:00
f89bf2e523 modified Preferences.java, added Russian, revised French 2012-04-08 11:18:22 +02:00
c3535a0d8e hacked the IDE to support multiple translations and include a dropdown list to choose the most convenient 2012-04-08 03:51:37 +02:00
ad1d5ca89d modified Preferences.java to include one of the strings into the translation files 2012-04-04 18:24:43 +02:00
19f513b943 Updating comments in SoftwareSerial example. 2012-03-20 16:24:48 -04:00
87eaf2d0c5 Updated comments in softwareSerial example 2012-03-20 14:48:24 -04:00
da09e0c867 Updated Ethernet WebServer example to give more diagnostic info 2012-03-20 10:37:15 -04:00
a46facad70 Updated notes in digitalInputPullup 2012-03-19 19:45:11 -04:00
c9ded42197 Updated PachubeClientString and PachubeClient examples for Ethernet 2012-03-16 10:48:18 -04:00
13e0b9335c Putting ArduinoISP back to 19200 baud.
From 9600.  And lowering the delay in the heartbeat from 40 to 20,
which seems to fix things again.
2012-03-15 19:02:08 -04:00
1b58e45f74 Added LED to InputPullup example 2012-03-14 23:11:35 -04:00
81b6ca2d61 Added URL for new example 2012-03-14 21:11:00 -04:00
b2fe779ec0 Added DigitalInputPullup example by Scott Fitzgerald 2012-03-14 21:03:22 -04:00
7f11df115d Updated ChatServer 2012-03-12 15:30:18 -04:00
34d7925f27 Eliminating temporary file when unzipping 64-bit Linux AVR toolchain.
http://code.google.com/p/arduino/issues/detail?id=841
2012-02-29 16:43:01 -05:00
8cd670bee3 Avoid intermediate file when unzipping 32-bit Linux AVR toolchain.
http://code.google.com/p/arduino/issues/detail?id=841
2012-03-11 15:33:16 -04:00
f1f2f8e49c Lowering minimum size for Editor text area.
This should make it possible to shrink the overall IDE window without
losing the scroll bars on the text pane.

http://code.google.com/p/arduino/issues/detail?id=52
2012-03-11 15:05:44 -04:00
04c9bb2f4d Adding const to keywords.txt.
http://code.google.com/p/arduino/issues/detail?id=137
2012-03-11 14:25:35 -04:00
1559066379 Adding .inf file for USB-serial convertor. 2012-03-11 14:01:13 -04:00
24916baf70 Don't insert newline in serial monitor keyboard shortcut (Lars J. Nielsen)
http://code.google.com/p/arduino/issues/detail?id=279
2012-03-11 13:50:47 -04:00
a292677108 Adding preference for disabling verification on upload (Nathan Seidle)
Adds a checkbox to the preferences dialog that controls whether or not
to verify code on upload via serial (verification still always occurs
when uploading using a programmer).  It is checked by default to match
current behavior.
2012-03-03 13:54:10 -05:00
f4f62f9a12 Small changes for the ATmega1284.
http://code.google.com/p/arduino/issues/detail?id=736
2012-03-02 18:58:53 -05:00
9f3438c189 Adding Ethernet.maintain() to update DHCP leases (Peter Magnusson)
returns:
    0: nothing happened
    1: renew failed
    2: renew success
    3: rebind fail
    4: rebind success

http://code.google.com/p/arduino/issues/detail?id=716
2012-03-02 18:51:48 -05:00
a6eb9ea5eb Fixing double- and triple-click selection behavior (Peter Lewis)
Double clicking selects words, double-clicking and dragging does too.
Triple-click for lines.

http://code.google.com/p/arduino/issues/detail?id=824
2012-03-02 18:06:29 -05:00
b133faa68f Commenting out extraneous println(). 2012-03-02 17:57:10 -05:00
0db8bdbbb0 Find / Replace dialog cleanup and improvements (Peter Lewis)
Adds Find Previous and Use Selection for Find; various other cleanups.
Changes Mac keyboard shortcut for Redo from Command-Y to
Command-Shift-Z.

http://code.google.com/p/arduino/issues/detail?id=825
2012-03-02 17:56:17 -05:00
599a9052c9 Updating version to 101. 2012-03-02 17:47:57 -05:00
a4a00c98cf Ignoring some local Xcode files. 2012-03-02 17:47:57 -05:00
f415edfc3b upated PachubeClientString to fix interval bug 2012-03-02 17:21:12 -05:00
8ef8be6ccd Adjusted interval bug in TwitterClient 2012-03-02 17:20:09 -05:00
59f68ebd8c Updated pachubeClientStirng to fix posting interval bug 2012-03-02 17:17:15 -05:00
366a490973 Updated TwitterClient example to fix timing bug 2012-03-02 13:14:07 -05:00
3f7ce2e14b Merge branch 'master' of github.com:arduino/Arduino 2012-02-29 17:27:14 -05:00
7ab140700b Switching Mini w/ ATmega328 upload protocol from stk500 to arduino. 2012-02-29 17:25:46 -05:00
c5c41bc531 Fixing build on 64-bit linux. 2012-02-29 16:16:37 -05:00
de8c051f38 Merge branch 'master' of github.com:arduino/Arduino
Conflicts:
	build/build.xml
2012-02-29 15:56:23 -05:00
c128aac761 Cleaning up Linux build (32 vs. 64-bit, dist). 2012-02-29 15:30:03 -05:00
ee537dd53e Adding 64-bit version of AVR tools on Linux (Paul Stoffregen)
http://code.google.com/p/arduino/issues/detail?id=300
2012-02-28 15:24:03 -05:00