Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-ide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0-rc7
Choose a base ref
...
head repository: arduino/arduino-ide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0-rc8
Choose a head ref
  • 19 commits
  • 50 files changed
  • 4 contributors

Commits on Jun 13, 2022

  1. Relaxed the error handling of the core client init

    For example, `malformed custom board options` was incorrectly detected
    as loading JSON index file error.
    
    Closes #1036
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7c2843f View commit details
    Browse the repository at this point in the history
  2. Restored the Settings UI. Deferred model loading.

    Closes #1031
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a804766 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Output panel optimisation (#1058)

    * test interval for output panel
    
    * create buffer provider
    
    * output panel buffer corrections
    
    * output buffer cleanup
    
    * code cleanup
    davegarthsimpson authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    4c62431 View commit details
    Browse the repository at this point in the history
  2. Bound the original handler to this.

    Closes #977
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a9aac0d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    f5cee97 View commit details
    Browse the repository at this point in the history
  2. Cleaned up File menu.

    Removed:
     - `New File`,
     - `New Window`.
    
    Closes #1014.
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    27dd120 View commit details
    Browse the repository at this point in the history
  3. Can enable debug logging of the gRPC calls.

    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    94ceefd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    a715da3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Reveal the error location after on failed verify.

    Closes #608
    Closes #229
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d6f4096 View commit details
    Browse the repository at this point in the history
  2. Merged in #1074.

    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4611381 View commit details
    Browse the repository at this point in the history
  3. Remote sketchbook tooltips (#1088)

    * rename Cloud Sketchbook in Remote Sketchbook
    
    * add tooltips for Sync and Account buttons
    francescospissu authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    bd6bc13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    083337d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Fixed widget lookup to eliminate duplicate tabs.

     - Removed `@theia/editor-preview`,
     - Patched opener options when repairing layout on start, and
     - Compare widget keys with deepEquals instead of string equal.
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    84109e4 View commit details
    Browse the repository at this point in the history
  2. #1032 failing upload flag for monitor mgr (#1040)

    * 1032 failing upload flag for monitor mgr
    
    * move upload failure fix logic to frontend
    
    * misc corrections
    
    * avoid starting monitor when upload is in progress
    
    * avoid starting monitor when upload is in progress
    
    * prevent monitor side effects on upload (WIP)
    
    * send upload req after notifying mgr
    
    * dispose instead of pause on upld (code not final)
    
    * Revert "dispose instead of pause on upld (code not final)"
    
    This reverts commit 2d5dff2.
    
    * force wait before upload (test)
    
    * always start queued services after uplaod finishes
    
    * test cli with monitor close delay
    
    * clean up unnecessary await(s)
    
    * remove unused dependency
    
    * revert CLI to 0.23
    
    * use master cli for testing, await in upload finish
    
    * remove upload port from pending monitor requests
    
    * fix startQueuedServices
    
    * refinements queued monitors
    
    * clean up monitor mgr state
    
    * fix typo from prev cleanup
    
    * avoid dupl queued monitor services
    
    * variable name changes
    
    * reference latest cli commit in package.json
    
    Co-authored-by: Alberto Iannaccone <a.iannaccone@arduino.cc>
    davegarthsimpson and Alberto Iannaccone authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    a54d7c8 View commit details
    Browse the repository at this point in the history
  3. Disabled MenuItem roles on macOS.

    Closes #969
    Upstream-ref: eclipse-theia/theia#11217
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0f8a29a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a79c9b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f1d379 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. bump arduino-cli version to 0.24.0 (#1103)

    Alberto Iannaccone authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    672fd4e View commit details
    Browse the repository at this point in the history
  2. 2.0.0-rc8 (#1105)

    Alberto Iannaccone authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    439cdfb View commit details
    Browse the repository at this point in the history
Loading