Permalink
Commits on Aug 18, 2017
  1. Update revisions log

    cmaglie committed Aug 18, 2017
  2. Only reapply serial monitor last location if it fits the screen

    There could be a couple of edge cases in this approach (for example, if someone wants to keep the serial monitor window only half visible).
    However, it should be at least safe (no serial monitors on the second screen) if the Window Manager acts correctly (by moving all the windows on the second monitor to the primary on detach).
    facchinm committed with cmaglie Aug 7, 2017
  3. Remove unused file from toneMultiple example

    pitches.h is not used by this sketch so its presence will only cause confusion.
    per1234 committed with cmaglie Aug 16, 2017
  4. Updated translations

    cmaglie committed Aug 18, 2017
  5. Updated Robot libraries

    See #4040
    cmaglie committed Aug 18, 2017
Commits on Aug 17, 2017
  1. Merge pull request #6623 from per1234/fix-toneMultiple

    Fix incorrect comment in toneMultiple example
    facchinm committed on GitHub Aug 17, 2017
Commits on Aug 16, 2017
  1. Fix incorrect comment in toneMultiple example

    The comment about the note duration didn't match the code.
    per1234 committed Aug 16, 2017
  2. Removed stale file

    cmaglie committed Aug 16, 2017
Commits on Aug 10, 2017
  1. Update LiquidCrystal to 1.0.7

    facchinm committed Aug 10, 2017
Commits on Aug 1, 2017
  1. Update revisions.txt

    facchinm committed Aug 1, 2017
  2. Merge pull request #6130 from facchinm/allow_resizing_console_to_zero

    Allow setting low values as minimum console size
    facchinm committed on GitHub Aug 1, 2017
  3. Merge pull request #6459 from facchinm/smaller_preference_panel

    Remove gaps on confirmation button to fit 600px height
    facchinm committed on GitHub Aug 1, 2017
  4. Merge pull request #6388 from matthijskooijman/fix-renaming-new-files

    Fix renaming of newly added files
    facchinm committed on GitHub Aug 1, 2017
  5. Merge pull request #6551 from facchinm/test_pr6394

    Add font size shortcuts (menu, keyboard and mouse)
    facchinm committed on GitHub Aug 1, 2017
  6. Merge pull request #6411 from facchinm/huge_serialportlist_scrollable

    Add scroller for serial port list menu
    facchinm committed on GitHub Aug 1, 2017
  7. Merge pull request #6558 from herrold/master

    XFCE's Launcher wants the .desktop file to be +x as well
    facchinm committed on GitHub Aug 1, 2017
Commits on Jul 27, 2017
  1. reverse attempt to do permission bits inside the install phase, and

    add this to the build specification /.xml instead
    herrold committed Jul 27, 2017
  2. CLI: fixed missing "runtime.platform.path"

    This happens when the CLI is runned without the `--board` option.
    
    Fix #6463
    cmaglie committed with cmaglie Jul 18, 2017
  3. Merge pull request #6556 from per1234/start-184

    Starting IDE 1.8.4
    facchinm committed on GitHub Jul 27, 2017
Commits on Jul 26, 2017
  1. XFCE's Launcher wants the .desktop file to be +x as well

    -- add a --mode 755 for it
    herrold committed Jul 26, 2017
  2. Starting IDE 1.8.4

    Fixes #6554
    per1234 committed Jul 26, 2017
Commits on Jul 25, 2017
  1. Fixed NPE introduced in 125846f

    Fix #6552
    cmaglie committed Jul 25, 2017
  2. 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
    smartperson committed with cmaglie Jun 15, 2017
  3. 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
    facchinm committed Jul 25, 2017
Commits on Jul 19, 2017
Commits on Jul 18, 2017
  1. Update revision log

    cmaglie committed Jul 18, 2017
  2. Fix simple java error in LIBRARY_INDEX_URL_GZ assignment

    Being a final variable it must be assigned only once.
    cmaglie committed Jul 18, 2017