Commit Graph

6637 Commits

Author SHA1 Message Date
Martino Facchin aae5fa77aa Update revisions.txt 2017-08-01 12:04:25 +02:00
Martino Facchin ad02e4940c Merge pull request #6130 from facchinm/allow_resizing_console_to_zero
Allow setting low values as minimum console size
2017-08-01 11:47:01 +02:00
Martino Facchin d9d1406f64 Merge pull request #6459 from facchinm/smaller_preference_panel
Remove gaps on confirmation button to fit 600px height
2017-08-01 11:46:22 +02:00
Martino Facchin 144213fb8a Merge pull request #6388 from matthijskooijman/fix-renaming-new-files
Fix renaming of newly added files
2017-08-01 11:45:29 +02:00
Martino Facchin 91cdf53147 Merge pull request #6551 from facchinm/test_pr6394
Add font size shortcuts (menu, keyboard and mouse)
2017-08-01 11:45:04 +02:00
Martino Facchin 0c4d59d13f Merge pull request #6411 from facchinm/huge_serialportlist_scrollable
Add scroller for serial port list menu
2017-08-01 11:44:28 +02:00
Martino Facchin 4d675d126e Merge pull request #6558 from herrold/master
XFCE's Launcher wants the .desktop file to be +x as well
2017-08-01 11:43:55 +02:00
R P Herrold 1c23d5b020 reverse attempt to do permission bits inside the install phase, and
add this to the build specification /.xml instead
2017-07-27 11:03:27 -04:00
Cristian Maglie 93217c40c7 CLI: fixed missing "runtime.platform.path"
This happens when the CLI is runned without the `--board` option.

Fix #6463
2017-07-27 15:56:24 +02:00
Martino Facchin 472b3b8b39 Merge pull request #6556 from per1234/start-184
Starting IDE 1.8.4
2017-07-27 09:22:58 +02:00
R P Herrold 89ff576419 XFCE's Launcher wants the .desktop file to be +x as well
-- add a --mode 755 for it
2017-07-26 18:28:19 -04:00
per1234 7c039c484b Starting IDE 1.8.4
Fixes https://github.com/arduino/Arduino/issues/6554
2017-07-26 08:17:44 -07:00
Cristian Maglie 101677bba2 Fixed NPE introduced in 125846f5
Fix #6552
2017-07-25 23:03:25 +02:00
Martino Facchin 388822ad95 Implement font increse/decrease with CTRL+MouseWheel 2017-07-25 14:58:10 +02:00
Martino Facchin c07f8fca54 Use CTRL+"+" as Increase Font shortcut 2017-07-25 14:57:21 +02:00
Varun Mehta 0fc235da76 Fixed Serial Port Argument That May Include Spaces
Other paths in avrdude.upload.pattern are wrapped in double quotes, and
this -P{serial.port} causes issues with some platforms. This allows
serial port devices which include spaces and other characters. Without
this fix a /dev/tty* or /dev/cu* device that includes a space in its
name gets truncated when passed to avrdude. Error messages returned
from avrdude are cryptic, and workarounds (symlinks) are prone to
failure.

Fixes #3693
2017-07-25 14:13:13 +02:00
Martino Facchin ba27ca6c76 Remove LiquidCrystal from main repo
Since there are no pending PRs or Issues, remove the folder and use https://github.com/arduino-libraries/LiquidCrystal as reference repo
2017-07-25 13:03:06 +02:00
Cristian Maglie 7baf84ee20 Forget checksum for an archive... oopps 2017-07-19 11:32:21 +02:00
Cristian Maglie e15948227f Fixed wrong folder name for Adafruit Circuit Playground library
Fix #6462
2017-07-19 10:32:26 +02:00
Cristian Maglie 7d24d0e35b Update revision log 2017-07-18 14:03:26 +02:00
Cristian Maglie ddf60361d6 Toolbar can now go full width on 4K display
Fix #5341
2017-07-18 14:00:56 +02:00
Cristian Maglie cbbac9dbda code makeup: use String.isEmpty() method 2017-07-18 13:02:13 +02:00
Cristian Maglie 93fc220c55 Fix simple java error in LIBRARY_INDEX_URL_GZ assignment
Being a final variable it must be assigned only once.
2017-07-18 13:01:03 +02:00
per1234 dc5827e08b Use correct part names in Tools > Processor menus
It's ATmega328P, not ATmega328.

