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
80fec38a25
Updated translations
2015-11-20 09:25:23 +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
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
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
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
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
Federico Fissore
2e80ee5bbd
Testing translation for proper formatting. This test will fail when a
...
translation uses wrong syntax, thus avoiding any future issue similar to #4095
2015-11-06 17:24:26 +01:00
Federico Fissore
fd8cb4649b
Updating translations
2015-11-06 16:11:18 +01:00
Federico Fissore
eb732def4f
Updating version in BaseNoGui
2015-11-04 15:24:54 +01:00
Federico Fissore
20dad1eed6
Updating translations
2015-11-02 13:09:55 +01:00
Federico Fissore
5ceca65fe2
'.ino' extension of sketch file was hardcoded. But IDE supports '.pde' files as well. Fixes #4021
2015-11-02 12:56:04 +01:00
Federico Fissore
67e32ff8fa
FileUtils.copy now filters out source control folders. Also, dir is checked for existence before creating it. Fixes #4034
2015-11-02 12:29:12 +01:00
Federico Fissore
df2ae88469
Updating arduino-builder to 1.0.3
2015-10-30 09:11:01 +01:00
Federico Fissore
f5c1084f5f
Fixed wrong i18n function name
2015-10-29 14:09:51 +01:00
Cristian Maglie
ec7cc8c5cf
Added check when setting serial port parameters
...
This allows to detect for invalid baud rate settings in
particular on Linux where the kernel do not allow non-standard
baud rates on some devices.
See #3389
See #3351
2015-10-29 13:58:29 +01:00
Federico Fissore
a51723fe79
Updated and add libs
2015-10-28 16:43:33 +01:00
Federico Fissore
6a5ec40ca3
Updated translations
2015-10-27 17:18:52 +01:00
Federico Fissore
aaf86b4a50
arduino-builder: sketchbook libraries specified as last param, because they
...
are more important
2015-10-27 15:55:01 +01:00
Federico Fissore
d8d70ee0bd
Windows: ":" is an illegal char for a file name. Fixes #4026
2015-10-26 18:14:05 +01:00
Federico Fissore
0102a58122
"static" makes sense for constants and few other things. Avoid it if you don't have a specific reason for using it.
2015-10-26 15:49:31 +01:00
Jesse Vincent
5b64cebdc5
Simplify and clarify new HID error messages.
...
The libraries in question are supported on a number of official Arduino boards. The new error message tries to be a bit more helpful.
2015-10-22 15:27:12 -07:00
Cristian Maglie
2ae36940c6
Fixed parsing for SystemProfiler on Macosx El Capitan
...
Should alleviate #3928
2015-10-20 23:36:56 +02:00
Cristian Maglie
28ad89d694
Make SystemProfilerParser.extractVIDAndPID() static
...
There is no need to instantiate a SystemProfilerParser object
each time extractVIDAndPID is invoked.
Added also `synchronized` keword to avoid reentrance problems
if the method is being used in multiple threads.
2015-10-20 23:34:27 +02:00
Cristian Maglie
9f5efe210a
Removed a bunch of unused variables
2015-10-20 18:38:34 +02:00
Cristian Maglie
38701678b2
Specialized some Iterators with correct inferred type
2015-10-20 18:31:58 +02:00
Cristian Maglie
635de01975
Suppress java 'serial' warning in SignatureVerificationFailedException class
2015-10-20 18:30:27 +02:00
per1234
c1ce649554
Fix typos in ArchiveExtractor.java error messages
2015-10-12 14:34:52 -07:00
Federico Fissore
688c406cb9
Checking every candidate path when exporting, instead of assuming one is good if the other is not. Fixes #3905
2015-10-07 15:40:34 +02:00
Federico Fissore
5c7b8e6587
Don't stop downloading package*index.json files if ONE fails for whatever reason. Fixes #3906
2015-10-07 15:32:34 +02:00
Federico Fissore
417857ee45
Fixed a crashed when user attempted to delete a tab of a not yet compiled sketch. Fixes #3913
2015-10-07 15:17:33 +02:00
Federico Fissore
aa654ba242
Updating arduino-builder to 1.0.0-beta24
2015-10-06 10:52:02 +02:00
Federico Fissore
69f3f9f807
Updated translations
2015-09-30 09:42:01 +02:00
Richard Wackerbarth
d8f30549bc
Extend platforms with Boards.local.txt
2015-09-29 07:36:36 -05:00
Federico Fissore
f511c2451f
Fallback to stock library_index.json file if the copy in .arduino15 is missing/corrupted or if it the downloaded one if corrupted. Fixes #3778
2015-09-25 12:54:50 +02:00
Federico Fissore
3872f5d315
Whoops, local packages were loaded at all. Fixed
2015-09-25 12:28:57 +02:00
Federico Fissore
b82aebd99a
If a package is already defined, don't replace it with the one found (for example) in sketchbook/hardware, but merge their contents. Fixes #3851
2015-09-25 12:05:19 +02:00
Federico Fissore
71c81e30a7
Allow highlighting line with error even if gcc reports full path to file
2015-09-24 16:24:48 +02:00
Federico Fissore
fc8f84f06b
Adding .elf extension to compiled sketch list
2015-09-24 15:37:49 +02:00
Federico Fissore
2f586e2a88
Updated translations
2015-09-23 15:38:57 +02:00