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

Fixed a number of issues, all revolving around VCell locking up under the right (wrong) conditions #1332

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

Commits on Jul 22, 2024

  1. Formatting updates

    CodeByDrescher committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cfc3aef View commit details
    Browse the repository at this point in the history
  2. [WIP] Added dispatch call to schedule check

    This isn't a solution; more work is needed
    CodeByDrescher committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0687ef5 View commit details
    Browse the repository at this point in the history
  3. Formatting fixes

    CodeByDrescher committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3171869 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    337ac53 View commit details
    Browse the repository at this point in the history
  5. Clean-up SwingWorker

    CodeByDrescher committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    75f702b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d126ca0 View commit details
    Browse the repository at this point in the history
  7. Separate anonymous SwingWorker instance into independent class

    Some inversion of control was implemented
    CodeByDrescher committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    05c82ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2deef28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf75f95 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. class name changes

    CodeByDrescher committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    42db58c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb88fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b5d063 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f416bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f631690 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    7550f35 View commit details
    Browse the repository at this point in the history
  2. changed to debug call

    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9fec4a7 View commit details
    Browse the repository at this point in the history
  3. Removed object synchronization, and instead locked on the object;

    may need to synchronize on the specific manager, but not sure.
    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3c1296e View commit details
    Browse the repository at this point in the history
  4. Formatting updates

    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    975aee6 View commit details
    Browse the repository at this point in the history
  5. [WIP] Added dispatch call to schedule check

    This isn't a solution; more work is needed
    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    318e233 View commit details
    Browse the repository at this point in the history
  6. Formatting fixes

    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9ad335b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3059360 View commit details
    Browse the repository at this point in the history
  8. Clean-up SwingWorker

    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    94efc81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64046b9 View commit details
    Browse the repository at this point in the history
  10. Separate anonymous SwingWorker instance into independent class

    Some inversion of control was implemented
    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f7495a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    05291f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    02c2a12 View commit details
    Browse the repository at this point in the history
  13. class name changes

    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bc113ac View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a05615f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    da8a010 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    27ba0cc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fdf9f96 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e342110 View commit details
    Browse the repository at this point in the history
  19. changed to debug call

    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    22adf12 View commit details
    Browse the repository at this point in the history
  20. Removed object synchronization, and instead locked on the object;

    may need to synchronize on the specific manager, but not sure.
    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f307ae0 View commit details
    Browse the repository at this point in the history
  21. Merge remote-tracking branch 'origin/PrimaryLockUpFix_BadRemoteCall' …

    …into PrimaryLockUpFix_BadRemoteCall
    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    68c4662 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    12d5e2a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    08f7039 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    19753af View commit details
    Browse the repository at this point in the history
  25. Clean up class

    CodeByDrescher committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3c95fbe View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2f40a44 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    f9ed66b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    883b484 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f750e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a3b1bb View commit details
    Browse the repository at this point in the history
  5. Fixed NPE exception

    CodeByDrescher committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7a262a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    297fca1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d8fa35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da0f3b2 View commit details
    Browse the repository at this point in the history
  9. Cleaned up class

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