Commit Graph

5632 Commits

Author SHA1 Message Date
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
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
Cristian Maglie ca5aff00e8 Merge branch 'fix-flush' of https://github.com/cmaglie/Arduino 2015-11-18 10:06:01 +01:00
Cristian Maglie 96d4168139 Update revision log 2015-11-18 10:00:50 +01:00
Federico Fissore ab552d494c Updating arduino-builder to 1.2.3 2015-11-18 10:00:37 +01:00
Cristian Maglie a259f9c6dc Merge branch 'sam-serial-flush-tx-empty' of https://github.com/sandeepmistry/Arduino 2015-11-18 09:58:57 +01:00
Federico Fissore 13d8fa4dd0 Fixed typo 2015-11-18 09:49:46 +01:00
Federico Fissore 73e857fda9 Removed some warnings which are emitted from arduino-builder at compile time
Fixes #4177
2015-11-18 09:40:04 +01:00
Federico Fissore 802c745690 Modified AVR preproc recipe to match the one used by arduino-builder 2015-11-18 09:34:33 +01:00
Sandeep Mistry 435f6790da Check TXEMPTY flag instead of TXRDY flag on Serial.flush()
As suggested by @borisff in #4128.
2015-11-17 13:21:42 -05:00
Federico Fissore d0bd09c8d3 Saving caret position when using external editor, attempting to restore it on window activation. Fixes #4155 2015-11-17 17:27:34 +01:00
Federico Fissore a2fe70aba4 Updating arduino-builder to 1.2.2 2015-11-17 16:37:05 +01:00
agdl cdd925b58d Added defines for gemma
As pointed out in #4063
2015-11-17 15:04:11 +01:00
Federico Fissore 1328f3a9e2 Library and Boards Managers were using old copies of library/boards indeces. thus making the UI show old data. Fixes #4139 #3904 #3795 2015-11-17 12:24:28 +01:00
Federico Fissore 0fb04b3180 Updating arduino-builder to 1.2.1 2015-11-16 15:38:21 +01:00
Martino Facchin 10e8480d3d Increase SerialMonitor reopening timeout to 10 seconds 2015-11-13 16:59:50 +01:00
Cristian Maglie ab61ab92fd Removed superfluous @SuppressWarnings 2015-11-13 14:52:36 +01:00
Arturo Guadalupi 968294eed9 removed useless and wrong file 2015-11-13 10:58:23 +01:00
Arturo Guadalupi 44d9d074d3 Merge pull request #4140 from agdl/master
Added missing keyword
2015-11-13 09:47:18 +01:00
Arturo Guadalupi d5078b76f6 Added missing keyword 2015-11-13 09:46:31 +01:00
Federico Fissore 17afd655cf Updating arduino-builder to 1.2.0 2015-11-12 16:36:30 +01:00