Partially solves https://github.com/arduino/Arduino/issues/6369
2017-07-18 12:22:43 +02:00
per1234 5f86bdd1b4 Use consistent format for Max/MSP patches included in the built-in example comments 2017-07-18 11:07:37 +02:00
per1234 abc9a8917d Use consistent formatting style for Processing code included in built-in example comments 2017-07-18 11:07:37 +02:00
per1234 18b5327da0 Use consistent line wrapping in built-in example comments 2017-07-18 11:07:37 +02:00
per1234 2570383db9 Use a consistent number of spaces after punctuation in the comments of the built-in examples 2017-07-18 11:07:37 +02:00
per1234 e3044a5f5a Make the formatting of opening comments of built-in examples consistent 2017-07-18 11:07:37 +02:00
per1234 eee3e5ba18 Auto Format all built-in examples
The only changes I left out are the Max/MSP patches because I don't know whether the indentation would break them.
2017-07-18 11:07:37 +02:00
per1234 8f48433f33 Indent all multi-line C style comments in built-in examples by at least two spaces
This is required for Auto Format compatibility because it has the undesirable effect of indenting only unindented contents of multi-lline comments, thus altering the relative indentation of the text.

The exception is the Max/MSP patches as I did not know whether indentation would break them.
2017-07-18 11:07:37 +02:00
per1234 499c424d59 Use Auto Format compatible bullet character in built-in example comment lists
Tools > Auto Format in the Arduino IDE removes asterisks from the start of every line in a C style comment, causing that character to be unsuitable for use as a bullet for lists in the example comments.
2017-07-18 11:07:37 +02:00
per1234 827a933eed Maintain a consistent number of newlines at end of built-in examples
A single newline at the end of the examples was most common so I fixed all examples that did not follow this convention.
2017-07-18 11:07:37 +02:00
per1234 e57c9625cf Fix typos in .txt files included with built-in examples 2017-07-18 11:07:37 +02:00
per1234 a71b40351f Fix typos in the comments of the built-in examples 2017-07-18 11:07:37 +02:00
Cristian Maglie 86c6103142 Update revision log 2017-07-18 11:06:00 +02:00
David Gauchard 125846f55d per-board generic option in config file boards.txt for disabling control of dtr+rts from IDE, allowing board specific use of these lines for example for reset or programming mode. Currently used by esp8266/Arduino. 2017-07-18 10:59:06 +02:00
Peter Gren c7b412ca3f Fixed ignoring of LIBRARY_INDEX_URL of system property 2017-07-18 10:47:15 +02:00
per1234 9411fa8c2b Update comments to reflect Stream functions changed from private to protected
These functions were changed from private to protected in 99f2a27553 but the comments were not updated at that time.

In conjunction with equivalent pull requests to Arduino SAM Boards and Arduino SAMD Boards, solves https://github.com/arduino/Arduino/issues/6146.
2017-07-07 01:28:27 +02:00
per1234 e180b7037d Add a note about ATmega32U4 incompatibility to SerialEvent example
serialEvent() does not work on the ATmega32U4 boards.

Reference: https://github.com/arduino/Arduino/issues/1031
2017-07-07 00:38:15 +02:00
per1234 c5d4e5fc0f Fix comparison between signed and unsigned warning in StringLength example
Fixes:
warning: comparison between signed and unsigned integer expressions
compiler warning.

Closes https://github.com/arduino/Arduino/issues/693 (in conjunction with https://github.com/arduino/Arduino/issues/6448)
2017-07-07 00:32:37 +02:00
per1234 352df2c15f Remove unused variable from StringAdditionOperator example
- Avoids confusing beginners who assume there must be some reason for this useless line of code.
- Fixes "warning: unused variable 'currentTime'" compiler warning.

Closes https://github.com/arduino/Arduino/issues/693
2017-07-07 00:30:13 +02:00
Martino Facchin 2191315123 [Pref panel] Remove gaps on confirmation button to fit 600px height
Should solve #4753
2017-07-05 11:19:46 +02:00
Martino Facchin 76f4668f02 Call setScrollerFor port menu only once 2017-06-26 09:43:22 +02:00
Martino Facchin cba0435367 Add missing translation string (cached core) 2017-06-23 17:00:49 +02:00
Martino Facchin 506ebd8011 add scroller for serial port list menu
Fixes #6397
2017-06-22 10:24:22 +02:00
Michael G 04a7e7ff15 Add font size shortcuts (menu and keyboard) 2017-06-20 11:33:24 +02:00
Matthijs Kooijman beadf8fe63 Fix renaming of newly added files
Before 72f815bcf (Refactor file adding and renaming, and save as handling)
renaming a file would first save it and then rename it. Since that
commit, renaming an unsaved, newly added file would try to rename a
non-existing file on disk, causing an error message.

This is fixed by only moving the on-disk file if it exists, otherwise
just the in-memory filename is updated and the file will be written
during the next save.

Fixes: #6265
2017-06-16 21:58:11 +02:00
Cristian Maglie cd798abd1b Releasing 1.8.3 2017-05-31 17:03:10 +02:00
Cristian Maglie 48d88f5dbd updated revisions 2017-05-31 15:41:20 +02:00