Commit Graph

5757 Commits

Author SHA1 Message Date
Federico Fissore 002bc4127f Updating arduino-builder to 1.3.0 2015-11-25 11:43:33 +01:00
Federico Fissore 1234e95470 Windows: updating launch4j to latest (3.8). An attempt to mitigate #4215 2015-11-25 10:15:16 +01:00
per1234 ffbcfa781f eeprom_clear example: Set pinMode of LED pin 2015-11-24 16:23:16 -08:00
Cristian Maglie 8f2514f7c1 Merge remote-tracking branch 'arduino/master' 2015-11-24 16:45:33 +01:00
Cristian Maglie 4c2af08bb2 Merge branch 'led_fix' of https://github.com/NicoHood/Arduino 2015-11-24 16:44:51 +01:00
Federico Fissore 7bd4c8ec41 Update revisions.txt 2015-11-24 16:38:54 +01:00
Cristian Maglie 1da7979984 Merge branch 'leonardo-usbserial' of https://github.com/cmaglie/Arduino 2015-11-24 16:34:27 +01:00
Federico Fissore 6855e91883 Fixed various Board/Library managers glitches, in particular when removing/upgrading 2015-11-24 16:14:16 +01:00
Federico Fissore 4f3415279c Boards manager: when upgrading, first remove, then install 2015-11-24 10:54:29 +01:00
Federico Fissore 7dd6e8f57d Windows: proper, non blurry, icon displayed. Fixes #3473 2015-11-24 09:53:27 +01:00
Sandeep Mistry 1b63cfa6a4 Cleanup some Stream compiler warnings from #3337 2015-11-23 16:45:29 -05:00
Sandeep Mistry e7d5a19c7c Update revisions.txt for #3337 2015-11-23 15:58:59 -05:00
Chris--A 9f8feea8b7 Make protected Stream::parseInt/Float overloads public.
Stream::parseInt & Stream::parseFloat previously had protected
overloads which allowed skipping a custom character. This commit
brings this feature to the public interface.

