Commit Graph

6401 Commits

Author SHA1 Message Date
Martino Facchin 548320f998 Fix transiflex scripts to explicitly require python2 2017-01-04 16:31:14 +01:00
Martino Facchin 35ee2499aa Readd translatable strings
Fixes #5757
2017-01-04 16:31:14 +01:00
Cristian Maglie 2daba3bb93 Removed invalid CP210x driver (for Tian)
See #5762
2017-01-03 13:19:40 +01:00
Cristian Maglie 81bcaa8369 Update revision log 2017-01-03 13:19:12 +01:00
Christopher Andrews f757ba15bc Amended .gitignore to ignore liblistSerials dev dependency. 2016-12-29 15:59:01 +01:00
cousteau 42f996e2ce Improve serial plotter graph colors
Number of colors used by serial plotter increased from 4 to 8.
Improved colors (brighter; easy to tell apart):
blue, red, green, amber, purple, gray, aqua, black.
2016-12-29 13:05:33 +01:00
Cristian Maglie 4f29650852 launch4j is downloaded from downloads.arduino.cc mirror
This is until sourceforge.net remove https->http redirection on
some of his mirrors.

Fix #5772
2016-12-29 12:44:43 +01:00
Cristian Maglie 34fb802793 Fix font anti-alias on windows
The properties:

      System.setProperty("awt.useSystemAAFontSettings", "on");
      System.setProperty("swing.aatext", "true");

actually works on Linux (where the hint helps X11 to enable antialiased
rendering) but makes things worse on Windows where the outcome is exactly
the opposite (anti-alias is disabled).

Previously those settings had no effect because they were executed
*after* the initialization of the graphics. This is no more true
after the merge of #5578, that moved the graphics initialization
after commmand line parsing and consequently revealed the weird
behaviour on windows.

Fix #5750
2016-12-28 11:09:33 +01:00
Martino Facchin 006ec702e9 Properly escape avrdude.upload.network_pattern to handle spaces in path 2016-12-28 10:34:35 +01:00
NicoHood d3bd5f22bd Added option local_sources for better linux packaging with predownloaded sources 2016-12-27 15:50:38 +01:00
NicoHood 1da91087e4 Use https in build downloads 2016-12-27 15:49:26 +01:00
NicoHood 8e6422ffd8 Add option to disable doc packaging 2016-12-27 15:23:57 +01:00
Cristian Maglie da97506adf Started IDE 1.8.1 2016-12-24 00:14:33 +01:00
Martino Facchin d115f44a31 Update IDE version to 1.8.0 2016-12-21 16:12:44 +01:00
Martino Facchin 33eae2eb4c Update package_index_bundled with official avr 1.6.16 data 2016-12-21 16:09:29 +01:00
Martino Facchin 43d8599371 Update samd core to 1.6.10 2016-12-21 16:06:10 +01:00
Martino Facchin a418f483f6 Add arduinoOTA upload tool 2016-12-21 15:54:03 +01:00
Martino Facchin 10bd41f5ac Add Arduino UNO Wifi board
Both serial and OTA upload methods

