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

Added sounds #1032

Merged
merged 22 commits into from
Jun 8, 2020
Merged

Added sounds #1032

merged 22 commits into from
Jun 8, 2020

Commits on Apr 15, 2020

  1. Revert "Update GrblCore.cs"

    This reverts commit 52aa25c.
    gmmanonymus111 committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    7c0322a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    64b3d5f View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    gmmanonymus111 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    aea5fbc View commit details
    Browse the repository at this point in the history
  3. 2 decimal offset values

    X and Y offset values can be set at 2 decimal precision
    gmmanonymus111 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    4451969 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Added basic sounds

    Basic sound notifications for connecting/disconnecting, job-end, non-fatal and fatal errors.
    
    TODO: Setting page for custom user sounds / volumes
    gmmanonymus111 committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    0c872d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

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

Commits on May 3, 2020

  1. Sound update

    Added the ability to change various event sounds.
    Updated Hungarian translation
    TODO: Volume slider
    gmmanonymus111 committed May 3, 2020
    Configuration menu
    Copy the full SHA
    921eabb View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

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

Commits on May 6, 2020

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

Commits on May 12, 2020

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

Commits on May 20, 2020

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

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    718469b View commit details
    Browse the repository at this point in the history
  2. Sound mute option / translation update

    Added option to mute sounds
    Updated hungarian translation
    gmmanonymus111 committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    27fbb9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e553e0b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Some changes to sound system

    - use of enum instead of event id numbers
    - cleanup PlaySound function and protect against missing file or unreadable file issues
    - solve some problems due multiple call location of PlaySound(disconnect)
    arkypita committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    834a0d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45ee7da View commit details
    Browse the repository at this point in the history
  3. Invert Muted Logic

    arkypita committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    a14c71e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Allow both clr 2.0 and 4.0 to load LaserGRBL

    And diagnose loaded CLR on exception
    arkypita committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    e4c4af1 View commit details
    Browse the repository at this point in the history
  2. prevent multiple play

    arkypita committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    dcd6526 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. changes to mypicturebox

    arkypita committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    12145d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    87fbbed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27927db View commit details
    Browse the repository at this point in the history