To keep the public API simpler, the single paramter overload remains
protected. However its functionality is available in the public
interface using the two parameter overload.
2015-11-23 15:46:24 -05:00
Chris--A 245b948a27 Add Stream::find(char); to SAM core.
This is a feature added to the AVR core here:
ed1b8eb486
It allows using the find method with a single char (#847).
2015-11-23 15:46:24 -05:00
Chris--A 7857216e69 This adds control of Stream::parseInt/float lookahead.
Its default is SKIP_ALL which reflects previous versions.
However SKIP_NONE, and SKIP_WHITESPACE can refine this behaviour.

A parameter used in the protected overloads of parseInt/Float has been
changed from `skipChar` to `ignore`.
2015-11-23 15:46:24 -05:00
Chris--A 12d0487258 This is a bug fix which prevents parseFloat from proceeding past
multiple decimals '.' in the stream. Only one can be accepted for
valid decimal numbers.
2015-11-23 15:46:24 -05:00
Chris--A 24a994019f This commit improves the parsing capability by allowing decimals only
prefixed by an '.' character. Previously the preceeding zero must be
present: '0.'
2015-11-23 15:46:23 -05:00
Christian Fiebig 7d4787bcff Updated Linux install script to be flexible about different desktop folder locations. 2015-11-23 16:31:25 +01:00
Christian Fiebig 22496e14d5 Added help option for install.sh and changed some texts and comments. 2015-11-23 16:31:25 +01:00
Christian Fiebig a84ab5206b Added StartupWMClass=processing-app-Base to Linux .desktop file.
This should group all open Arduino IDE windows together under one icon (i.e. Ubuntu Unity launcher)
2015-11-23 16:31:25 +01:00
Christian Fiebig c80555d62d Minor improvement for new Linux install.sh script 2015-11-23 16:31:25 +01:00
Christian Fiebig 05654ba0aa Replaced/improved Linux install and uninstall scripts.
Install script adds menu item, desktop icon, file association for
the current user - even if the Arduino installation was placed
outside of the user's home dir (such as in /opt or /usr/local).

Added three more icon resolutions (64px, 72px, 96px) - by using
the 256px file - maybe there is a better source available for this...

Modified build.xml for copying the existing icons and mime.xml file,
both scripts and adjusted file permissions (ugo+x) for *.sh files to
be executable by others by default.
2015-11-23 16:31:25 +01:00
Federico Fissore 2779b07d79 Linux: made desktop icon more Arduino centric 2015-11-23 16:30:36 +01:00
Federico Fissore ceef83dbb9 Libraries that contain type "Arduino" are now listed at the top. Fixes #4195 2015-11-23 16:15:37 +01:00
Federico Fissore bfeb994974 Moved ContributedLibraryReleases out of LibrariesIndexTableModel and introduced its own special comparator. Will help with #4195 2015-11-23 16:06:32 +01:00
Federico Fissore 6d03d268f9 Windows: forgot to update ctags part of build.xml 2015-11-23 15:38:21 +01:00
Federico Fissore 36b2818630 Updating arduino-builder to 1.2.6 2015-11-23 15:36:37 +01:00
Federico Fissore 4b74a34283 Updating arduino-builder to 1.2.5 2015-11-23 11:27:23 +01:00
Federico Fissore 0da3251def Update revisions.txt 2015-11-20 17:31:51 +01:00
Federico Fissore d5a0476948 Installing tools from packager (eg: arduino) in packager folder, thus avoiding
tools duplication and disk space wasting. Fixes #4193
2015-11-20 17:15:53 +01:00
Federico Fissore a1e223ad62 License headers fixes 2015-11-20 15:17:32 +01:00
Federico Fissore d0d9dfcfa8 If package doesn't have that tool, it probably comes from another package, so we consult the resolvedTools instead 2015-11-20 14:58:54 +01:00
Cristian Maglie e46375c089 Added SerialUSB alias for Serial on 32u4 boards 2015-11-20 12:08:35 +01:00
Federico Fissore 7e9f19c43b MacOSX: faster startup, fixed double clicking on a .ino file. Fixes #4057 2015-11-20 11:02:52 +01:00
Federico Fissore 80fec38a25 Updated translations 2015-11-20 09:25:23 +01:00
Federico Fissore 12fd7d8346 Updating arduino-builder to 1.2.4
Updating Bridge to 1.6.0
2015-11-19 16:48:25 +01:00
Federico Fissore 5e585135ce Updated translations 2015-11-19 13:52:30 +01:00
Federico Fissore 1862827c25 Portable folder can now be set to any arbitrary path, not just subfolders
of "portable". Fixes #4103
2015-11-19 13:43:49 +01:00
Federico Fissore 907af81ff9 Fixed NPE when "tools" key was missing in package_*_index.json file 2015-11-19 12:41:53 +01:00
Federico Fissore 65d220d7f4 Update revisions.txt 2015-11-19 12:09:52 +01:00
Federico Fissore 960918796e Added support to file:// protocol. Fixes #4098 2015-11-19 12:08:17 +01:00
Federico Fissore 2747fddd10 Windows: when finding default Documents folder, if registry keys are missing,
fallback to environment variable. See #4124
2015-11-19 10:09:06 +01:00
Federico Fissore b5565c5356 Update revisions.txt 2015-11-18 17:28:50 +01:00
Federico Fissore 20ddeb0fe3 Updated translations 2015-11-18 17:27:51 +01:00
Federico Fissore b450a2743e Allowing boards/libs types and categories to be translated. Fixes #3646 2015-11-18 17:27:35 +01:00
Federico Fissore 04cfe0c36d Windows: inverted folder entries, as Shell Folders is more reliable (when
present)
2015-11-18 16:00:11 +01:00
Federico Fissore 9729b1b069 Windows: in case Shell Folders entry is missing, attempts to discover Documents folder using User Shell Folders. See #4124 2015-11-18 15:55:26 +01:00
Federico Fissore 8b35216226 Update revisions.txt 2015-11-18 14:42:56 +01:00
Federico Fissore 846b8216c8 Merge pull request #4022 from henningpohl/multiplot
Added functionality to plot multiple signals at the same time
2015-11-18 14:28:05 +01:00
Cristian Maglie 8a3cca7387 Merge branch 'master' of github.com:arduino/Arduino 2015-11-18 10:06:32 +01:00