OTA upload uses the ESP8266 method with a custom upload tool (https://github.com/arduino/arduinoOTA)
2016-12-21 15:53:59 +01:00
Ignacio Santolin 3b34859a66 Removed dead Link
Removed dead link
http://www.vti.fi/en/support/obsolete_products/pressure_sensors/
2016-12-21 11:04:43 +01:00
Cristian Maglie 3633f4dd25 Merge branch 'master' of github.com:arduino/Arduino 2016-12-19 18:32:27 +01:00
Cristian Maglie 0ec73fa71a Fixed build.board for some boards 2016-12-19 18:32:20 +01:00
Cristian Maglie 5955a49574 update revision log 2016-12-19 18:27:04 +01:00
Martino Facchin 6f2fd2f4c7 Fix Circuitplay tools reference (take 2) 2016-12-16 18:10:06 +01:00
Martino Facchin 8ae25b90bb Fix Circuitplay core and tools reference
While not plainly wrong, since the board is not contained in a 3rd party package, use the "baseline" reference method
2016-12-16 17:45:05 +01:00
Martino Facchin 1ac448a6b0 Update package_bundle with Arduino.org boards 2016-12-16 16:47:46 +01:00
Martino Facchin 686c78b2d0 Merge pull request #5731 from facchinm/tian_support
Add Arduino.org board definitions
2016-12-16 16:27:09 +01:00
Cristian Maglie b1f349244b Added empty efuse property for atmega8 bootloader rules
See #2075
2016-12-16 16:23:51 +01:00
Martino Facchin c6654889fb publish avr core 1.6.16 prerelease
remember to correct the core size and checksum when pushing the official core
2016-12-16 16:15:41 +01:00
Martino Facchin bad2fc92b3 Update avrdude to 6.3.0-arduino8 2016-12-16 14:38:55 +01:00
Martino Facchin 6d1924b826 Add Arduino.org boards drivers 2016-12-16 10:59:00 +01:00
Martino Facchin 53d8f2f439 Add ArduinoISP.org programmer
We'll need to patch avrdude with this new programmer type
https://github.com/platformio/platformio-core/issues/717
2016-12-16 10:59:00 +01:00
Martino Facchin 1a4e5e909d Adding Arduino.org new boards
Yun derived (Industrial101, YunMini, LininoOne) and Leonardo Ethernet
2016-12-16 10:59:00 +01:00
Martino Facchin e9709689de Add extra field to serial discovery targeting Tian board 2016-12-16 10:59:00 +01:00
jenkins 3c836f4fee update arduino-builder to 1.3.23 2016-12-15 19:11:58 +01:00
Martino Facchin 8098196083 Kill programmer if upload takes more than 5 minutes
Fixes #5672
2016-12-15 18:57:21 +01:00
Cristian Maglie e48553ec57 Merge branch 'generate_dependencies_S' of https://github.com/facchinm/Arduino 2016-12-15 17:47:25 +01:00
Cristian Maglie bd4c79fbac Updated translations 2016-12-15 17:36:32 +01:00
Cristian Maglie 43bec97da7 Added Circuit Playground library 2016-12-14 18:24:58 +01:00
Cristian Maglie e3c19d7ab3 Added Adafruit Circuits Playground board 2016-12-14 15:00:23 +01:00
Martino Facchin c2c9456f10 Merge branch 'master' of github.com:arduino/Arduino 2016-12-13 10:11:30 +01:00
Martino Facchin 55b55b29e6 Swap "Copy for Forum" and "Copy as HTML" actions
Fixes #5401

The bug was introduced by 982d4f3f, when DiscourseFormat(Editor, bool html) declarations were swapped. The contextual/right click menu in EditorTab already behaves correctly.
2016-12-13 10:07:05 +01:00
Sandeep Mistry 813acf5ccb Updated SD lib to ver 1.1.0 2016-12-12 11:42:24 -05:00
Martino Facchin 6dacb6b0bf Clear Modified flag on Save As...
Fixes #5550 (in the proper way this time)
2016-12-12 14:14:36 +01:00
Martino Facchin 8756482910 Merge branch 'master' of github.com:arduino/Arduino 2016-12-12 10:16:21 +01:00
Martino Facchin 83f9ed7e0a Fix ctags version on Win build 2016-12-12 10:16:00 +01:00
Martino Facchin a93b45d9c8 Merge pull request #5573 from facchinm/fix_symlink_5478
Fix symlinks being replaced with files on save
2016-12-07 13:17:28 +01:00
Martino Facchin 1a97ec4481 Remove sketch size calculation from Java IDE
It is now performed by arduino-builder (>= 1.3.22)
2016-11-28 15:09:46 +01:00
jenkins df0009601e update arduino-builder to 1.3.22 2016-11-28 15:09:31 +01:00
Martino Facchin e39560ecfd Rebuild header on "Save as"
Fixes #5550
2016-11-28 15:07:42 +01:00
Martino Facchin bb5fe24ae5 Merge pull request #5625 from matthijskooijman/remove-build-cmd
Remove build/cmd/ directory
2016-11-25 16:39:39 +01:00