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] - feature: exit the user from collaboration on New Project and Load project from file events #4014

Merged
merged 98 commits into from
Sep 27, 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

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

Commits on Jul 29, 2024

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

Commits on Jul 30, 2024

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

Commits on Aug 1, 2024

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

Commits on Aug 3, 2024

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

Commits on Aug 5, 2024

  1. fixes sample block duplication issue (sugarlabs#3965)

    * fixes sample block duplication issue
    
    * changed error message
    
    * updated error message
    haroon10725 authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    25a54b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

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

Commits on Aug 11, 2024

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

Commits on Aug 14, 2024

  1. updated planet image on documentation (sugarlabs#3971)

    * updated planet image on documentation
    
    fixes issue number: 3968
    
    * updated images
    
    * removed overlap between two images
    haroon10725 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e0a3e3e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. fix 1MB file size limit on audio sample imports (sugarlabs#3976)

    * enforce 1MB limit on audio sample imports
    
    * update sampler.js
    
    * updated error msg
    haroon10725 authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    4acea66 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    a995ff9 View commit details
    Browse the repository at this point in the history
  2. Fixes sugarlabs#3972 Highlight should not activate when code is being…

    … run (sugarlabs#3975)
    
    * Fixes sugarlabs#3972 Highlight should not activate when code is being run
    
    * optimized the code by using existing flag
    
    * optimized the code by using existing flag
    
    * fixes sugarlabs#3972
    therealharshit authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    87bcbba View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    4ff5b98 View commit details
    Browse the repository at this point in the history
  2. Fixes sugarlabs#3973 Right click menu only opens in the advanced mode (

    …sugarlabs#3978)
    
    * Contextmenu only opens in advanced mode
    
    * Added indentation and changed the if condition
    AnupamGaur authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f5f616f View commit details
    Browse the repository at this point in the history
  3. FIXES ISSUE sugarlabs#3895 Add alphabet "G" as a block found in easy …

    …mode (sugarlabs#3979)
    
    * FIXES ISSUE sugarlabs#3895 Add alphabet "G" as a block found in easy mode 
    
    The requirement of this bug is to add the pitch G4 nad Alphabet G block in pitch menu of the beginner mode.
    
    * FIXES ISSUE sugarlabs#3895 Add alphabet "G" and Sol as a block found in easy mode 
    
    It adds the sol pitch block in the pitch menu of beginner's mode
    omsuneri authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    38ed1f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. AI BLOCK and Documentation on How to add widget in MB (sugarlabs#3964)

    * clean code , added comments
    
    * added abc lib
    
    * added debug statement
    
    * fix : Formatting , Function method & method Func
    
    * add function description
    
    * added AI BLOCKS and DOCS
    
    * change canvas to editor text
    
    * changed canvas to edit text,added hint
    
    * Fix: suggestion in AI Block & AI block structure
    
    * added groq api
    abhijeetsingh0401 authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    6f620f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Added midi support to MB (sugarlabs#3904)

    * added midi support
    
    * made corrections
    
    * added note approximations
    
    * added action blocks to start block
    
    * added action block to start blk
    
    * made corrections
    
    * break also into multiple action block when noteblock count exceeds 24
    
    * added break statement in case of no of  tracks more than 1
    
    * added start blocks corresponding each track
    
    * added meter and tempo information
    
    * added scaling factor and load as midi feture
    
    * added default timesignatures
    
    * added drum mapper
    
    * removed set instrument in case of percussion
    
    * added an extra condtion when the new note start is less than previous note
    
    * added minor changes
    
    * removed the scaling factor earlier added
    
    * added names to start blocks
    Mubashirshariq authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    411cd87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    205ad71 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Aug 28, 2024

  1. add abacus example

    walterbender committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c26a2d2 View commit details
    Browse the repository at this point in the history
  2. Rhythm block doesn't repeat issue update (sugarlabs#3982)

    * Rhythm block doesn't repeat issue update
    
    * removed console log messages
    
    * added console log message for testing
    
    * fixes sugarlabs#3931 Rhythm block doesn't repeat when outside of PhraseMaker
    therealharshit authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9f82b1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c807bc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f3e27f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Aug 31, 2024

  1. fix: remove redundant code to achieve DRY consistency (sugarlabs#3988)

    * removed extra code
    
    * update block.js
    haroon10725 authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    0c27d0c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

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

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

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

Commits on Sep 8, 2024

  1. refactor: update indexOf () === -1 to ! includes (sugarlabs#3993)

    * update activity.js
    
    * update block.js
    
    * update activity.js
    
    * Revert "update activity.js"
    
    This reverts commit c61110f.
    
    * update activity.js
    
    * update blocks.js
    
    * update piemenu.js
    
    * update musicutils.js
    
    * update blockfactory.js
    
    * update turtle-singer.js
    
    * update lilypond.js
    
    * update logo.js
    
    * update macros.js
    
    * update palette.js
    
    * update notation.js
    
    * update DrumBlocks.js
    
    * update GraphicsBlocks.js
    
    * update PenBlocks.js
    haroon10725 authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    54ff472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    011678d View commit details
    Browse the repository at this point in the history
  3. introduced a setupFunctions array to group all the setup function cal…

    …l, add uses export statements for BACKWARDCOMPATIBILIYDICT and initBasicProtoBlocks, instead of comments to indicate exports (sugarlabs#3994)
    retrogtx authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    a6f3514 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Revert "introduced a setupFunctions array to group all the setup func…

    …tion call, add uses export statements for BACKWARDCOMPATIBILIYDICT and initBasicProtoBlocks, instead of comments to indicate exports (sugarlabs#3994)"
    
    This reverts commit a6f3514.
    walterbender committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    998c86e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    923b9ba View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

  1. move all saved state into a single object (sugarlabs#3998)

    * move all saved state into a single object, remove unnecessarya variable declarations
    
    * re-add some variable names to avoid breaking code, and remove singer.notesPlayed
    retrogtx authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f410648 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. refactor: update indexOf () === -1 to ! includes (sugarlabs#4001)

    * update PitchBlocks.js
    
    * update ProgramBlocks.js
    
    * update VolumeBlocks.js
    
    * update WidgetBlocks.js
    
    * update IntervalsActions.js
    
    * update PitchActions.js
    
    * update RhythmActions.js
    
    * update ToneActions.js
    
    * update VolumeActions.js
    
    * update utils.js
    
    * update arpeggio.js
    
    * update musickeyboards.js
    
    * update phrasemaker.js
    
    * update rhythmruler.js
    
    * update generate.js
    
    * update interface.js
    
    * update mathutils.js
    
    * update synthutils.js
    
    * update help.js
    
    * update helper.js
    haroon10725 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9e62e67 View commit details
    Browse the repository at this point in the history
  2. ABC to MB Parser (sugarlabs#3925)

    * clean code , added comments
    
    * added abc lib
    
    * added debug statement
    
    * fix : Formatting , Function method & method Func
    
    * add function description
    
    ---------
    
    Co-authored-by: Walter Bender <walter@sugarlabs.org>
    abhijeetsingh0401 and walterbender authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    30b5c47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5334127 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    77014c7 View commit details
    Browse the repository at this point in the history
  2. Feat/add record button and playback button in sampler widget (sugarla…

    …bs#3813)
    
    * added recording and playback button
    
    * upd
    
    * added recording started,completed msg and button disabled when no url
    
    * updated icons
    
    * added sample for waveform
    
    * upd
    
    * added the required changes,play sample pitch,create sample with setinstrument
    Mubashirshariq authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    3a1010f View commit details
    Browse the repository at this point in the history
  3. FIXES ISSUE sugarlabs#4000 Regression: 'Set Default Instrument' Block…

    … Converts to 'Unknown' Block (sugarlabs#4006)
    
    By this commit the set default instrument block is working fine.
    omsuneri authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ff2b5bf View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Add More Frequent "RUN LIVE" Links to Music Blocks Programming Guide (s…

    …ugarlabs#3999)
    
    * Added RUN LIVE option
    
    * Added RUN LIVE option
    
    * Added new RUN LIVE links
    dubeanant authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    2f545e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 18, 2024

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

Commits on Sep 22, 2024

  1. Streamline Drumname for early return of drum post http match, use obj…

    …ect lookup (sugarlabs#4008)
    
    * drum returns quicker post http match, use object lookup instead of a for loop
    
    * add value matches
    retrogtx authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    afc3c3f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    27b8ecd View commit details
    Browse the repository at this point in the history
  2. FIXES ISSUE sugarlabs#3921 Reexamine our default temperament list (su…

    …garlabs#4010)
    
    * Updating musicutils.js in order to change the name of the temperament name list 
    
    FIXES ISSUE sugarlabs#3921 Reexamine our default temperament list
    
    * Updating piemenus.js
    
    FIXES ISSUE sugarlabs#3921 Reexamine our default temperament list
    In order to fix all the names perfectly in the menu i increased the size of the basic pie menu for the temperament name block
    omsuneri authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4bafbba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1ea5d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

    walterbender committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b660898 View commit details
    Browse the repository at this point in the history
  3. string repair

    walterbender committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cb2931e View commit details
    Browse the repository at this point in the history
  4. new strings

    walterbender committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3260ade View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    3db5902 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df40d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db4a86d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5eec836 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f300178 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19627ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30f9406 View commit details
    Browse the repository at this point in the history