Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3851] - Implement move, connect, disconnect, value-update, delete changes #3960

Merged
merged 40 commits into from
Jul 28, 2024

Commits on Jun 23, 2024

  1. fixes sugarlabs#3913

    walterbender committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    72097b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix:resolves grid position on hamburger opening(sugarlabs#3914) (suga…

    …rlabs#3924)
    
    * fix:resolves hamburger opening(sugarlabs#3914)
    
    * fix:fixes sugarlabs#3914(suggested changes done)
    
    * adjust size of grid element repositioning when using aux toolbar
    
    ---------
    
    Co-authored-by: Walter Bender <walter@sorcero.com>
    BeNikk and walterbender authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    200dddb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    423b467 View commit details
    Browse the repository at this point in the history
  2. bump version

    walterbender committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0d082eb View commit details
    Browse the repository at this point in the history
  3. enhancement: scale on hover (sugarlabs#3926)

    Co-authored-by: anas2357 <141234155+anas2357@users.noreply.github.com>
    Anas-2357 and Anas-2357 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    eb7c23a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6354fa8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    474f811 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    ad292d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5848e62 View commit details
    Browse the repository at this point in the history
  3. Bump braces and gulp (sugarlabs#3903)

    Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together.
    
    
    Updates `braces` from 2.3.2 to 3.0.3
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/micromatch/braces/commits/3.0.3)
    
    Updates `gulp` from 4.0.2 to 5.0.0
    - [Release notes](https://github.com/gulpjs/gulp/releases)
    - [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
    - [Commits](gulpjs/gulp@v4.0.2...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    - dependency-name: gulp
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    10ab05e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    5e27904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c57c4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    530f330 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f73597e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    5022721 View commit details
    Browse the repository at this point in the history
  2. Add support for cents (sugarlabs#3937)

    * add support for cents through semi-tone transposition
    
    * add 50 cents macro
    
    * add cents example
    
    * add output frequencies
    
    * fix issue with ratio cents
    
    * add a ratio-cents example
    walterbender authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    55570e8 View commit details
    Browse the repository at this point in the history
  3. Ratio transpose and Ratio interval (sugarlabs#3936)

    * use processPitch for all pitch types
    
    * Add support for cents (sugarlabs#3937)
    
    * add support for cents through semi-tone transposition
    
    * add 50 cents macro
    
    * add cents example
    
    * add output frequencies
    
    * fix issue with ratio cents
    
    * add a ratio-cents example
    
    * use processPitch for all pitch types
    
    * convert freq to note before scalar step
    walterbender authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f88955e View commit details
    Browse the repository at this point in the history
  4. fix note convert

    walterbender committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    97e811a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cba02d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 10, 2024

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

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    944bc2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaf0f6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c41d9f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    69f8ee8 View commit details
    Browse the repository at this point in the history
  2. Updated Dockerfile (sugarlabs#3949)

    * Update README.md
    
    * Update dockerfile
    akilesh1706 authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    472ec5c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    cc0b986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08787e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 26, 2024

  1. fixes sugarlabs#3941

    walterbender committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6436c2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b63768 View commit details
    Browse the repository at this point in the history
  3. fixes sugarlabs#3958

    walterbender committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c415d53 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    cc4bcef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3acc0b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a61123d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    07f9707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd39015 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d583cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b338e7 View commit details
    Browse the repository at this point in the history